pax_global_header00006660000000000000000000000064141743331030014511gustar00rootroot0000000000000052 comment=8add4928947b0f97971b46af7c72e7284a1b5fc2 fauxhai-9.3.0/000077500000000000000000000000001417433310300131475ustar00rootroot00000000000000fauxhai-9.3.0/.github/000077500000000000000000000000001417433310300145075ustar00rootroot00000000000000fauxhai-9.3.0/.github/dependabot.yml000066400000000000000000000002011417433310300173300ustar00rootroot00000000000000version: 2 updates: - package-ecosystem: bundler directory: "/" schedule: interval: daily open-pull-requests-limit: 10 fauxhai-9.3.0/.github/reaction.yml000066400000000000000000000000271417433310300170350ustar00rootroot00000000000000reactionComment: false fauxhai-9.3.0/.github/workflows/000077500000000000000000000000001417433310300165445ustar00rootroot00000000000000fauxhai-9.3.0/.github/workflows/ci.yml000066400000000000000000000006611417433310300176650ustar00rootroot00000000000000name: CI on: pull_request: push: branches: - master jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0'] name: Validate JSON on Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rakefauxhai-9.3.0/.gitignore000066400000000000000000000003351417433310300151400ustar00rootroot00000000000000*.gem *.rbc .bundle .config .yardoc Gemfile.lock InstalledFiles _yardoc coverage doc/ lib/bundler/man pkg rdoc spec/reports test/tmp test/version_tmp tmp vendor .kitchen # ohai makes this file 1 # output directory _out fauxhai-9.3.0/CHANGELOG.md000066400000000000000000000603761417433310300147740ustar00rootroot00000000000000# Fauxhai-ng Changelog ## 9.3.0 (2022-01-26) - Add macOS 12 - Deprecate macOS 11.0 with a new macOS 11 taking it's place - Deprecate FreeBSD 11.2 since this is EOL now ## 9.2.0 (2022-01-26) - Add Alma Linux 8 - Add Rocky Linux 8 ## 9.1.0 (2021-11-01) ### Updated Platforms - Debian 10 updated to 10.11 - Debian 11 regenerated on AWS using Debian 11.1 - Suse 15 updated from 15.0 to 15.1 - Amazon 2 updated to tha latest release - Ubuntu 18.04 / 20.04 updated to the latest releases - Redhat 8 updated from 8.2 to 8.4 ### New Platforms - Debian 9.13 - Redhat 7.9 ### Newly Deprecated Platforms (removal in April 2022) - Redhat 7.7 - CentOS 7.7 - Debian 9.11 - Fedora 31 - Oracle 7.5 - Amazon 2018.03 ## v9.0.1 (2021-11-01) - Resolved a Ruby error when attempting to generate new Fauxhai data on a host - Deprecated the SmartOS platform data dump - Add Debian 11 ## v9.0.0 (2021-04-07) This release removes all previously deprecated Fauxhai definitions which have alerted during their use over the last year. These platforms have been removed either due to the platform reaching end-of-life status with the vendor or newer minor releases of the platform being available in Fauxhai. In general make sure to write ChefSpec tests that reference the major version (or no version at all) of the platform so that Fauxhai can automatically pick the latest version. Allowing Fauxhai to best chose the version of the minor or major platform release ensures your specs continue to run as new platforms are released and older Fauxhai data is removed. To automatically migrate ChefSpec tests to use newer platforms you use the [Chef/Deprecations/DeprecatedChefSpecPlatform](https://docs.chef.io/workstation/cookstyle/chef_deprecations_deprecatedchefspecplatform/) Cookstyle cop, which will autocorrect many specs: `cookstyle -a --only Chef/Deprecations/DeprecatedChefSpecPlatform` ### Platforms Removed - AIX 6.1 - Amazon Linux 2015.03 - Amazon Linux 2015.09 - Amazon Linux 2016.03 - Amazon Linux 2016.09 - Amazon Linux 2017.03 - Amazon Linux 2017.09 - CentOS 5.11 - CentOS 6.9 - CentOS 7.5.1804 - CentOS 7.6.1810 - Debian 8.11 - Debian 9.8 - Debian 9.9 - Fedora 29 - Fedora 30 - FreeBSD 11.1 - Linux Mint 18.3 - macOS 10.13 - OpenSUSE 15.0 - OpenSUSE 15.1 - Oracle Linux 5.11 - Oracle Linux 6.9 - Red Hat Linux 5.11 - Red Hat Linux 6.9 - Red Hat Linux 7.4 - Red Hat Linux 7.5 - Red Hat Linux 7.6 - Suse Enterprise Linux 12.3 - Ubuntu 14.04 - Windows 20008 R2 ## v8.7.1 (2021-04-03) - Add files to the gem package to help with Chef Workstation bundling ## v8.7.0 (2020-12-31) ### Newly Deprecated Platforms (removal in April 2021) - openSUSE 15.1 - Redhat 7.6 - CentOS 7.6 - Linux Mint 18.3 - All Amazon Linux 201X releases except 2018.03 ## v8.6.0 (2020-12-01) ### New Platforms - macOS 11 ### Newly Deprecated Platforms (removal in April 2021) - macOS 10.13 ## v8.5.0 (2020-11-17) ### New Platforms - AIX 7.2 ### Updated Platforms - AIX 7.1: Updated the Ohai dump from Chef Infra Client 14 to 16.7, which updates Ruby plugin data, filesystem plugin data, and shard plugin data. ## v8.4.0 (2020-11-09) ### New Platforms - CentOS 7.8 - Red Hat 7.8 - Add openSUSE 15.2 ### Updated Platforms - Ubuntu 16.04 - 20.04 - Debian 9 & 10 releases - Red Hat 7 and 8 releases - openSUSE 15.1 - Fedora 31/32 - Amazon releases ## v8.3.1 (2020-08-17) - Only require net/ssh if we're using the ssh functionality - Add a rake task to generate a platforms.json file that can be parses out to determine all platforms ## v8.3.0 (2020-08-13) ### Newly Removed Platforms - Removed the end of life Debian 8.9/8.10 definitions. If you still need to test EOL Debian 8 you can use Debian 8.11 for now. ### New Platforms - Debian 9.12 ### Updated Platforms - Ubuntu 16.04 has been updated to 16.04.7 - Ubuntu 18.04 has been updated to 18.04.5 - Ubuntu 20.04 has been updated to 20.04.1 - CentOS 8 has been updated to 8.2 ### Newly Deprecated Platforms (removal in April 2021) - CentOS 6.9 - Debian 8.11 - Debian 9.8 - Debian 9.9 - openSUSE 15.0 - Oracle Linux 6.9 ## v8.2.0 (2020-05-17) ### New Platforms - SLES 12.5 - Fedora 32 ### Updated Platforms - Redhat 8 is now gathered using a Redhat 8.2 AMI - Debian 10 is now gathering using a Debian 10.4 AMI - CentOS 7.7 is now gathered using the official CentOS AMI ### Newly Deprecated Platforms (removal in April 2021) - CentOS 7.5 - RHEL 7.5 - Fedora 30 - SLES 12.3 ## v8.1.0 (2020-04-29) ### New Platforms - Ubuntu 20.04 - openSUSE 15.1 ### Updated Platforms - macOS 10.15 has been updated to 10.15.4 - CentOS 8 updated from 8.0.1905 to 8.1.1911 and is now on AWS - Most non-deprecated systems re-gathered using Chef Infra Client 16.0 ### Newly Deprecated Platforms (removal in April 2021) - Oracle 5.11 - Redhat 5.11 - CentOS 5.11 ## v8.0.0 (2020-03-09) ### New Platforms - Raspbian 10 - Fedora 31 - Redhat 7.7 - CentOS 7.7.1908 ### Removed Platforms - Raspbian 8.0 - Debian 9.2 / 9.3 / 9.4 / 9.5 / 9.6 - Fedora 26/27/28 - FreeBSD 10.4 - macOS 10.11 / 10.12 - openSUSE 42.2 / 42.3 - CentOS 6.8 / 7.3.1611 / 7.4.1708 - Debian 7.11 - FreeBSD 10.4 - Oracle Linux 6.8 / 7.3 / 7.4 - Redhat 6.8 / 7.3 - SUSE 11.4 / 12.1 / 12.2 - Ubuntu 17.10 ### Newly Deprecated Platforms (removal in April 2021) - AIX 6.1 - Amazon 2015.03 / 2015.09 - FreeBSD 11.1 - Redhat 6.9 / 7.4 - Windows 2008 R2 - Fedora 29 ## v7.6 (2020-02-12) ### New / Updated Platforms - FreeBSD 12.1 ## v7.5.1 (2019-10-29) - Fixed missing platform_family data for opensuse 15.0 - Deprecate Debian 7.11 platform data ## v7.5.0 (2019-10-08) Note: fauxhai is now being pushed as the fauxhai-ng gem due to lack of access to the original rubygems namespace despite the access to the Github source of truth. The CLI and library namespaces will remain the same. ### New / Updated Platforms - CentOS 7.7.1908 - CentOS 8 - Debian 9.11 - Fedora 30 - macOS 10.15 - SLES 12.4 ### Newly Deprecated Platforms (removal in April 2021) - Debian 7.11 - Fedora 26 / 27 - FreeBSD 10.4 - macOS 10.11 - openSUSE 42.2 / 42.3 - SLES 11.4, 12.1, 12.2 - Ubuntu 14.04 ### Updated platforms The following platforms we updated to Chef Infra Client 15.3, which adds additional package information for RHEL / SUSE based platforms - Amazon Linux 2015 - 2.x - CentOS 7.6.1810 - Debian 9.2 - 9.9 - Debian 10 - Fedora 28 / 29 - openSUSE 42.2 / 42.3 - Oracle Linux 6.10, 7.5, 7.6 - Redhat 6.8 - 6.10, 7.3 - 7.6 - SLES 11.4, 12.1 - 12.3, 15 - Ubuntu 16.04 / 18.04 ## v7.4.0 (2019-07-10) Note: Going forward we won't be shipping the point releases for each distro. Instead the major version will just be updated from time to time with the latest release. This means redhat 8 will be 8.0 then 8.1, then 8.2, etc. This will greatly reduce the size of this repo and the need to for users to update from deprecated definitions. - Updated `suse` 15 from 15.0 to 15.1. - Added a new `redhat` 8 definition to replace the 8.0 definition, which is now deprecated - Updated all `amazon` and `ubuntu` releases to Chef 15.1 - Added an initial `debian` 10 dump. The debian project hasn't released an AMI yet so this is a VirtualBox dump ## v7.3.0 (2019-06-17) - Updated many of the Amazon, Redhat, Debian, CentOS, Ubuntu, openSUSE, and SLES platforms to Chef 15.0.300 ## v7.2.0 (2019-05-08) ### New / Updated Platforms - Added RHEL 8.0 ## v7.1.0 (2019-05-01) ### New / Updated Platforms - Added openSUSE 15.0 - Added CentOS 6.10 - Added RHEL 6.10 - Added Debian 9.8 / 9.9 - Added Oracle Linux 6.10, 7.5, and 7.6 - Debian 9 releases updated to Chef 14.12 - Ubuntu releases updated to the latest point releases of 14.04, 16.04, and 18.04 ### Newly Deprecated Platforms (removal in April 2020) - Debian 9.2, 9.3, and 9.4 - Ubuntu 17.10 - CentOS 6.8, 7.3, 7.4 - Oracle Linux 6.8, 7.3, and 7.4 - RHEL 6.8, 7.3 and 7.4 ## v7.0.0 (2018-01-30) - Removed support for Ruby 2.2 as this Ruby release is now EOL - Removed platform releases previously marked as deprecated: - Amazon Linux 2012.09, 2013.09, 2014.03, 2014.09, 2017.12 (2 beta) - CentOS 5.10, 6.7, 7.2.1511 - ClearOS 7.0 - Debian 7.10, 8.7, 8.8, 9.0, 9.1 - Fedora 24, 25 - FreeBSD 10.3, 11.0 - Gentoo 4.9.6-gentoo-r1 - ios_xr 6.0.0.14l - Linux Mint 18.1, 18.2 - macOS 10.10 - Nexus 5 - OmniOS 151018 - openSUSE 13.2, 42.1 - Oracle Linux 5.10, 7.2 - Solaris 5.10 - Windows 7 For a list of currently support platform releases see https://github.com/chefspec/fauxhai/blob/master/PLATFORMS.md ## v6.11.0 (2018-01-30) - Added Windows 2019 Server - Added Red Hat Linux 7.6 - Added Debian 9.6 - Added CentOS 7.6.1804 - Updated Windows 2008 R2, 2012, 2012 R2, and 2016 from Chef 14.0 to Chef 14.10 - Updated Windows 7, 8.1, and 10 from 13.1 to 14.10 - Updated the fetcher logic to be compatible with ChefSpec 7.3+. Thanks [@oscar123mendoza](https://github.com/oscar123mendoza) - Update Oracle Linux 6.8/7.2/7.3/7.4 to Ohai 14.8 in EC2 - Removed duplicate json data in gentoo 4.9.6 ## v6.10.0 (2018-12-20) - Updated the majority of dumps to Ohai 14.8 - Added Fedora 29 - Update examples in the readme to be rspec 3.X style ## v6.9.1 (2018-10-22) - Remove extra 'etc' plugin data from several dumps - Don't ship contributing and testing deps in the published gem to reduce gem size ## v6.9.0 (2018-10-20) ### New / Updated Platforms - Linux Mint 18.3 updated to Chef 14.5 - Added Linux Mint 19 ### Newly Deprecated Platforms - Linux Mint 18.2 - Gentoo 4.9.6 - All versions of ios_xr - All versions of omnios - All versions of nexus ## v6.8.0 (2018-10-19) ### New Platforms - Solaris 5.11 has been updated to the latest Solaris 11.4 release on Chef 14.5 - macOS 10.14 - SLES 15 ### Newly Deprecated Platforms - Solaris 5.10 - macOS 10.10 ## v6.7.0 (2018-09-26) ### Regenerated on AWS These systems were previously on Chef 13 / VirtualBox, but are now updated for Chef 14.5 on AWS - Oracle 7.4 - Oracle 6.9 ### Updated From Chef 14.3 -> Chef 14.5 - Amazon 2012.09 - Amazon 2013.09 - Amazon 2014.03 - Amazon 2014.09 - Amazon 2015.03 - Amazon 2015.09 - Amazon 2016.03 - Amazon 2016.09 - Amazon 2017.03 - Amazon 2017.09 - Amazon 2018.03 - CentOS 6.9 - CentOS 7.4 - Debian 8.7 - Debian 9.0 - Debian 9.1 - Debian 9.2 - Debian 9.4 - Debian 9.5 - Fedora 24 - Fedora 25 - Fedora 26 - Fedora 27 - Fedora 28 - openSUSE 42.2 - openSUSE 42.3 - Redhat 6.8 - Redhat 6.9 - Redhat 7.2 - Redhat 7.3 - Redhat 7.4 - Redhat 7.5 - SLES 11.4 - SLES 12.1 - SLES 12.2 - SLES 12.3 - Ubuntu 14.04 - Ubuntu 16.04 - Ubuntu 18.04 ## v6.6.0 (2018-08-11) ### New Platforms - Debian 9.5 ### Regenerated on AWS These systems were previously on Chef 13 on VirtualBox, but are now updated for Chef 14.3 on AWS - Amazon 2012.09 - Amazon 2013.09 - Amazon 2014.03 - Amazon 2014.09 - Debian 8.7 - Debian 9.0 - Debian 9.1 - Debian 9.2 - Debian 9.3 - Redhat 7.2 ### Updated From Chef 14.x -> Chef 14.3 - Amazon 2015.03 - Amazon 2015.09 - Amazon 2016.03 - Amazon 2016.09 - Amazon 2017.03 - Amazon 2017.09 - Amazon 2018.03 - CentOS 6.9 - CentOS 7.5 - CentOS 7.4 - Debian 9.4 - Fedora 24 - Fedora 25 - Fedora 26 - Fedora 27 - Fedora 28 - openBSD 6.2 - openSUSE 42.2 - openSUSE 42.3 - Redhat 6.8 - Redhat 6.9 - Redhat 7.3 - Redhat 7.4 - Redhat 7.5 - SLES 11.4 - SLES 12.2 - SLES 12.3 - SLES 12.4 - Ubuntu 14.04 - Ubuntu 16.04 - Ubuntu 18.04 ## v6.5.0 (2018-07-16) - Re-gathered the following operating systems on AWS with Chef 14.2 - CentOS 6.9/7.4/7.5 - Fedora 24-28 - Debian 9.4 ## v6.4.0 (2018-06-28) ### New Platforms - CentOS 7.5 - Debian 8.11 - FreeBSD 11.2 ### Dumps Updated for Chef 14.2 - Amazon Linux - Redhat - SLES - Ubuntu ### New Deprecations - FreeBSD 10.3 ## v6.3.0 (2018-06-11) New intelligent platform and version matching. This means if you specify the platform centos we'll now automatically match you to the latest version. If you specify the version of 6 we'll automatically match you to 6.9\. This should make it easier to write specs that don't need constant updating as we deprecate dumps of minor versions. ## v6.2.0 (2018-05-07) ### New Platforms - Ubuntu 17.10 - Amazon 2018.03 - Amazon 2 - ClearOS 7.4 - Gentoo 4.9.95-gentoo - Redhat 7.5 - Windows 2008R2 - Fedora 28 ### Dumps Updated for Chef 14 - Amazon 2015.03 / 2015.09 / 2016.03 / 2016.09 / 2017.03 - openBSD 6.2 - Redhat 6.8 / 6.9 / 7.3 / 7.4 - SLES 11.4 / 12.1 ### New Deprecations - Amazon 2017.12 (replaced with Amazon 2) - ClearOS 7.0 - Gentoo 4.9.6-gentoo-r1 ## v6.1.0 (2018-04-09) ### New Deprecations - Amazon Linux 2012.09, 2013.09, 2014.03, 2014.09 - Linux Mint 18.1 - Windows 2008R2 - Windows 7 ### New Platforms - Amazon Linux 2017.12 (Amazon Linux 2.0 preview) - Linux Mint 18.2, 18.3 - Debian 9.4 - Ubuntu 18.04 ### Dumps Updated for Chef 14 - AIX 7.1 - Amazon Linux 2017.09 - Debian 7.11, 8.10, 9.2, 9.3 - Fedora 26, 27 - FreeBSD 10.4, 11.1 - openSUSE 42.2, 42.3 - SLES 12.3 - Ubuntu 14.04, 16.04 - Windows 2008R2, 2012, 2012R2, 2016 - macOS 10.13 ## v6.0.1 (2018-03-07) - Updated the deprecation warning to now show the date files will be removed as 3/2019 in the Fauxhai 7.0 release. ## v6.0.0 (2018-03-07) ### Removed Deprecated Platforms All previously deprecated platforms have been removed. If you previously saw deprecation messages when running fauxhai/chefspec you will now see a hard error message linking to the list of supported platforms. This allows us to keep the Fauxhai gem size reasonable and also allows us to remove files that were dumped with very old versions of Chef (10/11). ### New Deprecations Multiple platform versions are now marked as deprecated and will begin throwing warning messages during ChefSpec runs. This continues the goal of providing only up to date fauxhai dumps using recent builds of Chef. Since regenerating fauxhai data against new releases of Chef involves manually installing each version of distros we're limiting the number of point releases we'll support. This mostly impacts distros such as Debian/RHEL that release many point releases for the same major version. #### Newly Deprecated Platforms: - CentOS 5.10 / 6.7 / 7.2.1511 - Debian 7.10 / 8.7 / 8.8 / 9.0 / 9.1 - Fedora 24 / 25 - FreeBSD 11 - openSUSE 13.2 / 42.1 - Oracle 5.10 / 7.2 - RedHat 5.10 / 7.2 ### Other Changes - Added openBSD 6.2 data - Fauxhai now handles situations where it can fetch new platform data from Github, but can't write it to disk due to lack of permissions. This is pretty common in CI systems like Travis. Previously we'd fail, but no we'll use the data without writing it to disk. This will require fetching it every time, but avoids failures. ## v5.6.0 (2018-01-17) - Add new platform data: - `Debian` 9.3, 8.10 - `Fedora` 27 - `FreeBSD` 10.4 ## v5.5.0 (2017-11-07) - Added new platform data: - `Debian` 9.2 - `macOS` 10.13 - `Amazon Linux` 2017.09 ## v5.4.0 (2017-09-15) - Set the date for the removal of all deprecated platform data to 3/2018 to coincide with ChefDK 3.0 - Removed several non-critical files from the Gemfile to slim the package size down slightly - Added new platform data: - `Redhat` 7.4 - `Oracle` 7.4 - `SUSE Enterprise Linux` 12.3 (aka 12 SP3) - `CentOS` 7.4 ## v5.3.0 (2017-07-31) - Added new platform data: - `Debian` 8.9, 9.1 - `FreeBSD` 11.1 - `Fedora` 26 - `Windows` 2016 - `openSUSE` 42.3 ## v5.2.0 (2017-06-21) - Added new platform data: - `Redhat` 5.11, 6.9 - `Gentoo` 4.9.6-gentoo-r1 - Platform versions updated for Chef 13: - `Solaris` 5.10 - `Redhat` 5.10, 6.8, 7.2, 7.3 - `SUSE Enterprise Linux` 11.4 - Newly deprecated platform versions: - `Gentoo` 4.2 - `openBSD` 5.4 - `Redhat` 5.9, 6.7 - `Slackware` 14.1 ## v5.1.0 (2017-06-20) - Added new platform data: - `Oracle Linux` 5.11, 6.9, 7.3 - `Debian` 9.0 - `DragonflyBSD` 4.8-RELEASE - Platform versions updated for Chef 13: - `Oracle Linux` 5.10, 6.8, 7.2 - `SUSE Enterprise Linux` 12.1, 12.2 - Newly deprecated platform versions: - `DragonflyBSD` 4.2-RELEASE ## v5.0.0 (2017-06-12) - Added new platform data: - `Arch` 4.10.13-1-ARCH - `Amazon` Linux 2017.03 - `CentOS` 6.9 - `ClearOS` 7.0 - `Debian` 8.8 - `Linux Mint` 18.1 - Regenerated multiple platform data files to include Ohai 13 data, better mocked network data, and additional Ohai plugin data that is now whitelisted: - `Amazon Linux` - `CentOS` - `Debian` - `Fedora` - `macOS` - `openSUSE` - `Solaris` - `Ubuntu` - `Windows` - Added a new system to allow deprecating old Fauxhai platform data with a warning shown during ChefSpec. This will allow us to deprecate data for platforms which have been marked End of Life by their maintainers. The following platforms have been marked as deprecated, but will continue to function until they are removed at a future date: - `Arch`: 4.5.4-1-ARCH, 4.9.11-1-ARCH - `CentOS`: 5.0, 5.1, 5.2, 5.3, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 7.0, 7.0.1406, 7.1.1503 - `Debian`: 7.2, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.4, 8.5, 8.6 - `Fedora`: 21, 22, 23 - `FreeBSD`: 9.3, 10.1, 10.2 - `MacOS`: 10.9.2, 10.11.1 (replaced by 10.11) - `omnios`: 151014 - `openSUSE`: 12.3, 13.1 - `oracle`: 5.8, 6.5, 6.6, 7.0, 7.1 - `redhat`: 5.6, 5.7, 5.8, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 7.0, 7.1 - `smartos`: joyent_20130111T180733Z - `suse`: 11.3, 12.0 - `ubuntu`: 12.04, 15.04, 15.10 - `windows`: 2003R2, 8 - Data provided by the chef_packages will no longer be mocked, but instead the actual Ohai data will be used. This corrects incorrect paths to the Chef/Ohai binaries on many platforms - Update the chef/ohai dependencies to allow for Chef/Ohai 13 - Improve the mocked Network data to return more platform appropriate network information. - Whitelisted additional Ohai plugins to provide better mocked data - idletime_seconds - idle - machinename - packages - fips - block_device - time - shard_seed - shells - Remove backwards compatibility with ChefSpec < 0.9.0 which was released 5 years ago - Improve error messages when the platform data cannot be fetched remotely - Fix the logic for enabling / disabling the Github fetching being backwards ## v4.1.0 (2017-03-27) - Add a new config option "github_fetching" that disables fetching platform mocks from Github ## v4.0.2 (2017-03-20) - Link to the platforms.md file in the platform not found exception messages ## v4.0.1 (2017-03-09) - Added a new platforms.md file in this repo that lists all current platforms and versions available. This is generated with a new Rake task - Updated the error text received when no platform/version is specified to be more clear what fields are missing ## v4.0.0 (2017-03-06) ### New Platform Data - openSUSE 42.2 - Redhat 7.3 - Debian 8.7 - CentOS 7.3.1611 - Fedora 25 - Arch 4.9.11-1-ARCH - Suse Enterprise 12.2 ### Updated Platform Data These platforms have been redumped using Chef 12.19 to get the latest Ohai data - openSUSE 42.1 - CentOS 6.8 - FreeBSD 10.3 / 11.0 - Redhat 6.6 / 6.7 / 6.8 / 7.0 / 7.1 / 7.2 - Suse Enterprise 12.0 - Ubuntu 14.04 / 16.04 - Debian 7.11 ### Removed Platform Data The following platforms were removed as they were long ago EOL'd by their maintainers and in most cases they were dumped with Chef 10/11 data that is no longer valid. - Arch 3.10.5-1-ARCH - Debian 6.0.5 - Debian jessie/stretch which were also incorrectly named as sid - Fedora 18 / 19 / 20 - FreeBSD 8.4 / 9.1 / 9.2 / 10.0 - Gentoo 2.1 - macOS 10.6.8 / 10.7.4 / 10.8.2 - omniOS 151002 / 151006 / 151008 - Suse Enterprise 11.1 / 11.2 - Ubuntu 10.04 / 13.04 / 13.10 / 14.10 ## v3.10.0 - Added macOS 10.12 - Added Amazon 2016.09 - Added FreeBSD 11.0 - Added Debian 8.6 - Require Ruby 2.2.2 or later - Add init_package attribute to OpenSuse 13.2 ## v3.9.0 - Added a new deprecation warning when someone doesn't provide a platform to mock. Previously we silently returned the Chefspec platform, which is probably not what anyone wanted / expected. - Added Redhat 7.2 - Added Suse 12.1 and 11.4 - Added Windows 7 - Regenerated Windows 8, 8.1, and 10 ## v3.8.0 - Added init_package attribute to existing CentOS/Oracle/Ubuntu/Debian platforms - Added Debian 8.5 - Added Fedora 24 - Added Oracle Linux 5.8, 6.8, and regenerated 7.2 on VirtualBox to match others ## v3.7.0 - Fauxhai now requires at least Ruby 2.1.0 - Added Raspbian 8.0 ## v3.6.0 - Generate proper data for Windows hosts - Generate prefixlen as 23 not 24 - Fix the routes data to match the current Ohai format (hash instead of array of hash) - Add root_group of wheel on previous FreeBSD system dumps ## v3.5.0 - Fauxhai now requires at least Ruby 2.0 - Added CentOS 6.8, Arch 4.5.4-1-ARCH, Debian 7.10, Gentoo 2.2 - Fixed the naming and bad JSON in Amazon 2016.03 - Updated the raw Github URL to Github's recommended URL - Fixed the Rake task to properly fail if JSON files fail to validate ## v3.4.0 - Added Ubuntu 16.04, Debian 8.4, FreeBSD 10.3, and OmniOS r151018 ## v3.3.0 - Updated AIX with latest Ohai data ## v3.2.0 - Updated OS X 10.11 to include root_group and kernel processor information - Recaptured Solaris 5.11 with the latest Ohai - Updated CPU attributes and fixed memory to be in kB on Solaris 5.10 - Added node['virtualization']['systems'] = {} to the runner and updated data in existing dumps - Updated the runner to mock out chef_packages install paths using Omnibus paths not gem install paths and added it to existing dumps. ## v3.1.0 - Added collection of root_group, init_package, and cpu cores to the runner - Added root_group to existing Linux systems - Added Fedora 23, openSUSE Leap 42.1, and CentOS 7.2.1511 - Fixed malformed JSON in the Windows 2012 output - Updated the runner and existing platform files to represent total memory in kB not MB as the default for Ohai has been changed on Windows / Linux - Added cpu cores to all existing platform files - Added a Rake task to validate the JSON of all platform files, and enabled Travis to run this task on every PR ## v3.0.1 - Change dependency for Chef and Ohai to a development dependency. The previous dependency on Chef 12 prevented Fauxhai from working with Chefspec on pre-12 Chef releases. ## v3.0.0 - Regenerated json files for all currently supported versions of Ubuntu, CentOS, FreeBSD, Debian, Fedora, and OpenSUSE. This new data is generated with Ohai output from Ohai 8.7.0 in Chef 12.5.1\. This data is more accurate for mocking out current Chef setups, but is changed from the previous Fauxhai 2.3.0 release. If you relied on specific mocked data this may require updating your specs. ## v2.3.0 - Annual release to add new versions bundled in the gem automatically ([#133]) ## v2.2.0 - Fix an issue where OpenURI's error was not caught properly - Add `memory` output to Fauxhai ## v2.1.2 - Fix an issue when Chef is not installed on the system - Add basic --version and --help flags - Use fauxhai/version ## v2.1.1 - Switch to OpenURI (#99) ## v2.1.0 - Add CPU stanza information to all platforms ## v2.0.1 Released 2013-12-12 - Fix critical error on networking interfaces ([@benbytheway], [#51]) ## v2.0.0 Released 2013-11-06 - Remove dependency on HTTParty - Require Ruby 1.9 ## v1.1.1 Released 2013-06-03 - Add new LSB release information ([@pschultz], [#32]) ## v1.1.0 Released: 2013-05-21 - Fix typo in README ([@mapleoin], [#29]) - Rename `gem` to `spec` in gemspec - Use Ruby's built-in JSON class - Handle use case where an entire new operating system is created (15708ce) - Add openSUSE 12.3 ([@mapleoin], [#30]) ## v1.0.0 Released: 2013-05-09 - Support `path` option to specify the fixture data ([#21]) - Require `version` option for platform, drop (undocumented) support for default versions ([#25], [#26]) - Update gem paths on Ubuntu 10.04 data ([@anujbiyani], [#18], [#19]) - Add SmartOS joyent_20130111T180733Z ([@sax], [#23]) - Add Debian 7.0 (Wheezy) ([@tmatilai], [#24]) [#133]: https://github.com/chefspec/fauxhai/issues/133 [#18]: https://github.com/chefspec/fauxhai/issues/18 [#19]: https://github.com/chefspec/fauxhai/issues/19 [#21]: https://github.com/chefspec/fauxhai/issues/21 [#23]: https://github.com/chefspec/fauxhai/issues/23 [#24]: https://github.com/chefspec/fauxhai/issues/24 [#25]: https://github.com/chefspec/fauxhai/issues/25 [#26]: https://github.com/chefspec/fauxhai/issues/26 [#29]: https://github.com/chefspec/fauxhai/issues/29 [#30]: https://github.com/chefspec/fauxhai/issues/30 [#32]: https://github.com/chefspec/fauxhai/issues/32 [#51]: https://github.com/chefspec/fauxhai/issues/51 [@anujbiyani]: https://github.com/anujbiyani [@benbytheway]: https://github.com/benbytheway [@mapleoin]: https://github.com/mapleoin [@pschultz]: https://github.com/pschultz [@sax]: https://github.com/sax [@tmatilai]: https://github.com/tmatilai fauxhai-9.3.0/CONTRIBUTING.md000066400000000000000000000045041417433310300154030ustar00rootroot00000000000000# Contributing to Fauxhai Fauxhai is community-maintained and updated. Aside from the initial files, all of the ohai system mocks have been created by the community. If you have a system that you think would benefit the community, here's how you get it into [fauxhai](https://github.com/chefspec/fauxhai): 1. Build a system to your liking (on a virtual machine, for example) 2. Install chef, ohai, and fauxhai 3. Run the following at the command line: Unix: ``` sudo fauxhai > /tmp/fauxhai.json ``` Windows (in Administrator mode): ``` fauxhai > C:\SomePath\fauxhai.json ``` 4. This will create a file `fauxhai.json` at the specified path. As with any tool, inspect the contents of the file before continuing 5. Copy the contents of this file to your local development machine (using scp or sftp, for example) 6. Fork, clone and `bundle`: ``` git clone https://github.com//fauxhai.git cd fauxhai bundle ``` 7. Create a new branch named `add_[platform]_[version]` (e.g. `add_ubuntu_12_04`) without dashes and dots replaced with underscores. Be sure to use the official version number, not a package name (e.g. '12_04', not 'precise') if available: ``` Ubuntu Precise, 12.04 add_ubuntu_12_04 Ubuntu Lucid, 10.04 add_ubuntu_10_04 OSX Lion, 10.7.4 add_osx_10_7_4 Windows XP add_windows_xp ``` **Q:** Is there a reason for this super-specific naming convention? **A:** No, but it helps in tracking problems and analyzing pull requests. Ultimately it just ensures your pull request is merged as quickly as possible 8. Create a new json file in `lib/fauxhai/platforms/[os]/[version].json` (e.g. `lib/fauxhai/platforms/ubuntu/12.04.json`) 9. Copy-paste the contents of the file from `Step 4` into this file and save 10. Verify the installation was successful by doing the following: ``` bundle console Fauxhai.mock(platform: '[os]', version: '[version]') # e.g. Fauxhai.mock(platform: 'ubuntu', version: '12.04') ``` As long as that does not throw an error, you're good to go! 11. Submit a pull request on github **Note:** I do _not_ need to release a new version of Fauxhai for your changes to be pulled and used. Unless you are updating an existing platform, Fauxhai will automatically pull new versions from GitHub via HTTP and cache them. fauxhai-9.3.0/Gemfile000066400000000000000000000000461417433310300144420ustar00rootroot00000000000000source "https://rubygems.org" gemspec fauxhai-9.3.0/LICENSE000066400000000000000000000020761417433310300141610ustar00rootroot00000000000000Copyright (c) 2012 Seth Vargo and CustomInk, LCC MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. fauxhai-9.3.0/PLATFORMS.md000066400000000000000000000020241417433310300150360ustar00rootroot00000000000000## Fauxhai Platforms This file lists each platform known to Fauxhai and the available versions for each of those platforms. See the ChefSpec documentation for mocking out platforms and platform versions within ChefSpec. ### aix - 7.1 - 7.2 ### almalinux - 8 ### amazon - 2 - 2018.03 (deprecated) ### arch - 4.10.13-1-ARCH ### centos - 6.10 - 7.7.1908 (deprecated) - 7.8.2003 - 8 ### clearos - 7.4 ### debian - 9.11 (deprecated) - 9.12 - 9.13 - 10 - 11 ### dragonfly4 - 4.8-RELEASE ### fedora - 31 (deprecated) - 32 ### freebsd - 11.2 (deprecated) - 12.1 ### gentoo - 4.9.95-gentoo ### linuxmint - 19.0 ### mac_os_x - 10.14 - 10.15 - 11.0 (deprecated) - 11 - 12 ### openbsd - 6.2 ### opensuse - 15.2 ### oracle - 6.10 - 7.5 (deprecated) - 7.6 ### raspbian - 10 ### redhat - 6.10 - 7.7 (deprecated) - 7.8 - 7.9 - 8 ### rocky - 8 ### smartos - 5.11 (deprecated) ### solaris2 - 5.11 ### suse - 12.4 - 12.5 - 15 ### ubuntu - 16.04 - 18.04 - 20.04 ### windows - 10 - 2012 - 2012R2 - 2016 - 2019 - 8.1 fauxhai-9.3.0/README.md000066400000000000000000000146561417433310300144420ustar00rootroot00000000000000# Fauxhai-ng ![CI](https://github.com/chefspec/fauxhai/workflows/CI/badge.svg) [![Gem Version](https://badge.fury.io/rb/fauxhai-ng.svg)](https://badge.fury.io/rb/fauxhai-ng) Note: fauxhai-ng is an updated version of the original fauxhai gem. The CLI and library namespaces have not changed, but you will want to update to use the new gem. Fauxhai is a gem for mocking out [ohai](https://github.com/chef/ohai) data in your chef testing. Fauxhai is community supported, so we need **your help** to populate our dataset. Here's an example for testing my "awesome_cookbook" on Ubuntu 20.04: ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.mock(platform: 'ubuntu', version: '20.04') end it 'should install awesome' do @runner = ChefSpec::ChefRunner.new.converge('tmpreaper::default') expect(@runner).to install_package 'awesome' end end ``` Alternatively, you can pull "real" Ohai data from an existing server: ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.fetch(host: 'server01.example.com') end it 'should install awesome' do @runner = ChefSpec::ChefRunner.new.converge('tmpreaper::default') expect(@runner).to install_package 'awesome' end end ``` ## Important Note Fauxhai ships with a command line tool - `fauxhai`. This is **not** the same as Fauxhai.mock. Running `fauxhai` on a machine effectively runs `ohai`, but then sanitizes the data, removing/replacing things like: - users - ssh keys - usernames in paths - sensitive system information `fauxhai` should only be used by developers wishing to submit a new json file. ## Platform and Versions For a complete list of platforms and versions available for mocking via Fauxhai see [PLATFORMS.MD](https://github.com/chefspec/fauxhai/blob/master/PLATFORMS.md) in this repository. ## Usage Fauxhai provides a bunch of default attributes so that you don't need to mock out your entire infrastructure to write a simple test. That being said, not all configurations will suit your needs. Because of that, Fauxhai provides two ways to configure your mocks: ### Overriding `Fauxhai.mock` will also accept a block with override attributes that are merged with all the default attributes. For example, the default Ubuntu 12.04 mock uses `Ruby 1.9.3`. Maybe your system is using `ree`, and you want to verify that the cookbooks work with that data as well: ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.mock(platform: 'ubuntu', version: '12.04') do |node| node['languages']['ruby']['version'] = 'ree' end end it 'should install awesome' do @runner = ChefSpec::ChefRunner.new.converge('tmpreaper::default') expect(@runner).to install_package 'awesome' end end ``` The `node` block variable allows you to set any Ohai attribute on the mock that you want. This provides an easy way to manage your environments. If you find that you are overriding attributes like OS or platform, you should see the section on Contributing. ### Fetching Alternatively, if you do not want to mock the data, Fauxhai provides a `fetch` mechanism for collecting "real" Ohai data from a remote server or local file. Maybe you want to test against the fully-replicated environment for a front-facing server in your pool. Just pass in the `url` option instead of a `platform`: The `fetch` method supports all the same options as the Net-SSH command, such as `:user`, `:password`, `:key_file`, etc. The `fetch` method will cache the JSON file in a temporary path on your local machine. Similar to gems like VCR, this allows Fauxhai to use the cached copy, making your test suite run faster. You can optionally force a cache miss by passing the `:force_cache_miss => true` option to the `fetch` initializer. **Because this is real data, there may be a security concern. Secure your laptop accordingly.** ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.fetch(host: 'server01.example.com') end it 'should install awesome' do @runner = ChefSpec::ChefRunner.new.converge('tmpreaper::default') expect(@runner).to install_package 'awesome' end end ``` This will ssh into the machine (you must have authorization to run `sudo ohai` on that machine), download a copy of the Ohai output, and optionally cache that data inside the test directory (speeding up future tests). ### Overriding + Fetching As you might expect, you can combine overriding and fetching like so: ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.fetch(host: 'server01.example.com') do |node| node['languages']['ruby']['version'] = 'ree' end end it 'should install awesome' do @runner = ChefSpec::ChefRunner.new.converge('tmpreaper::default') expect(@runner).to install_package 'awesome' end end ``` ### Fixturing If you want to use Fauxhai as "fixture" data, you can store real JSON in your project and use the `:path` option: ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.mock(path: 'fixtures/my_node.json') end end ``` ### Overriding + Fixturing You can also change specific attributes in your fixture: ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.mock(path: 'fixtures/my_node.json') do |node| node['languages']['ruby']['version'] = 'ree' end end end ``` ### Disabling Fetching from Github On environments that does not have access to the internet, you can disable fetching Fauxhai data from GitHub as follow: ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.mock(platform: 'ubuntu', version: '12.04', github_fetching: false) end end ``` ## Testing Multiple Versions It's a common use case to test multiple version of the same operating system. Here's a simple example to get your started. This is more rspec-related that Fauxhai related, but here ya go: ```ruby require 'chefspec' describe 'awesome_cookbook::default' do ['18.04', '20.04'].each do |version| context "on Ubuntu #{version}" do before do Fauxhai.mock(platform: 'ubuntu', version: version) end it 'should install awesome' do @runner = ChefSpec::ChefRunner.new.converge('tmpreaper::default') expect(@runner).to install_package 'awesome' end end end end ``` ## Contributing See [CONTRIBUTING.md](https://github.com/chefspec/fauxhai/blob/master/CONTRIBUTING.md). fauxhai-9.3.0/Rakefile000066400000000000000000000046371417433310300146260ustar00rootroot00000000000000#!/usr/bin/env rake require "bundler/gem_tasks" require "json" task default: ["validate:json", "spec"] namespace :validate do desc "Validate mock platform data is valid JSON" task :json do failure = false Dir.glob("./lib/fauxhai/platforms/**/*.json") do |file| begin JSON.parse(File.read(file)) rescue JSON::ParserError failure = true puts "Failed to parse #{file}." end end exit! if failure puts "JSON files validated" end end namespace :documentation do desc "Update the PLATFORMS.md file with a list of all platforms" task update_platforms: :update_json_list do File.delete("PLATFORMS.md") if File.exist?("PLATFORMS.md") f = File.new("PLATFORMS.md", "w") f.write "## Fauxhai Platforms\n\nThis file lists each platform known to Fauxhai and the available versions for each of those platforms. See the ChefSpec documentation for mocking out platforms and platform versions within ChefSpec.\n" JSON.parse(File.read("platforms.json")).each do |plat, versions| f.write "\n### #{plat}\n\n" versions.each { |ver, data| f.write "- #{ver}#{" (deprecated)" if data["deprecated"]}\n" } end f.close end end desc "Update the platforms.json data file used when a platform can't be found locally" task :update_json_list do # get a sorted list of platforms from files in the platforms dir # but skip any hidden files and skip the fake chefspec platform plats = Dir.children("./lib/fauxhai/platforms/").sort .grep_v(/(^\.|chefspec)/) .to_h { |v| [v, {}] } # add version, deprecated status, and file path to each platform plats.each_key do |plat| ver_data = Dir.glob(File.join("lib/fauxhai/platforms/", plat, "**.json")) # we can't properly sort windows versions # but this is a quick and dirty sort that's better than nothing ver_data = if plat == "windows" ver_data.sort else ver_data.sort_by { |x| Gem::Version.new(File.basename(x, ".json")) } end ver_data.each do |version_path| data = JSON.parse(File.read(version_path)) ver = File.basename(version_path, ".json") plats[plat][ver] = {} plats[plat][ver]["deprecated"] = !!data["deprecated"] plats[plat][ver]["path"] = version_path end end File.write("platforms.json", JSON.pretty_generate(plats)) end require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) fauxhai-9.3.0/bin/000077500000000000000000000000001417433310300137175ustar00rootroot00000000000000fauxhai-9.3.0/bin/fauxhai000077500000000000000000000007471417433310300153020ustar00rootroot00000000000000#!/usr/bin/env ruby lib = File.expand_path(File.dirname(__FILE__) + "../../lib") $LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib) args = ARGV.dup ARGV.clear unless (args & ["-v", "--version"]).empty? require "fauxhai/version" puts Fauxhai::VERSION exit(0) end unless (args & ["-h", "--help"]).empty? puts "Usage: fauxhai" puts "(There are no flags or options)" exit(0) end require "fauxhai" require "fauxhai/runner" Fauxhai::Runner.new(args) fauxhai-9.3.0/examples/000077500000000000000000000000001417433310300147655ustar00rootroot00000000000000fauxhai-9.3.0/examples/chefspec.md000066400000000000000000000024261417433310300170730ustar00rootroot00000000000000Fauxhai ChefSpec Examples ========================= Mocking a Box ------------- ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.mock(platform:'ubuntu', version:'12.04') end end ``` Mocking a Box with a Custom Ruby Version ---------------------------------------- ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.mock(platform:'ubuntu', version:'12.04') do |node| node['languages']['ruby']['version'] = 'ree' end end end ``` Mocking a Box with Custom Hostname ---------------------------------- ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.mock(platform:'ubuntu', version:'12.04') do |node| node['hostname'] = 'server01.example.com' end end end ``` Fetching a Remote Box --------------------- ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.fetch(host:'server01.example.com') end end ``` Fetching a Remote Box with custom Ruby Version ---------------------------------------------- ```ruby require 'chefspec' describe 'awesome_cookbook::default' do before do Fauxhai.fetch(host:'server01.example.com') do |node| node['languages']['ruby']['version'] = 'ree' end end end ``` fauxhai-9.3.0/examples/rspec-chef.md000066400000000000000000000024561417433310300173350ustar00rootroot00000000000000Fauxhai Rspec-Chef Examples =========================== Mocking a Box ------------- ```ruby describe 'foo::bar' do let(:json_attributes) { Fauxhai.mock(platform:'ubuntu', version:'12.04') } end ``` Or as a default ```ruby # spec/spec_helper.rb RSpec.configure do |c| c.json_attributes = Fauxhai.mock(platform:'ubuntu', version:'12.04') end ``` Mocking a Box with a Custom Ruby Version ---------------------------------------- ```ruby describe 'foo::bar' do let(:json_attributes) do Fauxhai.mock(platform:'ubuntu', version:'12.04') do |node| node['languages']['ruby']['version'] = 'ree' end end end ``` Mocking a Box with Custom Hostname ---------------------------------- ```ruby describe 'foo::bar' do let(:json_attributes) do Fauxhai.mock(platform:'ubuntu', version:'12.04') do |node| node['hostname'] = 'server01.example.com' end end end ``` Fetching a Remote Box --------------------- ```ruby describe 'foo::bar' do let(:json_attributes) { Fauxhai.fetch(host:'server01.example.com' } end ``` Fetching a Remote Box with custom Ruby Version ---------------------------------------------- ```ruby describe 'foo::bar' do let(:json_attributes) do Fauxhai.fetch(host:'server01.example.com') do |node| node['languages']['ruby']['version'] = 'ree' end end end ``` fauxhai-9.3.0/fauxhai-ng.gemspec000066400000000000000000000021621417433310300165440ustar00rootroot00000000000000lib = File.expand_path("../lib", __FILE__) $:.unshift(lib) unless $:.include?(lib) require "fauxhai/version" Gem::Specification.new do |spec| spec.name = "fauxhai-ng" spec.version = Fauxhai::VERSION spec.authors = ["Seth Vargo", "Tim Smith"] spec.email = ["sethvargo@gmail.com", "tsmith84@gmail.com"] spec.description = "Easily mock out ohai data" spec.summary = "Fauxhai provides an easy way to mock out your ohai data for testing with chefspec!" spec.homepage = "https://github.com/chefspec/fauxhai" spec.license = "MIT" spec.required_ruby_version = ">= 2.3" spec.files = %w{LICENSE Gemfile fauxhai-ng.gemspec} + Dir.glob("{lib,bin}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } spec.executables = "fauxhai" spec.require_paths = ["lib"] spec.add_runtime_dependency "net-ssh" spec.add_development_dependency "chef", ">= 13.0" spec.add_development_dependency "ohai", ">= 13.0" spec.add_development_dependency "rake" spec.add_development_dependency "rspec", "~> 3.7" spec.add_development_dependency "rspec-its", "~> 1.2" end fauxhai-9.3.0/lib/000077500000000000000000000000001417433310300137155ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai.rb000066400000000000000000000006301417433310300156660ustar00rootroot00000000000000module Fauxhai autoload :Exception, "fauxhai/exception" autoload :Fetcher, "fauxhai/fetcher" autoload :Mocker, "fauxhai/mocker" autoload :VERSION, "fauxhai/version" def self.root @@root ||= File.expand_path("../../", __FILE__) end def self.mock(*args, &block) Fauxhai::Mocker.new(*args, &block) end def self.fetch(*args, &block) Fauxhai::Fetcher.new(*args, &block) end end fauxhai-9.3.0/lib/fauxhai/000077500000000000000000000000001417433310300153425ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/exception.rb000066400000000000000000000002111417433310300176570ustar00rootroot00000000000000module Fauxhai module Exception class InvalidPlatform < ArgumentError; end class InvalidVersion < ArgumentError; end end end fauxhai-9.3.0/lib/fauxhai/fetcher.rb000066400000000000000000000034701417433310300173130ustar00rootroot00000000000000require "digest/sha1" require "json" unless defined?(JSON) module Fauxhai class Fetcher def initialize(options = {}, &override_attributes) @options = options if !force_cache_miss? && cached? @data = cache else require "net/ssh" unless defined?(Net::SSH) Net::SSH.start(host, user, @options) do |ssh| @data = JSON.parse(ssh.exec!("ohai")) end # cache this data so we do not have to SSH again File.open(cache_file, "w+") { |f| f.write(@data.to_json) } end yield(@data) if block_given? if defined?(ChefSpec) data = @data ::ChefSpec::Runner.send :define_method, :fake_ohai do |ohai| data.each_pair do |attribute, value| ohai[attribute] = value end end end @data end def cache @cache ||= JSON.parse(File.read(cache_file)) end def cached? File.exist?(cache_file) end def cache_key Digest::SHA2.hexdigest("#{user}@#{host}") end def cache_file File.expand_path(File.join(Fauxhai.root, "tmp", cache_key)) end def force_cache_miss? @force_cache_miss ||= @options.delete(:force_cache_miss) || false end # Return the given `@data` attribute as a Ruby hash instead of a JSON object # # @return [Hash] the `@data` represented as a Ruby hash def to_hash(*args) @data.to_hash(*args) end def to_s "#" end private def host @host ||= begin raise ArgumentError, ":host is a required option for Fauxhai.fetch" unless @options[:host] @options.delete(:host) end end def user @user ||= (@options.delete(:user) || ENV["USER"] || ENV["USERNAME"]).chomp end end end fauxhai-9.3.0/lib/fauxhai/keys/000077500000000000000000000000001417433310300163155ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/keys/id_dsa000066400000000000000000000012401417433310300174600ustar00rootroot00000000000000-----BEGIN DSA PRIVATE KEY----- MIIBvAIBAAKBgQCRaPQSwMOFihLOYYIqZOZuNtxcwbA1wmUjHAvXGv6Jv9VWMzKi JosRnt7iAg8zRVFsRaCyU0ADnHMs6OjF2YkKsFiQyxYuajkq+sNl3DMhPs3eMDsj KA4lTOX4s5hvCtxc66rxo8AXB3AXTkJ2r0oo6I9/AzduSfc4a4neQWOFpQIVAPFe sLIbnZcLOfcVXh6PfzAkGSiZAoGAaLxjyeJj9j+gSvJR5dDz25LcEG1paSdd6M+k RCRQ1XFIu71dum1/wY0F/qIc2UM5Y3c9UqVGz3P/J7gOHWq2JFYfdXgYt9OxDfCH cUR49ngYKf2RuMrISHmxt1h68CQ/8VI42dTEX8g09Xq5lYuC744z4Fg8S2Zz6TGk ektZ84ECgYEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+ 93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZ ygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwoCFQDry5iu Lv4xvy0I7w/bDtXIGj5RYA== -----END DSA PRIVATE KEY----- fauxhai-9.3.0/lib/fauxhai/keys/id_dsa.pub000066400000000000000000000011331417433310300202460ustar00rootroot00000000000000ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local fauxhai-9.3.0/lib/fauxhai/keys/id_rsa000066400000000000000000000032171417433310300175040ustar00rootroot00000000000000-----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEArSwnqraq/x25zkXJMNbpHS4aXxqDjxYuf3rChKJM06qtYLIE NlfHppso36tYul130bUgcZHZR7/xlnT+cAU7hNhvOTMwZFUkD75sEDfJV/yTDxBL Sl5HjqNKPdvz4kpr2OHkbHRdJsONFL4O47RN3938Y+Pe5M4eXyrZKx5xeMfYFwm1 Xa9xalyX4IEeSCcAMU6Hq2yu8f7kUvu2LmSPT4qd7bdeJ7/Xs8F3Lhm/7b41jmSD YhZfIs1SBSou7MX019PaeDYGpsUUu0w9mHdI0/JxKBfVGU7IF3CdZA0sezezcRXz Xz+qwnThkUc+IFIV7bFIxv15MT3gsGewPVZzgwIDAQABAoIBAHgnSt6IH90jIuic QxxAAT7d3i5elymQmnKZGp4sfmHe6q1M1t9dyIkw3wtSOB4W/CvlIL2sFLZT16wt QN04xDNIeOOXQNxctsi1twUJsAn8lYy+IX9YKw4s/jYthupb+LhjA7q8gmWDCUB7 HpmfYOkTfStR0DWxTiF5+XSRiunhmz0qidpAA0Rv8Fz5B1PL7zI0yyV1oJwVATc8 f1wEl53TDel+udwJ5rnWihiJMehLqsAa68WkQIOig77Logrz+WybMQYpF3D3SqRL cx0vc2cStbvnpcuG8UtAz61fi029rkWmAj6sa7BSgngFXphCezZ9dFDBtahc+Kzw ncMsyAECgYEA0++mKDq2oMN+i7Nc1VcvmfwxtkWMK6y+qusVpEhJB/u6E0Adxdxa wHuRhiD623lGHduzHxO8GqSKAFSR5KDOwcDFduiq/K9f2rHJE4eL3BHnm28/0T0e 2VGYXebs4IPxuGjpNOAWPw/jo0tMSU+xr7ajELi3PU5DAD1SUiHJWaECgYEA0S1N LC+1Fz9ZsmL0hQpwoGhvKeLmbHinSbskovczMtI5JUU4HLzfCjovMuct93PxOsMO Gsy7J/v+dVpk8P4x58g2ZYjpF98r9lLkIs+wa7r7XAkHBqJ3SrrA2z4qm1bijr15 /HGRT8q33umESYBFfdrbiN2CMHrs/72dgSBbIqMCgYEAtN5e1RJWbZipVJv76+3+ J9H8sutjlppUFhWOYKd3/CIuSON9BTDrGj3akbdvnwI+fpjSowD6lVo6k9GYuJ8s FFppqvMhiYg5q6/yRIJ3L5bwK8yjj/QzcY+bEvhSy8CO96xA6ekb0zHCOce3ERG8 OJMLUufxKZayw2+R45oF9kECgYEAsn3Yk3LmMT8ymADOrFP7RTW4XeKrQzY1cboK ijEsdBpk/wOw3PzhygVaTzJry/MYjk7xUzcOIRFr0dHfvrD5/tGecUfBt0gNaHTV DUtyPItif+eIIkYySwdPGAZVLxaV3r2aQSrbl13hRoq3Ak09fyZpHMH/nMTYRWYU 56GngscCgYB3/vF1j+fxoqjhecMuhxNB3KDxuj3kW6ZBFC1yI3tsiHU+cTDBzdlG fANBAUvFxMyd7FV8DxRKsfv+YX4U3oET2SB5xxVyZZ5km+X4nWdzJdEXl2JNiBCr yDsMDWkmavqDJTZkngJnQ43pwdEOZlv8ePLj453YcVGACziizDlsyw== -----END RSA PRIVATE KEY----- fauxhai-9.3.0/lib/fauxhai/keys/id_rsa.pub000066400000000000000000000006131417433310300202660ustar00rootroot00000000000000ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local fauxhai-9.3.0/lib/fauxhai/mocker.rb000066400000000000000000000142631417433310300171550ustar00rootroot00000000000000require "json" unless defined?(JSON) require "pathname" unless defined?(Pathname) module Fauxhai class Mocker # The base URL for the GitHub project (raw) RAW_BASE = "https://raw.githubusercontent.com/chefspec/fauxhai/master".freeze # A message about where to find a list of platforms PLATFORM_LIST_MESSAGE = "A list of available platforms is available at https://github.com/chefspec/fauxhai/blob/master/PLATFORMS.md".freeze # Create a new Ohai Mock with fauxhai. # # @param [Hash] options # the options for the mocker # @option options [String] :platform # the platform to mock # @option options [String] :version # the version of the platform to mock # @option options [String] :path # the path to a local JSON file # @option options [Bool] :github_fetching # whether to try loading from Github def initialize(options = {}, &override_attributes) @options = { github_fetching: true }.merge(options) yield(data) if block_given? end def data @fauxhai_data ||= lambda do # If a path option was specified, use it if @options[:path] filepath = File.expand_path(@options[:path]) unless File.exist?(filepath) raise Fauxhai::Exception::InvalidPlatform.new("You specified a path to a JSON file on the local system that does not exist: '#{filepath}'") end else filepath = File.join(platform_path, "#{version}.json") end if File.exist?(filepath) parse_and_validate(File.read(filepath)) elsif @options[:github_fetching] # Try loading from github (in case someone submitted a PR with a new file, but we haven't # yet updated the gem version). Cache the response locally so it's faster next time. require "open-uri" unless defined?(OpenURI) begin response = URI.open("#{RAW_BASE}/lib/fauxhai/platforms/#{platform}/#{version}.json") rescue OpenURI::HTTPError raise Fauxhai::Exception::InvalidPlatform.new("Could not find platform '#{platform}/#{version}' on the local disk and an HTTP error was encountered when fetching from Github. #{PLATFORM_LIST_MESSAGE}") end if response.status.first.to_i == 200 response_body = response.read path = Pathname.new(filepath) FileUtils.mkdir_p(path.dirname) begin File.open(filepath, "w") { |f| f.write(response_body) } rescue Errno::EACCES # a pretty common problem in CI systems puts "Fetched '#{platform}/#{version}' from GitHub, but could not write to the local path: #{filepath}. Fix the local file permissions to avoid downloading this file every run." end return parse_and_validate(response_body) else raise Fauxhai::Exception::InvalidPlatform.new("Could not find platform '#{platform}/#{version}' on the local disk and an Github fetching returned http error code #{response.status.first.to_i}! #{PLATFORM_LIST_MESSAGE}") end else raise Fauxhai::Exception::InvalidPlatform.new("Could not find platform '#{platform}/#{version}' on the local disk and Github fetching is disabled! #{PLATFORM_LIST_MESSAGE}") end end.call end private # As major releases of Ohai ship it's difficult and sometimes impossible # to regenerate all fauxhai data. This allows us to deprecate old releases # and eventually remove them while giving end users ample warning. def parse_and_validate(unparsed_data) parsed_data = JSON.parse(unparsed_data) if parsed_data["deprecated"] STDERR.puts "WARNING: Fauxhai platform data for #{parsed_data["platform"]} #{parsed_data["platform_version"]} is deprecated and will be removed in the 10.0 release 3/2022. #{PLATFORM_LIST_MESSAGE}" end parsed_data end def platform @options[:platform] ||= begin STDERR.puts "WARNING: you must specify a 'platform' and optionally a 'version' for your ChefSpec Runner and/or Fauxhai constructor, in the future omitting the platform will become a hard error. #{PLATFORM_LIST_MESSAGE}" "chefspec" end end def platform_path File.join(Fauxhai.root, "lib", "fauxhai", "platforms", platform) end def version @version ||= begin if File.exist?("#{platform_path}/#{@options[:version]}.json") # Whole version, use it as-is. @options[:version] else # Check if it's a prefix of an existing version. versions = Dir["#{platform_path}/*.json"].map { |path| File.basename(path, ".json") } unless @options[:version].to_s == "" # If the provided version is nil or '', that means take anything, # otherwise run the prefix match with an extra \D to avoid the # case where "7.1" matches "7.10.0". prefix_re = /^#{Regexp.escape(@options[:version])}\D/ versions.select! { |ver| ver =~ prefix_re } end if versions.empty? # No versions available, either an unknown platform or nothing matched # the prefix check. Pass through the option as given so we can try # github fetching. @options[:version] else # Take the highest version available, trying to use rules that should # probably mostly work on all OSes. Famous last words. The idea of # the regex is to split on any punctuation (the common case) and # also any single letter with digit on either side (2012r2). This # leaves any long runs of letters intact (4.2-RELEASE). Then convert # any run of digits to an integer to get version-ish comparison. # This is basically a more flexible version of Gem::Version. versions.max_by do |ver| ver.split(/[^a-z0-9]|(?<=\d)[a-z](?=\d)/i).map do |part| if part =~ /^\d+$/ part.to_i else part end end end end end end end end end fauxhai-9.3.0/lib/fauxhai/platforms/000077500000000000000000000000001417433310300173515ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/aix/000077500000000000000000000000001417433310300201325ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/aix/7.1.json000066400000000000000000001210641417433310300213360ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.7.47/lib", "version": "16.7.47" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.7.18/lib/ohai", "version": "16.7.18" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "Global:/": { "fs_type": "jfs2", "kb_available": "10386424", "kb_size": "10485760", "kb_used": "99336", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/" ], "percent_used": "1%" }, "Global:/home": { "fs_type": "jfs2", "kb_available": "4384740", "kb_size": "5242880", "kb_used": "858140", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/home" ], "percent_used": "17%" }, "Global:/opt": { "fs_type": "jfs2", "kb_available": "3419916", "kb_size": "5242880", "kb_used": "1822964", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/opt" ], "percent_used": "35%" }, "Global:/proc": { "fs_type": "namefs", "kb_available": "-", "kb_size": "-", "kb_used": "-", "mount_options": [ "rw" ], "mounts": [ "/proc" ], "percent_used": "-" }, "Global:/tmp": { "fs_type": "jfs2", "kb_available": "5117836", "kb_size": "5242880", "kb_used": "125044", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/tmp" ], "percent_used": "3%" }, "Global:/usr": { "fs_type": "jfs2", "kb_available": "3798592", "kb_size": "5242880", "kb_used": "1444288", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/usr" ], "percent_used": "28%" }, "Global:/var": { "fs_type": "jfs2", "kb_available": "10220936", "kb_size": "10485760", "kb_used": "264824", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/var" ], "percent_used": "3%" } }, "by_mountpoint": { "/": { "devices": [ "Global:/" ], "fs_type": "jfs2", "kb_available": "10386424", "kb_size": "10485760", "kb_used": "99336", "mount_options": [ "rw", "log=NULL" ], "percent_used": "1%" }, "/home": { "devices": [ "Global:/home" ], "fs_type": "jfs2", "kb_available": "4384740", "kb_size": "5242880", "kb_used": "858140", "mount_options": [ "rw", "log=NULL" ], "percent_used": "17%" }, "/opt": { "devices": [ "Global:/opt" ], "fs_type": "jfs2", "kb_available": "3419916", "kb_size": "5242880", "kb_used": "1822964", "mount_options": [ "rw", "log=NULL" ], "percent_used": "35%" }, "/proc": { "devices": [ "Global:/proc" ], "fs_type": "namefs", "kb_available": "-", "kb_size": "-", "kb_used": "-", "mount_options": [ "rw" ], "percent_used": "-" }, "/tmp": { "devices": [ "Global:/tmp" ], "fs_type": "jfs2", "kb_available": "5117836", "kb_size": "5242880", "kb_used": "125044", "mount_options": [ "rw", "log=NULL" ], "percent_used": "3%" }, "/usr": { "devices": [ "Global:/usr" ], "fs_type": "jfs2", "kb_available": "3798592", "kb_size": "5242880", "kb_used": "1444288", "mount_options": [ "rw", "log=NULL" ], "percent_used": "28%" }, "/var": { "devices": [ "Global:/var" ], "fs_type": "jfs2", "kb_available": "10220936", "kb_size": "10485760", "kb_used": "264824", "mount_options": [ "rw", "log=NULL" ], "percent_used": "3%" } }, "by_pair": { "Global:/,/": { "device": "Global:/", "fs_type": "jfs2", "kb_available": "10386424", "kb_size": "10485760", "kb_used": "99336", "mount": "/", "mount_options": [ "rw", "log=NULL" ], "percent_used": "1%" }, "Global:/home,/home": { "device": "Global:/home", "fs_type": "jfs2", "kb_available": "4384740", "kb_size": "5242880", "kb_used": "858140", "mount": "/home", "mount_options": [ "rw", "log=NULL" ], "percent_used": "17%" }, "Global:/opt,/opt": { "device": "Global:/opt", "fs_type": "jfs2", "kb_available": "3419916", "kb_size": "5242880", "kb_used": "1822964", "mount": "/opt", "mount_options": [ "rw", "log=NULL" ], "percent_used": "35%" }, "Global:/proc,/proc": { "device": "Global:/proc", "fs_type": "namefs", "kb_available": "-", "kb_size": "-", "kb_used": "-", "mount": "/proc", "mount_options": [ "rw" ], "percent_used": "-" }, "Global:/tmp,/tmp": { "device": "Global:/tmp", "fs_type": "jfs2", "kb_available": "5117836", "kb_size": "5242880", "kb_used": "125044", "mount": "/tmp", "mount_options": [ "rw", "log=NULL" ], "percent_used": "3%" }, "Global:/usr,/usr": { "device": "Global:/usr", "fs_type": "jfs2", "kb_available": "3798592", "kb_size": "5242880", "kb_used": "1444288", "mount": "/usr", "mount_options": [ "rw", "log=NULL" ], "percent_used": "28%" }, "Global:/var,/var": { "device": "Global:/var", "fs_type": "jfs2", "kb_available": "10220936", "kb_size": "10485760", "kb_used": "264824", "mount": "/var", "mount_options": [ "rw", "log=NULL" ], "percent_used": "3%" } } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "bits": "64", "machine": "powerpc", "modules": { "/etc/drivers/coreprobe.ext": { "data": { "address": "f1000000c01c0000", "size": "2a8" }, "text": { "address": "f1000000c01bc000", "size": "5000" } }, "/etc/drivers/scsidiskpin": { "data": { "address": "59c0000", "size": "133b0" }, "text": { "address": "5960000", "size": "80000" } }, "/unix": { "data": { "address": "0", "size": "5860000" }, "text": { "address": "2dca560", "size": "0" } }, "/usr/lib/drivers/aio.ext": { "data": { "address": "5fb0000", "size": "1190" }, "text": { "address": "5fa0000", "size": "20000" } }, "/usr/lib/drivers/aiopin": { "data": { "address": "5fd0000", "size": "8910" }, "text": { "address": "5fc0000", "size": "20000" } }, "/usr/lib/drivers/aixdiskpcmke": { "data": { "address": "5a30000", "size": "9e74" }, "text": { "address": "59e0000", "size": "60000" } }, "/usr/lib/drivers/cfs.ext": { "data": { "address": "f1000000c03e5000", "size": "3078" }, "text": { "address": "f1000000c03da000", "size": "f000" } }, "/usr/lib/drivers/crypto/clickext": { "data": { "address": "f1000000c022f000", "size": "c6ec" }, "text": { "address": "f1000000c01e8000", "size": "55000" } }, "/usr/lib/drivers/eth_demux": { "data": { "address": "5bb0000", "size": "400" }, "text": { "address": "5ba0000", "size": "20000" } }, "/usr/lib/drivers/hd_pin": { "data": { "address": "5a80000", "size": "2130" }, "text": { "address": "5a50000", "size": "40000" } }, "/usr/lib/drivers/hd_pin_bot": { "data": { "address": "5ad0000", "size": "215f8" }, "text": { "address": "5a90000", "size": "70000" } }, "/usr/lib/drivers/if_en": { "data": { "address": "5eb0000", "size": "c30" }, "text": { "address": "5ea0000", "size": "20000" } }, "/usr/lib/drivers/krpc.ext": { "data": { "address": "6080000", "size": "fc28" }, "text": { "address": "6030000", "size": "60000" } }, "/usr/lib/drivers/ldterm": { "data": { "address": "f1000000c01e6000", "size": "16c8" }, "text": { "address": "f1000000c01cd000", "size": "1b000" } }, "/usr/lib/drivers/netinet": { "data": { "address": "5cc0000", "size": "1d7fd8" }, "text": { "address": "5bd0000", "size": "2d0000" } }, "/usr/lib/drivers/nfs.ext": { "data": { "address": "6260000", "size": "67fc8" }, "text": { "address": "60a0000", "size": "230000" } }, "/usr/lib/drivers/nfs_kdes.ext": { "data": { "address": "f1000000c038e000", "size": "c8" }, "text": { "address": "f1000000c038d000", "size": "2000" } }, "/usr/lib/drivers/perfvmmstat": { "data": { "address": "5f10000", "size": "9e0" }, "text": { "address": "5f00000", "size": "20000" } }, "/usr/lib/drivers/pkcs11": { "data": { "address": "f1000000c0311000", "size": "55550" }, "text": { "address": "f1000000c023d000", "size": "12a000" } }, "/usr/lib/drivers/planar_pal_chrp": { "data": { "address": "58f0000", "size": "f3b8" }, "text": { "address": "58c0000", "size": "40000" } }, "/usr/lib/drivers/posix_aio.ext": { "data": { "address": "5ff0000", "size": "e80" }, "text": { "address": "5fe0000", "size": "20000" } }, "/usr/lib/drivers/posix_aiopin": { "data": { "address": "6010000", "size": "8990" }, "text": { "address": "6000000", "size": "20000" } }, "/usr/lib/drivers/pse/pse": { "data": { "address": "f1000000c017a000", "size": "7f80" }, "text": { "address": "f1000000c012b000", "size": "58000" } }, "/usr/lib/drivers/pse/sc": { "data": { "address": "f1000000c0193000", "size": "610" }, "text": { "address": "f1000000c0191000", "size": "3000" } }, "/usr/lib/drivers/pse/spx": { "data": { "address": "f1000000c018f000", "size": "2b0" }, "text": { "address": "f1000000c018d000", "size": "3000" } }, "/usr/lib/drivers/pse/stddev": { "data": { "address": "f1000000c018b000", "size": "938" }, "text": { "address": "f1000000c0189000", "size": "3000" } }, "/usr/lib/drivers/pse/stdmod": { "data": { "address": "f1000000c0196000", "size": "9c8" }, "text": { "address": "f1000000c0195000", "size": "2000" } }, "/usr/lib/drivers/pse/timod": { "data": { "address": "f1000000c01b7000", "size": "588" }, "text": { "address": "f1000000c01b4000", "size": "4000" } }, "/usr/lib/drivers/pse/tirdwr": { "data": { "address": "f1000000c01bb000", "size": "4a8" }, "text": { "address": "f1000000c01b8000", "size": "4000" } }, "/usr/lib/drivers/pse/xtiso": { "data": { "address": "f1000000c01b2000", "size": "10f0" }, "text": { "address": "f1000000c0197000", "size": "1d000" } }, "/usr/lib/drivers/ptydd": { "data": { "address": "f1000000c0380000", "size": "21a4" }, "text": { "address": "f1000000c0367000", "size": "1c000" } }, "/usr/lib/drivers/random": { "data": { "address": "f1000000c03a1000", "size": "172e0" }, "text": { "address": "f1000000c038f000", "size": "2a000" } }, "/usr/lib/drivers/scsidisk": { "data": { "address": "5950000", "size": "1030" }, "text": { "address": "5930000", "size": "30000" } }, "/usr/lib/drivers/smt_load": { "data": { "address": "f1000000c0388000", "size": "680" }, "text": { "address": "f1000000c0383000", "size": "6000" } }, "/usr/lib/drivers/smt_loadpin": { "data": { "address": "f1000000c038c000", "size": "70" }, "text": { "address": "f1000000c038b000", "size": "2000" } }, "/usr/lib/drivers/storfwork": { "data": { "address": "5b40000", "size": "4128" }, "text": { "address": "5b10000", "size": "40000" } }, "/usr/lib/drivers/trcdd": { "data": { "address": "f1000000c03c3000", "size": "160e8" }, "text": { "address": "f1000000c03b9000", "size": "21000" } }, "/usr/lib/drivers/ttydbg": { "data": { "address": "f1000000c0188000", "size": "4d0" }, "text": { "address": "f1000000c0187000", "size": "2000" } }, "/usr/lib/drivers/ttydbg_pinned": { "data": { "address": "f1000000c0186000", "size": "430" }, "text": { "address": "f1000000c0183000", "size": "4000" } }, "/usr/lib/drivers/vconsdd": { "data": { "address": "f1000000c01cc000", "size": "788" }, "text": { "address": "f1000000c01c4000", "size": "9000" } }, "/usr/lib/drivers/vdev_busdd": { "data": { "address": "5920000", "size": "2a74" }, "text": { "address": "5900000", "size": "30000" } }, "/usr/lib/drivers/vioentdd": { "data": { "address": "5b80000", "size": "164a8" }, "text": { "address": "5b50000", "size": "50000" } }, "/usr/lib/drivers/vscsi_initdd": { "data": { "address": "f1000000c0125000", "size": "5083" }, "text": { "address": "f1000000c0100000", "size": "2b000" } }, "/usr/lib/perf/perfstat": { "data": { "address": "5ee0000", "size": "1414" }, "text": { "address": "5ec0000", "size": "30000" } }, "/usr/pmapi/etc/pmsvcs": { "data": { "address": "5f50000", "size": "369c" }, "text": { "address": "5f20000", "size": "40000" } } }, "name": "aix", "release": "1", "version": "7" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "powerpc-ibm-aix7.1.5.0", "host_cpu": "powerpc", "host_os": "aix7.1.5.0", "host_vendor": "ibm", "platform": "powerpc-aix7.1.5.0", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "powerpc-ibm-aix7.1.5.0", "target_cpu": "powerpc", "target_os": "aix7.1.5.0", "target_vendor": "ibm", "version": "2.7.2" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1605643764.775081, "os": "aix", "os_version": "7100-05-02-1806", "packages": { "AIX-rpm": { "version": "7.1.5.15-5" }, "ICU4C.rte": { "version": "7.1.4.0" }, "Tivoli_Management_Agent.client.rte": { "version": "3.7.1.0" }, "X11.adt.bitmaps": { "version": "7.1.0.0" }, "X11.adt.ext": { "version": "7.1.0.0" }, "X11.adt.imake": { "version": "7.1.0.0" }, "X11.adt.include": { "version": "7.1.4.0" }, "X11.adt.lib": { "version": "7.1.4.30" }, "X11.adt.motif": { "version": "7.1.5.0" }, "X11.apps.aixterm": { "version": "7.1.4.0" }, "X11.apps.rte": { "version": "7.1.4.30" }, "X11.apps.util": { "version": "7.1.0.0" }, "X11.base.common": { "version": "7.1.0.0" }, "X11.base.lib": { "version": "7.1.5.15" }, "X11.base.rte": { "version": "7.1.4.30" }, "X11.base.smt": { "version": "7.1.4.0" }, "X11.compat.lib.X11R6": { "version": "7.1.4.30" }, "X11.compat.lib.X11R6_motif": { "version": "7.1.5.0" }, "X11.fnt.defaultFonts": { "version": "7.1.0.0" }, "X11.loc.en_US.base.lib": { "version": "7.1.0.0" }, "X11.motif.lib": { "version": "7.1.5.0" }, "X11.motif.mwm": { "version": "7.1.1.0" }, "X11.msg.en_US.adt.ext": { "version": "7.1.3.0" }, "X11.msg.en_US.adt.imake": { "version": "7.1.3.0" }, "X11.msg.en_US.apps.aixterm": { "version": "7.1.3.0" }, "X11.msg.en_US.apps.rte": { "version": "7.1.3.0" }, "X11.msg.en_US.base.common": { "version": "7.1.3.0" }, "X11.msg.en_US.base.rte": { "version": "7.1.3.0" }, "X11.msg.en_US.motif.lib": { "version": "7.1.3.0" }, "X11.msg.en_US.motif.mwm": { "version": "7.1.3.0" }, "X11.samples.apps.clients": { "version": "7.1.4.0" }, "X11.samples.common": { "version": "7.1.0.0" }, "X11.samples.lib.Core": { "version": "7.1.4.0" }, "angry-omnibus-toolchain": { "version": "2.0.1.1" }, "angrychef": { "version": "15.0.197.1" }, "bash": { "version": "4.2-3" }, "bos.64bit": { "version": "7.1.5.15" }, "bos.acct": { "version": "7.1.5.15" }, "bos.adt.base": { "version": "7.1.5.15" }, "bos.adt.include": { "version": "7.1.5.15" }, "bos.adt.insttools": { "version": "7.1.5.0" }, "bos.adt.lib": { "version": "7.1.2.15" }, "bos.adt.libm": { "version": "7.1.5.0" }, "bos.ae": { "version": "7.1.1.15" }, "bos.aixpert.cmds": { "version": "7.1.5.15" }, "bos.aso": { "version": "7.1.5.0" }, "bos.cdmount": { "version": "7.1.0.0" }, "bos.help.msg.EN_US.com": { "version": "7.1.1.0" }, "bos.help.msg.en_US.com": { "version": "7.1.1.15" }, "bos.help.msg.en_US.smit": { "version": "7.1.4.30" }, "bos.iconv.com": { "version": "7.1.5.0" }, "bos.iconv.ucs.com": { "version": "7.1.4.0" }, "bos.iocp.rte": { "version": "7.1.5.0" }, "bos.loc.com.utf": { "version": "7.1.5.0" }, "bos.loc.iso.en_US": { "version": "7.1.5.15" }, "bos.loc.utf.EN_US": { "version": "7.1.4.30" }, "bos.mh": { "version": "7.1.3.0" }, "bos.mls.lib": { "version": "7.1.0.0" }, "bos.mp64": { "version": "7.1.5.15" }, "bos.msg.EN_US.net.ipsec": { "version": "7.1.3.0" }, "bos.msg.EN_US.net.tcp.client": { "version": "7.1.3.0" }, "bos.msg.EN_US.rte": { "version": "7.1.3.0" }, "bos.msg.EN_US.txt.tfs": { "version": "7.1.3.0" }, "bos.msg.en_US.net.ipsec": { "version": "7.1.3.0" }, "bos.msg.en_US.net.tcp.client": { "version": "7.1.3.0" }, "bos.msg.en_US.rte": { "version": "7.1.3.0" }, "bos.msg.en_US.txt.tfs": { "version": "7.1.3.0" }, "bos.net.ipsec.rte": { "version": "7.1.5.15" }, "bos.net.ncs": { "version": "7.1.2.15" }, "bos.net.nfs.client": { "version": "7.1.5.15" }, "bos.net.nis.client": { "version": "7.1.4.30" }, "bos.net.snapp": { "version": "7.1.3.0" }, "bos.net.tcp.adt": { "version": "7.1.5.0" }, "bos.net.tcp.client": { "version": "7.1.5.15" }, "bos.net.tcp.server": { "version": "7.1.5.15" }, "bos.net.tcp.smit": { "version": "7.1.4.0" }, "bos.net.uucp": { "version": "7.1.3.0" }, "bos.perf.diag_tool": { "version": "7.1.4.0" }, "bos.perf.libperfstat": { "version": "7.1.5.15" }, "bos.perf.perfstat": { "version": "7.1.5.15" }, "bos.perf.pmaix": { "version": "7.1.5.0" }, "bos.perf.proctools": { "version": "7.1.5.0" }, "bos.perf.tools": { "version": "7.1.5.15" }, "bos.perf.tune": { "version": "7.1.5.0" }, "bos.pmapi.events": { "version": "7.1.5.0" }, "bos.pmapi.lib": { "version": "7.1.4.30" }, "bos.pmapi.pmsvcs": { "version": "7.1.5.15" }, "bos.pmapi.samples": { "version": "7.1.4.0" }, "bos.pmapi.tools": { "version": "7.1.4.30" }, "bos.rte": { "version": "7.1.5.15" }, "bos.rte.Dt": { "version": "7.1.0.0" }, "bos.rte.ILS": { "version": "7.1.5.15" }, "bos.rte.SRC": { "version": "7.1.4.30" }, "bos.rte.X11": { "version": "7.1.0.0" }, "bos.rte.aio": { "version": "7.1.5.15" }, "bos.rte.archive": { "version": "7.1.5.15" }, "bos.rte.bind_cmds": { "version": "7.1.5.15" }, "bos.rte.boot": { "version": "7.1.5.15" }, "bos.rte.bosinst": { "version": "7.1.5.15" }, "bos.rte.commands": { "version": "7.1.5.15" }, "bos.rte.compare": { "version": "7.1.5.0" }, "bos.rte.console": { "version": "7.1.1.0" }, "bos.rte.control": { "version": "7.1.5.15" }, "bos.rte.cron": { "version": "7.1.5.0" }, "bos.rte.date": { "version": "7.1.5.0" }, "bos.rte.devices": { "version": "7.1.5.0" }, "bos.rte.devices_msg": { "version": "7.1.5.0" }, "bos.rte.diag": { "version": "7.1.5.15" }, "bos.rte.edit": { "version": "7.1.5.15" }, "bos.rte.filesystem": { "version": "7.1.5.15" }, "bos.rte.iconv": { "version": "7.1.5.0" }, "bos.rte.ifor_ls": { "version": "7.1.5.0" }, "bos.rte.im": { "version": "7.1.4.0" }, "bos.rte.install": { "version": "7.1.5.15" }, "bos.rte.jfscomp": { "version": "7.1.3.0" }, "bos.rte.libc": { "version": "7.1.5.15" }, "bos.rte.libcfg": { "version": "7.1.5.0" }, "bos.rte.libcur": { "version": "7.1.5.0" }, "bos.rte.libdbm": { "version": "7.1.0.0" }, "bos.rte.libnetsvc": { "version": "7.1.0.0" }, "bos.rte.libpthreads": { "version": "7.1.5.15" }, "bos.rte.libqb": { "version": "7.1.0.0" }, "bos.rte.libs": { "version": "7.1.0.0" }, "bos.rte.loc": { "version": "7.1.2.15" }, "bos.rte.lvm": { "version": "7.1.5.15" }, "bos.rte.man": { "version": "7.1.4.0" }, "bos.rte.methods": { "version": "7.1.5.15" }, "bos.rte.misc_cmds": { "version": "7.1.5.0" }, "bos.rte.mlslib": { "version": "7.1.2.15" }, "bos.rte.net": { "version": "7.1.3.0" }, "bos.rte.odm": { "version": "7.1.5.15" }, "bos.rte.printers": { "version": "7.1.5.0" }, "bos.rte.security": { "version": "7.1.5.15" }, "bos.rte.serv_aid": { "version": "7.1.5.15" }, "bos.rte.shell": { "version": "7.1.5.15" }, "bos.rte.streams": { "version": "7.1.2.15" }, "bos.rte.tty": { "version": "7.1.5.15" }, "bos.swma": { "version": "7.1.2.15" }, "bos.sysmgt.loginlic": { "version": "7.1.3.0" }, "bos.sysmgt.nim.client": { "version": "7.1.5.15" }, "bos.sysmgt.quota": { "version": "7.1.5.0" }, "bos.sysmgt.serv_aid": { "version": "7.1.5.15" }, "bos.sysmgt.smit": { "version": "7.1.5.0" }, "bos.sysmgt.sysbr": { "version": "7.1.5.15" }, "bos.sysmgt.trace": { "version": "7.1.5.15" }, "bos.terminfo.ansi.data": { "version": "7.1.0.0" }, "bos.terminfo.com.data": { "version": "7.1.0.0" }, "bos.terminfo.dec.data": { "version": "7.1.0.0" }, "bos.terminfo.ibm.data": { "version": "7.1.0.0" }, "bos.terminfo.pc.data": { "version": "7.1.0.0" }, "bos.terminfo.print.data": { "version": "7.1.0.0" }, "bos.terminfo.rte": { "version": "7.1.0.0" }, "bos.terminfo.televideo.data": { "version": "7.1.0.0" }, "bos.terminfo.wyse.data": { "version": "7.1.0.0" }, "bos.txt.spell": { "version": "7.1.0.0" }, "bos.txt.spell.data": { "version": "7.1.0.0" }, "bos.txt.tfs": { "version": "7.1.4.0" }, "bos.txt.tfs.data": { "version": "7.1.0.0" }, "bos.wpars": { "version": "7.1.5.15" }, "ca-certificates": { "version": "2016.10.7-2" }, "cdrtools.base": { "version": "1.9.0.9" }, "cdrtools.man.en_US": { "version": "1.9.0.9" }, "chef": { "version": "16.7.47.1" }, "clic.rte.kernext": { "version": "4.10.0.1" }, "clic.rte.lib": { "version": "4.10.0.1" }, "coreutils": { "version": "8.29-2" }, "db": { "version": "4.8.24-3" }, "devices.chrp.base.ServiceRM": { "version": "2.5.1.2" }, "devices.chrp.base.rte": { "version": "7.1.5.0" }, "devices.chrp.vdevice.rte": { "version": "7.1.5.0" }, "devices.chrp_lpar.base.ras": { "version": "7.1.3.0" }, "devices.common.IBM.disk.rte": { "version": "7.1.5.15" }, "devices.common.IBM.ethernet.rte": { "version": "7.1.5.15" }, "devices.common.IBM.modemcfg.data": { "version": "7.1.0.0" }, "devices.common.IBM.mpio.rte": { "version": "7.1.5.15" }, "devices.common.IBM.scsi.rte": { "version": "7.1.5.15" }, "devices.common.IBM.storfwork.rte": { "version": "7.1.5.15" }, "devices.common.rspcbase.rte": { "version": "7.1.5.0" }, "devices.fcp.disk.rte": { "version": "7.1.5.15" }, "devices.fcp.tape.rte": { "version": "7.1.5.16" }, "devices.loopback.rte": { "version": "7.1.4.30" }, "devices.msg.EN_US.base.com": { "version": "7.1.3.0" }, "devices.msg.EN_US.rspc.base.com": { "version": "7.1.3.0" }, "devices.msg.EN_US.sys.mca.rte": { "version": "7.1.3.0" }, "devices.msg.en_US.base.com": { "version": "7.1.3.0" }, "devices.msg.en_US.rspc.base.com": { "version": "7.1.3.0" }, "devices.msg.en_US.sys.mca.rte": { "version": "7.1.3.0" }, "devices.scsi.disk.rte": { "version": "7.1.5.16" }, "devices.scsi.tape.rte": { "version": "7.1.4.0" }, "devices.tty.rte": { "version": "7.1.4.0" }, "devices.vdevice.IBM.l-lan.rte": { "version": "7.1.5.15" }, "devices.vdevice.IBM.v-scsi.rte": { "version": "7.1.5.15" }, "devices.vdevice.hvterm1.rte": { "version": "7.1.4.0" }, "expect.base": { "version": "5.42.1.0" }, "gdbm": { "version": "1.8.3-5" }, "gettext": { "version": "0.19.7-1" }, "glib2": { "version": "2.14.6-2" }, "gmp": { "version": "6.1.2-1" }, "ibmdebugger": { "version": "13.1.0.3" }, "ibmdebugger.engine": { "version": "13.1.0.3" }, "ibmdebugger.engine.msg.en_US": { "version": "13.1.0.3" }, "ibmdebugger.jre": { "version": "13.1.0.3" }, "ibmdebugger.ui": { "version": "13.1.0.3" }, "info": { "version": "6.3-1" }, "libgcc": { "version": "6.3.0-1" }, "libstdc++": { "version": "6.3.0-1" }, "mcr.rte": { "version": "7.1.5.15" }, "memdbg.adt": { "version": "5.5.0.1" }, "memdbg.aix53.adt": { "version": "5.5.0.1" }, "memdbg.msg.en_US": { "version": "5.5.0.1" }, "ncurses": { "version": "6.1-1" }, "omnibus-toolchain": { "version": "2.0.5.1" }, "openssh.base.client": { "version": "7.1.102.1100" }, "openssh.base.server": { "version": "7.1.102.1100" }, "openssh.msg.EN_US": { "version": "7.1.102.1100" }, "openssh.msg.en_US": { "version": "7.1.102.1100" }, "openssl.base": { "version": "1.0.2.1100" }, "perfagent.tools": { "version": "7.1.5.0" }, "perl.libext": { "version": "2.3.0.15" }, "perl.rte": { "version": "5.10.1.250" }, "printers.msg.EN_US.rte": { "version": "7.1.3.0" }, "printers.msg.en_US.rte": { "version": "7.1.3.0" }, "printers.rte": { "version": "7.1.4.30" }, "pysqlite": { "version": "1.1.7-2" }, "python": { "version": "2.7.10-1" }, "python-devel": { "version": "2.7.10-1" }, "python-iniparse": { "version": "0.4-1" }, "python-tools": { "version": "2.7.10-1" }, "readline": { "version": "6.1-2" }, "rpm.rte": { "version": "4.13.0.3" }, "rsct.core.auditrm": { "version": "3.2.3.0" }, "rsct.core.errm": { "version": "3.2.3.0" }, "rsct.core.fsrm": { "version": "3.2.3.0" }, "rsct.core.gui": { "version": "3.2.3.0" }, "rsct.core.hostrm": { "version": "3.2.3.0" }, "rsct.core.lprm": { "version": "3.2.3.0" }, "rsct.core.microsensor": { "version": "3.2.3.0" }, "rsct.core.rmc": { "version": "3.2.3.1" }, "rsct.core.sec": { "version": "3.2.3.0" }, "rsct.core.sensorrm": { "version": "3.2.3.0" }, "rsct.core.sr": { "version": "3.2.3.0" }, "rsct.core.utils": { "version": "3.2.3.1" }, "rsct.msg.EN_US.core.auditrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.errm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.fsrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.gui": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.hostrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.lprm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.microsensorrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.rmc": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.sec": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.sensorrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.sr": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.utils": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.auditrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.errm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.fsrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.gui": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.gui.com": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.hostrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.lprm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.microsensorrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.rmc": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.rmc.com": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.sec": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.sensorrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.sr": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.utils": { "version": "3.2.1.0" }, "rsync": { "version": "3.1.3-1" }, "security.acf": { "version": "7.1.5.15" }, "sqlite": { "version": "3.15.2-1" }, "sudo": { "version": "1.8.23-1" }, "tcl.base": { "version": "8.4.7.0" }, "tk.base": { "version": "8.4.7.0" }, "wget": { "version": "1.19.2-1" }, "wio.common": { "version": "7.1.4.0" }, "wio.fcp": { "version": "7.1.5.0" }, "wio.vscsi": { "version": "7.1.1.15" }, "xlC.adt.include": { "version": "13.1.3.0" }, "xlC.aix61.rte": { "version": "13.1.3.3" }, "xlC.cpp": { "version": "9.0.0.0" }, "xlC.msg.en_US.rte": { "version": "13.1.3.3" }, "xlC.rte": { "version": "13.1.3.3" }, "xlCcmp.13.1.3": { "version": "13.1.3.6" }, "xlCcmp.13.1.3.bundle": { "version": "13.1.3.0" }, "xlCcmp.13.1.3.lib": { "version": "13.1.3.6" }, "xlCcmp.13.1.3.license": { "version": "13.1.3.0" }, "xlCcmp.13.1.3.ndi": { "version": "13.1.3.6" }, "xlCcmp.13.1.3.tools": { "version": "13.1.3.6" }, "xlccmp.13.1.0.license": { "version": "13.1.0.0" }, "xlccmp.13.1.3": { "version": "13.1.3.0" }, "xlccmp.13.1.3.bundle": { "version": "13.1.3.0" }, "xlccmp.13.1.3.lib": { "version": "13.1.3.0" }, "xlccmp.13.1.3.license": { "version": "13.1.3.0" }, "xlccmp.13.1.3.ndi": { "version": "13.1.3.0" }, "xlmass.8.1.0": { "version": "8.1.0.0" }, "xlmass.8.1.3": { "version": "8.1.3.1" }, "xlsmp.aix61.rte": { "version": "4.1.3.0" }, "xlsmp.msg.EN_US.rte": { "version": "4.1.3.0" }, "xlsmp.msg.En_US.rte": { "version": "4.1.3.0" }, "xlsmp.msg.en_US.rte": { "version": "4.1.3.0" }, "xlsmp.rte": { "version": "4.1.3.0" }, "yum-metadata-parser": { "version": "1.1.4-2" } }, "platform": "aix", "platform_family": "aix", "platform_version": "7.1", "root_group": "system", "shard_seed": 100358842, "shells": [ "/bin/csh", "/bin/ksh", "/bin/psh", "/bin/tsh", "/bin/bsh", "/usr/bin/csh", "/usr/bin/ksh", "/usr/bin/psh", "/usr/bin/tsh", "/usr/bin/bsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/aix/7.2.json000066400000000000000000003475451417433310300213550ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.7.47/lib", "version": "16.7.47" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.7.18/lib/ohai", "version": "16.7.18" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "Global:/": { "fs_type": "jfs2", "kb_available": "10059044", "kb_size": "10485760", "kb_used": "426716", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/" ], "percent_used": "5%" }, "Global:/home": { "fs_type": "jfs2", "kb_available": "4635356", "kb_size": "5242880", "kb_used": "607524", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/home" ], "percent_used": "12%" }, "Global:/opt": { "fs_type": "jfs2", "kb_available": "3677644", "kb_size": "5242880", "kb_used": "1565236", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/opt" ], "percent_used": "30%" }, "Global:/proc": { "fs_type": "namefs", "kb_available": "-", "kb_size": "-", "kb_used": "-", "mount_options": [ "rw" ], "mounts": [ "/proc" ], "percent_used": "-" }, "Global:/tmp": { "fs_type": "jfs2", "kb_available": "5118596", "kb_size": "5242880", "kb_used": "124284", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/tmp" ], "percent_used": "3%" }, "Global:/usr": { "fs_type": "jfs2", "kb_available": "432760", "kb_size": "6291456", "kb_used": "5858696", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/usr" ], "percent_used": "94%" }, "Global:/var": { "fs_type": "jfs2", "kb_available": "10239008", "kb_size": "10485760", "kb_used": "246752", "mount_options": [ "rw", "log=NULL" ], "mounts": [ "/var" ], "percent_used": "3%" } }, "by_mountpoint": { "/": { "devices": [ "Global:/" ], "fs_type": "jfs2", "kb_available": "10059044", "kb_size": "10485760", "kb_used": "426716", "mount_options": [ "rw", "log=NULL" ], "percent_used": "5%" }, "/home": { "devices": [ "Global:/home" ], "fs_type": "jfs2", "kb_available": "4635356", "kb_size": "5242880", "kb_used": "607524", "mount_options": [ "rw", "log=NULL" ], "percent_used": "12%" }, "/opt": { "devices": [ "Global:/opt" ], "fs_type": "jfs2", "kb_available": "3677644", "kb_size": "5242880", "kb_used": "1565236", "mount_options": [ "rw", "log=NULL" ], "percent_used": "30%" }, "/proc": { "devices": [ "Global:/proc" ], "fs_type": "namefs", "kb_available": "-", "kb_size": "-", "kb_used": "-", "mount_options": [ "rw" ], "percent_used": "-" }, "/tmp": { "devices": [ "Global:/tmp" ], "fs_type": "jfs2", "kb_available": "5118596", "kb_size": "5242880", "kb_used": "124284", "mount_options": [ "rw", "log=NULL" ], "percent_used": "3%" }, "/usr": { "devices": [ "Global:/usr" ], "fs_type": "jfs2", "kb_available": "432760", "kb_size": "6291456", "kb_used": "5858696", "mount_options": [ "rw", "log=NULL" ], "percent_used": "94%" }, "/var": { "devices": [ "Global:/var" ], "fs_type": "jfs2", "kb_available": "10239008", "kb_size": "10485760", "kb_used": "246752", "mount_options": [ "rw", "log=NULL" ], "percent_used": "3%" } }, "by_pair": { "Global:/,/": { "device": "Global:/", "fs_type": "jfs2", "kb_available": "10059044", "kb_size": "10485760", "kb_used": "426716", "mount": "/", "mount_options": [ "rw", "log=NULL" ], "percent_used": "5%" }, "Global:/home,/home": { "device": "Global:/home", "fs_type": "jfs2", "kb_available": "4635356", "kb_size": "5242880", "kb_used": "607524", "mount": "/home", "mount_options": [ "rw", "log=NULL" ], "percent_used": "12%" }, "Global:/opt,/opt": { "device": "Global:/opt", "fs_type": "jfs2", "kb_available": "3677644", "kb_size": "5242880", "kb_used": "1565236", "mount": "/opt", "mount_options": [ "rw", "log=NULL" ], "percent_used": "30%" }, "Global:/proc,/proc": { "device": "Global:/proc", "fs_type": "namefs", "kb_available": "-", "kb_size": "-", "kb_used": "-", "mount": "/proc", "mount_options": [ "rw" ], "percent_used": "-" }, "Global:/tmp,/tmp": { "device": "Global:/tmp", "fs_type": "jfs2", "kb_available": "5118596", "kb_size": "5242880", "kb_used": "124284", "mount": "/tmp", "mount_options": [ "rw", "log=NULL" ], "percent_used": "3%" }, "Global:/usr,/usr": { "device": "Global:/usr", "fs_type": "jfs2", "kb_available": "432760", "kb_size": "6291456", "kb_used": "5858696", "mount": "/usr", "mount_options": [ "rw", "log=NULL" ], "percent_used": "94%" }, "Global:/var,/var": { "device": "Global:/var", "fs_type": "jfs2", "kb_available": "10239008", "kb_size": "10485760", "kb_used": "246752", "mount": "/var", "mount_options": [ "rw", "log=NULL" ], "percent_used": "3%" } } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "bits": "64", "machine": "powerpc", "modules": { "/etc/drivers/coreprobe.ext": { "data": { "address": "f1000000c01cb000", "size": "2a0" }, "text": { "address": "f1000000c01c7000", "size": "5000" } }, "/etc/drivers/rcm_stub": { "data": { "address": "f1000000c039f000", "size": "80" }, "text": { "address": "f1000000c039e000", "size": "2000" } }, "/etc/drivers/scsidiskpin": { "data": { "address": "72f0000", "size": "15480" }, "text": { "address": "7290000", "size": "80000" } }, "/unix": { "data": { "address": "0", "size": "7160000" }, "text": { "address": "32eae80", "size": "0" } }, "/usr/lib/drivers/E3L.ext": { "data": { "address": "f1000000c0538000", "size": "65b0" }, "text": { "address": "f1000000c051a000", "size": "25000" } }, "/usr/lib/drivers/EDL.ext": { "data": { "address": "f1000000c0513000", "size": "6648" }, "text": { "address": "f1000000c04f5000", "size": "25000" } }, "/usr/lib/drivers/FDL.ext": { "data": { "address": "f1000000c04ee000", "size": "6658" }, "text": { "address": "f1000000c04ce000", "size": "27000" } }, "/usr/lib/drivers/QLLC.ext": { "data": { "address": "f1000000c04ac000", "size": "21138" }, "text": { "address": "f1000000c048c000", "size": "42000" } }, "/usr/lib/drivers/SDL.ext": { "data": { "address": "f1000000c0486000", "size": "5a20" }, "text": { "address": "f1000000c0473000", "size": "19000" } }, "/usr/lib/drivers/TRL.ext": { "data": { "address": "f1000000c046c000", "size": "6660" }, "text": { "address": "f1000000c044c000", "size": "27000" } }, "/usr/lib/drivers/aio.ext": { "data": { "address": "79f0000", "size": "10f0" }, "text": { "address": "79e0000", "size": "20000" } }, "/usr/lib/drivers/aiopin": { "data": { "address": "7a10000", "size": "8910" }, "text": { "address": "7a00000", "size": "20000" } }, "/usr/lib/drivers/aixdiskpcmke": { "data": { "address": "7360000", "size": "9ea8" }, "text": { "address": "7310000", "size": "60000" } }, "/usr/lib/drivers/cfs.ext": { "data": { "address": "f1000000c080f000", "size": "3060" }, "text": { "address": "f1000000c0803000", "size": "10000" } }, "/usr/lib/drivers/cluster": { "data": { "address": "f1000000c041b000", "size": "303f8" }, "text": { "address": "f1000000c03aa000", "size": "a2000" } }, "/usr/lib/drivers/crypto/clickext": { "data": { "address": "f1000000c023c000", "size": "c6ec" }, "text": { "address": "f1000000c01f5000", "size": "55000" } }, "/usr/lib/drivers/eth_demux": { "data": { "address": "7540000", "size": "408" }, "text": { "address": "7530000", "size": "20000" } }, "/usr/lib/drivers/hd_pin": { "data": { "address": "73b0000", "size": "215c" }, "text": { "address": "7370000", "size": "50000" } }, "/usr/lib/drivers/hd_pin_bot": { "data": { "address": "7410000", "size": "21870" }, "text": { "address": "73c0000", "size": "80000" } }, "/usr/lib/drivers/if_en": { "data": { "address": "7900000", "size": "c50" }, "text": { "address": "78f0000", "size": "20000" } }, "/usr/lib/drivers/iscsidd": { "data": { "address": "7480000", "size": "8378" }, "text": { "address": "7440000", "size": "50000" } }, "/usr/lib/drivers/krpc.ext": { "data": { "address": "7ae0000", "size": "11948" }, "text": { "address": "7a90000", "size": "70000" } }, "/usr/lib/drivers/ldterm": { "data": { "address": "f1000000c01f3000", "size": "1640" }, "text": { "address": "f1000000c01d8000", "size": "1d000" } }, "/usr/lib/drivers/netinet": { "data": { "address": "7680000", "size": "267940" }, "text": { "address": "7550000", "size": "3a0000" } }, "/usr/lib/drivers/netwlm": { "data": { "address": "f1000000c062c000", "size": "220" }, "text": { "address": "f1000000c0627000", "size": "6000" } }, "/usr/lib/drivers/nfs.ext": { "data": { "address": "7ce0000", "size": "6941c" }, "text": { "address": "7b00000", "size": "250000" } }, "/usr/lib/drivers/nfs_kdes.ext": { "data": { "address": "f1000000c0540000", "size": "c8" }, "text": { "address": "f1000000c053f000", "size": "2000" } }, "/usr/lib/drivers/ofed_core": { "data": { "address": "7dd0000", "size": "1b298" }, "text": { "address": "7d50000", "size": "a0000" } }, "/usr/lib/drivers/ofed_smcr": { "data": { "address": "f1000000c05f6000", "size": "30e76" }, "text": { "address": "f1000000c0569000", "size": "be000" } }, "/usr/lib/drivers/perfvmmstat": { "data": { "address": "79c0000", "size": "9c0" }, "text": { "address": "79b0000", "size": "20000" } }, "/usr/lib/drivers/pfccache": { "data": { "address": "f1000000c078b000", "size": "21968" }, "text": { "address": "f1000000c0753000", "size": "5a000" } }, "/usr/lib/drivers/pfcdd": { "data": { "address": "f1000000c0641000", "size": "106108" }, "text": { "address": "f1000000c062f000", "size": "119000" } }, "/usr/lib/drivers/pfcreg": { "data": { "address": "f1000000c0750000", "size": "1de8" }, "text": { "address": "f1000000c0748000", "size": "b000" } }, "/usr/lib/drivers/pfcurh": { "data": { "address": "f1000000c07d5000", "size": "7690" }, "text": { "address": "f1000000c07ad000", "size": "30000" } }, "/usr/lib/drivers/pkcs11": { "data": { "address": "f1000000c032b000", "size": "55350" }, "text": { "address": "f1000000c024a000", "size": "137000" } }, "/usr/lib/drivers/planar_pal_chrp": { "data": { "address": "7200000", "size": "13cb0" }, "text": { "address": "71c0000", "size": "60000" } }, "/usr/lib/drivers/posix_aio.ext": { "data": { "address": "7a50000", "size": "dd8" }, "text": { "address": "7a30000", "size": "30000" } }, "/usr/lib/drivers/posix_aiopin": { "data": { "address": "7a70000", "size": "8990" }, "text": { "address": "7a60000", "size": "20000" } }, "/usr/lib/drivers/pse/pse": { "data": { "address": "f1000000c0182000", "size": "81c8" }, "text": { "address": "f1000000c012d000", "size": "5f000" } }, "/usr/lib/drivers/pse/sc": { "data": { "address": "f1000000c019c000", "size": "610" }, "text": { "address": "f1000000c019a000", "size": "3000" } }, "/usr/lib/drivers/pse/spx": { "data": { "address": "f1000000c0198000", "size": "2b0" }, "text": { "address": "f1000000c0196000", "size": "3000" } }, "/usr/lib/drivers/pse/stddev": { "data": { "address": "f1000000c0194000", "size": "938" }, "text": { "address": "f1000000c0192000", "size": "3000" } }, "/usr/lib/drivers/pse/stdmod": { "data": { "address": "f1000000c019f000", "size": "9c8" }, "text": { "address": "f1000000c019e000", "size": "2000" } }, "/usr/lib/drivers/pse/timod": { "data": { "address": "f1000000c01c2000", "size": "588" }, "text": { "address": "f1000000c01bf000", "size": "4000" } }, "/usr/lib/drivers/pse/tirdwr": { "data": { "address": "f1000000c01c6000", "size": "498" }, "text": { "address": "f1000000c01c3000", "size": "4000" } }, "/usr/lib/drivers/pse/xtiso": { "data": { "address": "f1000000c01bd000", "size": "1070" }, "text": { "address": "f1000000c01a0000", "size": "1f000" } }, "/usr/lib/drivers/ptydd": { "data": { "address": "f1000000c039b000", "size": "2664" }, "text": { "address": "f1000000c0381000", "size": "1d000" } }, "/usr/lib/drivers/random": { "data": { "address": "f1000000c0551000", "size": "172b8" }, "text": { "address": "f1000000c0541000", "size": "28000" } }, "/usr/lib/drivers/scsidisk": { "data": { "address": "7280000", "size": "1368" }, "text": { "address": "7250000", "size": "40000" } }, "/usr/lib/drivers/smt_load": { "data": { "address": "f1000000c03a5000", "size": "670" }, "text": { "address": "f1000000c03a0000", "size": "6000" } }, "/usr/lib/drivers/smt_loadpin": { "data": { "address": "f1000000c03a9000", "size": "70" }, "text": { "address": "f1000000c03a8000", "size": "2000" } }, "/usr/lib/drivers/storfwork": { "data": { "address": "74c0000", "size": "40f8" }, "text": { "address": "7490000", "size": "40000" } }, "/usr/lib/drivers/trcdd": { "data": { "address": "f1000000c07eb000", "size": "17858" }, "text": { "address": "f1000000c07dd000", "size": "26000" } }, "/usr/lib/drivers/ttydbg": { "data": { "address": "f1000000c0191000", "size": "4d0" }, "text": { "address": "f1000000c0190000", "size": "2000" } }, "/usr/lib/drivers/ttydbg_pinned": { "data": { "address": "f1000000c018f000", "size": "430" }, "text": { "address": "f1000000c018c000", "size": "4000" } }, "/usr/lib/drivers/vconsdd": { "data": { "address": "f1000000c01d7000", "size": "638" }, "text": { "address": "f1000000c01cf000", "size": "9000" } }, "/usr/lib/drivers/vdev_busdd": { "data": { "address": "7240000", "size": "2afc" }, "text": { "address": "7220000", "size": "30000" } }, "/usr/lib/drivers/vioentdd": { "data": { "address": "7510000", "size": "16028" }, "text": { "address": "74e0000", "size": "50000" } }, "/usr/lib/drivers/vscsi_initdd": { "data": { "address": "f1000000c0127000", "size": "5193" }, "text": { "address": "f1000000c0100000", "size": "2d000" } }, "/usr/lib/perf/perfstat": { "data": { "address": "7930000", "size": "15a4" }, "text": { "address": "7910000", "size": "30000" } }, "/usr/pmapi/etc/pmsvcs": { "data": { "address": "7970000", "size": "37fc" }, "text": { "address": "7940000", "size": "40000" } } }, "name": "aix", "release": "2", "version": "7" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "powerpc-ibm-aix7.1.5.0", "host_cpu": "powerpc", "host_os": "aix7.1.5.0", "host_vendor": "ibm", "platform": "powerpc-aix7.1.5.0", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "powerpc-ibm-aix7.1.5.0", "target_cpu": "powerpc", "target_os": "aix7.1.5.0", "target_vendor": "ibm", "version": "2.7.2" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1605643694.444739, "os": "aix", "os_version": "7200-03-03-1913", "packages": { "AIX-rpm": { "version": "7.2.3.15-2" }, "ICU4C.adt": { "version": "7.2.3.0" }, "ICU4C.rte": { "version": "7.2.3.0" }, "Java6.sdk": { "version": "6.0.0.655" }, "Java7_64.docs": { "version": "7.0.0.620" }, "Java7_64.jclsource": { "version": "7.0.0.635" }, "Java7_64.jre": { "version": "7.0.0.635" }, "Java7_64.samples.demo": { "version": "7.0.0.635" }, "Java7_64.samples.jmx": { "version": "7.0.0.370" }, "Java7_64.samples.jnlp": { "version": "7.0.0.630" }, "Java7_64.sampsource": { "version": "7.0.0.635" }, "Java7_64.sdk": { "version": "7.0.0.635" }, "Java8_64.docs": { "version": "8.0.0.510" }, "Java8_64.jclsource": { "version": "8.0.0.526" }, "Java8_64.jre": { "version": "8.0.0.526" }, "Java8_64.samples.demo": { "version": "8.0.0.525" }, "Java8_64.samples.jmx": { "version": "8.0.0.520" }, "Java8_64.samples.jnlp": { "version": "8.0.0.525" }, "Java8_64.sampsource": { "version": "8.0.0.525" }, "Java8_64.sdk": { "version": "8.0.0.526" }, "OpenGL.OpenGL_X.adt.include": { "version": "7.2.0.0" }, "OpenGL.OpenGL_X.adt.samples": { "version": "7.2.0.0" }, "OpenGL.OpenGL_X.dev.vfb": { "version": "7.2.0.0" }, "OpenGL.OpenGL_X.rte.base": { "version": "7.2.3.15" }, "OpenGL.OpenGL_X.rte.base+": { "version": "7.2.0.0" }, "OpenGL.OpenGL_X.rte.pipe++": { "version": "7.2.0.0" }, "OpenGL.OpenGL_X.rte.pipe64++": { "version": "7.2.0.0" }, "OpenGL.OpenGL_X.rte.soft": { "version": "7.2.0.0" }, "OpenGL.OpenGL_X.tools.base": { "version": "7.2.0.0" }, "OpenGL.OpenGL_X.tools.debugger": { "version": "7.2.0.0" }, "Tivoli_Management_Agent.client.rte": { "version": "3.7.1.0" }, "X11.Dt.ToolTalk": { "version": "7.2.3.15" }, "X11.Dt.adt": { "version": "7.2.3.15" }, "X11.Dt.bitmaps": { "version": "7.2.0.0" }, "X11.Dt.compat": { "version": "7.2.0.0" }, "X11.Dt.helpinfo": { "version": "7.2.0.0" }, "X11.Dt.helpmin": { "version": "7.2.0.0" }, "X11.Dt.helprun": { "version": "7.2.1.0" }, "X11.Dt.lib": { "version": "7.2.3.16" }, "X11.Dt.rte": { "version": "7.2.3.15" }, "X11.Dt.xdt2cde": { "version": "7.2.0.0" }, "X11.adt.bitmaps": { "version": "7.2.0.0" }, "X11.adt.ext": { "version": "7.2.0.0" }, "X11.adt.imake": { "version": "7.2.0.0" }, "X11.adt.include": { "version": "7.2.3.0" }, "X11.adt.lib": { "version": "7.2.1.0" }, "X11.adt.motif": { "version": "7.2.3.15" }, "X11.apps.aixterm": { "version": "7.2.3.15" }, "X11.apps.clients": { "version": "7.2.3.16" }, "X11.apps.config": { "version": "7.2.3.15" }, "X11.apps.custom": { "version": "7.2.0.0" }, "X11.apps.msmit": { "version": "7.2.0.0" }, "X11.apps.rte": { "version": "7.2.1.0" }, "X11.apps.util": { "version": "7.2.0.0" }, "X11.apps.xdm": { "version": "7.2.3.15" }, "X11.apps.xterm": { "version": "7.2.3.15" }, "X11.base.common": { "version": "7.2.0.0" }, "X11.base.lib": { "version": "7.2.3.15" }, "X11.base.rte": { "version": "7.2.3.16" }, "X11.base.smt": { "version": "7.2.3.15" }, "X11.base.xpconfig": { "version": "7.2.0.0" }, "X11.compat.adt.Motif12": { "version": "7.2.0.0" }, "X11.compat.lib.Motif10": { "version": "7.2.0.0" }, "X11.compat.lib.Motif114": { "version": "7.2.0.0" }, "X11.compat.lib.X11R3": { "version": "7.2.0.0" }, "X11.compat.lib.X11R4": { "version": "7.2.0.0" }, "X11.compat.lib.X11R5": { "version": "7.2.3.15" }, "X11.compat.lib.X11R6": { "version": "7.2.3.15" }, "X11.compat.lib.X11R6_motif": { "version": "7.2.3.15" }, "X11.fnt.Gr_Cyr_T1": { "version": "7.2.0.0" }, "X11.fnt.coreX": { "version": "7.2.0.0" }, "X11.fnt.defaultFonts": { "version": "7.2.0.0" }, "X11.fnt.deform_JP": { "version": "7.2.0.0" }, "X11.fnt.fontServer": { "version": "7.2.1.0" }, "X11.fnt.helv_ttf": { "version": "7.2.0.0" }, "X11.fnt.ibm1046": { "version": "7.2.0.0" }, "X11.fnt.ibm1046_T1": { "version": "7.2.0.0" }, "X11.fnt.iso1": { "version": "7.2.0.0" }, "X11.fnt.iso2": { "version": "7.2.0.0" }, "X11.fnt.iso3": { "version": "7.2.0.0" }, "X11.fnt.iso4": { "version": "7.2.0.0" }, "X11.fnt.iso5": { "version": "7.2.0.0" }, "X11.fnt.iso7": { "version": "7.2.0.0" }, "X11.fnt.iso8": { "version": "7.2.0.0" }, "X11.fnt.iso8_T1": { "version": "7.2.0.0" }, "X11.fnt.iso9": { "version": "7.2.0.0" }, "X11.fnt.iso_T1": { "version": "7.2.0.0" }, "X11.fnt.ksc5601.ttf": { "version": "7.2.0.0" }, "X11.fnt.ucs.cjk": { "version": "7.2.0.0" }, "X11.fnt.ucs.com": { "version": "7.2.0.0" }, "X11.fnt.ucs.ttf": { "version": "7.2.3.0" }, "X11.fnt.ucs.ttf_CN": { "version": "7.2.3.0" }, "X11.fnt.ucs.ttf_HK": { "version": "7.2.3.0" }, "X11.fnt.ucs.ttf_KR": { "version": "7.2.3.0" }, "X11.fnt.ucs.ttf_ME": { "version": "7.2.3.0" }, "X11.fnt.ucs.ttf_TW": { "version": "7.2.3.0" }, "X11.fnt.ucs.ttf_extb": { "version": "7.2.3.0" }, "X11.fnt.util": { "version": "7.2.0.0" }, "X11.fnt.xorg.bh-ttf": { "version": "7.2.0.0" }, "X11.fnt.xorg.misc-misc": { "version": "7.2.0.0" }, "X11.help.CA_ES.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.CS_CZ.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.DE_DE.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.EN_US.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.ES_ES.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.FR_FR.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.HU_HU.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.IT_IT.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.JA_JP.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.Ja_JP.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.KO_KR.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.PL_PL.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.PT_BR.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.RU_RU.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.SK_SK.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.ZH_CN.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.ZH_TW.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.Zh_CN.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.Zh_TW.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.ca_ES.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.cs_CZ.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.de_DE.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.en_US.Dt.helpinfo": { "version": "7.2.0.0" }, "X11.help.es_ES.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.fr_FR.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.hu_HU.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.it_IT.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.ja_JP.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.ko_KR.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.pl_PL.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.pt_BR.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.ru_RU.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.sk_SK.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.zh_CN.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.help.zh_TW.Dt.helpinfo": { "version": "7.1.0.0" }, "X11.loc.en_US.Dt.rte": { "version": "7.2.0.0" }, "X11.loc.en_US.base.lib": { "version": "7.2.0.0" }, "X11.man.en_US.Dt.adt": { "version": "7.2.0.0" }, "X11.man.en_US.Dt.rte": { "version": "7.2.0.0" }, "X11.motif.lib": { "version": "7.2.3.15" }, "X11.motif.mwm": { "version": "7.2.0.0" }, "X11.msg.CA_ES.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.CS_CZ.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.DE_DE.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.EN_US.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.ES_ES.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.FR_FR.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.HU_HU.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.IT_IT.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.JA_JP.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.Ja_JP.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.KO_KR.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.PL_PL.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.PT_BR.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.RU_RU.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.SK_SK.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.ZH_CN.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.ZH_TW.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.Zh_CN.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.Zh_TW.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.ca_ES.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.cs_CZ.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.de_DE.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.en_US.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.en_US.Dt.rte": { "version": "7.2.3.0" }, "X11.msg.en_US.adt.ext": { "version": "7.2.3.0" }, "X11.msg.en_US.adt.imake": { "version": "7.2.3.0" }, "X11.msg.en_US.apps.aixterm": { "version": "7.2.3.0" }, "X11.msg.en_US.apps.clients": { "version": "7.2.3.0" }, "X11.msg.en_US.apps.config": { "version": "7.2.3.0" }, "X11.msg.en_US.apps.custom": { "version": "7.2.3.0" }, "X11.msg.en_US.apps.rte": { "version": "7.2.3.0" }, "X11.msg.en_US.apps.xdm": { "version": "7.2.3.0" }, "X11.msg.en_US.base.common": { "version": "7.2.3.0" }, "X11.msg.en_US.base.rte": { "version": "7.2.3.0" }, "X11.msg.en_US.fnt.fontServer": { "version": "7.2.3.0" }, "X11.msg.en_US.fnt.util": { "version": "7.2.3.0" }, "X11.msg.en_US.motif.lib": { "version": "7.2.3.0" }, "X11.msg.en_US.motif.mwm": { "version": "7.2.3.0" }, "X11.msg.en_US.vsm.rte": { "version": "7.2.3.0" }, "X11.msg.es_ES.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.fr_FR.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.hu_HU.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.it_IT.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.ja_JP.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.ko_KR.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.pl_PL.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.pt_BR.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.ru_RU.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.sk_SK.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.zh_CN.Dt.helpmin": { "version": "7.2.3.0" }, "X11.msg.zh_TW.Dt.helpmin": { "version": "7.2.3.0" }, "X11.samples.apps.aixclients": { "version": "7.2.0.0" }, "X11.samples.apps.clients": { "version": "7.2.3.15" }, "X11.samples.apps.demos": { "version": "7.2.0.0" }, "X11.samples.apps.motifdemos": { "version": "7.2.0.0" }, "X11.samples.common": { "version": "7.2.0.0" }, "X11.samples.doc": { "version": "7.2.0.0" }, "X11.samples.ext": { "version": "7.2.0.0" }, "X11.samples.fnt.util": { "version": "7.2.0.0" }, "X11.samples.lib.Core": { "version": "7.2.0.0" }, "X11.samples.rgb": { "version": "7.2.0.0" }, "X11.vfb": { "version": "7.2.3.15" }, "X11.vsm.lib": { "version": "7.2.0.0" }, "adde.v2.common.ddk": { "version": "7.2.0.0" }, "adde.v2.common.rte": { "version": "7.2.0.0" }, "adde.v2.diag.ddk": { "version": "7.2.0.0" }, "adde.v2.ethernet.ddk": { "version": "7.2.3.16" }, "adde.v2.ethernet.rte": { "version": "7.2.3.15" }, "adde.v2.rdma.rte": { "version": "7.2.2.0" }, "angry-omnibus-toolchain": { "version": "2.0.1.1" }, "angrychef": { "version": "15.0.293.1" }, "artex.base.rte": { "version": "7.2.3.16" }, "artex.base.samples": { "version": "7.2.2.0" }, "bash": { "version": "4.2-3" }, "bos.64bit": { "version": "7.2.3.16" }, "bos.acct": { "version": "7.2.3.16" }, "bos.adt.base": { "version": "7.2.3.15" }, "bos.adt.data": { "version": "7.2.0.0" }, "bos.adt.debug": { "version": "7.2.3.16" }, "bos.adt.graphics": { "version": "7.2.0.0" }, "bos.adt.include": { "version": "7.2.3.16" }, "bos.adt.insttools": { "version": "7.2.2.0" }, "bos.adt.lib": { "version": "7.2.3.15" }, "bos.adt.libm": { "version": "7.2.3.0" }, "bos.adt.libmio": { "version": "7.2.0.0" }, "bos.adt.prof": { "version": "7.2.3.16" }, "bos.adt.prt_tools": { "version": "7.2.0.0" }, "bos.adt.samples": { "version": "7.2.0.0" }, "bos.adt.sccs": { "version": "7.2.3.15" }, "bos.adt.syscalls": { "version": "7.2.3.15" }, "bos.adt.utils": { "version": "7.2.0.0" }, "bos.ae": { "version": "7.2.0.0" }, "bos.ahafs": { "version": "7.2.3.15" }, "bos.aixpert.cmds": { "version": "7.2.3.15" }, "bos.alt_disk_install.boot_images": { "version": "7.2.3.19" }, "bos.alt_disk_install.rte": { "version": "7.2.3.16" }, "bos.aso": { "version": "7.2.3.0" }, "bos.cdat": { "version": "7.2.0.0" }, "bos.cdmount": { "version": "7.2.0.0" }, "bos.cluster.rte": { "version": "7.2.3.16" }, "bos.clvm.enh": { "version": "7.2.3.0" }, "bos.compat.cmds": { "version": "7.2.3.15" }, "bos.compat.libs": { "version": "7.2.0.0" }, "bos.compat.links": { "version": "7.2.0.0" }, "bos.compat.net": { "version": "7.2.0.0" }, "bos.compat.termcap": { "version": "7.2.0.0" }, "bos.compat.termcap.data": { "version": "7.2.0.0" }, "bos.content_list": { "version": "7.2.3.15" }, "bos.cpr": { "version": "7.2.2.0" }, "bos.data": { "version": "7.2.0.0" }, "bos.diag.com": { "version": "7.2.3.16" }, "bos.diag.ecc": { "version": "7.2.3.15" }, "bos.diag.rte": { "version": "7.2.3.16" }, "bos.diag.util": { "version": "7.2.3.17" }, "bos.dlc.8023": { "version": "7.2.3.0" }, "bos.dlc.com": { "version": "7.2.3.0" }, "bos.dlc.com_enet": { "version": "7.2.0.0" }, "bos.dlc.ether": { "version": "7.2.3.0" }, "bos.dlc.fddi": { "version": "7.2.3.0" }, "bos.dlc.qllc": { "version": "7.2.3.0" }, "bos.dlc.sdlc": { "version": "7.2.3.0" }, "bos.dlc.token": { "version": "7.2.3.0" }, "bos.dosutil": { "version": "7.2.0.0" }, "bos.ecc_client.rte": { "version": "7.2.3.16" }, "bos.eim.rte": { "version": "7.2.0.0" }, "bos.games": { "version": "7.2.3.15" }, "bos.help.msg.en_US.com": { "version": "7.2.3.0" }, "bos.help.msg.en_US.smit": { "version": "7.2.3.0" }, "bos.iconv.Vi_VN": { "version": "7.2.0.0" }, "bos.iconv.Zh_TW": { "version": "7.2.0.0" }, "bos.iconv.ar_AA": { "version": "7.2.0.0" }, "bos.iconv.com": { "version": "7.2.3.0" }, "bos.iconv.da_DK": { "version": "7.2.0.0" }, "bos.iconv.de_DE": { "version": "7.2.0.0" }, "bos.iconv.el_GR": { "version": "7.2.0.0" }, "bos.iconv.en_GB": { "version": "7.2.0.0" }, "bos.iconv.es_ES": { "version": "7.2.0.0" }, "bos.iconv.fr_FR": { "version": "7.2.0.0" }, "bos.iconv.is_IS": { "version": "7.2.0.0" }, "bos.iconv.iso2": { "version": "7.2.0.0" }, "bos.iconv.iso5": { "version": "7.2.0.0" }, "bos.iconv.it_IT": { "version": "7.2.0.0" }, "bos.iconv.iw_IL": { "version": "7.2.0.0" }, "bos.iconv.ja_JP": { "version": "7.2.0.0" }, "bos.iconv.ko_KR": { "version": "7.2.0.0" }, "bos.iconv.tr_TR": { "version": "7.2.0.0" }, "bos.iconv.ucs.ZH_CN": { "version": "7.2.0.0" }, "bos.iconv.ucs.Zh_CN": { "version": "7.2.0.0" }, "bos.iconv.ucs.baltic": { "version": "7.2.0.0" }, "bos.iconv.ucs.com": { "version": "7.2.3.16" }, "bos.iconv.ucs.ebcdic": { "version": "7.2.0.0" }, "bos.iconv.ucs.pc": { "version": "7.2.0.0" }, "bos.iconv.zh_CN": { "version": "7.2.0.0" }, "bos.iconv.zh_TW": { "version": "7.2.0.0" }, "bos.iocp.rte": { "version": "7.2.3.0" }, "bos.loc.com.CN": { "version": "7.2.0.0" }, "bos.loc.com.JP": { "version": "7.2.2.0" }, "bos.loc.com.bidi": { "version": "7.2.0.0" }, "bos.loc.com.utf": { "version": "7.2.3.0" }, "bos.loc.iso.en_US": { "version": "7.2.3.0" }, "bos.loc.iso.ko_KR": { "version": "7.2.3.0" }, "bos.loc.iso.zh_TW": { "version": "7.2.0.0" }, "bos.loc.utf.EN_US": { "version": "7.2.3.0" }, "bos.loc.utf.HI_IN": { "version": "7.2.3.0" }, "bos.loc.utf.ZH_CN": { "version": "7.2.3.0" }, "bos.lrn": { "version": "7.2.0.0" }, "bos.lrn.data": { "version": "7.2.0.0" }, "bos.mh": { "version": "7.2.0.0" }, "bos.mls.adt": { "version": "7.2.0.0" }, "bos.mls.cfg": { "version": "7.2.0.0" }, "bos.mls.lib": { "version": "7.2.0.0" }, "bos.mls.rte": { "version": "7.2.3.0" }, "bos.mls.smit": { "version": "7.2.0.0" }, "bos.mp64": { "version": "7.2.3.17" }, "bos.msg.en_US.alt_disk_install.rte": { "version": "7.2.3.0" }, "bos.msg.en_US.diag.rte": { "version": "7.2.3.0" }, "bos.msg.en_US.mls.rte": { "version": "7.2.3.0" }, "bos.msg.en_US.net.ipsec": { "version": "7.2.3.0" }, "bos.msg.en_US.net.tcp.client": { "version": "7.2.3.0" }, "bos.msg.en_US.rte": { "version": "7.2.3.0" }, "bos.msg.en_US.svprint": { "version": "7.2.3.0" }, "bos.msg.en_US.txt.tfs": { "version": "7.2.3.0" }, "bos.net.ate": { "version": "7.2.0.0" }, "bos.net.ewlm.rte": { "version": "7.2.3.0" }, "bos.net.ipsec.keymgt": { "version": "7.2.3.16" }, "bos.net.ipsec.rte": { "version": "7.2.3.16" }, "bos.net.mobip6.rte": { "version": "7.2.3.0" }, "bos.net.nfs.adt": { "version": "7.2.3.0" }, "bos.net.nfs.cachefs": { "version": "7.2.3.15" }, "bos.net.nfs.client": { "version": "7.2.3.16" }, "bos.net.nfs.server": { "version": "7.2.0.0" }, "bos.net.nis.client": { "version": "7.2.3.0" }, "bos.net.nis.server": { "version": "7.2.0.0" }, "bos.net.ppp": { "version": "7.2.3.0" }, "bos.net.sctp": { "version": "7.2.3.15" }, "bos.net.snapp": { "version": "7.2.3.0" }, "bos.net.tcp.adt": { "version": "7.2.2.0" }, "bos.net.tcp.bind": { "version": "7.2.3.15" }, "bos.net.tcp.bind_utils": { "version": "7.2.3.16" }, "bos.net.tcp.bootp": { "version": "7.2.3.0" }, "bos.net.tcp.client": { "version": "7.2.0.0" }, "bos.net.tcp.client_core": { "version": "7.2.3.17" }, "bos.net.tcp.dfpd": { "version": "7.2.3.0" }, "bos.net.tcp.dhcp": { "version": "7.2.3.16" }, "bos.net.tcp.dhcpd": { "version": "7.2.3.16" }, "bos.net.tcp.ftp": { "version": "7.2.3.0" }, "bos.net.tcp.ftpd": { "version": "7.2.3.16" }, "bos.net.tcp.gated": { "version": "7.2.3.0" }, "bos.net.tcp.imapd": { "version": "7.2.3.0" }, "bos.net.tcp.mail_utils": { "version": "7.2.0.0" }, "bos.net.tcp.ntp": { "version": "7.2.3.15" }, "bos.net.tcp.ntpd": { "version": "7.2.3.15" }, "bos.net.tcp.pop3d": { "version": "7.2.3.0" }, "bos.net.tcp.pxed": { "version": "7.2.3.0" }, "bos.net.tcp.rcmd": { "version": "7.2.3.15" }, "bos.net.tcp.rcmd_server": { "version": "7.2.3.15" }, "bos.net.tcp.sendmail": { "version": "7.2.3.15" }, "bos.net.tcp.server": { "version": "7.2.0.0" }, "bos.net.tcp.server_core": { "version": "7.2.3.16" }, "bos.net.tcp.slip": { "version": "7.2.3.15" }, "bos.net.tcp.slp": { "version": "7.2.3.0" }, "bos.net.tcp.smit": { "version": "7.2.0.0" }, "bos.net.tcp.snmp": { "version": "7.2.3.16" }, "bos.net.tcp.snmpd": { "version": "7.2.3.16" }, "bos.net.tcp.syslogd": { "version": "7.2.3.0" }, "bos.net.tcp.tcpdump": { "version": "7.2.3.16" }, "bos.net.tcp.telnet": { "version": "7.2.3.0" }, "bos.net.tcp.telnetd": { "version": "7.2.3.0" }, "bos.net.tcp.tftp": { "version": "7.2.3.0" }, "bos.net.tcp.tftpd": { "version": "7.2.3.0" }, "bos.net.tcp.timed": { "version": "7.2.3.0" }, "bos.net.tcp.traceroute": { "version": "7.2.3.0" }, "bos.net.tcp.x500": { "version": "7.2.0.0" }, "bos.net.uucode": { "version": "7.2.3.0" }, "bos.net.uucp": { "version": "7.2.3.15" }, "bos.perf.diag_tool": { "version": "7.2.2.0" }, "bos.perf.fdpr": { "version": "7.2.0.0" }, "bos.perf.libperfstat": { "version": "7.2.3.16" }, "bos.perf.perfstat": { "version": "7.2.3.16" }, "bos.perf.pmaix": { "version": "7.2.3.15" }, "bos.perf.proctools": { "version": "7.2.3.0" }, "bos.perf.tools": { "version": "7.2.3.16" }, "bos.perf.tune": { "version": "7.2.3.16" }, "bos.pmapi.events": { "version": "7.2.3.0" }, "bos.pmapi.lib": { "version": "7.2.3.0" }, "bos.pmapi.pmsvcs": { "version": "7.2.3.16" }, "bos.pmapi.samples": { "version": "7.2.3.0" }, "bos.pmapi.tools": { "version": "7.2.3.16" }, "bos.rte": { "version": "7.2.3.15" }, "bos.rte.Dt": { "version": "7.2.0.0" }, "bos.rte.ILS": { "version": "7.2.3.0" }, "bos.rte.SRC": { "version": "7.2.3.15" }, "bos.rte.X11": { "version": "7.2.0.0" }, "bos.rte.aio": { "version": "7.2.3.16" }, "bos.rte.archive": { "version": "7.2.3.16" }, "bos.rte.bind_cmds": { "version": "7.2.3.16" }, "bos.rte.boot": { "version": "7.2.3.16" }, "bos.rte.bosinst": { "version": "7.2.3.17" }, "bos.rte.commands": { "version": "7.2.3.16" }, "bos.rte.compare": { "version": "7.2.3.0" }, "bos.rte.console": { "version": "7.2.1.0" }, "bos.rte.control": { "version": "7.2.3.16" }, "bos.rte.cron": { "version": "7.2.3.16" }, "bos.rte.date": { "version": "7.2.3.16" }, "bos.rte.devices": { "version": "7.2.3.15" }, "bos.rte.devices_msg": { "version": "7.2.3.16" }, "bos.rte.diag": { "version": "7.2.3.0" }, "bos.rte.edit": { "version": "7.2.3.16" }, "bos.rte.filesystem": { "version": "7.2.3.16" }, "bos.rte.iconv": { "version": "7.2.3.15" }, "bos.rte.ifor_ls": { "version": "7.2.2.0" }, "bos.rte.im": { "version": "7.2.3.0" }, "bos.rte.install": { "version": "7.2.3.19" }, "bos.rte.jfscomp": { "version": "7.2.3.0" }, "bos.rte.libc": { "version": "7.2.3.16" }, "bos.rte.libcfg": { "version": "7.2.3.15" }, "bos.rte.libcur": { "version": "7.2.2.0" }, "bos.rte.libdbm": { "version": "7.2.0.0" }, "bos.rte.libnetsvc": { "version": "7.2.0.0" }, "bos.rte.libpthreads": { "version": "7.2.3.16" }, "bos.rte.libqb": { "version": "7.2.3.16" }, "bos.rte.libs": { "version": "7.2.0.0" }, "bos.rte.loc": { "version": "7.2.1.0" }, "bos.rte.lvm": { "version": "7.2.3.16" }, "bos.rte.man": { "version": "7.2.0.0" }, "bos.rte.methods": { "version": "7.2.3.16" }, "bos.rte.misc_cmds": { "version": "7.2.3.16" }, "bos.rte.mlslib": { "version": "7.2.0.0" }, "bos.rte.net": { "version": "7.2.3.0" }, "bos.rte.odm": { "version": "7.2.3.15" }, "bos.rte.printers": { "version": "7.2.3.16" }, "bos.rte.security": { "version": "7.2.3.16" }, "bos.rte.serv_aid": { "version": "7.2.3.16" }, "bos.rte.shell": { "version": "7.2.3.16" }, "bos.rte.streams": { "version": "7.2.3.15" }, "bos.rte.tty": { "version": "7.2.3.15" }, "bos.suma": { "version": "7.2.3.15" }, "bos.svpkg": { "version": "7.2.0.0" }, "bos.svprint.dir_enabled": { "version": "7.2.0.0" }, "bos.svprint.fonts": { "version": "7.2.0.0" }, "bos.svprint.hpnp": { "version": "7.2.0.0" }, "bos.svprint.ps": { "version": "7.2.0.0" }, "bos.svprint.rte": { "version": "7.2.3.15" }, "bos.svprint.trans": { "version": "7.2.0.0" }, "bos.swma": { "version": "7.2.0.0" }, "bos.sysmgt.hmc": { "version": "7.2.3.16" }, "bos.sysmgt.loginlic": { "version": "7.2.3.15" }, "bos.sysmgt.nim.client": { "version": "7.2.3.17" }, "bos.sysmgt.nim.spot": { "version": "7.2.3.0" }, "bos.sysmgt.pvc": { "version": "7.2.3.15" }, "bos.sysmgt.quota": { "version": "7.2.2.0" }, "bos.sysmgt.serv_aid": { "version": "7.2.3.16" }, "bos.sysmgt.smit": { "version": "7.2.2.0" }, "bos.sysmgt.sysbr": { "version": "7.2.3.16" }, "bos.sysmgt.trace": { "version": "7.2.3.16" }, "bos.sysmgt.trcgui_samp": { "version": "7.2.0.0" }, "bos.terminfo.adds.data": { "version": "7.2.0.0" }, "bos.terminfo.annarbor.data": { "version": "7.2.0.0" }, "bos.terminfo.ansi.data": { "version": "7.2.0.0" }, "bos.terminfo.att.data": { "version": "7.2.0.0" }, "bos.terminfo.beehive.data": { "version": "7.2.0.0" }, "bos.terminfo.bull.data": { "version": "7.2.0.0" }, "bos.terminfo.cdc.data": { "version": "7.2.0.0" }, "bos.terminfo.colorscan.data": { "version": "7.2.0.0" }, "bos.terminfo.com.data": { "version": "7.2.0.0" }, "bos.terminfo.datamedia.data": { "version": "7.2.0.0" }, "bos.terminfo.dec.data": { "version": "7.2.0.0" }, "bos.terminfo.diablo.data": { "version": "7.2.0.0" }, "bos.terminfo.falco.data": { "version": "7.2.0.0" }, "bos.terminfo.fortune.data": { "version": "7.2.0.0" }, "bos.terminfo.general.data": { "version": "7.2.0.0" }, "bos.terminfo.hardcopy.data": { "version": "7.2.0.0" }, "bos.terminfo.hazeltine.data": { "version": "7.2.0.0" }, "bos.terminfo.hds.data": { "version": "7.2.0.0" }, "bos.terminfo.heath.data": { "version": "7.2.0.0" }, "bos.terminfo.homebrew.data": { "version": "7.2.0.0" }, "bos.terminfo.hp.data": { "version": "7.2.0.0" }, "bos.terminfo.ibm.data": { "version": "7.2.0.0" }, "bos.terminfo.lsi.data": { "version": "7.2.0.0" }, "bos.terminfo.microterm.data": { "version": "7.2.0.0" }, "bos.terminfo.misc.data": { "version": "7.2.0.0" }, "bos.terminfo.pc.data": { "version": "7.2.0.0" }, "bos.terminfo.pci.data": { "version": "7.2.0.0" }, "bos.terminfo.perkinelmer.data": { "version": "7.2.0.0" }, "bos.terminfo.pmcons.data": { "version": "7.2.0.0" }, "bos.terminfo.print.data": { "version": "7.2.0.0" }, "bos.terminfo.rte": { "version": "7.2.0.0" }, "bos.terminfo.special.data": { "version": "7.2.0.0" }, "bos.terminfo.sperry.data": { "version": "7.2.0.0" }, "bos.terminfo.svprint.data": { "version": "7.2.0.0" }, "bos.terminfo.tektronix.data": { "version": "7.2.0.0" }, "bos.terminfo.teleray.data": { "version": "7.2.0.0" }, "bos.terminfo.televideo.data": { "version": "7.2.0.0" }, "bos.terminfo.ti.data": { "version": "7.2.0.0" }, "bos.terminfo.tymshare.data": { "version": "7.2.0.0" }, "bos.terminfo.visual.data": { "version": "7.2.0.0" }, "bos.terminfo.wyse.data": { "version": "7.2.0.0" }, "bos.txt.bib": { "version": "7.2.0.0" }, "bos.txt.bib.data": { "version": "7.2.0.0" }, "bos.txt.hplj.fnt": { "version": "7.2.0.0" }, "bos.txt.ibm3812.fnt": { "version": "7.2.3.15" }, "bos.txt.ibm3816.fnt": { "version": "7.2.3.15" }, "bos.txt.spell": { "version": "7.2.0.0" }, "bos.txt.spell.data": { "version": "7.2.0.0" }, "bos.txt.tfs": { "version": "7.2.1.0" }, "bos.txt.tfs.data": { "version": "7.2.0.0" }, "bos.txt.ts": { "version": "7.2.0.0" }, "bos.txt.xpv.rte": { "version": "7.2.0.0" }, "bos.wpars": { "version": "7.2.3.15" }, "cdrtools.base": { "version": "1.9.0.9" }, "cdrtools.man.en_US": { "version": "1.9.0.9" }, "chef": { "version": "16.7.47.1" }, "clic.rte.kernext": { "version": "4.10.0.2" }, "clic.rte.lib": { "version": "4.10.0.2" }, "coreutils": { "version": "8.23-1" }, "devices.artic960.diag": { "version": "7.2.0.0" }, "devices.artic960.rte": { "version": "7.2.3.0" }, "devices.artic960.ucode": { "version": "7.2.0.0" }, "devices.capi.14105043.rte": { "version": "7.2.3.16" }, "devices.capi.1410f0041410f004.com": { "version": "7.2.3.16" }, "devices.capi.1410f0041410f004.diag": { "version": "7.2.3.15" }, "devices.capi.1410f0041410f004.rte": { "version": "7.2.0.0" }, "devices.chrp.AT97SC3201_r.rte": { "version": "7.2.0.0" }, "devices.chrp.IBM.lhca.rte": { "version": "7.2.3.0" }, "devices.chrp.IBM.lhea.diag": { "version": "7.2.0.0" }, "devices.chrp.IBM.lhea.rte": { "version": "7.2.3.0" }, "devices.chrp.base.ServiceRM": { "version": "2.5.1.3" }, "devices.chrp.base.diag": { "version": "7.2.3.15" }, "devices.chrp.base.rte": { "version": "7.2.3.17" }, "devices.chrp.capi.rte": { "version": "7.2.3.15" }, "devices.chrp.pci.rte": { "version": "7.2.3.16" }, "devices.chrp.pciex.rte": { "version": "7.2.0.0" }, "devices.chrp.vdevice.rte": { "version": "7.2.3.16" }, "devices.chrp_lpar.base.ras": { "version": "7.2.3.0" }, "devices.common.IBM.async.diag": { "version": "7.2.0.0" }, "devices.common.IBM.cflash.rte": { "version": "7.2.3.0" }, "devices.common.IBM.crypt.rte": { "version": "7.2.0.0" }, "devices.common.IBM.cx.rte": { "version": "7.2.3.15" }, "devices.common.IBM.disk.rte": { "version": "7.2.3.16" }, "devices.common.IBM.ethernet.rte": { "version": "7.2.3.16" }, "devices.common.IBM.fc.hba-api": { "version": "7.2.3.15" }, "devices.common.IBM.fc.rte": { "version": "7.2.3.15" }, "devices.common.IBM.fda.diag": { "version": "7.2.0.0" }, "devices.common.IBM.fda.rte": { "version": "7.2.0.0" }, "devices.common.IBM.hdlc.rte": { "version": "7.2.3.0" }, "devices.common.IBM.hdlc.sdlc": { "version": "7.2.3.0" }, "devices.common.IBM.ib.rte": { "version": "7.2.3.15" }, "devices.common.IBM.ide.rte": { "version": "7.2.0.0" }, "devices.common.IBM.iscsi.rte": { "version": "7.2.3.15" }, "devices.common.IBM.ktm_std.diag": { "version": "7.2.0.0" }, "devices.common.IBM.ktm_std.rte": { "version": "7.2.0.0" }, "devices.common.IBM.modemcfg.data": { "version": "7.2.0.0" }, "devices.common.IBM.mpio.rte": { "version": "7.2.3.16" }, "devices.common.IBM.mpt2.diag": { "version": "7.2.3.15" }, "devices.common.IBM.mpt2.rte": { "version": "7.2.3.0" }, "devices.common.IBM.scsi.rte": { "version": "7.2.3.16" }, "devices.common.IBM.sissas.rte": { "version": "7.2.3.16" }, "devices.common.IBM.storfwork.rte": { "version": "7.2.3.15" }, "devices.common.IBM.usb.diag": { "version": "7.2.3.15" }, "devices.common.IBM.usb.rte": { "version": "7.2.3.15" }, "devices.common.IBM.xhci.rte": { "version": "7.2.3.16" }, "devices.common.base.diag": { "version": "7.2.0.0" }, "devices.common.rspcbase.rte": { "version": "7.2.3.0" }, "devices.ethernet.ct3.cdli": { "version": "7.2.3.16" }, "devices.ethernet.ct3.rte": { "version": "7.2.3.0" }, "devices.ethernet.lnc2.rte": { "version": "7.2.3.16" }, "devices.ethernet.mlx.diag": { "version": "7.2.0.0" }, "devices.ethernet.mlx.rte": { "version": "7.2.3.16" }, "devices.ethernet.mlxc.rte": { "version": "7.2.3.16" }, "devices.ethernet.shi.rte": { "version": "7.2.3.16" }, "devices.fcp.disk.rte": { "version": "7.2.3.17" }, "devices.fcp.tape.rte": { "version": "7.2.3.16" }, "devices.graphics.com": { "version": "7.2.3.0" }, "devices.graphics.voo": { "version": "7.2.0.0" }, "devices.ide.cdrom.diag": { "version": "7.2.3.15" }, "devices.ide.cdrom.rte": { "version": "7.2.3.15" }, "devices.iscsi.disk.rte": { "version": "7.2.3.15" }, "devices.iscsi.tape.rte": { "version": "7.2.0.0" }, "devices.iscsi_sw.rte": { "version": "7.2.3.15" }, "devices.loopback.rte": { "version": "7.2.3.0" }, "devices.msg.en_US.base.com": { "version": "7.2.3.0" }, "devices.msg.en_US.diag.rte": { "version": "7.2.3.0" }, "devices.msg.en_US.rspc.base.com": { "version": "7.2.3.0" }, "devices.msg.en_US.sys.mca.rte": { "version": "7.2.3.0" }, "devices.pci.00100b00.diag": { "version": "7.2.0.0" }, "devices.pci.00100b00.rte": { "version": "7.2.0.0" }, "devices.pci.00100c00.diag": { "version": "7.2.0.0" }, "devices.pci.00100c00.rte": { "version": "7.2.0.0" }, "devices.pci.00100f00.diag": { "version": "7.2.3.0" }, "devices.pci.00100f00.rte": { "version": "7.2.3.0" }, "devices.pci.00102100.diag": { "version": "7.2.0.0" }, "devices.pci.00102100.rte": { "version": "7.2.0.0" }, "devices.pci.00105000.com": { "version": "7.2.3.0" }, "devices.pci.00105000.diag": { "version": "7.2.3.15" }, "devices.pci.00105000.rte": { "version": "7.2.0.0" }, "devices.pci.02105e51.X11": { "version": "7.2.0.0" }, "devices.pci.02105e51.diag": { "version": "7.2.0.0" }, "devices.pci.02105e51.rte": { "version": "7.2.3.0" }, "devices.pci.14100c03.diag": { "version": "7.2.0.0" }, "devices.pci.14100c03.rte": { "version": "7.2.0.0" }, "devices.pci.14100d03.diag": { "version": "7.2.0.0" }, "devices.pci.14100d03.rte": { "version": "7.2.0.0" }, "devices.pci.14101103.diag": { "version": "7.2.0.0" }, "devices.pci.14101103.rte": { "version": "7.2.0.0" }, "devices.pci.14102203.diag": { "version": "7.2.0.0" }, "devices.pci.14102203.rte": { "version": "7.2.0.0" }, "devices.pci.14102e00.diag": { "version": "7.2.3.15" }, "devices.pci.14102e00.rte": { "version": "7.2.3.15" }, "devices.pci.14103302.X11": { "version": "7.2.0.0" }, "devices.pci.14103302.diag": { "version": "7.2.0.0" }, "devices.pci.14103302.rte": { "version": "7.2.3.0" }, "devices.pci.14106402.diag": { "version": "7.2.0.0" }, "devices.pci.14106402.rte": { "version": "7.2.0.0" }, "devices.pci.14106402.ucode": { "version": "7.2.0.0" }, "devices.pci.14106602.diag": { "version": "7.2.3.15" }, "devices.pci.14106602.rte": { "version": "7.2.3.0" }, "devices.pci.14106602.ucode": { "version": "7.2.0.0" }, "devices.pci.14106802.diag": { "version": "7.2.0.0" }, "devices.pci.14106802.rte": { "version": "7.2.0.0" }, "devices.pci.14106902.diag": { "version": "7.2.3.15" }, "devices.pci.14106902.rte": { "version": "7.2.3.15" }, "devices.pci.14107802.diag": { "version": "7.2.0.0" }, "devices.pci.14107802.rte": { "version": "7.2.3.15" }, "devices.pci.14107802.ucode": { "version": "7.2.0.0" }, "devices.pci.14108902.diag": { "version": "7.2.0.0" }, "devices.pci.14108902.rte": { "version": "7.2.0.0" }, "devices.pci.14108c00.rte": { "version": "7.2.3.0" }, "devices.pci.14108d02.diag": { "version": "7.2.0.0" }, "devices.pci.14108d02.rte": { "version": "7.2.0.0" }, "devices.pci.1410a803.diag": { "version": "7.2.0.0" }, "devices.pci.1410a803.rte": { "version": "7.2.0.0" }, "devices.pci.1410bd02.diag": { "version": "7.2.3.15" }, "devices.pci.1410bd02.rte": { "version": "7.2.0.0" }, "devices.pci.1410be02.diag": { "version": "7.2.0.0" }, "devices.pci.1410be02.rte": { "version": "7.2.0.0" }, "devices.pci.1410bf02.diag": { "version": "7.2.0.0" }, "devices.pci.1410bf02.rte": { "version": "7.2.0.0" }, "devices.pci.1410c002.diag": { "version": "7.2.0.0" }, "devices.pci.1410c002.rte": { "version": "7.2.0.0" }, "devices.pci.1410c302.diag": { "version": "7.2.0.0" }, "devices.pci.1410c302.rte": { "version": "7.2.0.0" }, "devices.pci.1410cf02.diag": { "version": "7.2.0.0" }, "devices.pci.1410cf02.rte": { "version": "7.2.0.0" }, "devices.pci.1410d002.com": { "version": "7.2.3.0" }, "devices.pci.1410d002.diag": { "version": "7.2.3.15" }, "devices.pci.1410d002.rte": { "version": "7.2.0.0" }, "devices.pci.1410d302.diag": { "version": "7.2.0.0" }, "devices.pci.1410d302.rte": { "version": "7.2.0.0" }, "devices.pci.1410d402.diag": { "version": "7.2.0.0" }, "devices.pci.1410d402.rte": { "version": "7.2.0.0" }, "devices.pci.1410d403.rte": { "version": "7.2.0.0" }, "devices.pci.1410d502.diag": { "version": "7.2.0.0" }, "devices.pci.1410d502.rte": { "version": "7.2.0.0" }, "devices.pci.1410e202.diag": { "version": "7.2.0.0" }, "devices.pci.1410e202.rte": { "version": "7.2.0.0" }, "devices.pci.1410e601.diag": { "version": "7.2.0.0" }, "devices.pci.1410e601.rte": { "version": "7.2.3.0" }, "devices.pci.1410eb02.diag": { "version": "7.2.3.15" }, "devices.pci.1410eb02.rte": { "version": "7.2.0.0" }, "devices.pci.1410ec02.diag": { "version": "7.2.0.0" }, "devices.pci.1410ec02.rte": { "version": "7.2.3.0" }, "devices.pci.22106474.diag": { "version": "7.2.0.0" }, "devices.pci.22106474.rte": { "version": "7.2.3.0" }, "devices.pci.2b102725.X11": { "version": "7.2.0.0" }, "devices.pci.2b102725.diag": { "version": "7.2.0.0" }, "devices.pci.2b102725.rte": { "version": "7.2.3.0" }, "devices.pci.33103500.diag": { "version": "7.2.0.0" }, "devices.pci.33103500.rte": { "version": "7.2.3.0" }, "devices.pci.3310e000.diag": { "version": "7.2.0.0" }, "devices.pci.3310e000.rte": { "version": "7.2.3.0" }, "devices.pci.331121b9.com": { "version": "7.2.0.0" }, "devices.pci.331121b9.diag": { "version": "7.2.3.0" }, "devices.pci.331121b9.rte": { "version": "7.2.3.0" }, "devices.pci.4f111100.asw": { "version": "7.2.0.0" }, "devices.pci.4f111100.com": { "version": "7.2.3.0" }, "devices.pci.4f111100.diag": { "version": "7.2.3.0" }, "devices.pci.4f111100.rte": { "version": "7.2.0.0" }, "devices.pci.4f111b00.asw": { "version": "7.2.0.0" }, "devices.pci.4f111b00.diag": { "version": "7.2.0.0" }, "devices.pci.4f111b00.rte": { "version": "7.2.0.0" }, "devices.pci.4f11c800.diag": { "version": "7.2.3.0" }, "devices.pci.4f11c800.rte": { "version": "7.2.3.15" }, "devices.pci.77101223.com": { "version": "7.2.3.0" }, "devices.pci.77101223.diag": { "version": "7.2.3.16" }, "devices.pci.77101223.rte": { "version": "7.2.0.0" }, "devices.pci.77102224.com": { "version": "7.2.3.16" }, "devices.pci.77102224.diag": { "version": "7.2.0.0" }, "devices.pci.77102224.rte": { "version": "7.2.0.0" }, "devices.pci.77102e01.diag": { "version": "7.2.0.0" }, "devices.pci.77102e01.rte": { "version": "7.2.0.0" }, "devices.pci.99172604.diag": { "version": "7.2.0.0" }, "devices.pci.99172604.rte": { "version": "7.2.3.0" }, "devices.pci.99172704.diag": { "version": "7.2.0.0" }, "devices.pci.99172704.rte": { "version": "7.2.3.0" }, "devices.pci.a8135201.diag": { "version": "7.2.0.0" }, "devices.pci.a8135201.rte": { "version": "7.2.0.0" }, "devices.pci.c1110358.diag": { "version": "7.2.0.0" }, "devices.pci.c1110358.rte": { "version": "7.2.3.0" }, "devices.pci.df1000f7.com": { "version": "7.2.3.15" }, "devices.pci.df1000f7.diag": { "version": "7.2.3.15" }, "devices.pci.df1000f7.rte": { "version": "7.2.0.0" }, "devices.pci.df1000f9.diag": { "version": "7.2.0.0" }, "devices.pci.df1000f9.rte": { "version": "7.2.0.0" }, "devices.pci.df1000fa.diag": { "version": "7.2.0.0" }, "devices.pci.df1000fa.rte": { "version": "7.2.0.0" }, "devices.pci.df1000fd.diag": { "version": "7.2.0.0" }, "devices.pci.df1000fd.rte": { "version": "7.2.0.0" }, "devices.pci.df1023fd.diag": { "version": "7.2.0.0" }, "devices.pci.df1023fd.rte": { "version": "7.2.0.0" }, "devices.pci.df1080f9.diag": { "version": "7.2.0.0" }, "devices.pci.df1080f9.rte": { "version": "7.2.0.0" }, "devices.pci.e414a816.diag": { "version": "7.2.3.15" }, "devices.pci.e414a816.rte": { "version": "7.2.3.0" }, "devices.pci.f41a0100.rte": { "version": "7.2.3.16" }, "devices.pci.f41a0800.rte": { "version": "7.2.2.15" }, "devices.pci.pci.rte": { "version": "7.2.0.0" }, "devices.pciex.001072001410ea03.diag": { "version": "7.2.0.0" }, "devices.pciex.001072001410ea03.rte": { "version": "7.2.0.0" }, "devices.pciex.001072001410f603.diag": { "version": "7.2.0.0" }, "devices.pciex.001072001410f603.rte": { "version": "7.2.0.0" }, "devices.pciex.14103903.diag": { "version": "7.2.0.0" }, "devices.pciex.14103903.rte": { "version": "7.2.0.0" }, "devices.pciex.14103d03.diag": { "version": "7.2.3.15" }, "devices.pciex.14103d03.rte": { "version": "7.2.0.0" }, "devices.pciex.14103f03.diag": { "version": "7.2.3.15" }, "devices.pciex.14103f03.rte": { "version": "7.2.0.0" }, "devices.pciex.14104003.diag": { "version": "7.2.0.0" }, "devices.pciex.14104003.rte": { "version": "7.2.0.0" }, "devices.pciex.14104a03.diag": { "version": "7.2.0.0" }, "devices.pciex.14104a03.rte": { "version": "7.2.0.0" }, "devices.pciex.14104b0414104b04.com": { "version": "7.2.3.0" }, "devices.pciex.14104b0414104b04.diag": { "version": "7.2.3.15" }, "devices.pciex.14104b0414104b04.rte": { "version": "7.2.0.0" }, "devices.pciex.1410660414100000.diag": { "version": "7.2.3.0" }, "devices.pciex.1410660414100000.rte": { "version": "7.2.3.0" }, "devices.pciex.14106803.diag": { "version": "7.2.0.0" }, "devices.pciex.14106803.rte": { "version": "7.2.0.0" }, "devices.pciex.14107a0314107b03.diag": { "version": "7.2.3.16" }, "devices.pciex.14107a0314107b03.rte": { "version": "7.2.3.0" }, "devices.pciex.151438c1.diag": { "version": "7.2.3.0" }, "devices.pciex.151438c1.rte": { "version": "7.2.0.0" }, "devices.pciex.2514300014108c03.diag": { "version": "7.2.3.15" }, "devices.pciex.2514300014108c03.rte": { "version": "7.2.0.0" }, "devices.pciex.251430001410a303.diag": { "version": "7.2.0.0" }, "devices.pciex.251430001410a303.rte": { "version": "7.2.0.0" }, "devices.pciex.2514310025140100.diag": { "version": "7.2.0.0" }, "devices.pciex.2514310025140100.rte": { "version": "7.2.0.0" }, "devices.pciex.4c10418214109e04.diag": { "version": "7.2.3.16" }, "devices.pciex.4c10418214109e04.rte": { "version": "7.2.0.0" }, "devices.pciex.4c1041821410b204.diag": { "version": "7.2.0.0" }, "devices.pciex.4c1041821410b204.rte": { "version": "7.2.0.0" }, "devices.pciex.4f11f60014102204.diag": { "version": "7.2.0.0" }, "devices.pciex.4f11f60014102204.rte": { "version": "7.2.0.0" }, "devices.pciex.771000801410b003.diag": { "version": "7.2.0.0" }, "devices.pciex.771000801410b003.rte": { "version": "7.2.3.15" }, "devices.pciex.7710008077108001.diag": { "version": "7.2.0.0" }, "devices.pciex.7710008077108001.rte": { "version": "7.2.0.0" }, "devices.pciex.771001801410af03.diag": { "version": "7.2.3.16" }, "devices.pciex.771001801410af03.rte": { "version": "7.2.0.0" }, "devices.pciex.7710018077107f01.diag": { "version": "7.2.0.0" }, "devices.pciex.7710018077107f01.rte": { "version": "7.2.0.0" }, "devices.pciex.77103224.diag": { "version": "7.2.0.0" }, "devices.pciex.77103224.rte": { "version": "7.2.0.0" }, "devices.pciex.77103225141004f3.diag": { "version": "7.2.0.0" }, "devices.pciex.77103225141004f3.rte": { "version": "7.2.0.0" }, "devices.pciex.7710322514101e04.diag": { "version": "7.2.0.0" }, "devices.pciex.7710322514101e04.rte": { "version": "7.2.0.0" }, "devices.pciex.7710322577106501.diag": { "version": "7.2.0.0" }, "devices.pciex.7710322577106501.rte": { "version": "7.2.0.0" }, "devices.pciex.7710322577106601.diag": { "version": "7.2.0.0" }, "devices.pciex.7710322577106601.rte": { "version": "7.2.0.0" }, "devices.pciex.7710322577106801.diag": { "version": "7.2.0.0" }, "devices.pciex.7710322577106801.rte": { "version": "7.2.0.0" }, "devices.pciex.7710322577107501.diag": { "version": "7.2.0.0" }, "devices.pciex.7710322577107501.rte": { "version": "7.2.0.0" }, "devices.pciex.7710322577107601.diag": { "version": "7.2.0.0" }, "devices.pciex.7710322577107601.rte": { "version": "7.2.0.0" }, "devices.pciex.7710612214105006.com": { "version": "7.2.3.15" }, "devices.pciex.7710612214105006.diag": { "version": "7.2.3.15" }, "devices.pciex.7710612214105006.rte": { "version": "7.2.3.15" }, "devices.pciex.8680c71014108003.diag": { "version": "7.2.3.15" }, "devices.pciex.8680c71014108003.rte": { "version": "7.2.3.16" }, "devices.pciex.a219100714100904.diag": { "version": "7.2.0.0" }, "devices.pciex.a219100714100904.rte": { "version": "7.2.0.0" }, "devices.pciex.a219100714100a04.diag": { "version": "7.2.0.0" }, "devices.pciex.a219100714100a04.rte": { "version": "7.2.0.0" }, "devices.pciex.a21910071410d003.diag": { "version": "7.2.3.15" }, "devices.pciex.a21910071410d003.rte": { "version": "7.2.3.0" }, "devices.pciex.a21910071410d103.diag": { "version": "7.2.0.0" }, "devices.pciex.a21910071410d103.rte": { "version": "7.2.0.0" }, "devices.pciex.a21910071410d203.diag": { "version": "7.2.0.0" }, "devices.pciex.a21910071410d203.rte": { "version": "7.2.0.0" }, "devices.pciex.a2191007df1033e7.diag": { "version": "7.2.0.0" }, "devices.pciex.a2191007df1033e7.rte": { "version": "7.2.0.0" }, "devices.pciex.b31503101410b504.diag": { "version": "7.2.0.0" }, "devices.pciex.b31503101410b504.rte": { "version": "7.2.1.0" }, "devices.pciex.b31507101410e704.diag": { "version": "7.2.0.0" }, "devices.pciex.b31507101410e704.rte": { "version": "7.2.3.0" }, "devices.pciex.b31507101410eb04.diag": { "version": "7.2.0.0" }, "devices.pciex.b31507101410eb04.rte": { "version": "7.2.3.0" }, "devices.pciex.b31513101410f704.diag": { "version": "7.2.3.16" }, "devices.pciex.b31513101410f704.rte": { "version": "7.2.3.16" }, "devices.pciex.b31514101410f704.diag": { "version": "7.2.2.15" }, "devices.pciex.b31514101410f704.rte": { "version": "7.2.3.16" }, "devices.pciex.b315151014101e06.diag": { "version": "7.2.3.16" }, "devices.pciex.b315151014101e06.rte": { "version": "7.2.3.16" }, "devices.pciex.b315151014101f06.diag": { "version": "7.2.3.16" }, "devices.pciex.b315151014101f06.rte": { "version": "7.2.3.16" }, "devices.pciex.b315161014101e06.diag": { "version": "7.2.2.15" }, "devices.pciex.b315161014101e06.rte": { "version": "7.2.3.16" }, "devices.pciex.b315161014101f06.diag": { "version": "7.2.2.15" }, "devices.pciex.b315161014101f06.rte": { "version": "7.2.3.16" }, "devices.pciex.b315191014103506.diag": { "version": "7.2.3.17" }, "devices.pciex.b315191014103506.rte": { "version": "7.2.3.17" }, "devices.pciex.b3151a1014103506.diag": { "version": "7.2.3.15" }, "devices.pciex.b3151a1014103506.rte": { "version": "7.2.3.15" }, "devices.pciex.b3153c67.diag": { "version": "7.2.0.0" }, "devices.pciex.b3153c67.rte": { "version": "7.2.0.0" }, "devices.pciex.b3154a63.diag": { "version": "7.2.3.16" }, "devices.pciex.b3154a63.rte": { "version": "7.2.3.16" }, "devices.pciex.b315506714101604.diag": { "version": "7.2.0.0" }, "devices.pciex.b315506714101604.rte": { "version": "7.2.1.0" }, "devices.pciex.b315506714106104.diag": { "version": "7.2.0.0" }, "devices.pciex.b315506714106104.rte": { "version": "7.2.1.0" }, "devices.pciex.b3155067b3157265.diag": { "version": "7.2.0.0" }, "devices.pciex.b3155067b3157265.rte": { "version": "7.2.1.0" }, "devices.pciex.b3155067b3157365.diag": { "version": "7.2.0.0" }, "devices.pciex.b3155067b3157365.rte": { "version": "7.2.1.0" }, "devices.pciex.df1000e214105e04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1000e214105e04.rte": { "version": "7.2.0.0" }, "devices.pciex.df1000e21410f103.diag": { "version": "7.2.0.0" }, "devices.pciex.df1000e21410f103.rte": { "version": "7.2.3.0" }, "devices.pciex.df1000e2df1002e2.diag": { "version": "7.2.0.0" }, "devices.pciex.df1000e2df1002e2.rte": { "version": "7.2.0.0" }, "devices.pciex.df1000e2df1082e2.diag": { "version": "7.2.0.0" }, "devices.pciex.df1000e2df1082e2.rte": { "version": "7.2.0.0" }, "devices.pciex.df1000e314101406.diag": { "version": "7.2.3.15" }, "devices.pciex.df1000e314101406.rte": { "version": "7.2.3.15" }, "devices.pciex.df1000e314101506.diag": { "version": "7.2.3.15" }, "devices.pciex.df1000e314101506.rte": { "version": "7.2.3.15" }, "devices.pciex.df1000f114100104.diag": { "version": "7.2.0.0" }, "devices.pciex.df1000f114100104.rte": { "version": "7.2.0.0" }, "devices.pciex.df1000f114108a03.diag": { "version": "7.2.0.0" }, "devices.pciex.df1000f114108a03.rte": { "version": "7.2.0.0" }, "devices.pciex.df1000f1df1024f1.diag": { "version": "7.2.0.0" }, "devices.pciex.df1000f1df1024f1.rte": { "version": "7.2.0.0" }, "devices.pciex.df1000fe.diag": { "version": "7.2.0.0" }, "devices.pciex.df1000fe.rte": { "version": "7.2.0.0" }, "devices.pciex.df1020e214100f04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214100f04.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214103604.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214103604.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214103804.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214103804.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214103904.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214103904.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214103b04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214103b04.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214103c04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214103c04.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214103d04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214103d04.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214103f04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214103f04.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214104004.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214104004.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214104204.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214104204.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214105104.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214105104.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e214105d04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e214105d04.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e21410e304.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e21410e304.rte": { "version": "7.2.3.15" }, "devices.pciex.df1020e21410e404.diag": { "version": "7.2.0.0" }, "devices.pciex.df1020e21410e404.rte": { "version": "7.2.3.15" }, "devices.pciex.df1028e214100f04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214100f04.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214103604.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214103604.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214103804.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214103804.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214103904.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214103904.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214103b04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214103b04.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214103c04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214103c04.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214103d04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214103d04.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214103f04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214103f04.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214104004.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214104004.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e214104204.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e214104204.rte": { "version": "7.2.3.0" }, "devices.pciex.df1028e21410e304.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e21410e304.rte": { "version": "7.2.3.15" }, "devices.pciex.df1028e21410e404.diag": { "version": "7.2.0.0" }, "devices.pciex.df1028e21410e404.rte": { "version": "7.2.3.15" }, "devices.pciex.df1060e214101004.diag": { "version": "7.2.0.0" }, "devices.pciex.df1060e214101004.rte": { "version": "7.2.3.0" }, "devices.pciex.df1060e214103404.com": { "version": "7.2.3.16" }, "devices.pciex.df1060e214103404.diag": { "version": "7.2.3.16" }, "devices.pciex.df1060e214103404.rte": { "version": "7.2.0.0" }, "devices.pciex.df1060e214103704.diag": { "version": "7.2.0.0" }, "devices.pciex.df1060e214103704.rte": { "version": "7.2.1.0" }, "devices.pciex.df1060e214103a04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1060e214103a04.rte": { "version": "7.2.1.0" }, "devices.pciex.df1060e214103e04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1060e214103e04.rte": { "version": "7.2.1.0" }, "devices.pciex.df1060e214104104.diag": { "version": "7.2.0.0" }, "devices.pciex.df1060e214104104.rte": { "version": "7.2.1.0" }, "devices.pciex.df1060e214105204.diag": { "version": "7.2.0.0" }, "devices.pciex.df1060e214105204.rte": { "version": "7.2.0.0" }, "devices.pciex.df1060e214105f04.diag": { "version": "7.2.0.0" }, "devices.pciex.df1060e214105f04.rte": { "version": "7.2.0.0" }, "devices.pciex.e4143a161410a003.diag": { "version": "7.2.0.0" }, "devices.pciex.e4143a161410a003.rte": { "version": "7.2.0.0" }, "devices.pciex.e4143a161410ed03.diag": { "version": "7.2.0.0" }, "devices.pciex.e4143a161410ed03.rte": { "version": "7.2.0.0" }, "devices.pciex.e4143a16e4140909.diag": { "version": "7.2.0.0" }, "devices.pciex.e4143a16e4140909.rte": { "version": "7.2.0.0" }, "devices.pciex.e4143a16e4143009.diag": { "version": "7.2.3.15" }, "devices.pciex.e4143a16e4143009.rte": { "version": "7.2.3.0" }, "devices.pciex.e4145616e4140518.diag": { "version": "7.2.3.15" }, "devices.pciex.e4145616e4140518.rte": { "version": "7.2.3.15" }, "devices.pciex.e4145616e4140528.diag": { "version": "7.2.0.0" }, "devices.pciex.e4145616e4140528.rte": { "version": "7.2.3.15" }, "devices.pciex.e414571614102004.diag": { "version": "7.2.0.0" }, "devices.pciex.e414571614102004.rte": { "version": "7.2.0.0" }, "devices.pciex.e4148a1614109304.diag": { "version": "7.2.3.16" }, "devices.pciex.e4148a1614109304.rte": { "version": "7.2.3.15" }, "devices.pciex.e4148a1614109404.diag": { "version": "7.2.3.16" }, "devices.pciex.e4148a1614109404.rte": { "version": "7.2.3.15" }, "devices.pciex.e4148e1614109204.diag": { "version": "7.2.3.16" }, "devices.pciex.e4148e1614109204.rte": { "version": "7.2.3.15" }, "devices.pciex.pciexclass.010802.diag": { "version": "7.2.3.16" }, "devices.pciex.pciexclass.010802.rte": { "version": "7.2.3.16" }, "devices.sas.diag": { "version": "7.2.3.15" }, "devices.sas.rte": { "version": "7.2.3.16" }, "devices.sata.diag": { "version": "7.2.0.0" }, "devices.sata.rte": { "version": "7.2.0.0" }, "devices.scsi.disk.diag.com": { "version": "7.2.3.15" }, "devices.scsi.disk.diag.rte": { "version": "7.2.2.0" }, "devices.scsi.disk.rspc": { "version": "7.2.0.0" }, "devices.scsi.disk.rte": { "version": "7.2.3.16" }, "devices.scsi.ses.diag": { "version": "7.2.3.15" }, "devices.scsi.ses.rte": { "version": "7.2.3.0" }, "devices.scsi.tape.diag": { "version": "7.2.3.15" }, "devices.scsi.tape.rspc": { "version": "7.2.0.0" }, "devices.scsi.tape.rte": { "version": "7.2.3.0" }, "devices.scsi.tm.rte": { "version": "7.2.3.0" }, "devices.serial.sb1.X11": { "version": "7.2.0.0" }, "devices.serial.tablet1.X11": { "version": "7.2.0.0" }, "devices.tty.rte": { "version": "7.2.3.0" }, "devices.usbif.010100.rte": { "version": "7.2.3.15" }, "devices.usbif.03000008.rte": { "version": "7.2.3.15" }, "devices.usbif.030101.rte": { "version": "7.2.3.15" }, "devices.usbif.030102.rte": { "version": "7.2.3.15" }, "devices.usbif.08025002.diag": { "version": "7.2.3.15" }, "devices.usbif.08025002.rte": { "version": "7.2.3.15" }, "devices.usbif.080400.diag": { "version": "7.2.0.0" }, "devices.usbif.080400.rte": { "version": "7.2.3.15" }, "devices.usbif.usblibke.rte": { "version": "7.2.3.15" }, "devices.vdevice.IBM.l-lan.rte": { "version": "7.2.3.15" }, "devices.vdevice.IBM.v-scsi.rte": { "version": "7.2.3.16" }, "devices.vdevice.IBM.vfc-client.rte": { "version": "7.2.3.16" }, "devices.vdevice.IBM.vnic.rte": { "version": "7.2.3.16" }, "devices.vdevice.hvterm-protocol.rte": { "version": "7.2.0.0" }, "devices.vdevice.hvterm1.rte": { "version": "7.2.3.0" }, "devices.vdevice.vty-server.rte": { "version": "7.2.3.15" }, "devices.virtio.core.rte": { "version": "7.2.3.0" }, "devices.virtio.ethernet.rte": { "version": "7.2.3.0" }, "devices.virtio.scsi.rte": { "version": "7.2.3.16" }, "dsm.core": { "version": "7.2.3.16" }, "dsm.dsh": { "version": "7.2.3.16" }, "expect": { "version": "5.42.1-3" }, "expect.base": { "version": "5.42.1.0" }, "expect.man.en_US": { "version": "5.42.1.0" }, "gawk": { "version": "3.1.3-1" }, "glvm.rpv.client": { "version": "7.2.3.0" }, "glvm.rpv.server": { "version": "7.2.3.15" }, "glvm.rpv.util": { "version": "7.2.2.0" }, "ibmdebugger": { "version": "13.1.0.3" }, "ibmdebugger.engine": { "version": "13.1.0.3" }, "ibmdebugger.engine.msg.de_DE": { "version": "13.1.0.1" }, "ibmdebugger.engine.msg.en_US": { "version": "13.1.0.3" }, "ibmdebugger.engine.msg.es_ES": { "version": "13.1.0.1" }, "ibmdebugger.engine.msg.fr_FR": { "version": "13.1.0.1" }, "ibmdebugger.engine.msg.it_IT": { "version": "13.1.0.1" }, "ibmdebugger.engine.msg.ja_JP": { "version": "13.1.0.1" }, "ibmdebugger.engine.msg.ko_KR": { "version": "13.1.0.1" }, "ibmdebugger.engine.msg.pt_BR": { "version": "13.1.0.1" }, "ibmdebugger.engine.msg.zh_CN": { "version": "13.1.0.1" }, "ibmdebugger.engine.msg.zh_TW": { "version": "13.1.0.1" }, "ibmdebugger.jre": { "version": "13.1.0.3" }, "ibmdebugger.ui": { "version": "13.1.0.3" }, "idsldap.msg64.cs_CZ": { "version": "6.4.0.0" }, "idsldap.msg64.de_DE": { "version": "6.4.0.0" }, "idsldap.msg64.es_ES": { "version": "6.4.0.0" }, "idsldap.msg64.fr_FR": { "version": "6.4.0.0" }, "idsldap.msg64.hu_HU": { "version": "6.4.0.0" }, "idsldap.msg64.it_IT": { "version": "6.4.0.0" }, "idsldap.msg64.ja_JP": { "version": "6.4.0.0" }, "idsldap.msg64.ko_KO": { "version": "6.4.0.0" }, "idsldap.msg64.pl_PL": { "version": "6.4.0.0" }, "idsldap.msg64.pt_BR": { "version": "6.4.0.0" }, "idsldap.msg64.ru_RU": { "version": "6.4.0.0" }, "idsldap.msg64.sk_SK": { "version": "6.4.0.0" }, "idsldap.msg64.zh_CN": { "version": "6.4.0.0" }, "idsldap.msg64.zh_TW": { "version": "6.4.0.0" }, "infocenter.man.DE_DE.commands": { "version": "7.2.3.0" }, "infocenter.man.EN_US.commands": { "version": "7.2.3.0" }, "infocenter.man.EN_US.files": { "version": "7.2.3.0" }, "infocenter.man.EN_US.libs": { "version": "7.2.3.0" }, "infocenter.man.JA_JP.commands": { "version": "7.2.3.15" }, "infocenter.man.KO_KR.commands": { "version": "7.2.3.0" }, "invscout.com": { "version": "2.2.0.1" }, "invscout.ldb": { "version": "2.2.0.2" }, "invscout.msg.en_US.rte": { "version": "2.1.0.2" }, "invscout.rte": { "version": "2.2.0.20" }, "mcr.rte": { "version": "7.2.3.16" }, "memdbg.adt": { "version": "5.5.0.1" }, "memdbg.aix53.adt": { "version": "5.5.0.1" }, "memdbg.msg.EN_US": { "version": "5.5.0.1" }, "memdbg.msg.en_US": { "version": "5.5.0.1" }, "ofed.rds.rte": { "version": "7.2.3.15" }, "ofed.smcr.rte": { "version": "7.2.3.16" }, "omnibus-toolchain": { "version": "2.0.5.1" }, "openpts.collector": { "version": "1.0.0.0" }, "openssh.base.client": { "version": "7.5.102.1500" }, "openssh.base.server": { "version": "7.5.102.1500" }, "openssh.license": { "version": "7.5.102.1500" }, "openssh.man.en_US": { "version": "7.5.102.1500" }, "openssh.msg.CA_ES": { "version": "7.5.102.1500" }, "openssh.msg.CS_CZ": { "version": "7.5.102.1500" }, "openssh.msg.DE_DE": { "version": "7.5.102.1500" }, "openssh.msg.EN_US": { "version": "7.5.102.1500" }, "openssh.msg.ES_ES": { "version": "7.5.102.1500" }, "openssh.msg.FR_FR": { "version": "7.5.102.1500" }, "openssh.msg.HU_HU": { "version": "7.5.102.1500" }, "openssh.msg.IT_IT": { "version": "7.5.102.1500" }, "openssh.msg.JA_JP": { "version": "7.5.102.1500" }, "openssh.msg.Ja_JP": { "version": "7.5.102.1500" }, "openssh.msg.KO_KR": { "version": "7.5.102.1500" }, "openssh.msg.PL_PL": { "version": "7.5.102.1500" }, "openssh.msg.PT_BR": { "version": "7.5.102.1500" }, "openssh.msg.RU_RU": { "version": "7.5.102.1500" }, "openssh.msg.SK_SK": { "version": "7.5.102.1500" }, "openssh.msg.ZH_CN": { "version": "7.5.102.1500" }, "openssh.msg.ZH_TW": { "version": "7.5.102.1500" }, "openssh.msg.Zh_CN": { "version": "7.5.102.1500" }, "openssh.msg.Zh_TW": { "version": "7.5.102.1500" }, "openssh.msg.ca_ES": { "version": "7.5.102.1500" }, "openssh.msg.cs_CZ": { "version": "7.5.102.1500" }, "openssh.msg.de_DE": { "version": "7.5.102.1500" }, "openssh.msg.en_US": { "version": "7.5.102.1500" }, "openssh.msg.es_ES": { "version": "7.5.102.1500" }, "openssh.msg.fr_FR": { "version": "7.5.102.1500" }, "openssh.msg.hu_HU": { "version": "7.5.102.1500" }, "openssh.msg.it_IT": { "version": "7.5.102.1500" }, "openssh.msg.ja_JP": { "version": "7.5.102.1500" }, "openssh.msg.ko_KR": { "version": "7.5.102.1500" }, "openssh.msg.pl_PL": { "version": "7.5.102.1500" }, "openssh.msg.pt_BR": { "version": "7.5.102.1500" }, "openssh.msg.ru_RU": { "version": "7.5.102.1500" }, "openssh.msg.sk_SK": { "version": "7.5.102.1500" }, "openssh.msg.zh_CN": { "version": "7.5.102.1500" }, "openssh.msg.zh_TW": { "version": "7.5.102.1500" }, "openssl.base": { "version": "1.0.2.1500" }, "openssl.license": { "version": "1.0.2.1500" }, "openssl.man.en_US": { "version": "1.0.2.1500" }, "perfagent.server": { "version": "7.2.3.0" }, "perfagent.tools": { "version": "7.2.3.16" }, "perl.libext": { "version": "2.4.3.15" }, "perl.man.en_US": { "version": "5.20.1.3" }, "perl.rte": { "version": "5.20.1.3" }, "powerscStd.vtpm.rte": { "version": "1.1.4.2" }, "printers.bull1015.com": { "version": "7.2.0.0" }, "printers.bull1015.rte": { "version": "7.2.0.0" }, "printers.bull1021.rte": { "version": "7.2.0.0" }, "printers.bull1025.rte": { "version": "7.2.0.0" }, "printers.bull1070.rte": { "version": "7.2.0.0" }, "printers.bull1625.rte": { "version": "7.2.0.0" }, "printers.bull200.rte": { "version": "7.2.0.0" }, "printers.bull201.rte": { "version": "7.2.0.0" }, "printers.bull411.rte": { "version": "7.2.0.0" }, "printers.bull413.rte": { "version": "7.2.0.0" }, "printers.bull422.rte": { "version": "7.2.0.0" }, "printers.bull451.rte": { "version": "7.2.0.0" }, "printers.bull454.rte": { "version": "7.2.0.0" }, "printers.bull721.rte": { "version": "7.2.0.0" }, "printers.bull815.rte": { "version": "7.2.0.0" }, "printers.bull825.rte": { "version": "7.2.0.0" }, "printers.bull9142.rte": { "version": "7.2.0.0" }, "printers.bull9148.rte": { "version": "7.2.0.0" }, "printers.bull922.com": { "version": "7.2.0.0" }, "printers.bull922.rte": { "version": "7.2.0.0" }, "printers.bull923.rte": { "version": "7.2.0.0" }, "printers.bull924.rte": { "version": "7.2.0.0" }, "printers.bull924N.rte": { "version": "7.2.0.0" }, "printers.bull956.rte": { "version": "7.2.0.0" }, "printers.bull970.com": { "version": "7.2.0.0" }, "printers.bull970.rte": { "version": "7.2.0.0" }, "printers.bullpr88-vfu.rte": { "version": "7.2.0.0" }, "printers.bullpr88.rte": { "version": "7.2.0.0" }, "printers.bullpr90.rte": { "version": "7.2.0.0" }, "printers.canlbp-A404F_JP.rte": { "version": "7.2.0.0" }, "printers.canlbp-A404PS.rte": { "version": "7.2.0.0" }, "printers.canlbp-B406G.rte": { "version": "7.2.0.0" }, "printers.canlbp.rte": { "version": "7.2.0.0" }, "printers.dp2000.rte": { "version": "7.2.0.0" }, "printers.dp2665.rte": { "version": "7.2.0.0" }, "printers.epsonLQ1600K_CN.rte": { "version": "7.2.0.0" }, "printers.escpj84_JP.rte": { "version": "7.2.0.0" }, "printers.hindi.rte": { "version": "7.2.0.0" }, "printers.hpJetDirect.attach": { "version": "7.2.0.0" }, "printers.hplj-2.rte": { "version": "7.2.0.0" }, "printers.hplj-2500C.rte": { "version": "7.2.0.0" }, "printers.hplj-2p_CN.rte": { "version": "7.2.0.0" }, "printers.hplj-3.rte": { "version": "7.2.0.0" }, "printers.hplj-3005.rte": { "version": "7.2.0.0" }, "printers.hplj-3si.rte": { "version": "7.2.0.0" }, "printers.hplj-4+.rte": { "version": "7.2.0.0" }, "printers.hplj-4+_KR.rte": { "version": "7.2.0.0" }, "printers.hplj-4.rte": { "version": "7.2.0.0" }, "printers.hplj-4000.rte": { "version": "7.2.0.0" }, "printers.hplj-4000_KR.rte": { "version": "7.2.0.0" }, "printers.hplj-4250.rte": { "version": "7.2.0.0" }, "printers.hplj-4500.rte": { "version": "7.2.0.0" }, "printers.hplj-4700.rte": { "version": "7.2.0.0" }, "printers.hplj-4_KR.rte": { "version": "7.2.0.0" }, "printers.hplj-4si.rte": { "version": "7.2.0.0" }, "printers.hplj-4si_KR.rte": { "version": "7.2.0.0" }, "printers.hplj-4v.rte": { "version": "7.2.0.0" }, "printers.hplj-4v_KR.rte": { "version": "7.2.0.0" }, "printers.hplj-5200.rte": { "version": "7.2.0.0" }, "printers.hplj-5si.rte": { "version": "7.2.0.0" }, "printers.hplj-5siMopier.rte": { "version": "7.2.0.0" }, "printers.hplj-5siMopier_KR.rte": { "version": "7.2.0.0" }, "printers.hplj-5si_KR.rte": { "version": "7.2.0.0" }, "printers.hplj-8000.rte": { "version": "7.2.0.0" }, "printers.hplj-8060.rte": { "version": "7.2.0.0" }, "printers.hplj-8100.rte": { "version": "7.2.0.0" }, "printers.hplj-8500.rte": { "version": "7.2.0.0" }, "printers.hplj-D640.rte": { "version": "7.2.0.0" }, "printers.hplj-UTF8.rte": { "version": "7.2.0.0" }, "printers.hplj-c.rte": { "version": "7.2.0.0" }, "printers.ibm-pages_JP.rte": { "version": "7.2.0.0" }, "printers.ibm2380-2.rte": { "version": "7.2.0.0" }, "printers.ibm2380.rte": { "version": "7.2.0.0" }, "printers.ibm2381-2.rte": { "version": "7.2.0.0" }, "printers.ibm2381.rte": { "version": "7.2.0.0" }, "printers.ibm2390-2.rte": { "version": "7.2.0.0" }, "printers.ibm2390.rte": { "version": "7.2.0.0" }, "printers.ibm2391-2.rte": { "version": "7.2.0.0" }, "printers.ibm2391.rte": { "version": "7.2.0.0" }, "printers.ibm3112.rte": { "version": "7.2.0.0" }, "printers.ibm3116.rte": { "version": "7.2.0.0" }, "printers.ibm3130.rte": { "version": "7.2.0.0" }, "printers.ibm3812-2.rte": { "version": "7.2.0.0" }, "printers.ibm3816.rte": { "version": "7.2.0.0" }, "printers.ibm4019.rte": { "version": "7.2.0.0" }, "printers.ibm4019_AR.rte": { "version": "7.2.0.0" }, "printers.ibm4019_JP.rte": { "version": "7.2.0.0" }, "printers.ibm4019_KR.rte": { "version": "7.2.0.0" }, "printers.ibm4029.rte": { "version": "7.2.0.0" }, "printers.ibm4029_JP.rte": { "version": "7.2.0.0" }, "printers.ibm4037.rte": { "version": "7.2.0.0" }, "printers.ibm4039.rte": { "version": "7.2.0.0" }, "printers.ibm4070.rte": { "version": "7.2.0.0" }, "printers.ibm4072.rte": { "version": "7.2.0.0" }, "printers.ibm4076.rte": { "version": "7.2.0.0" }, "printers.ibm4079.rte": { "version": "7.2.0.0" }, "printers.ibm4201-2.rte": { "version": "7.2.0.0" }, "printers.ibm4201-3.rte": { "version": "7.2.0.0" }, "printers.ibm4202-2.rte": { "version": "7.2.0.0" }, "printers.ibm4202-3.rte": { "version": "7.2.0.0" }, "printers.ibm4207-2.rte": { "version": "7.2.0.0" }, "printers.ibm4208-2.rte": { "version": "7.2.0.0" }, "printers.ibm4208-502.rte": { "version": "7.2.0.0" }, "printers.ibm4212.rte": { "version": "7.2.0.0" }, "printers.ibm4216-31.rte": { "version": "7.2.0.0" }, "printers.ibm4216-510.rte": { "version": "7.2.0.0" }, "printers.ibm4224.rte": { "version": "7.2.0.0" }, "printers.ibm4226.rte": { "version": "7.2.0.0" }, "printers.ibm4234.rte": { "version": "7.2.0.0" }, "printers.ibm4234_AR.rte": { "version": "7.2.0.0" }, "printers.ibm4247.rte": { "version": "7.2.0.0" }, "printers.ibm4247_HI.rte": { "version": "7.2.0.0" }, "printers.ibm4303.rte": { "version": "7.2.0.0" }, "printers.ibm4312.rte": { "version": "7.2.0.0" }, "printers.ibm4317.rte": { "version": "7.2.0.0" }, "printers.ibm4320.rte": { "version": "7.2.0.0" }, "printers.ibm4324.rte": { "version": "7.2.0.0" }, "printers.ibm4332.rte": { "version": "7.2.0.0" }, "printers.ibm4332_HI.rte": { "version": "7.2.0.0" }, "printers.ibm4340.rte": { "version": "7.2.0.0" }, "printers.ibm5202.rte": { "version": "7.2.0.0" }, "printers.ibm5204.rte": { "version": "7.2.0.0" }, "printers.ibm5327.rte": { "version": "7.2.0.0" }, "printers.ibm5572.rte": { "version": "7.2.0.0" }, "printers.ibm5573.rte": { "version": "7.2.0.0" }, "printers.ibm5575.com": { "version": "7.2.0.0" }, "printers.ibm5575_KR.rte": { "version": "7.2.0.0" }, "printers.ibm5575_TW.rte": { "version": "7.2.0.0" }, "printers.ibm5577.com": { "version": "7.2.0.0" }, "printers.ibm5577_KR.rte": { "version": "7.2.0.0" }, "printers.ibm5577_TW.rte": { "version": "7.2.0.0" }, "printers.ibm5579.rte": { "version": "7.2.0.0" }, "printers.ibm5584.rte": { "version": "7.2.0.0" }, "printers.ibm5585.com": { "version": "7.2.0.0" }, "printers.ibm5585_TW.rte": { "version": "7.2.0.0" }, "printers.ibm5587.rte": { "version": "7.2.0.0" }, "printers.ibm5587H.rte": { "version": "7.2.0.0" }, "printers.ibm5589.rte": { "version": "7.2.0.0" }, "printers.ibm6180.rte": { "version": "7.2.0.0" }, "printers.ibm6182.rte": { "version": "7.2.0.0" }, "printers.ibm6184.rte": { "version": "7.2.0.0" }, "printers.ibm6185-1.rte": { "version": "7.2.0.0" }, "printers.ibm6185-2.rte": { "version": "7.2.0.0" }, "printers.ibm6186.rte": { "version": "7.2.0.0" }, "printers.ibm6252.rte": { "version": "7.2.0.0" }, "printers.ibm6262.rte": { "version": "7.2.0.0" }, "printers.ibm6400.rte": { "version": "7.2.0.0" }, "printers.ibm6400_HI.rte": { "version": "7.2.0.0" }, "printers.ibm7372.rte": { "version": "7.2.0.0" }, "printers.ibmNetColor.attach": { "version": "7.2.0.0" }, "printers.ibmNetPrinter.attach": { "version": "7.2.0.0" }, "printers.ibmgb18030_CN.rte": { "version": "7.2.1.0" }, "printers.ibmuniversal.rte": { "version": "7.2.1.0" }, "printers.lex2380-3.rte": { "version": "7.2.0.0" }, "printers.lex2381-3.rte": { "version": "7.2.0.0" }, "printers.lex2390-3.rte": { "version": "7.2.0.0" }, "printers.lex2391-3.rte": { "version": "7.2.0.0" }, "printers.lex4039+.rte": { "version": "7.2.0.0" }, "printers.lex4047.rte": { "version": "7.2.0.0" }, "printers.lex4049.rte": { "version": "7.2.0.0" }, "printers.lex4076-2c.rte": { "version": "7.2.0.0" }, "printers.lex4079+.rte": { "version": "7.2.0.0" }, "printers.lex4227.rte": { "version": "7.2.0.0" }, "printers.lexOptra+.rte": { "version": "7.2.0.0" }, "printers.lexOptraC.rte": { "version": "7.2.0.0" }, "printers.lexOptraC1200.rte": { "version": "7.2.0.0" }, "printers.lexOptraC40.rte": { "version": "7.2.0.0" }, "printers.lexOptraC45.rte": { "version": "7.2.0.0" }, "printers.lexOptraE.rte": { "version": "7.2.0.0" }, "printers.lexOptraE310.rte": { "version": "7.2.0.0" }, "printers.lexOptraEp.rte": { "version": "7.2.0.0" }, "printers.lexOptraK12.rte": { "version": "7.2.0.0" }, "printers.lexOptraM410.rte": { "version": "7.2.0.0" }, "printers.lexOptraN.rte": { "version": "7.2.0.0" }, "printers.lexOptraS.rte": { "version": "7.2.0.0" }, "printers.lexOptraSC.rte": { "version": "7.2.0.0" }, "printers.lexOptraSe.rte": { "version": "7.2.0.0" }, "printers.lexOptraT.rte": { "version": "7.2.0.0" }, "printers.lexOptraW810.rte": { "version": "7.2.0.0" }, "printers.lips4_JP.rte": { "version": "7.2.0.0" }, "printers.msg.en_US.rte": { "version": "7.2.0.0" }, "printers.oki400ps2_JP.rte": { "version": "7.2.0.0" }, "printers.oki801ps.rte": { "version": "7.2.0.0" }, "printers.p9012.rte": { "version": "7.2.0.0" }, "printers.qms100.rte": { "version": "7.2.0.0" }, "printers.rte": { "version": "7.2.3.16" }, "printers.starAR2463_CN.rte": { "version": "7.2.0.0" }, "printers.ti2115.rte": { "version": "7.2.0.0" }, "radius.base.rte": { "version": "7.2.3.15" }, "rpm.rte": { "version": "4.13.0.3" }, "rsct.basic.hacmp": { "version": "3.2.4.0" }, "rsct.basic.rte": { "version": "3.2.4.2" }, "rsct.basic.sp": { "version": "3.2.4.0" }, "rsct.compat.basic.hacmp": { "version": "3.2.4.0" }, "rsct.compat.basic.rte": { "version": "3.2.4.0" }, "rsct.compat.basic.sp": { "version": "3.2.4.0" }, "rsct.compat.clients.hacmp": { "version": "3.2.4.0" }, "rsct.compat.clients.rte": { "version": "3.2.4.0" }, "rsct.compat.clients.sp": { "version": "3.2.4.0" }, "rsct.core.auditrm": { "version": "3.2.4.0" }, "rsct.core.errm": { "version": "3.2.4.0" }, "rsct.core.fsrm": { "version": "3.2.4.0" }, "rsct.core.gui": { "version": "3.2.4.0" }, "rsct.core.hostrm": { "version": "3.2.4.0" }, "rsct.core.lprm": { "version": "3.2.4.0" }, "rsct.core.microsensor": { "version": "3.2.4.0" }, "rsct.core.rmc": { "version": "3.2.4.2" }, "rsct.core.sec": { "version": "3.2.4.0" }, "rsct.core.sensorrm": { "version": "3.2.4.0" }, "rsct.core.sr": { "version": "3.2.4.0" }, "rsct.core.utils": { "version": "3.2.4.2" }, "rsct.msg.EN_US.core.auditrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.errm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.fsrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.gui": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.hostrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.lprm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.microsensorrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.rmc": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.sec": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.sensorrm": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.sr": { "version": "3.2.1.0" }, "rsct.msg.EN_US.core.utils": { "version": "3.2.1.0" }, "rsct.msg.EN_US.opt.storagerm": { "version": "3.2.1.0" }, "rsct.msg.en_US.basic.rte": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.auditrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.errm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.fsrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.gui": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.gui.com": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.hostrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.lprm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.microsensorrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.rmc": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.rmc.com": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.sec": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.sensorrm": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.sr": { "version": "3.2.1.0" }, "rsct.msg.en_US.core.utils": { "version": "3.2.1.0" }, "rsct.msg.en_US.opt.storagerm": { "version": "3.2.1.0" }, "rsct.opt.stackdump": { "version": "3.2.4.1" }, "rsct.opt.storagerm": { "version": "3.2.4.0" }, "rsync": { "version": "3.1.2-2" }, "screen": { "version": "3.9.10-2" }, "security.acf": { "version": "7.2.3.16" }, "security.pkcs11": { "version": "7.2.3.15" }, "security.pkcs11.tools": { "version": "7.2.3.15" }, "sudo": { "version": "1.8.21-3" }, "sysmgt.cfgassist": { "version": "7.2.3.16" }, "sysmgtlib.framework.core": { "version": "7.2.0.0" }, "sysmgtlib.libraries.apps": { "version": "7.2.0.0" }, "tar": { "version": "1.22-1" }, "tcl": { "version": "8.4.7-3" }, "tcl.base": { "version": "8.4.7.0" }, "tcl.man.en_US": { "version": "8.4.7.0" }, "tivoli.tivguid": { "version": "1.3.4.1" }, "tk": { "version": "8.4.7-3" }, "tk.base": { "version": "8.4.7.0" }, "tk.man.en_US": { "version": "8.4.7.0" }, "udapl.rte": { "version": "7.2.3.16" }, "wget": { "version": "1.9.1-3" }, "wio.common": { "version": "7.2.0.0" }, "wio.fcp": { "version": "7.2.3.0" }, "wio.vscsi": { "version": "7.2.0.0" }, "xlC.adt.include": { "version": "13.1.3.0" }, "xlC.aix61.rte": { "version": "13.1.3.1" }, "xlC.cpp": { "version": "9.0.0.0" }, "xlC.msg.en_US.cpp": { "version": "9.0.0.0" }, "xlC.msg.en_US.rte": { "version": "13.1.3.1" }, "xlC.rte": { "version": "13.1.3.1" }, "xlC.sup.aix50.rte": { "version": "9.0.0.1" }, "xlCcmp.13.1.0": { "version": "13.1.0.0" }, "xlCcmp.13.1.0.bundle": { "version": "13.1.0.0" }, "xlCcmp.13.1.0.lib": { "version": "13.1.0.0" }, "xlCcmp.13.1.0.license": { "version": "13.1.0.0" }, "xlCcmp.13.1.0.ndi": { "version": "13.1.0.0" }, "xlCcmp.13.1.0.tools": { "version": "13.1.0.0" }, "xlCcmp.13.1.3": { "version": "13.1.3.0" }, "xlCcmp.13.1.3.bundle": { "version": "13.1.3.0" }, "xlCcmp.13.1.3.lib": { "version": "13.1.3.0" }, "xlCcmp.13.1.3.license": { "version": "13.1.3.0" }, "xlCcmp.13.1.3.ndi": { "version": "13.1.3.0" }, "xlCcmp.13.1.3.tools": { "version": "13.1.3.0" }, "xlccmp.13.1.0": { "version": "13.1.0.0" }, "xlccmp.13.1.0.bundle": { "version": "13.1.0.0" }, "xlccmp.13.1.0.lib": { "version": "13.1.0.0" }, "xlccmp.13.1.0.license": { "version": "13.1.0.0" }, "xlccmp.13.1.0.ndi": { "version": "13.1.0.0" }, "xlccmp.13.1.3": { "version": "13.1.3.0" }, "xlccmp.13.1.3.bundle": { "version": "13.1.3.0" }, "xlccmp.13.1.3.lib": { "version": "13.1.3.0" }, "xlccmp.13.1.3.license": { "version": "13.1.3.0" }, "xlccmp.13.1.3.ndi": { "version": "13.1.3.0" }, "xlfrte": { "version": "15.1.2.0" }, "xlfrte.aix61": { "version": "15.1.2.0" }, "xlfrte.msg.en_US": { "version": "15.1.2.0" }, "xlmass.8.1.0": { "version": "8.1.0.0" }, "xlmass.8.1.3": { "version": "8.1.3.0" }, "xlsmp.aix61.rte": { "version": "4.1.3.0" }, "xlsmp.msg.EN_US.rte": { "version": "4.1.3.0" }, "xlsmp.msg.En_US.rte": { "version": "4.1.3.0" }, "xlsmp.msg.en_US.rte": { "version": "4.1.3.0" }, "xlsmp.rte": { "version": "4.1.3.0" } }, "platform": "aix", "platform_family": "aix", "platform_version": "7.2", "root_group": "system", "shard_seed": 10748181, "shells": [ "/bin/csh", "/bin/ksh", "/bin/psh", "/bin/tsh", "/bin/bsh", "/usr/bin/csh", "/usr/bin/ksh", "/usr/bin/psh", "/usr/bin/tsh", "/usr/bin/bsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/almalinux/000077500000000000000000000000001417433310300213435ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/almalinux/8.json000066400000000000000000004024261417433310300224150ustar00rootroot00000000000000{ "block_device": { "sda": { "logical_block_size": "512", "model": "VBOX HARDDISK", "physical_block_size": "512", "queue_depth": "32", "removable": "0", "rev": "1.0", "rotational": "1", "size": "134217728", "state": "running", "timeout": "30", "vendor": "ATA" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.9.26/lib", "version": "17.9.26" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.9.1/lib/ohai", "version": "17.9.1" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "base_board": { "all_records": [ { "Asset Tag": "Not Specified", "Chassis Handle": "0x0003", "Contained Object Handles": "0", "Features": { "Board is a hosting board": null }, "Location In Chassis": "Not Specified", "Manufacturer": "Oracle Corporation", "Product Name": "VirtualBox", "Serial Number": "0", "Type": "Motherboard", "Version": "1.2", "application_identifier": "Base Board Information", "record_id": "0x0008", "size": "2" } ], "asset_tag": "Not Specified", "chassis_handle": "0x0003", "contained_object_handles": "0", "location_in_chassis": "Not Specified", "manufacturer": "Oracle Corporation", "product_name": "VirtualBox", "serial_number": "0", "type": "Motherboard", "version": "1.2" }, "bios": { "address": "0xE0000", "all_records": [ { "Address": "0xE0000", "Characteristics": { "ACPI is supported": null }, "ROM Size": "128 kB", "Release Date": "12/01/2006", "Runtime Size": "128 kB", "Vendor": "innotek GmbH", "Version": "VirtualBox", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "release_date": "12/01/2006", "rom_size": "128 kB", "runtime_size": "128 kB", "vendor": "innotek GmbH", "version": "VirtualBox" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Oracle Corporation", "Power Supply State": "Safe", "Security Status": "None", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0003", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Oracle Corporation", "power_supply_state": "Safe", "security_status": "None", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "vboxVer_6.1.32", "String 2": "vboxRev_149290", "application_identifier": "OEM Strings", "record_id": "0x0002", "size": "11" } ], "string_1": "vboxVer_6.1.32", "string_2": "vboxRev_149290" }, "smbios_version": "2.5", "structures": { "count": "10", "size": "450" }, "system": { "all_records": [ { "Family": "Virtual Machine", "Manufacturer": "innotek GmbH", "Product Name": "VirtualBox", "SKU Number": "Not Specified", "Serial Number": "0", "UUID": "b6da3047-2ca6-cc4e-a8fd-4a93badf6e94", "Version": "1.2", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0001", "size": "1" } ], "family": "Virtual Machine", "manufacturer": "innotek GmbH", "product_name": "VirtualBox", "serial_number": "0", "sku_number": "Not Specified", "uuid": "b6da3047-2ca6-cc4e-a8fd-4a93badf6e94", "version": "1.2", "wake_up_type": "Power Switch" }, "table_location": "0x000E1000" }, "domain": "local", "filesystem": { "by_device": { "/dev/sda": { "mounts": [ ] }, "/dev/sda1": { "fs_type": "swap", "mounts": [ ], "uuid": "fb893091-f53c-4312-8249-810ac9e4335c" }, "/dev/sda2": { "fs_type": "xfs", "inodes_available": "32387759", "inodes_percent_used": "1%", "inodes_used": "42833", "kb_available": "63018740", "kb_size": "64829516", "kb_used": "1810776", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "mounts": [ "/" ], "percent_used": "3%", "total_inodes": "32430592", "uuid": "f33b487b-19e5-4a2b-8cfc-dd32c70f678d" }, "bpf": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/rdma" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "227977", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "913212", "kb_size": "913212", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=913212k", "nr_inodes=228303", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "228303" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "tracefs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/tracing" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sunrpc": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=41", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18729" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "232565", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "186056", "kb_size": "186056", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=186056k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "232570" }, "vagrant": { "fs_type": "vboxsf", "kb_available": "39429436", "kb_size": "495333060", "kb_used": "455903624", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/vagrant" ], "percent_used": "93%" } }, "by_mountpoint": { "/": { "devices": [ "/dev/sda2" ], "fs_type": "xfs", "inodes_available": "32387759", "inodes_percent_used": "1%", "inodes_used": "42833", "kb_available": "63018740", "kb_size": "64829516", "kb_used": "1810776", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "3%", "total_inodes": "32430592", "uuid": "f33b487b-19e5-4a2b-8cfc-dd32c70f678d" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "227977", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "913212", "kb_size": "913212", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=913212k", "nr_inodes=228303", "mode=755" ], "percent_used": "0%", "total_inodes": "228303" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "232569", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "930280", "kb_size": "930280", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "232570" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=41", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18729" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "232121", "inodes_percent_used": "1%", "inodes_used": "449", "kb_available": "913500", "kb_size": "930280", "kb_used": "16780", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "232570" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "232565", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "186056", "kb_size": "186056", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=186056k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "232570" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/bpf": { "devices": [ "bpf" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "232553", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "930280", "kb_size": "930280", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "232570" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/tracing": { "devices": [ "none" ], "fs_type": "tracefs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/vagrant": { "devices": [ "vagrant" ], "fs_type": "vboxsf", "kb_available": "39429436", "kb_size": "495333060", "kb_used": "455903624", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "percent_used": "93%" }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "sunrpc" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/sda,": { "device": "/dev/sda" }, "/dev/sda1,": { "device": "/dev/sda1", "fs_type": "swap", "uuid": "fb893091-f53c-4312-8249-810ac9e4335c" }, "/dev/sda2,/": { "device": "/dev/sda2", "fs_type": "xfs", "inodes_available": "32387759", "inodes_percent_used": "1%", "inodes_used": "42833", "kb_available": "63018740", "kb_size": "64829516", "kb_used": "1810776", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "3%", "total_inodes": "32430592", "uuid": "f33b487b-19e5-4a2b-8cfc-dd32c70f678d" }, "bpf,/sys/fs/bpf": { "device": "bpf", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime", "seclabel" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "227977", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "913212", "kb_size": "913212", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=913212k", "nr_inodes=228303", "mode=755" ], "percent_used": "0%", "total_inodes": "228303" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "none,/sys/kernel/tracing": { "device": "none", "fs_type": "tracefs", "mount": "/sys/kernel/tracing", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sunrpc,/var/lib/nfs/rpc_pipefs": { "device": "sunrpc", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=41", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18729" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "232569", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "930280", "kb_size": "930280", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "232570" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "232121", "inodes_percent_used": "1%", "inodes_used": "449", "kb_available": "913500", "kb_size": "930280", "kb_used": "16780", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "232570" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "232565", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "186056", "kb_size": "186056", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=186056k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "232570" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "232553", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "930280", "kb_size": "930280", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "232570" }, "vagrant,/vagrant": { "device": "vagrant", "fs_type": "vboxsf", "kb_available": "39429436", "kb_size": "495333060", "kb_used": "455903624", "mount": "/vagrant", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "percent_used": "93%" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ahci": { "refcount": "2", "size": "40960", "version": "3.0" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "1", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "drm": { "refcount": "5", "size": "573440" }, "drm_kms_helper": { "refcount": "1", "size": "253952" }, "drm_ttm_helper": { "refcount": "1", "size": "16384" }, "e1000": { "refcount": "0", "size": "151552", "version": "7.3.21-k8-NAPI" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "intel_rapl_common": { "refcount": "1", "size": "24576" }, "intel_rapl_msr": { "refcount": "0", "size": "16384" }, "joydev": { "refcount": "0", "size": "24576" }, "libahci": { "refcount": "1", "size": "40960" }, "libata": { "refcount": "4", "size": "270336", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "pcspkr": { "refcount": "0", "size": "16384" }, "rapl": { "refcount": "0", "size": "20480" }, "sd_mod": { "refcount": "3", "size": "53248" }, "serio_raw": { "refcount": "0", "size": "16384" }, "sg": { "refcount": "0", "size": "40960", "version": "3.5.36" }, "sunrpc": { "refcount": "1", "size": "557056" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "t10_pi": { "refcount": "1", "size": "16384" }, "ttm": { "refcount": "2", "size": "77824" }, "vboxguest": { "refcount": "2", "size": "385024", "version": "6.1.30 r148432" }, "vboxsf": { "refcount": "1", "size": "90112", "version": "6.1.30 r148432" }, "vboxvideo": { "refcount": "1", "size": "45056", "version": "6.1.30 r148432" }, "video": { "refcount": "0", "size": "49152" }, "xfs": { "refcount": "1", "size": "1544192" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.18.0-348.2.1.el8_5.x86_64", "version": "#1 SMP Mon Nov 15 09:17:08 EST 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-11-24", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.3" } }, "lsb": { "codename": "ArcticSphynx", "description": "AlmaLinux release 8.5 (Arctic Sphynx)", "id": "AlmaLinux", "release": "8.5" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1643228071.7013059, "os": "linux", "os_version": "4.18.0-348.2.1.el8_5.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1639945896", "release": "4.el8", "version": "1.32.10" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1639945896", "release": "4.el8", "version": "1.32.10" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1639945917", "release": "4.el8", "version": "1.32.10" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1639945917", "release": "4.el8", "version": "1.32.10" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "1.el8", "version": "2.2.53" }, "almalinux-release": { "arch": "x86_64", "epoch": "0", "installdate": "1639946217", "release": "3.el8", "version": "8.5" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "11.el8", "version": "3.1.20" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "authselect": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "3.el8", "version": "1.2.2" }, "authselect-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "3.el8", "version": "1.2.2" }, "avahi-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "20.el8", "version": "0.7" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1639945877", "release": "5.el8", "version": "11" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "2.el8", "version": "4.4.20" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "5.el8", "version": "1.07.1" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639946190", "release": "108.el8_5.1", "version": "2.30" }, "biosdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "2.el8", "version": "0.7.3" }, "brotli": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "3.el8", "version": "1.0.6" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "26.el8", "version": "1.0.6" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "26.el8", "version": "1.0.6" }, "c-ares": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "5.el8", "version": "1.13.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1639945888", "release": "80.0.el8_4", "version": "2021.2.50" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "1.el8", "version": "2.9" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1643228025", "release": "1.el8", "version": "17.9.26" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "1.el8", "version": "1.19.1" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "1.el8.alma", "version": "4.1" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "12.el8", "version": "8.30" }, "coreutils-common": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "12.el8", "version": "8.30" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "10.el8", "version": "2.12" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "15.el8", "version": "2.9.6" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "15.el8", "version": "2.9.6" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "4.el8", "version": "1.5.2" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "4.el8", "version": "1.5.2" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1639945891", "release": "17.20190603git.el8", "version": "1.11" }, "crypto-policies": { "arch": "noarch", "epoch": "0", "installdate": "1639945886", "release": "1.gitc776d3e.el8", "version": "20210617" }, "crypto-policies-scripts": { "arch": "noarch", "epoch": "0", "installdate": "1639945886", "release": "1.gitc776d3e.el8", "version": "20210617" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945888", "release": "4.el8", "version": "2.3.3" }, "cups-client": { "arch": "x86_64", "epoch": "1", "installdate": "1639945897", "release": "40.el8", "version": "2.2.6" }, "cups-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1639945897", "release": "40.el8", "version": "2.2.6" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "22.el8", "version": "7.61.1" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "5.el8", "version": "2.1.27" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1639945890", "release": "14.el8", "version": "1.12.8" }, "dbus-common": { "arch": "noarch", "epoch": "1", "installdate": "1639945877", "release": "14.el8", "version": "1.12.8" }, "dbus-daemon": { "arch": "x86_64", "epoch": "1", "installdate": "1639945888", "release": "14.el8", "version": "1.12.8" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1639945905", "release": "2.el8", "version": "0.110" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1639945887", "release": "14.el8", "version": "1.12.8" }, "dbus-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1639945887", "release": "14.el8", "version": "1.12.8" }, "device-mapper": { "arch": "x86_64", "epoch": "8", "installdate": "1639945887", "release": "10.el8", "version": "1.02.177" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "8", "installdate": "1639945888", "release": "10.el8", "version": "1.02.177" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "6.el8", "version": "3.6" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1639945880", "release": "10.el8", "version": "3.2" }, "dnf": { "arch": "noarch", "epoch": "0", "installdate": "1639945909", "release": "4.el8", "version": "4.7.0" }, "dnf-data": { "arch": "noarch", "epoch": "0", "installdate": "1639945876", "release": "4.el8", "version": "4.7.0" }, "dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1639945916", "release": "3.el8", "version": "4.0.21" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1639945889", "release": "191.git20210920.el8", "version": "049" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "191.git20210920.el8", "version": "049" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "191.git20210920.el8", "version": "049" }, "dracut-squash": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "191.git20210920.el8", "version": "049" }, "dwz": { "arch": "x86_64", "epoch": "0", "installdate": "1639946325", "release": "10.el8", "version": "0.12" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "2.el8", "version": "1.45.6" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "2.el8", "version": "1.45.6" }, "ed": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "4.el8", "version": "1.14.2" }, "efi-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "3.el8", "version": "3" }, "elfutils-debuginfod-client": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "1.el8", "version": "0.185" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1639945886", "release": "1.el8", "version": "0.185" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "1.el8", "version": "0.185" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "1.el8", "version": "0.185" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1639945880", "release": "7.el8", "version": "5.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "4.el8", "version": "2.2.5" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "20.el8", "version": "5.33" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "20.el8", "version": "5.33" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1639945877", "release": "6.el8", "version": "3.8" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1639945879", "release": "20.el8", "version": "4.6.0" }, "firewalld": { "arch": "noarch", "epoch": "0", "installdate": "1639945916", "release": "7.el8", "version": "0.9.3" }, "firewalld-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1639945877", "release": "7.el8", "version": "0.9.3" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "4.el8_3.1", "version": "2.9.1" }, "fuse-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "12.el8", "version": "2.9.7" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "2.el8", "version": "4.2.1" }, "gdbm": { "arch": "x86_64", "epoch": "1", "installdate": "1639945880", "release": "1.el8", "version": "1.18" }, "gdbm-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1639945880", "release": "1.el8", "version": "1.18" }, "geolite2-city": { "arch": "noarch", "epoch": "0", "installdate": "1639945862", "release": "1.el8", "version": "20180605" }, "geolite2-country": { "arch": "noarch", "epoch": "0", "installdate": "1639945860", "release": "1.el8", "version": "20180605" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1639945889", "release": "17.el8", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "17.el8", "version": "0.19.8.1" }, "ghc-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "7.el8", "version": "1.4.2" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945890", "release": "156.el8", "version": "2.56.4" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "164.el8", "version": "2.28" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1639945877", "release": "164.el8", "version": "2.28" }, "glibc-langpack-en": { "arch": "x86_64", "epoch": "0", "installdate": "1639945877", "release": "164.el8", "version": "2.28" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1639945879", "release": "10.el8", "version": "6.1.2" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "2.el8", "version": "2.2.20" }, "gnupg2-smime": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "2.el8", "version": "2.2.20" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1639945890", "release": "4.el8", "version": "3.6.16" }, "go-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "17.el8", "version": "2" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "1.el8", "version": "1.56.1" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1639946157", "release": "5ffd890e", "version": "3abb34f8" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "9.el8", "version": "1.13.1" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "6.el8", "version": "3.1" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "18.el8", "version": "1.22.3" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1639945879", "release": "106.el8.alma", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1639945917", "release": "106.el8.alma", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1639945881", "release": "106.el8.alma", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1639945890", "release": "106.el8.alma", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1639945906", "release": "106.el8.alma", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1639945886", "release": "106.el8.alma", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "42.el8", "version": "8.40" }, "gssproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "19.el8", "version": "0.8.0" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "12.el8", "version": "1.9" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1639945883", "release": "6.el8", "version": "1.3" }, "hdparm": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "4.el8", "version": "9.54" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "6.el8", "version": "3.20" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1639945863", "release": "8.10.el8", "version": "0.314" }, "ima-evm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "12.el8", "version": "1.3.2" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "6.el8", "version": "6.5" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1639945896", "release": "1.el8", "version": "10.00.15" }, "ipcalc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "4.el8", "version": "0.2.4" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "4.el8", "version": "5.12.0" }, "iprutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "1.el8", "version": "2.4.19" }, "ipset": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "1.el8", "version": "7.1" }, "ipset-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "1.el8", "version": "7.1" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "20.el8", "version": "1.8.4" }, "iptables-ebtables": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "20.el8", "version": "1.8.4" }, "iptables-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "20.el8", "version": "1.8.4" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "7.el8", "version": "20180629" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1639945917", "release": "6.el8", "version": "1.4.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "3.el8", "version": "2.11" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "2.el8", "version": "0.13.1" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1639945889", "release": "10.el8", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1639945877", "release": "10.el8", "version": "2.0.4" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1639945877", "release": "10.el8", "version": "2.0.4" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1639946190", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kernel-core": { "arch": "x86_64", "epoch": "0", "installdate": "1639946183", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kernel-modules": { "arch": "x86_64", "epoch": "0", "installdate": "1639946184", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1639946189", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639946189", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "57.el8", "version": "2.0.20" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "9.el8", "version": "1.5.10" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "9.el8", "version": "1.5.10" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1639945888", "release": "18.el8", "version": "25" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945888", "release": "18.el8", "version": "25" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "17.el8", "version": "0.8.4" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "14.el8", "version": "1.18.2" }, "langpacks-en": { "arch": "noarch", "epoch": "0", "installdate": "1639945918", "release": "12.el8", "version": "1.0" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "1.el8", "version": "530" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "1.el8", "version": "2.2.53" }, "libarchive": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "1.el8", "version": "3.3.3" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "3.el8", "version": "2.5.1" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "3.el8", "version": "2.4.48" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "39.el8", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1639945888", "release": "28.el8", "version": "2.32.1" }, "libbpf": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "1.el8", "version": "0.4.0" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "5.el8", "version": "2.26" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "1.el8", "version": "0.7.11" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "39.el8", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "2.el8", "version": "1.45.6" }, "libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "2.el8", "version": "0.1.16" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "4.el8_2.1", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "22.el8", "version": "7.61.1" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "15.el8", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1639945888", "release": "42.el8_4", "version": "5.3.28" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "42.el8_4", "version": "5.3.28" }, "libdhash": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "39.el8", "version": "0.5.0" }, "libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "3.el8", "version": "0.63.0" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "23.20170329cvs.el8", "version": "3.1" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "1.el8", "version": "0.1.10" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "5.el8", "version": "2.1.8" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "1.el8", "version": "0.99.9" }, "libfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "28.el8", "version": "2.32.1" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "22.el8", "version": "3.1" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1639946163", "release": "4.el8_5.alma", "version": "8.5.0" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "6.el8", "version": "1.8.5" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1639946217", "release": "4.el8_5.alma", "version": "8.5.0" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "1.el8", "version": "1.31" }, "libibverbs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "1.el8", "version": "35.0" }, "libicu": { "arch": "x86_64", "epoch": "0", "installdate": "1639945882", "release": "2.el8_1", "version": "60.3" }, "libidn2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "1.el8", "version": "2.2.0" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "39.el8", "version": "1.3.1" }, "libkcapi": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "2.el8", "version": "1.2.0" }, "libkcapi-hmaccalc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "2.el8", "version": "1.2.0" }, "libksba": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "7.el8", "version": "1.3.5" }, "libldb": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "2.el8", "version": "2.3.0" }, "libmaxminddb": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "10.el8", "version": "1.2.0" }, "libmetalink": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "7.el8", "version": "0.1.3" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "6.el8", "version": "1.0.4" }, "libmodulemd": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "1.el8", "version": "2.13.0" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "28.el8", "version": "2.32.1" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "6.el8", "version": "1.7" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "5.el8", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "13.el8", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "1", "installdate": "1639945897", "release": "46.el8", "version": "2.3.3" }, "libnftnl": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "4.el8", "version": "1.1.5" }, "libnghttp2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "3.el8_2.1", "version": "1.33.0" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "1.el8", "version": "3.5.0" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "1.el8", "version": "3.5.0" }, "libnsl2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "2.20180605git4a062cf.el8", "version": "1.2.0" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "39.el8", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1639945906", "release": "5.el8", "version": "1.9.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "2.el8", "version": "1.5.0" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1639945883", "release": "5.el8", "version": "1.6.34" }, "libpsl": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "6.el8", "version": "0.20.2" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1639945889", "release": "3.el8", "version": "1.4.4" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "39.el8", "version": "0.1.5" }, "librepo": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "2.el8", "version": "1.14.0" }, "libreport-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1639945876", "release": "15.el8.alma.1", "version": "2.9.5" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "1.el8", "version": "2.5.1" }, "libsecret": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "1.el8", "version": "0.18.6" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1639945877", "release": "5.el8", "version": "2.9" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "5.el8", "version": "2.9" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "6.el8", "version": "2.9" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "3.el8", "version": "2.9" }, "libsigsegv": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "5.el8", "version": "2.11" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "28.el8", "version": "2.32.1" }, "libsolv": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "1.el8", "version": "0.7.19" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "2.el8", "version": "1.45.6" }, "libssh": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "3.el8", "version": "0.9.4" }, "libssh-config": { "arch": "noarch", "epoch": "0", "installdate": "1639945876", "release": "3.el8", "version": "0.9.4" }, "libsss_autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "2.el8_5.1", "version": "2.5.2" }, "libsss_certmap": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "2.el8_5.1", "version": "2.5.2" }, "libsss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1639946181", "release": "2.el8_5.1", "version": "2.5.2" }, "libsss_nss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "2.el8_5.1", "version": "2.5.2" }, "libsss_sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "2.el8_5.1", "version": "2.5.2" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "4.el8_5.alma", "version": "8.5.0" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "24.el8", "version": "2.1.0" }, "libtalloc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "1.el8", "version": "2.3.2" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "3.el8", "version": "4.13" }, "libtdb": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "1.el8", "version": "1.4.3" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "2.el8", "version": "1.31" }, "libtevent": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "0.el8", "version": "0.11.0" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "5.el8", "version": "1.1.4" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "3.el8", "version": "0.9.9" }, "libusbx": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "4.el8", "version": "1.0.23" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1639945896", "release": "23.el8", "version": "0.62" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1639945889", "release": "14.el8", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "28.el8", "version": "2.32.1" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "5.el8", "version": "0.3.0" }, "libverto-libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "5.el8", "version": "0.3.0" }, "libxcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "6.el8", "version": "4.1.1" }, "libxkbcommon": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "1.el8", "version": "0.9.1" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "9.el8_4.2", "version": "2.9.7" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "5.el8", "version": "0.1.7" }, "libzstd": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "1.el8", "version": "1.4.4" }, "lmdb-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "1.el8", "version": "0.9.24" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "4.el8", "version": "3.14.0" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "6.el8", "version": "B.02.19.2" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "3.el8", "version": "0.32" }, "lua-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "12.el8", "version": "5.3.4" }, "lz4-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "3.el8_4", "version": "1.8.3" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "14.el8", "version": "2.08" }, "m4": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "7.el8", "version": "1.4.18" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "29.el8", "version": "12.5" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1639945880", "release": "10.el8", "version": "4.2.1" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1639945908", "release": "18.el8", "version": "2.7.6.1" }, "memstrack": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "1.el8", "version": "0.1.11" }, "mozjs60": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "4.el8", "version": "60.9.0" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "1.el8", "version": "3.1.6" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "9.20180224.el8", "version": "6.1" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1639945863", "release": "9.20180224.el8", "version": "6.1" }, "ncurses-compat-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "9.20180224.el8", "version": "6.1" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945877", "release": "9.20180224.el8", "version": "6.1" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "0.52.20160912git.el8", "version": "2.0" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "7.el8", "version": "3.4.1" }, "network-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "1.el8", "version": "10.00.15" }, "network-scripts-team": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "2.el8", "version": "1.31" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "11.el8", "version": "0.52.20" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1639945916", "release": "46.el8", "version": "2.3.3" }, "nftables": { "arch": "x86_64", "epoch": "1", "installdate": "1639945906", "release": "21.el8", "version": "0.9.3" }, "npth": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "4.el8", "version": "1.5" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "1.el8_4", "version": "4.32.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "7.el8_5", "version": "3.67.0" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "7.el8_5", "version": "3.67.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "7.el8_5", "version": "3.67.0" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "7.el8_5", "version": "3.67.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1639946163", "release": "7.el8_5", "version": "3.67.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "13.el8", "version": "2.0.12" }, "ocaml-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "4.el8", "version": "5" }, "openblas-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "2.el8", "version": "2" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1639945886", "release": "18.el8", "version": "2.4.46" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "10.el8", "version": "8.0p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "10.el8", "version": "8.0p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "10.el8", "version": "8.0p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1639945886", "release": "4.el8", "version": "1.1.1k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1639945888", "release": "4.el8", "version": "1.1.1k" }, "openssl-pkcs11": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "2.el8", "version": "0.4.10" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1639945889", "release": "9.el8", "version": "1.74" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "1.el8", "version": "0.23.22" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "1.el8", "version": "0.23.22" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1639945889", "release": "15.el8", "version": "1.3.1" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "39.el8", "version": "3.2" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "3.el8", "version": "0.80" }, "patch": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "11.el8", "version": "2.7.6" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "1.el8", "version": "3.7.0" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "1.el8", "version": "3.7.0" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "6.el8", "version": "8.42" }, "pcre2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945877", "release": "2.el8", "version": "10.32" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1639946328", "release": "420.el8", "version": "5.26.3" }, "perl-Algorithm-Diff": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "9.el8", "version": "1.1903" }, "perl-Archive-Tar": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "1.el8", "version": "2.30" }, "perl-Archive-Zip": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "3.el8", "version": "1.60" }, "perl-Attribute-Handlers": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "420.el8", "version": "0.99" }, "perl-B-Debug": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "2.el8", "version": "1.26" }, "perl-CPAN": { "arch": "noarch", "epoch": "0", "installdate": "1639946328", "release": "397.el8", "version": "2.18" }, "perl-CPAN-Meta": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "396.el8", "version": "2.150010" }, "perl-CPAN-Meta-Requirements": { "arch": "noarch", "epoch": "0", "installdate": "1639946321", "release": "396.el8", "version": "2.140" }, "perl-CPAN-Meta-YAML": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "397.el8", "version": "0.018" }, "perl-Carp": { "arch": "noarch", "epoch": "0", "installdate": "1639946320", "release": "396.el8", "version": "1.42" }, "perl-Compress-Bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1639946323", "release": "6.el8", "version": "2.26" }, "perl-Compress-Raw-Bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1639946322", "release": "1.el8", "version": "2.081" }, "perl-Compress-Raw-Zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1639946321", "release": "1.el8", "version": "2.081" }, "perl-Config-Perl-V": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "1.el8", "version": "0.30" }, "perl-DB_File": { "arch": "x86_64", "epoch": "0", "installdate": "1639946323", "release": "1.el8", "version": "1.842" }, "perl-Data-Dumper": { "arch": "x86_64", "epoch": "0", "installdate": "1639946318", "release": "399.el8", "version": "2.167" }, "perl-Data-OptList": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "6.el8", "version": "0.110" }, "perl-Data-Section": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "3.el8", "version": "0.200007" }, "perl-Devel-PPPort": { "arch": "x86_64", "epoch": "0", "installdate": "1639946323", "release": "5.el8", "version": "3.36" }, "perl-Devel-Peek": { "arch": "x86_64", "epoch": "0", "installdate": "1639946324", "release": "420.el8", "version": "1.26" }, "perl-Devel-SelfStubber": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "420.el8", "version": "1.06" }, "perl-Devel-Size": { "arch": "x86_64", "epoch": "0", "installdate": "1639946323", "release": "2.el8", "version": "0.81" }, "perl-Digest": { "arch": "noarch", "epoch": "0", "installdate": "1639946318", "release": "395.el8", "version": "1.17" }, "perl-Digest-MD5": { "arch": "x86_64", "epoch": "0", "installdate": "1639946318", "release": "396.el8", "version": "2.55" }, "perl-Digest-SHA": { "arch": "x86_64", "epoch": "1", "installdate": "1639946322", "release": "1.el8", "version": "6.02" }, "perl-Encode": { "arch": "x86_64", "epoch": "4", "installdate": "1639946319", "release": "3.el8", "version": "2.97" }, "perl-Encode-Locale": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "10.module_el8.3.0+2091+9eecfe51", "version": "1.05" }, "perl-Encode-devel": { "arch": "x86_64", "epoch": "4", "installdate": "1639946328", "release": "3.el8", "version": "2.97" }, "perl-Env": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "395.el8", "version": "1.04" }, "perl-Errno": { "arch": "x86_64", "epoch": "0", "installdate": "1639946319", "release": "420.el8", "version": "1.28" }, "perl-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "396.el8", "version": "5.72" }, "perl-ExtUtils-CBuilder": { "arch": "noarch", "epoch": "1", "installdate": "1639946328", "release": "2.el8", "version": "0.280230" }, "perl-ExtUtils-Command": { "arch": "noarch", "epoch": "1", "installdate": "1639946322", "release": "1.el8", "version": "7.34" }, "perl-ExtUtils-Embed": { "arch": "noarch", "epoch": "0", "installdate": "1639946328", "release": "420.el8", "version": "1.34" }, "perl-ExtUtils-Install": { "arch": "noarch", "epoch": "0", "installdate": "1639946328", "release": "4.el8", "version": "2.14" }, "perl-ExtUtils-MM-Utils": { "arch": "noarch", "epoch": "1", "installdate": "1639946323", "release": "1.el8", "version": "7.34" }, "perl-ExtUtils-MakeMaker": { "arch": "noarch", "epoch": "1", "installdate": "1639946328", "release": "1.el8", "version": "7.34" }, "perl-ExtUtils-Manifest": { "arch": "noarch", "epoch": "0", "installdate": "1639946321", "release": "395.el8", "version": "1.70" }, "perl-ExtUtils-Miniperl": { "arch": "noarch", "epoch": "0", "installdate": "1639946328", "release": "420.el8", "version": "1.06" }, "perl-ExtUtils-ParseXS": { "arch": "noarch", "epoch": "1", "installdate": "1639946321", "release": "2.el8", "version": "3.35" }, "perl-File-Fetch": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "2.el8", "version": "0.56" }, "perl-File-HomeDir": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "4.el8", "version": "1.002" }, "perl-File-Path": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "2.el8", "version": "2.15" }, "perl-File-Temp": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "1.el8", "version": "0.230.600" }, "perl-File-Which": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "2.el8", "version": "1.22" }, "perl-Filter": { "arch": "x86_64", "epoch": "2", "installdate": "1639946321", "release": "2.el8", "version": "1.58" }, "perl-Filter-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "2.el8", "version": "0.94" }, "perl-Getopt-Long": { "arch": "noarch", "epoch": "1", "installdate": "1639946319", "release": "4.el8", "version": "2.50" }, "perl-HTTP-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "1.el8", "version": "0.074" }, "perl-IO": { "arch": "x86_64", "epoch": "0", "installdate": "1639946320", "release": "420.el8", "version": "1.38" }, "perl-IO-Compress": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "1.el8", "version": "2.081" }, "perl-IO-Socket-IP": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "5.el8", "version": "0.39" }, "perl-IO-Socket-SSL": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "4.module_el8.3.0+2086+72f2d257", "version": "2.066" }, "perl-IO-Zlib": { "arch": "noarch", "epoch": "1", "installdate": "1639946322", "release": "420.el8", "version": "1.10" }, "perl-IPC-Cmd": { "arch": "noarch", "epoch": "2", "installdate": "1639946323", "release": "1.el8", "version": "1.02" }, "perl-IPC-SysV": { "arch": "x86_64", "epoch": "0", "installdate": "1639946324", "release": "397.el8", "version": "2.07" }, "perl-IPC-System-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "17.el8", "version": "1.25" }, "perl-JSON-PP": { "arch": "noarch", "epoch": "1", "installdate": "1639946322", "release": "3.el8", "version": "2.97.001" }, "perl-Locale-Codes": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "1.el8", "version": "3.57" }, "perl-Locale-Maketext": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "396.el8", "version": "1.28" }, "perl-Locale-Maketext-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1639946322", "release": "420.el8", "version": "0.21" }, "perl-MIME-Base64": { "arch": "x86_64", "epoch": "0", "installdate": "1639946319", "release": "396.el8", "version": "3.15" }, "perl-MRO-Compat": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "4.el8", "version": "0.13" }, "perl-Math-BigInt": { "arch": "noarch", "epoch": "1", "installdate": "1639946322", "release": "7.el8", "version": "1.9998.11" }, "perl-Math-BigInt-FastCalc": { "arch": "x86_64", "epoch": "0", "installdate": "1639946323", "release": "6.el8", "version": "0.500.600" }, "perl-Math-BigRat": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "1.el8", "version": "0.2614" }, "perl-Math-Complex": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "420.el8", "version": "1.59" }, "perl-Memoize": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "420.el8", "version": "1.03" }, "perl-Module-Build": { "arch": "noarch", "epoch": "2", "installdate": "1639946328", "release": "5.el8", "version": "0.42.24" }, "perl-Module-CoreList": { "arch": "noarch", "epoch": "1", "installdate": "1639946321", "release": "1.el8", "version": "5.20181130" }, "perl-Module-CoreList-tools": { "arch": "noarch", "epoch": "1", "installdate": "1639946323", "release": "1.el8", "version": "5.20181130" }, "perl-Module-Load": { "arch": "noarch", "epoch": "1", "installdate": "1639946321", "release": "395.el8", "version": "0.32" }, "perl-Module-Load-Conditional": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "395.el8", "version": "0.68" }, "perl-Module-Loaded": { "arch": "noarch", "epoch": "1", "installdate": "1639946324", "release": "420.el8", "version": "0.08" }, "perl-Module-Metadata": { "arch": "noarch", "epoch": "0", "installdate": "1639946321", "release": "395.el8", "version": "1.000033" }, "perl-Mozilla-CA": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "7.module_el8.3.0+2091+9eecfe51", "version": "20160104" }, "perl-Net-Ping": { "arch": "noarch", "epoch": "0", "installdate": "1639946321", "release": "420.el8", "version": "2.55" }, "perl-Net-SSLeay": { "arch": "x86_64", "epoch": "0", "installdate": "1639946319", "release": "1.module_el8.3.0+2086+72f2d257", "version": "1.88" }, "perl-Package-Generator": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "11.el8", "version": "1.106" }, "perl-Params-Check": { "arch": "noarch", "epoch": "1", "installdate": "1639946322", "release": "395.el8", "version": "0.38" }, "perl-Params-Util": { "arch": "x86_64", "epoch": "0", "installdate": "1639946322", "release": "22.el8", "version": "1.07" }, "perl-PathTools": { "arch": "x86_64", "epoch": "0", "installdate": "1639946320", "release": "1.el8", "version": "3.74" }, "perl-Perl-OSType": { "arch": "noarch", "epoch": "0", "installdate": "1639946321", "release": "396.el8", "version": "1.010" }, "perl-PerlIO-via-QuotedPrint": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "395.el8", "version": "0.08" }, "perl-Pod-Checker": { "arch": "noarch", "epoch": "4", "installdate": "1639946324", "release": "395.el8", "version": "1.73" }, "perl-Pod-Escapes": { "arch": "noarch", "epoch": "1", "installdate": "1639946319", "release": "395.el8", "version": "1.07" }, "perl-Pod-Html": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "420.el8", "version": "1.22.02" }, "perl-Pod-Parser": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "396.el8", "version": "1.63" }, "perl-Pod-Perldoc": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "396.el8", "version": "3.28" }, "perl-Pod-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1639946319", "release": "395.el8", "version": "3.35" }, "perl-Pod-Usage": { "arch": "noarch", "epoch": "4", "installdate": "1639946319", "release": "395.el8", "version": "1.69" }, "perl-Scalar-List-Utils": { "arch": "x86_64", "epoch": "3", "installdate": "1639946319", "release": "2.el8", "version": "1.49" }, "perl-SelfLoader": { "arch": "noarch", "epoch": "0", "installdate": "1639946321", "release": "420.el8", "version": "1.23" }, "perl-Socket": { "arch": "x86_64", "epoch": "4", "installdate": "1639946319", "release": "3.el8", "version": "2.027" }, "perl-Software-License": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "2.el8", "version": "0.103013" }, "perl-Storable": { "arch": "x86_64", "epoch": "1", "installdate": "1639946319", "release": "3.el8", "version": "3.11" }, "perl-Sub-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "15.el8", "version": "0.987" }, "perl-Sub-Install": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "14.el8", "version": "0.928" }, "perl-Sys-Syslog": { "arch": "x86_64", "epoch": "0", "installdate": "1639946324", "release": "397.el8", "version": "0.35" }, "perl-Term-ANSIColor": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "396.el8", "version": "4.06" }, "perl-Term-Cap": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "395.el8", "version": "1.17" }, "perl-TermReadKey": { "arch": "x86_64", "epoch": "0", "installdate": "1639946324", "release": "7.el8", "version": "2.37" }, "perl-Test": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "420.el8", "version": "1.30" }, "perl-Test-Harness": { "arch": "noarch", "epoch": "1", "installdate": "1639946321", "release": "1.el8", "version": "3.42" }, "perl-Test-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1639946324", "release": "1.el8", "version": "1.302135" }, "perl-Text-Balanced": { "arch": "noarch", "epoch": "0", "installdate": "1639946321", "release": "395.el8", "version": "2.03" }, "perl-Text-Diff": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "2.el8", "version": "1.45" }, "perl-Text-Glob": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "4.el8", "version": "0.11" }, "perl-Text-ParseWords": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "395.el8", "version": "3.30" }, "perl-Text-Tabs+Wrap": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "395.el8", "version": "2013.0523" }, "perl-Text-Template": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "1.el8", "version": "1.51" }, "perl-Thread-Queue": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "1.el8", "version": "3.13" }, "perl-Time-HiRes": { "arch": "x86_64", "epoch": "4", "installdate": "1639946321", "release": "2.el8", "version": "1.9758" }, "perl-Time-Local": { "arch": "noarch", "epoch": "1", "installdate": "1639946319", "release": "1.el8", "version": "1.280" }, "perl-Time-Piece": { "arch": "x86_64", "epoch": "0", "installdate": "1639946324", "release": "420.el8", "version": "1.31" }, "perl-URI": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "3.el8", "version": "1.73" }, "perl-Unicode-Collate": { "arch": "x86_64", "epoch": "0", "installdate": "1639946324", "release": "2.el8", "version": "1.25" }, "perl-Unicode-Normalize": { "arch": "x86_64", "epoch": "0", "installdate": "1639946319", "release": "396.el8", "version": "1.25" }, "perl-autodie": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "396.el8", "version": "2.29" }, "perl-bignum": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "2.el8", "version": "0.49" }, "perl-constant": { "arch": "noarch", "epoch": "0", "installdate": "1639946320", "release": "396.el8", "version": "1.33" }, "perl-devel": { "arch": "x86_64", "epoch": "4", "installdate": "1639946328", "release": "420.el8", "version": "5.26.3" }, "perl-encoding": { "arch": "x86_64", "epoch": "4", "installdate": "1639946321", "release": "3.el8", "version": "2.22" }, "perl-experimental": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "2.el8", "version": "0.019" }, "perl-inc-latest": { "arch": "noarch", "epoch": "2", "installdate": "1639946328", "release": "9.el8", "version": "0.500" }, "perl-interpreter": { "arch": "x86_64", "epoch": "4", "installdate": "1639946321", "release": "420.el8", "version": "5.26.3" }, "perl-libnet": { "arch": "noarch", "epoch": "0", "installdate": "1639946318", "release": "3.el8", "version": "3.11" }, "perl-libnetcfg": { "arch": "noarch", "epoch": "4", "installdate": "1639946328", "release": "420.el8", "version": "5.26.3" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1639946320", "release": "420.el8", "version": "5.26.3" }, "perl-local-lib": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "2.el8", "version": "2.000024" }, "perl-macros": { "arch": "x86_64", "epoch": "4", "installdate": "1639946319", "release": "420.el8", "version": "5.26.3" }, "perl-open": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "420.el8", "version": "1.11" }, "perl-parent": { "arch": "noarch", "epoch": "1", "installdate": "1639946319", "release": "1.el8", "version": "0.237" }, "perl-perlfaq": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "1.el8", "version": "5.20180605" }, "perl-podlators": { "arch": "noarch", "epoch": "0", "installdate": "1639946319", "release": "1.el8", "version": "4.11" }, "perl-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "25.el8", "version": "1" }, "perl-threads": { "arch": "x86_64", "epoch": "1", "installdate": "1639946320", "release": "2.el8", "version": "2.21" }, "perl-threads-shared": { "arch": "x86_64", "epoch": "0", "installdate": "1639946320", "release": "2.el8", "version": "1.58" }, "perl-utils": { "arch": "noarch", "epoch": "0", "installdate": "1639946324", "release": "420.el8", "version": "5.26.3" }, "perl-version": { "arch": "x86_64", "epoch": "6", "installdate": "1639946321", "release": "1.el8", "version": "0.99.24" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "4.el8", "version": "2.4" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "2.el8", "version": "1.1.0" }, "platform-python": { "arch": "x86_64", "epoch": "0", "installdate": "1639946166", "release": "41.el8.alma", "version": "3.6.8" }, "platform-python-pip": { "arch": "noarch", "epoch": "0", "installdate": "1639945884", "release": "20.el8", "version": "9.0.3" }, "platform-python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1639945884", "release": "6.el8", "version": "39.2.0" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "10.20200615git1e36e30.el8", "version": "0.9.4" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "10.20200615git1e36e30.el8", "version": "0.9.4" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "10.20200615git1e36e30.el8", "version": "0.9.4" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "16.el8", "version": "2.9" }, "policycoreutils-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1639945909", "release": "16.el8", "version": "2.9" }, "policycoreutils-python-utils": { "arch": "noarch", "epoch": "0", "installdate": "1639945909", "release": "16.el8", "version": "2.9" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1639945896", "release": "12.el8", "version": "0.115" }, "polkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945896", "release": "12.el8", "version": "0.115" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1639945896", "release": "12.el8", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "1.el8", "version": "1.18" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1639945904", "release": "2.el8", "version": "3.5.8" }, "prefixdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "6.el8", "version": "0.1.0" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "6.el8", "version": "3.3.15" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "5.el8", "version": "23.1" }, "publicsuffix-list-dafsa": { "arch": "noarch", "epoch": "0", "installdate": "1639945863", "release": "1.el8", "version": "20180723" }, "python-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "41.el8", "version": "3" }, "python-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946322", "release": "41.el8", "version": "3" }, "python3-audit": { "arch": "x86_64", "epoch": "0", "installdate": "1639945908", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1639945904", "release": "11.el8", "version": "5.0.6" }, "python3-dateutil": { "arch": "noarch", "epoch": "1", "installdate": "1639945904", "release": "6.el8", "version": "2.6.1" }, "python3-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1639945905", "release": "15.el8", "version": "1.2.4" }, "python3-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1639945897", "release": "2.el8", "version": "4.2.1" }, "python3-dnf": { "arch": "noarch", "epoch": "0", "installdate": "1639945909", "release": "4.el8", "version": "4.7.0" }, "python3-dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1639945916", "release": "3.el8", "version": "4.0.21" }, "python3-firewall": { "arch": "noarch", "epoch": "0", "installdate": "1639945906", "release": "7.el8", "version": "0.9.3" }, "python3-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "2.el8", "version": "3.28.3" }, "python3-gpg": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "9.el8", "version": "1.13.1" }, "python3-hawkey": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "3.el8", "version": "0.63.0" }, "python3-libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1639945909", "release": "2.el8", "version": "0.1.16" }, "python3-libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "3.el8", "version": "0.63.0" }, "python3-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639946166", "release": "41.el8.alma", "version": "3.6.8" }, "python3-libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "5.el8", "version": "2.9" }, "python3-libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "6.el8", "version": "2.9" }, "python3-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1639945904", "release": "1.el8", "version": "0.6.3" }, "python3-nftables": { "arch": "x86_64", "epoch": "1", "installdate": "1639945906", "release": "21.el8", "version": "0.9.3" }, "python3-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1639946217", "release": "348.2.1.el8_5", "version": "4.18.0" }, "python3-pip-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1639945863", "release": "20.el8", "version": "9.0.3" }, "python3-policycoreutils": { "arch": "noarch", "epoch": "0", "installdate": "1639945909", "release": "16.el8", "version": "2.9" }, "python3-pyparsing": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "7.el8", "version": "2.1.10" }, "python3-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1639945904", "release": "7.el8", "version": "0.21.0" }, "python3-pyyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1639945916", "release": "12.el8", "version": "3.12" }, "python3-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "19.el8", "version": "4.14.3" }, "python3-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946323", "release": "41.el8", "version": "3" }, "python3-setools": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "2.el8", "version": "4.3.0" }, "python3-setuptools-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1639945863", "release": "6.el8", "version": "39.2.0" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1639945891", "release": "8.el8", "version": "1.11.0" }, "python3-slip": { "arch": "noarch", "epoch": "0", "installdate": "1639945904", "release": "11.el8", "version": "0.6.4" }, "python3-slip-dbus": { "arch": "noarch", "epoch": "0", "installdate": "1639945905", "release": "11.el8", "version": "0.6.4" }, "python3-syspurpose": { "arch": "x86_64", "epoch": "0", "installdate": "1639945916", "release": "3.el8.alma", "version": "1.28.21" }, "python3-unbound": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "17.el8", "version": "1.7.3" }, "qt5-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "1.el8", "version": "5.15.2" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1639945908", "release": "14.el8", "version": "4.04" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1639945863", "release": "14.el8", "version": "4.04" }, "rdma-core": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "1.el8", "version": "35.0" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "10.el8", "version": "7.0" }, "redhat-lsb-core": { "arch": "x86_64", "epoch": "0", "installdate": "1639945916", "release": "47.el8", "version": "4.1" }, "redhat-lsb-submod-security": { "arch": "x86_64", "epoch": "0", "installdate": "1639945908", "release": "47.el8", "version": "4.1" }, "redhat-rpm-config": { "arch": "noarch", "epoch": "0", "installdate": "1639946328", "release": "1.el8.alma", "version": "125" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1639945918", "release": "22.el8", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "8.el8", "version": "1.2.5" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1639945887", "release": "19.el8", "version": "4.14.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "19.el8", "version": "4.14.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945888", "release": "19.el8", "version": "4.14.3" }, "rpm-plugin-selinux": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "19.el8", "version": "4.14.3" }, "rpm-plugin-systemd-inhibit": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "19.el8", "version": "4.14.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "12.el8", "version": "3.1.3" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "5.el8", "version": "8.2102.0" }, "rust-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639946325", "release": "2.el8", "version": "5" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1639945879", "release": "2.el8", "version": "4.5" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1639946166", "release": "80.el8_5.2", "version": "3.14.3" }, "selinux-policy-devel": { "arch": "noarch", "epoch": "0", "installdate": "1639946191", "release": "80.el8_5.2", "version": "3.14.3" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1639946200", "release": "80.el8_5.2", "version": "3.14.3" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1639945877", "release": "6.el8", "version": "2.12.2" }, "sg3_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "5.el8", "version": "1.44" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "5.el8", "version": "1.44" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1639945888", "release": "14.el8", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1639945890", "release": "3.el8", "version": "1.9" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1639945884", "release": "3.el8", "version": "2.3.2" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "3.el8", "version": "1.1.8" }, "spax": { "arch": "x86_64", "epoch": "0", "installdate": "1639945881", "release": "13.el8", "version": "1.5.3" }, "sqlite-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "15.el8", "version": "3.26.0" }, "squashfs-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "20.el8", "version": "4.3" }, "sssd-client": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "2.el8_5.1", "version": "2.5.2" }, "sssd-common": { "arch": "x86_64", "epoch": "0", "installdate": "1639946189", "release": "2.el8_5.1", "version": "2.5.2" }, "sssd-kcm": { "arch": "x86_64", "epoch": "0", "installdate": "1639946189", "release": "2.el8_5.1", "version": "2.5.2" }, "sssd-nfs-idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1639946188", "release": "2.el8_5.1", "version": "2.5.2" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1639945917", "release": "7.el8_4.1", "version": "1.8.29" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1639946164", "release": "51.el8_5.3", "version": "239" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639946163", "release": "51.el8_5.3", "version": "239" }, "systemd-pam": { "arch": "x86_64", "epoch": "0", "installdate": "1639946164", "release": "51.el8_5.3", "version": "239" }, "systemd-udev": { "arch": "x86_64", "epoch": "0", "installdate": "1639946181", "release": "51.el8_5.3", "version": "239" }, "systemtap-sdt-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1639946325", "release": "3.el8", "version": "4.5" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1639945881", "release": "5.el8", "version": "1.30" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "2.el8", "version": "1.31" }, "time": { "arch": "x86_64", "epoch": "0", "installdate": "1639945883", "release": "3.el8", "version": "1.9" }, "timedatex": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "3.el8", "version": "0.5" }, "tpm2-tss": { "arch": "x86_64", "epoch": "0", "installdate": "1639945907", "release": "4.el8", "version": "2.3.2" }, "trousers": { "arch": "x86_64", "epoch": "0", "installdate": "1639945891", "release": "1.el8", "version": "0.3.15" }, "trousers-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1639945888", "release": "1.el8", "version": "0.3.15" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1639945916", "release": "1.el8", "version": "2.16.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1639945863", "release": "1.el8", "version": "2021e" }, "unbound-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945904", "release": "17.el8", "version": "1.7.3" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1639946325", "release": "45.el8_4", "version": "6.0" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1639945889", "release": "28.el8", "version": "2.32.1" }, "util-linux-user": { "arch": "x86_64", "epoch": "0", "installdate": "1639945897", "release": "28.el8", "version": "2.32.1" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1639945881", "release": "16.el8", "version": "8.0.1763" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1639945906", "release": "12.el8", "version": "1.18" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1639945916", "release": "10.el8", "version": "1.19.5" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "16.el8", "version": "2.21" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945918", "release": "9.el8", "version": "5.0.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1639945863", "release": "1.el8", "version": "2.28" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1639945880", "release": "3.el8", "version": "5.2.4" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "3.el8", "version": "5.2.4" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1639945916", "release": "4.el8", "version": "4.7.0" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1639945916", "release": "3.el8", "version": "4.0.21" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1639946325", "release": "23.el8", "version": "3.0" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1639945878", "release": "17.el8", "version": "1.2.11" } }, "platform": "almalinux", "platform_family": "rhel", "platform_version": "8.5", "root_group": "root", "shard_seed": 223488424, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/amazon/000077500000000000000000000000001417433310300206365ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/amazon/2.json000066400000000000000000003264441417433310300217070ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.11", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.11.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.11", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.11.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Contained Elements": "0", "Height": "Unspecified", "Lock": "Not Present", "Manufacturer": "Xen", "Number Of Power Cords": "Unspecified", "OEM Information": "0x00000000", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "contained_elements": "0", "height": "Unspecified", "lock": "Not Present", "manufacturer": "Xen", "number_of_power_cords": "Unspecified", "oem_information": "0x00000000", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Asset Tag": "Not Specified", "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 8B 17", "L1 Cache Handle": "Not Provided", "L2 Cache Handle": "Not Provided", "L3 Cache Handle": "Not Provided", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Part Number": "Not Specified", "Serial Number": "Not Specified", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "asset_tag": "Not Specified", "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 8B 17", "l1_cache_handle": "Not Provided", "l2_cache_handle": "Not Provided", "l3_cache_handle": "Not Provided", "manufacturer": "Intel", "max_speed": "2400 MHz", "part_number": "Not Specified", "serial_number": "Not Specified", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "378" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec219ee0-d759-b123-1d64-efb93ec12944", "UUID": "ec219ee0-d759-b123-1d64-efb93ec12944", "Version": "4.11.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec219ee0-d759-b123-1d64-efb93ec12944", "sku_number": "Not Specified", "uuid": "ec219ee0-d759-b123-1d64-efb93ec12944", "version": "4.11.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "xfs", "inodes_available": "4135576", "inodes_percent_used": "2%", "inodes_used": "57640", "kb_available": "6683952", "kb_size": "8376300", "kb_used": "1692348", "label": "/", "mount_options": [ "rw", "noatime", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "21%", "total_inodes": "4193216", "uuid": "f22063bb-28ab-42bc-ba62-b9130b861ee7" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/pids" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "122962", "inodes_percent_used": "1%", "inodes_used": "284", "kb_available": "492984", "kb_size": "492984", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=492984k", "nr_inodes=123246", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "123246" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sunrpc": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12354" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "125765", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "100616", "kb_size": "100616", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100616k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "125766" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "xfs", "inodes_available": "4135576", "inodes_percent_used": "2%", "inodes_used": "57640", "kb_available": "6683952", "kb_size": "8376300", "kb_used": "1692348", "label": "/", "mount_options": [ "rw", "noatime", "attr2", "inode64", "noquota" ], "percent_used": "21%", "total_inodes": "4193216", "uuid": "f22063bb-28ab-42bc-ba62-b9130b861ee7" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "122962", "inodes_percent_used": "1%", "inodes_used": "284", "kb_available": "492984", "kb_size": "492984", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=492984k", "nr_inodes=123246", "mode=755" ], "percent_used": "0%", "total_inodes": "123246" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125764", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "503064", "kb_size": "503064", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "125766" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12354" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125417", "inodes_percent_used": "1%", "inodes_used": "349", "kb_available": "502656", "kb_size": "503064", "kb_used": "408", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "1%", "total_inodes": "125766" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125765", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "100616", "kb_size": "100616", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100616k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "125766" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125750", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "503064", "kb_size": "503064", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "125766" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "sunrpc" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "xfs", "inodes_available": "4135576", "inodes_percent_used": "2%", "inodes_used": "57640", "kb_available": "6683952", "kb_size": "8376300", "kb_used": "1692348", "label": "/", "mount": "/", "mount_options": [ "rw", "noatime", "attr2", "inode64", "noquota" ], "percent_used": "21%", "total_inodes": "4193216", "uuid": "f22063bb-28ab-42bc-ba62-b9130b861ee7" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "122962", "inodes_percent_used": "1%", "inodes_used": "284", "kb_available": "492984", "kb_size": "492984", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "size=492984k", "nr_inodes=123246", "mode=755" ], "percent_used": "0%", "total_inodes": "123246" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sunrpc,/var/lib/nfs/rpc_pipefs": { "device": "sunrpc", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12354" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125764", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "503064", "kb_size": "503064", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "125766" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125417", "inodes_percent_used": "1%", "inodes_used": "349", "kb_available": "502656", "kb_size": "503064", "kb_used": "408", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "1%", "total_inodes": "125766" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125765", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "100616", "kb_size": "100616", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100616k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "125766" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125750", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "503064", "kb_size": "503064", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "125766" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "188416" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "49152" }, "button": { "refcount": "0", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "0", "size": "24576" }, "cryptd": { "refcount": "3", "size": "28672" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "dax": { "refcount": "1", "size": "69632" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "28672" }, "dm_mod": { "refcount": "2", "size": "143360" }, "dm_region_hash": { "refcount": "1", "size": "20480" }, "ena": { "refcount": "0", "size": "114688", "version": "2.5.0g" }, "evdev": { "refcount": "3", "size": "20480" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "libata": { "refcount": "1", "size": "266240", "version": "3.00" }, "mousedev": { "refcount": "0", "size": "24576" }, "pcbc": { "refcount": "0", "size": "16384" }, "psmouse": { "refcount": "0", "size": "32768" }, "sb_edac": { "refcount": "0", "size": "24576" }, "scsi_mod": { "refcount": "1", "size": "245760" }, "sunrpc": { "refcount": "1", "size": "393216" }, "xen_blkfront": { "refcount": "2", "size": "49152" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.14.248-189.473.amzn2.x86_64", "version": "#1 SMP Mon Sep 27 05:52:26 UTC 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635801731.0013072, "os": "linux", "os_version": "4.14.248-189.473.amzn2.x86_64", "packages": { "GeoIP": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "11.amzn2.0.2", "version": "1.5.0" }, "PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1633989219", "release": "11.amzn2.0.2", "version": "3.10" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "14.amzn2", "version": "2.2.51" }, "acpid": { "arch": "x86_64", "epoch": "0", "installdate": "1633989234", "release": "9.amzn2.0.1", "version": "2.0.19" }, "amazon-linux-extras": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "1.amzn2", "version": "2.0.1" }, "amazon-linux-extras-yum-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1633989253", "release": "1.amzn2", "version": "2.0.1" }, "amazon-ssm-agent": { "arch": "x86_64", "epoch": "0", "installdate": "1633989250", "release": "1.amzn2", "version": "3.0.1124.0" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1633989251", "release": "24.amzn2", "version": "3.1.13" }, "attr": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "12.amzn2.0.2", "version": "2.4.46" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1633989246", "release": "3.amzn2.1", "version": "2.8.1" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "3.amzn2.1", "version": "2.8.1" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1633989245", "release": "30.amzn2.0.2", "version": "6.2.8" }, "aws-cfn-bootstrap": { "arch": "noarch", "epoch": "0", "installdate": "1633989253", "release": "6.amzn2", "version": "2.0" }, "awscli": { "arch": "noarch", "epoch": "0", "installdate": "1633989252", "release": "1.amzn2.0.1", "version": "1.18.147" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1633989199", "release": "7.amzn2.0.1", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1633989199", "release": "34.amzn2", "version": "4.2.46" }, "bash-completion": { "arch": "noarch", "epoch": "1", "installdate": "1633989253", "release": "6.amzn2", "version": "2.1" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "13.amzn2.0.2", "version": "1.06.95" }, "bind-export-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1633989226", "release": "26.P2.amzn2.5.2", "version": "9.11.4" }, "bind-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1633989221", "release": "26.P2.amzn2.5.2", "version": "9.11.4" }, "bind-libs-lite": { "arch": "x86_64", "epoch": "32", "installdate": "1633989219", "release": "26.P2.amzn2.5.2", "version": "9.11.4" }, "bind-license": { "arch": "noarch", "epoch": "32", "installdate": "1633989198", "release": "26.P2.amzn2.5.2", "version": "9.11.4" }, "bind-utils": { "arch": "x86_64", "epoch": "32", "installdate": "1633989253", "release": "26.P2.amzn2.5.2", "version": "9.11.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989227", "release": "30.amzn2", "version": "2.29.1" }, "blktrace": { "arch": "x86_64", "epoch": "0", "installdate": "1633989253", "release": "9.amzn2", "version": "1.0.5" }, "boost-date-time": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "27.amzn2.0.5", "version": "1.53.0" }, "boost-system": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "27.amzn2.0.5", "version": "1.53.0" }, "boost-thread": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "27.amzn2.0.5", "version": "1.53.0" }, "bridge-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989258", "release": "9.amzn2.0.2", "version": "1.5" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "13.amzn2.0.3", "version": "1.0.6" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "13.amzn2.0.3", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1633989210", "release": "72.amzn2.0.1", "version": "2021.2.50" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635801726", "release": "1.el7", "version": "17.7.29" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "1.amzn2.0.2", "version": "1.7.4" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1633989250", "release": "3.amzn2.0.2", "version": "4.0" }, "cloud-init": { "arch": "noarch", "epoch": "0", "installdate": "1633989238", "release": "44.amzn2", "version": "19.3" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1633989251", "release": "2.amzn2", "version": "0.31" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989211", "release": "24.amzn2", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "28.amzn2", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1633989214", "release": "11.amzn2.0.2", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1633989218", "release": "11.amzn2.0.2", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1633989230", "release": "23.amzn2", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1633989230", "release": "23.amzn2", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1633989230", "release": "6.20121102git.amzn2", "version": "1.11" }, "cryptsetup": { "arch": "x86_64", "epoch": "0", "installdate": "1633989251", "release": "4.amzn2", "version": "1.7.4" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989228", "release": "4.amzn2", "version": "1.7.4" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1633989227", "release": "7.amzn2.0.2", "version": "7.76.1" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1633989215", "release": "23.amzn2", "version": "2.1.26" }, "cyrus-sasl-plain": { "arch": "x86_64", "epoch": "0", "installdate": "1633989253", "release": "23.amzn2", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1633989230", "release": "7.amzn2", "version": "1.10.24" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1633989228", "release": "7.amzn2", "version": "1.10.24" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1633989228", "release": "6.amzn2.5", "version": "1.02.170" }, "device-mapper-event": { "arch": "x86_64", "epoch": "7", "installdate": "1633989230", "release": "6.amzn2.5", "version": "1.02.170" }, "device-mapper-event-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1633989230", "release": "6.amzn2.5", "version": "1.02.170" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1633989228", "release": "6.amzn2.5", "version": "1.02.170" }, "device-mapper-persistent-data": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "3.amzn2", "version": "0.7.3" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1633989233", "release": "77.amzn2.1.3", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1633989233", "release": "77.amzn2.1.3", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1633989232", "release": "77.amzn2.1.3", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "5.amzn2", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1633989209", "release": "5.amzn2.1", "version": "3.2" }, "dmraid": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "28.amzn2.0.2", "version": "1.0.0.rc16" }, "dmraid-events": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "28.amzn2.0.2", "version": "1.0.0.rc16" }, "dosfstools": { "arch": "x86_64", "epoch": "0", "installdate": "1633989258", "release": "10.amzn2", "version": "3.0.20" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1633989232", "release": "535.amzn2.1.4", "version": "033" }, "dracut-config-ec2": { "arch": "noarch", "epoch": "0", "installdate": "1633989245", "release": "1.amzn2", "version": "2.0" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1633989245", "release": "535.amzn2.1.4", "version": "033" }, "dyninst": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "3.amzn2", "version": "9.3.1" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989222", "release": "19.amzn2", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "19.amzn2", "version": "1.42.9" }, "ec2-hibinit-agent": { "arch": "noarch", "epoch": "0", "installdate": "1633989243", "release": "3.amzn2", "version": "1.0.2" }, "ec2-instance-connect": { "arch": "noarch", "epoch": "0", "installdate": "1633989243", "release": "14.amzn2", "version": "1.1" }, "ec2-net-utils": { "arch": "noarch", "epoch": "0", "installdate": "1633989245", "release": "3.amzn2", "version": "1.5" }, "ec2-utils": { "arch": "noarch", "epoch": "0", "installdate": "1633989251", "release": "45.amzn2", "version": "1.2" }, "ed": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "4.amzn2.0.2", "version": "1.9" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1633989230", "release": "2.amzn2", "version": "0.176" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "2.amzn2", "version": "0.176" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989228", "release": "2.amzn2", "version": "0.176" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1633989258", "release": "10.amzn2", "version": "4.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "12.amzn2", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "36.amzn2.0.1", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "36.amzn2.0.1", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1633989199", "release": "25.amzn2.0.4", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1633989203", "release": "6.amzn2", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1633989226", "release": "6.amzn2.0.2", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1633989226", "release": "6.amzn2.0.2", "version": "1.4.1" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "14.amzn2.1", "version": "2.8" }, "fuse-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "11.amzn2", "version": "2.9.2" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "4.amzn2.1.2", "version": "4.0.2" }, "gdbm": { "arch": "x86_64", "epoch": "1", "installdate": "1633989202", "release": "6.amzn2.0.2", "version": "1.13" }, "gdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "3.amzn2", "version": "0.8.10" }, "generic-logos": { "arch": "noarch", "epoch": "0", "installdate": "1633989236", "release": "4.amzn2", "version": "18.0.0" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1633989221", "release": "3.amzn2", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989221", "release": "3.amzn2", "version": "0.19.8.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1633989214", "release": "9.amzn2.0.2", "version": "2.56.1" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "55.amzn2", "version": "2.26" }, "glibc-all-langpacks": { "arch": "x86_64", "epoch": "0", "installdate": "1633989258", "release": "55.amzn2", "version": "2.26" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1633989199", "release": "55.amzn2", "version": "2.26" }, "glibc-locale-source": { "arch": "x86_64", "epoch": "0", "installdate": "1633989258", "release": "55.amzn2", "version": "2.26" }, "glibc-minimal-langpack": { "arch": "x86_64", "epoch": "0", "installdate": "1633989199", "release": "55.amzn2", "version": "2.26" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1633989204", "release": "15.amzn2.0.2", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1633989232", "release": "5.amzn2.0.4", "version": "2.0.22" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1633989185", "release": "593863f8", "version": "c87f5b1a" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "5.amzn2.0.2", "version": "1.3.2" }, "gpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989237", "release": "15.amzn2.0.2", "version": "1.20.7" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "3.amzn2.0.2", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "8.amzn2.0.2", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1633989239", "release": "2.amzn2.0.6", "version": "2.06" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1633989202", "release": "2.amzn2.0.6", "version": "2.06" }, "grub2-efi-x64-ec2": { "arch": "x86_64", "epoch": "1", "installdate": "1633989239", "release": "2.amzn2.0.6", "version": "2.06" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1633989234", "release": "2.amzn2.0.6", "version": "2.06" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1633989207", "release": "2.amzn2.0.6", "version": "2.06" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1633989234", "release": "2.amzn2.0.6", "version": "2.06" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1633989232", "release": "2.amzn2.0.6", "version": "2.06" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1633989218", "release": "23.amzn2.0.3", "version": "8.28" }, "gssproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1633989234", "release": "17.amzn2", "version": "0.7.0" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1633989214", "release": "10.amzn2", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1633989210", "release": "3.amzn2", "version": "1.3" }, "hibagent": { "arch": "noarch", "epoch": "0", "installdate": "1633989245", "release": "5.amzn2", "version": "1.1.0" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "3.amzn2.0.2", "version": "3.13" }, "hunspell": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "16.amzn2", "version": "1.3.2" }, "hunspell-en": { "arch": "noarch", "epoch": "0", "installdate": "1633989254", "release": "6.amzn2.0.1", "version": "0.20121024" }, "hunspell-en-GB": { "arch": "noarch", "epoch": "0", "installdate": "1633989205", "release": "6.amzn2.0.1", "version": "0.20121024" }, "hunspell-en-US": { "arch": "noarch", "epoch": "0", "installdate": "1633989203", "release": "6.amzn2.0.1", "version": "0.20121024" }, "hwdata": { "arch": "x86_64", "epoch": "0", "installdate": "1633989231", "release": "9.3.amzn2", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "5.amzn2", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1633989231", "release": "1.amzn2.0.1", "version": "9.49.47" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "1.amzn2.0.4", "version": "4.15.0" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "10.amzn2.1.2", "version": "1.8.4" }, "iptables-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "10.amzn2.1.2", "version": "1.8.4" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989231", "release": "10.amzn2.0.2", "version": "20160308" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1633989253", "release": "4.amzn2.0.1", "version": "1.7.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "1.amzn2.0.2", "version": "2.10" }, "jbigkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "11.amzn2.0.2", "version": "2.0" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "4.amzn2.0.4", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "15.amzn2", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1633989198", "release": "15.amzn2", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1633989198", "release": "15.amzn2", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1633989243", "release": "189.473.amzn2", "version": "4.14.248" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "189.473.amzn2", "version": "4.14.248" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989207", "release": "3.amzn2.0.2", "version": "1.5.8" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "3.amzn2.0.2", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "3.amzn2.0.2", "version": "25" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "3.amzn2.0.2", "version": "25" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1633989232", "release": "127.amzn2", "version": "0.4.9" }, "kpatch-runtime": { "arch": "noarch", "epoch": "0", "installdate": "1633989251", "release": "4.amzn2", "version": "0.9.2" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989212", "release": "37.amzn2.2.2", "version": "1.15.1" }, "langtable": { "arch": "noarch", "epoch": "0", "installdate": "1633989198", "release": "4.amzn2", "version": "0.0.31" }, "langtable-data": { "arch": "noarch", "epoch": "0", "installdate": "1633989198", "release": "4.amzn2", "version": "0.0.31" }, "langtable-python": { "arch": "noarch", "epoch": "0", "installdate": "1633989222", "release": "4.amzn2", "version": "0.0.31" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "9.amzn2.0.2", "version": "458" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "14.amzn2", "version": "2.2.51" }, "libaio": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "13.amzn2.0.2", "version": "0.3.109" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "3.amzn2.0.2", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "12.amzn2.0.2", "version": "2.4.46" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "29.amzn2", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1633989213", "release": "2.amzn2.0.5", "version": "2.30.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "9.amzn2.0.2", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "4.amzn2.0.4", "version": "0.7.5" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "29.amzn2", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "19.amzn2", "version": "1.42.9" }, "libconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "5.amzn2.0.2", "version": "1.4.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1633989218", "release": "6.amzn2", "version": "0.6.12" }, "libcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "55.amzn2", "version": "2.26" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1633989227", "release": "7.amzn2.0.2", "version": "7.76.1" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "7.amzn2.0.2", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "24.amzn2.0.3", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "24.amzn2.0.3", "version": "5.3.21" }, "libdrm": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "2.amzn2", "version": "2.4.97" }, "libdwarf": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "4.amzn2.0.2", "version": "20130207" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "12.20121213cvs.amzn2.0.2", "version": "3.0" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "2.amzn2.0.2", "version": "0.1.9" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1633989220", "release": "4.amzn2.0.3", "version": "2.0.21" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "3.amzn2", "version": "0.99.4" }, "libfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1633989222", "release": "2.amzn2.0.5", "version": "2.30.2" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "18.amzn2.0.2", "version": "3.0.13" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1633989199", "release": "13.amzn2", "version": "7.3.1" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "14.amzn2.0.2", "version": "1.5.3" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "13.amzn2", "version": "7.3.1" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "3.amzn2.0.3", "version": "1.12" }, "libicu": { "arch": "x86_64", "epoch": "0", "installdate": "1633989255", "release": "4.amzn2", "version": "50.2" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "4.amzn2.0.2", "version": "1.28" }, "libidn2": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "1.amzn2", "version": "2.3.0" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "29.amzn2", "version": "1.3.1" }, "libjpeg-turbo": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "2.amzn2.0.1", "version": "2.0.90" }, "libmetalink": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "13.amzn2", "version": "0.1.3" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "7.amzn2.0.2", "version": "1.0.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1633989213", "release": "2.amzn2.0.5", "version": "2.30.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "1.amzn2.0.2", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "4.amzn2.0.2", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1633989235", "release": "19.amzn2", "version": "0.25" }, "libnghttp2": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "1.amzn2", "version": "1.41.0" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "4.amzn2.0.1", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "4.amzn2.0.1", "version": "3.2.28" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "29.amzn2", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1633989203", "release": "11.amzn2", "version": "1.5.3" }, "libpciaccess": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "1.amzn2", "version": "0.14" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "3.amzn2.0.2", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1633989208", "release": "8.amzn2", "version": "1.5.13" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1633989218", "release": "5.amzn2", "version": "1.2.3" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "29.amzn2", "version": "0.1.5" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "1.amzn2", "version": "2.4.1" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "12.amzn2.0.2", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "12.amzn2.0.2", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "11.amzn2", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "8.1.amzn2.0.2", "version": "2.5" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "2.amzn2.0.5", "version": "2.30.2" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "19.amzn2", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1633989219", "release": "12.amzn2.2.3", "version": "1.4.3" }, "libsss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "10.amzn2.10", "version": "1.16.5" }, "libsss_nss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "10.amzn2.10", "version": "1.16.5" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "13.amzn2", "version": "7.3.1" }, "libstoragemgmt": { "arch": "x86_64", "epoch": "0", "installdate": "1633989231", "release": "2.amzn2", "version": "1.6.1" }, "libstoragemgmt-python": { "arch": "noarch", "epoch": "0", "installdate": "1633989231", "release": "2.amzn2", "version": "1.6.1" }, "libstoragemgmt-python-clibs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989231", "release": "2.amzn2", "version": "1.6.1" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989236", "release": "16.amzn2.0.2", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "1.amzn2.0.2", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "9.amzn2", "version": "1.27" }, "libtiff": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "35.amzn2", "version": "4.0.3" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1633989215", "release": "0.16.amzn2", "version": "0.2.4" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1633989203", "release": "9.amzn2.0.2", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1633989232", "release": "9.amzn2", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1633989219", "release": "4.amzn2.0.2", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "2.amzn2.0.5", "version": "2.30.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "4.amzn2.0.2", "version": "0.2.5" }, "libverto-libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1633989220", "release": "4.amzn2.0.2", "version": "0.2.5" }, "libwebp": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "10.amzn2", "version": "0.3.0" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "6.amzn2.5.4", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633989222", "release": "6.amzn2.5.4", "version": "2.9.1" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "11.amzn2.0.2", "version": "0.1.4" }, "lm_sensors-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "8.20160601gitf9185e5.amzn2", "version": "3.4.0" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1633989236", "release": "15.amzn2", "version": "3.8.6" }, "lsof": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "6.amzn2", "version": "4.87" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "15.amzn2.0.2", "version": "5.1.4" }, "lvm2": { "arch": "x86_64", "epoch": "7", "installdate": "1633989245", "release": "6.amzn2.5", "version": "2.02.187" }, "lvm2-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1633989233", "release": "6.amzn2.5", "version": "2.02.187" }, "lz4": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "2.amzn2.0.1", "version": "1.7.5" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1633989208", "release": "24.amzn2", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1633989253", "release": "9.amzn2.0.3", "version": "2.6.3" }, "man-pages": { "arch": "noarch", "epoch": "0", "installdate": "1633989261", "release": "5.amzn2", "version": "3.53" }, "man-pages-overrides": { "arch": "x86_64", "epoch": "0", "installdate": "1633989261", "release": "1.amzn2", "version": "7.5.2" }, "mariadb-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1633989226", "release": "1.amzn2", "version": "5.5.68" }, "mdadm": { "arch": "x86_64", "epoch": "0", "installdate": "1633989250", "release": "5.amzn2.0.2", "version": "4.0" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1633989234", "release": "47.amzn2.0.9", "version": "2.1" }, "mlocate": { "arch": "x86_64", "epoch": "0", "installdate": "1633989245", "release": "8.amzn2", "version": "0.26" }, "mtr": { "arch": "x86_64", "epoch": "2", "installdate": "1633989255", "release": "2.amzn2", "version": "0.92" }, "nano": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "2.amzn2.0.1", "version": "2.9.8" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "8.20170212.amzn2.1.3", "version": "6.0" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1633989198", "release": "8.20170212.amzn2.1.3", "version": "6.0" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "8.20170212.amzn2.1.3", "version": "6.0" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633989234", "release": "0.22.20131004git.amzn2.0.2", "version": "2.0" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "9.amzn2", "version": "2.7.1" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "4.amzn2.0.2", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633989223", "release": "4.amzn2.0.2", "version": "0.52.15" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1633989239", "release": "0.54.amzn2.0.2", "version": "1.3.0" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "2.amzn2", "version": "4.25.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1633989227", "release": "7.amzn2", "version": "3.53.1" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1633989227", "release": "5.amzn2", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1633989207", "release": "6.amzn2", "version": "3.53.1" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1633989207", "release": "6.amzn2", "version": "3.53.1" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1633989227", "release": "7.amzn2", "version": "3.53.1" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633989227", "release": "7.amzn2", "version": "3.53.1" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "1.amzn2", "version": "3.53.1" }, "ntsysv": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "1.amzn2.0.2", "version": "1.7.4" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "7.amzn2", "version": "2.0.9" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1633989228", "release": "23.amzn2.0.2", "version": "2.4.44" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1633989230", "release": "21.amzn2.0.3", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1633989245", "release": "21.amzn2.0.3", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "21.amzn2.0.3", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1633989214", "release": "19.amzn2.0.8", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1633989212", "release": "19.amzn2.0.8", "version": "1.0.2k" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1633989234", "release": "9.amzn2.0.2", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1633989204", "release": "1.amzn2.0.1", "version": "0.23.22" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "1.amzn2.0.1", "version": "0.23.22" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1633989218", "release": "23.amzn2.0.1", "version": "1.1.8" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1633989251", "release": "29.amzn2", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "5.amzn2", "version": "0.79" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989245", "release": "3.amzn2", "version": "3.5.1" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "3.amzn2", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "17.amzn2.0.2", "version": "8.32" }, "pcre2": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "2.amzn2.0.2", "version": "10.23" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1633989207", "release": "299.amzn2.0.1", "version": "5.16.3" }, "perl-Carp": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "244.amzn2", "version": "1.26" }, "perl-Encode": { "arch": "x86_64", "epoch": "0", "installdate": "1633989206", "release": "7.amzn2.0.2", "version": "2.51" }, "perl-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "3.amzn2", "version": "5.68" }, "perl-File-Path": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "2.amzn2", "version": "2.09" }, "perl-File-Temp": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "3.amzn2", "version": "0.23.01" }, "perl-Filter": { "arch": "x86_64", "epoch": "0", "installdate": "1633989206", "release": "3.amzn2.0.2", "version": "1.49" }, "perl-Getopt-Long": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "3.amzn2", "version": "2.40" }, "perl-HTTP-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1633989205", "release": "3.amzn2", "version": "0.033" }, "perl-PathTools": { "arch": "x86_64", "epoch": "0", "installdate": "1633989206", "release": "5.amzn2.0.2", "version": "3.40" }, "perl-Pod-Escapes": { "arch": "noarch", "epoch": "1", "installdate": "1633989205", "release": "299.amzn2.0.1", "version": "1.04" }, "perl-Pod-Perldoc": { "arch": "noarch", "epoch": "0", "installdate": "1633989205", "release": "4.amzn2", "version": "3.20" }, "perl-Pod-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1633989206", "release": "4.amzn2", "version": "3.28" }, "perl-Pod-Usage": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "3.amzn2", "version": "1.63" }, "perl-Scalar-List-Utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989206", "release": "248.amzn2.0.2", "version": "1.27" }, "perl-Socket": { "arch": "x86_64", "epoch": "0", "installdate": "1633989206", "release": "4.amzn2.0.2", "version": "2.010" }, "perl-Storable": { "arch": "x86_64", "epoch": "0", "installdate": "1633989206", "release": "3.amzn2.0.2", "version": "2.45" }, "perl-Text-ParseWords": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "4.amzn2", "version": "3.29" }, "perl-Time-HiRes": { "arch": "x86_64", "epoch": "4", "installdate": "1633989206", "release": "3.amzn2.0.2", "version": "1.9725" }, "perl-Time-Local": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "2.amzn2", "version": "1.2300" }, "perl-constant": { "arch": "noarch", "epoch": "0", "installdate": "1633989206", "release": "2.amzn2.0.1", "version": "1.27" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1633989206", "release": "299.amzn2.0.1", "version": "5.16.3" }, "perl-macros": { "arch": "x86_64", "epoch": "4", "installdate": "1633989206", "release": "299.amzn2.0.1", "version": "5.16.3" }, "perl-parent": { "arch": "noarch", "epoch": "1", "installdate": "1633989205", "release": "244.amzn2.0.1", "version": "0.225" }, "perl-podlators": { "arch": "noarch", "epoch": "0", "installdate": "1633989205", "release": "3.amzn2.0.1", "version": "2.5.1" }, "perl-threads": { "arch": "x86_64", "epoch": "0", "installdate": "1633989206", "release": "4.amzn2.0.2", "version": "1.87" }, "perl-threads-shared": { "arch": "x86_64", "epoch": "0", "installdate": "1633989206", "release": "6.amzn2.0.2", "version": "1.43" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "17.amzn2.0.2", "version": "0.8.1" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1633989214", "release": "4.amzn2.0.2", "version": "0.27.1" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1633989236", "release": "0.28.20140113.amzn2.0.2", "version": "0.8.9" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989234", "release": "0.28.20140113.amzn2.0.2", "version": "0.8.9" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1633989236", "release": "0.28.20140113.amzn2.0.2", "version": "0.8.9" }, "pm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "27.amzn2.0.1", "version": "1.4.1" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989230", "release": "22.amzn2", "version": "2.5" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "16.amzn2.0.2", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1633989246", "release": "6.amzn2.0.3", "version": "2.10.1" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1633989230", "release": "26.amzn2", "version": "3.3.10" }, "psacct": { "arch": "x86_64", "epoch": "0", "installdate": "1633989246", "release": "13.amzn2.0.2", "version": "6.6.1" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "15.amzn2.0.2", "version": "22.20" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1633989210", "release": "23.amzn2.0.2", "version": "2.0.7" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "9.amzn2.0.3", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1633989223", "release": "25.amzn2", "version": "0.5.3" }, "pystache": { "arch": "noarch", "epoch": "0", "installdate": "1633989253", "release": "2.amzn2", "version": "0.5.3" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1633989213", "release": "1.amzn2.0.4", "version": "2.7.18" }, "python-babel": { "arch": "noarch", "epoch": "0", "installdate": "1633989225", "release": "8.amzn2.0.1", "version": "0.9.6" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1633989223", "release": "8.amzn2.0.2", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "1.amzn2", "version": "3.5.0.1" }, "python-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1633989222", "release": "5.amzn2.0.2", "version": "1.6.0" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1633989219", "release": "1.amzn2", "version": "2.2.1" }, "python-colorama": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "3.amzn2", "version": "0.3.2" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1633989222", "release": "7.amzn2", "version": "4.7.2" }, "python-daemon": { "arch": "noarch", "epoch": "0", "installdate": "1633989251", "release": "4.amzn2", "version": "1.6" }, "python-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1633989222", "release": "1.amzn2.0.4", "version": "2.7.18" }, "python-docutils": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "0.2.20140510svn7747.amzn2", "version": "0.12" }, "python-enum34": { "arch": "noarch", "epoch": "0", "installdate": "1633989222", "release": "1.amzn2", "version": "1.0.4" }, "python-idna": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "1.amzn2", "version": "2.4" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "9.amzn2", "version": "0.4" }, "python-ipaddress": { "arch": "noarch", "epoch": "0", "installdate": "1633989219", "release": "2.amzn2", "version": "1.0.16" }, "python-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1633989226", "release": "3.amzn2", "version": "2.7.2" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "4.amzn2", "version": "1.2" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "2.amzn2", "version": "1.9" }, "python-jwcrypto": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "1.amzn2", "version": "0.4.2" }, "python-kitchen": { "arch": "noarch", "epoch": "0", "installdate": "1633989221", "release": "5.amzn2", "version": "1.1.1" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989213", "release": "1.amzn2.0.4", "version": "2.7.18" }, "python-lockfile": { "arch": "noarch", "epoch": "1", "installdate": "1633989225", "release": "4.amzn2", "version": "0.9.1" }, "python-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1633989225", "release": "10.amzn2.0.2", "version": "0.11" }, "python-pillow": { "arch": "x86_64", "epoch": "0", "installdate": "1633989223", "release": "21.gitd1c6db8.amzn2.0.1", "version": "2.0.0" }, "python-ply": { "arch": "noarch", "epoch": "0", "installdate": "1633989222", "release": "11.amzn2", "version": "3.4" }, "python-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1633989222", "release": "1.amzn2", "version": "2.14" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1633989235", "release": "19.amzn2.0.2", "version": "7.19.0" }, "python-repoze-lru": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "3.amzn2", "version": "0.4" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1633989225", "release": "7.amzn2", "version": "2.6.0" }, "python-simplejson": { "arch": "x86_64", "epoch": "0", "installdate": "1633989223", "release": "1.amzn2.0.2", "version": "3.2.0" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1633989213", "release": "2.amzn2", "version": "1.9.0" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1633989235", "release": "9.amzn2.0.1", "version": "3.10" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "1.amzn2.0.2", "version": "1.25.9" }, "python2-botocore": { "arch": "noarch", "epoch": "0", "installdate": "1633989224", "release": "1.amzn2.0.1", "version": "1.18.6" }, "python2-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1633989223", "release": "2.amzn2", "version": "1.7.2" }, "python2-dateutil": { "arch": "noarch", "epoch": "1", "installdate": "1633989222", "release": "3.amzn2.0.1", "version": "2.6.0" }, "python2-futures": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "1.amzn2", "version": "3.0.5" }, "python2-jmespath": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "1.amzn2.0.1", "version": "0.9.3" }, "python2-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "3.amzn2.0.1", "version": "2.5.1" }, "python2-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1633989223", "release": "8.amzn2.0.1", "version": "2.0.1" }, "python2-pyasn1": { "arch": "noarch", "epoch": "0", "installdate": "1633989219", "release": "7.amzn2.0.1", "version": "0.1.9" }, "python2-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "40.amzn2.0.6", "version": "4.11.3" }, "python2-rsa": { "arch": "noarch", "epoch": "0", "installdate": "1633989221", "release": "1.amzn2.0.1", "version": "3.4.1" }, "python2-s3transfer": { "arch": "noarch", "epoch": "0", "installdate": "1633989225", "release": "1.amzn2.0.1", "version": "0.3.3" }, "python2-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1633989215", "release": "4.amzn2.0.2", "version": "41.2.0" }, "python3": { "arch": "x86_64", "epoch": "0", "installdate": "1633989216", "release": "1.amzn2.0.1", "version": "3.7.10" }, "python3-daemon": { "arch": "noarch", "epoch": "0", "installdate": "1633989222", "release": "8.amzn2.0.2", "version": "2.2.3" }, "python3-docutils": { "arch": "noarch", "epoch": "0", "installdate": "1633989222", "release": "1.amzn2.0.2", "version": "0.14" }, "python3-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989218", "release": "1.amzn2.0.1", "version": "3.7.10" }, "python3-lockfile": { "arch": "noarch", "epoch": "1", "installdate": "1633989222", "release": "17.amzn2.0.2", "version": "0.11.0" }, "python3-pip": { "arch": "noarch", "epoch": "0", "installdate": "1633989216", "release": "1.amzn2.0.3", "version": "20.2.2" }, "python3-pystache": { "arch": "noarch", "epoch": "0", "installdate": "1633989222", "release": "12.amzn2.0.1", "version": "0.5.4" }, "python3-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1633989216", "release": "1.amzn2.0.2", "version": "49.1.3" }, "python3-simplejson": { "arch": "x86_64", "epoch": "0", "installdate": "1633989222", "release": "1.amzn2.0.2", "version": "3.2.0" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1633989225", "release": "5.amzn2.0.2", "version": "0.5.1" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "3.amzn2.0.2", "version": "3.4.1" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1633989233", "release": "17.amzn2", "version": "4.01" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1633989198", "release": "17.amzn2", "version": "4.01" }, "rdate": { "arch": "x86_64", "epoch": "0", "installdate": "1633989255", "release": "25.amzn2.0.1", "version": "1.4" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "10.amzn2.0.2", "version": "6.2" }, "rng-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633989238", "release": "3.amzn2.0.5", "version": "6.8" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1633989261", "release": "11.amzn2", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1633989231", "release": "44.amzn2", "version": "0.2.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1633989228", "release": "40.amzn2.0.6", "version": "4.11.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "40.amzn2.0.6", "version": "4.11.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989227", "release": "40.amzn2.0.6", "version": "4.11.3" }, "rpm-plugin-systemd-inhibit": { "arch": "x86_64", "epoch": "0", "installdate": "1633989251", "release": "40.amzn2.0.6", "version": "4.11.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1633989247", "release": "4.amzn2", "version": "3.1.2" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1633989236", "release": "52.amzn2", "version": "8.24.0" }, "scl-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633989258", "release": "18.amzn2.0.1", "version": "20130529" }, "screen": { "arch": "x86_64", "epoch": "0", "installdate": "1633989253", "release": "0.27.20120314git3c2946.amzn2", "version": "4.1.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1633989201", "release": "5.amzn2.0.2", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1633989233", "release": "192.amzn2.6.7", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1633989244", "release": "192.amzn2.6.7", "version": "3.13.1" }, "setserial": { "arch": "x86_64", "epoch": "0", "installdate": "1633989258", "release": "33.amzn2.0.1", "version": "2.17" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1633989198", "release": "10.amzn2.0.1", "version": "2.8.71" }, "setuptool": { "arch": "x86_64", "epoch": "0", "installdate": "1633989245", "release": "8.amzn2.0.1", "version": "1.19.11" }, "sgpio": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "13.amzn2.0.1", "version": "1.2.0.10" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1633989213", "release": "24.amzn2.0.2", "version": "4.1.5.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1633989214", "release": "4.amzn2", "version": "1.8" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "11.amzn2.0.2", "version": "2.2.4" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "8.amzn2.1.1", "version": "3.7.17" }, "sssd-client": { "arch": "x86_64", "epoch": "0", "installdate": "1633989253", "release": "10.amzn2.10", "version": "1.16.5" }, "strace": { "arch": "x86_64", "epoch": "0", "installdate": "1633989251", "release": "1.amzn2.0.1", "version": "4.26" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1633989235", "release": "10.amzn2.1", "version": "1.8.23" }, "sysctl-defaults": { "arch": "noarch", "epoch": "0", "installdate": "1633989258", "release": "2.amzn2", "version": "1.0" }, "sysstat": { "arch": "x86_64", "epoch": "0", "installdate": "1633989245", "release": "18.amzn2.0.1", "version": "10.1.5" }, "system-release": { "arch": "x86_64", "epoch": "1", "installdate": "1633989198", "release": "13.amzn2", "version": "2" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1633989230", "release": "78.amzn2.0.15", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989228", "release": "78.amzn2.0.15", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1633989230", "release": "78.amzn2.0.15", "version": "219" }, "systemtap-runtime": { "arch": "x86_64", "epoch": "0", "installdate": "1633989251", "release": "1.amzn2.0.2", "version": "4.4" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "14.dsf.amzn2.0.2", "version": "2.88" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1633989207", "release": "35.amzn2", "version": "1.26" }, "tcp_wrappers": { "arch": "x86_64", "epoch": "0", "installdate": "1633989207", "release": "77.amzn2.0.2", "version": "7.6" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "77.amzn2.0.2", "version": "7.6" }, "tcpdump": { "arch": "x86_64", "epoch": "14", "installdate": "1633989253", "release": "4.amzn2.1", "version": "4.9.2" }, "tcsh": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "15.amzn2.0.2", "version": "6.18.01" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1633989251", "release": "9.amzn2", "version": "1.27" }, "time": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "45.amzn2.0.2", "version": "1.7" }, "traceroute": { "arch": "x86_64", "epoch": "3", "installdate": "1633989258", "release": "2.amzn2.0.1", "version": "2.0.22" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1633989198", "release": "1.amzn2", "version": "2021a" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "43.amzn2", "version": "6.0" }, "update-motd": { "arch": "noarch", "epoch": "0", "installdate": "1633989250", "release": "2.amzn2.0.2", "version": "1.1.2" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1633989233", "release": "5.amzn2.0.2", "version": "1.111" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1633989209", "release": "16.amzn2.0.3", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1633989228", "release": "2.amzn2.0.5", "version": "2.30.2" }, "vim-common": { "arch": "x86_64", "epoch": "2", "installdate": "1633989237", "release": "1.amzn2", "version": "8.1.1602" }, "vim-enhanced": { "arch": "x86_64", "epoch": "2", "installdate": "1633989238", "release": "1.amzn2", "version": "8.1.1602" }, "vim-filesystem": { "arch": "noarch", "epoch": "2", "installdate": "1633989198", "release": "1.amzn2", "version": "8.1.1602" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1633989208", "release": "1.amzn2", "version": "8.1.1602" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1633989251", "release": "4.amzn2", "version": "1.18" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "18.amzn2.1", "version": "1.14" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1633989202", "release": "7.amzn2.0.2", "version": "2.20" }, "words": { "arch": "noarch", "epoch": "0", "installdate": "1633989259", "release": "22.amzn2", "version": "3.0" }, "xfsdump": { "arch": "x86_64", "epoch": "0", "installdate": "1633989253", "release": "6.amzn2", "version": "3.1.8" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989222", "release": "18.amzn2.0.1", "version": "4.5.0" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1633989208", "release": "1.amzn2.0.2", "version": "5.2.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "1.amzn2.0.2", "version": "5.2.2" }, "yajl": { "arch": "x86_64", "epoch": "0", "installdate": "1633989205", "release": "4.amzn2.0.1", "version": "2.0.4" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1633989236", "release": "158.amzn2.0.5", "version": "3.4.3" }, "yum-langpacks": { "arch": "noarch", "epoch": "0", "installdate": "1633989238", "release": "7.amzn2", "version": "0.4.2" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1633989222", "release": "10.amzn2.0.2", "version": "1.1.4" }, "yum-plugin-priorities": { "arch": "noarch", "epoch": "0", "installdate": "1633989238", "release": "46.amzn2.0.1", "version": "1.1.31" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1633989238", "release": "46.amzn2.0.1", "version": "1.1.31" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1633989254", "release": "11.amzn2.0.2", "version": "3.0" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1633989200", "release": "18.amzn2", "version": "1.2.7" } }, "platform": "amazon", "platform_family": "amazon", "platform_version": "2", "root_group": "root", "shard_seed": 204485624, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash", "/bin/tcsh", "/bin/csh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/amazon/2018.03.json000066400000000000000000002402011417433310300223430ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "474145", "inodes_percent_used": "10%", "inodes_used": "50143", "kb_available": "6760772", "kb_size": "8189348", "kb_used": "1328328", "label": "/", "mount_options": [ "rw", "noatime", "data=ordered" ], "mounts": [ "/" ], "percent_used": "17%", "total_inodes": "524288", "uuid": "4e08f648-0619-4580-8f7b-8e7fadfc6828" }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "123032", "inodes_percent_used": "1%", "inodes_used": "433", "kb_available": "493800", "kb_size": "493860", "kb_used": "60", "mount_options": [ "rw", "relatime", "size=493860k", "nr_inodes=123465", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "1%", "total_inodes": "123465" }, "none": { "fs_type": "binfmt_misc", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126139", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "504560", "kb_size": "504560", "kb_used": "0", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/shm" ], "percent_used": "0%", "total_inodes": "126140" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "474145", "inodes_percent_used": "10%", "inodes_used": "50143", "kb_available": "6760772", "kb_size": "8189348", "kb_used": "1328328", "label": "/", "mount_options": [ "rw", "noatime", "data=ordered" ], "percent_used": "17%", "total_inodes": "524288", "uuid": "4e08f648-0619-4580-8f7b-8e7fadfc6828" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "123032", "inodes_percent_used": "1%", "inodes_used": "433", "kb_available": "493800", "kb_size": "493860", "kb_used": "60", "mount_options": [ "rw", "relatime", "size=493860k", "nr_inodes=123465", "mode=755" ], "percent_used": "1%", "total_inodes": "123465" }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126139", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "504560", "kb_size": "504560", "kb_used": "0", "mount_options": [ "rw", "relatime" ], "percent_used": "0%", "total_inodes": "126140" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "none" ], "fs_type": "binfmt_misc", "mount_options": [ "rw", "relatime" ] }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "474145", "inodes_percent_used": "10%", "inodes_used": "50143", "kb_available": "6760772", "kb_size": "8189348", "kb_used": "1328328", "label": "/", "mount": "/", "mount_options": [ "rw", "noatime", "data=ordered" ], "percent_used": "17%", "total_inodes": "524288", "uuid": "4e08f648-0619-4580-8f7b-8e7fadfc6828" }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "123032", "inodes_percent_used": "1%", "inodes_used": "433", "kb_available": "493800", "kb_size": "493860", "kb_used": "60", "mount": "/dev", "mount_options": [ "rw", "relatime", "size=493860k", "nr_inodes=123465", "mode=755" ], "percent_used": "1%", "total_inodes": "123465" }, "none,/proc/sys/fs/binfmt_misc": { "device": "none", "fs_type": "binfmt_misc", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "relatime" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126139", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "504560", "kb_size": "504560", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "relatime" ], "percent_used": "0%", "total_inodes": "126140" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "init", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "binfmt_misc": { "refcount": "1", "size": "20480" }, "button": { "refcount": "0", "size": "16384" }, "crc16": { "refcount": "1", "size": "16384" }, "crc_ccitt": { "refcount": "1", "size": "16384" }, "dax": { "refcount": "1", "size": "69632" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "28672" }, "dm_mod": { "refcount": "2", "size": "139264" }, "dm_region_hash": { "refcount": "1", "size": "20480" }, "evdev": { "refcount": "3", "size": "20480" }, "ext4": { "refcount": "1", "size": "724992" }, "fscrypto": { "refcount": "1", "size": "32768" }, "ip6_tables": { "refcount": "2", "size": "28672" }, "ip6table_filter": { "refcount": "0", "size": "16384" }, "ip6table_nat": { "refcount": "0", "size": "16384" }, "ip_tables": { "refcount": "2", "size": "28672" }, "iptable_filter": { "refcount": "0", "size": "16384" }, "iptable_nat": { "refcount": "0", "size": "16384" }, "ipv6": { "refcount": "56", "size": "516096" }, "jbd2": { "refcount": "1", "size": "126976" }, "libata": { "refcount": "1", "size": "266240", "version": "3.00" }, "libcrc32c": { "refcount": "2", "size": "16384" }, "mbcache": { "refcount": "1", "size": "16384" }, "mousedev": { "refcount": "0", "size": "24576" }, "nf_conntrack": { "refcount": "5", "size": "155648" }, "nf_conntrack_ipv4": { "refcount": "1", "size": "16384" }, "nf_conntrack_ipv6": { "refcount": "1", "size": "16384" }, "nf_defrag_ipv4": { "refcount": "1", "size": "16384" }, "nf_defrag_ipv6": { "refcount": "1", "size": "20480" }, "nf_nat": { "refcount": "2", "size": "32768" }, "nf_nat_ipv4": { "refcount": "1", "size": "16384" }, "nf_nat_ipv6": { "refcount": "1", "size": "16384" }, "psmouse": { "refcount": "0", "size": "32768" }, "scsi_mod": { "refcount": "1", "size": "245760" }, "x_tables": { "refcount": "4", "size": "40960" }, "xen_blkfront": { "refcount": "2", "size": "49152" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.14.248-129.473.amzn1.x86_64", "version": "#1 SMP Mon Sep 27 10:39:55 UTC 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635801989.4332685, "os": "linux", "os_version": "4.14.248-129.473.amzn1.x86_64", "packages": { "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "6.11.amzn1", "version": "2.2.49" }, "acpid": { "arch": "x86_64", "epoch": "0", "installdate": "1635277259", "release": "6.7.amzn1", "version": "2.0.19" }, "alsa-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "3.9.amzn1", "version": "1.0.22" }, "amazon-ssm-agent": { "arch": "x86_64", "epoch": "0", "installdate": "1635277277", "release": "1.amzn1", "version": "3.0.1124.0" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "48.15.amzn1", "version": "3.1.10" }, "attr": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "12.10.amzn1", "version": "2.4.46" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "3.28.amzn1", "version": "2.6.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "3.28.amzn1", "version": "2.6.5" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1635277268", "release": "30.31.amzn1", "version": "6.2.8" }, "aws-amitools-ec2": { "arch": "noarch", "epoch": "0", "installdate": "1635277269", "release": "0.2.amzn1", "version": "1.5.13" }, "aws-apitools-as": { "arch": "noarch", "epoch": "0", "installdate": "1635277268", "release": "1.0.amzn1", "version": "1.0.61.6" }, "aws-apitools-common": { "arch": "noarch", "epoch": "0", "installdate": "1635277267", "release": "1.9.amzn1", "version": "1.1.0" }, "aws-apitools-elb": { "arch": "noarch", "epoch": "0", "installdate": "1635277268", "release": "1.0.amzn1", "version": "1.0.35.0" }, "aws-apitools-mon": { "arch": "noarch", "epoch": "0", "installdate": "1635277268", "release": "1.0.amzn1", "version": "1.0.20.0" }, "aws-cfn-bootstrap": { "arch": "noarch", "epoch": "0", "installdate": "1635277276", "release": "34.24.amzn1", "version": "1.4" }, "aws-cli": { "arch": "noarch", "epoch": "0", "installdate": "1635277275", "release": "1.55.amzn1", "version": "1.18.107" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1635277236", "release": "4.9.amzn1", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1635277236", "release": "34.43.amzn1", "version": "4.2.46" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "1.10.amzn1", "version": "1.06.95" }, "bind-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1635277254", "release": "0.68.rc1.87.amzn1", "version": "9.8.2" }, "bind-utils": { "arch": "x86_64", "epoch": "32", "installdate": "1635277274", "release": "0.68.rc1.87.amzn1", "version": "9.8.2" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "31.base.66.amzn1", "version": "2.25.1" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "8.12.amzn1", "version": "1.0.6" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "8.12.amzn1", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1635277245", "release": "65.1.24.amzn1", "version": "2018.2.22" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "1.9.amzn1", "version": "2.1.10" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635801985", "release": "1.el6", "version": "17.7.29" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "2.14.amzn1", "version": "1.3.49.3" }, "cloud-disk-utils": { "arch": "noarch", "epoch": "0", "installdate": "1635277258", "release": "1.5.amzn1", "version": "0.27" }, "cloud-init": { "arch": "noarch", "epoch": "0", "installdate": "1635277269", "release": "43.23.amzn1", "version": "0.7.6" }, "copy-jdk-configs": { "arch": "noarch", "epoch": "0", "installdate": "1635277243", "release": "10.3.amzn1", "version": "3.3" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "15.52.amzn1", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "12.12.amzn1", "version": "2.10" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "4.14.amzn1", "version": "2.8.16" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "4.14.amzn1", "version": "2.8.16" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "15.8.amzn1", "version": "1.4.4" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "15.8.amzn1", "version": "1.4.4" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1635277261", "release": "33.9.amzn1", "version": "1.10" }, "cryptsetup": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "1.22.amzn1", "version": "1.6.7" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "1.22.amzn1", "version": "1.6.7" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "12.99.amzn1", "version": "7.61.1" }, "cyrus-sasl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "13.16.amzn1", "version": "2.1.23" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "13.16.amzn1", "version": "2.1.23" }, "cyrus-sasl-plain": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "13.16.amzn1", "version": "2.1.23" }, "dash": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "4.5.amzn1", "version": "0.5.5.1" }, "db4": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "18.11.amzn1", "version": "4.7.25" }, "db4-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "18.11.amzn1", "version": "4.7.25" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1635277268", "release": "14.29.amzn1", "version": "1.6.12" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1635277240", "release": "14.29.amzn1", "version": "1.6.12" }, "dejavu-fonts-common": { "arch": "noarch", "epoch": "0", "installdate": "1635277236", "release": "6.6.amzn1", "version": "2.33" }, "dejavu-sans-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1635277264", "release": "6.6.amzn1", "version": "2.33" }, "dejavu-serif-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1635277262", "release": "6.6.amzn1", "version": "2.33" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "1.31.amzn1", "version": "1.02.135" }, "device-mapper-event": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "1.31.amzn1", "version": "1.02.135" }, "device-mapper-event-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "1.31.amzn1", "version": "1.02.135" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "1.31.amzn1", "version": "1.02.135" }, "device-mapper-persistent-data": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "1.11.amzn1", "version": "0.6.3" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1635277269", "release": "53.P1.29.amzn1", "version": "4.1.1" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1635277236", "release": "53.P1.29.amzn1", "version": "4.1.1" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "4.15.amzn1", "version": "3.3" }, "dmraid": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "11.8.amzn1", "version": "1.0.0.rc16" }, "dmraid-events": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "11.8.amzn1", "version": "1.0.0.rc16" }, "dracut": { "arch": "noarch", "epoch": "0", "installdate": "1635277258", "release": "409.32.amzn1", "version": "004" }, "dracut-modules-growroot": { "arch": "noarch", "epoch": "0", "installdate": "1635277268", "release": "1.5.amzn1", "version": "0.20" }, "dump": { "arch": "x86_64", "epoch": "1", "installdate": "1635277276", "release": "0.6.b42.7.amzn1", "version": "0.4" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "2.44.amzn1", "version": "1.43.5" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "2.44.amzn1", "version": "1.43.5" }, "ec2-hibinit-agent": { "arch": "noarch", "epoch": "0", "installdate": "1635277268", "release": "2.0.0.amzn1", "version": "1.0.0" }, "ec2-net-utils": { "arch": "noarch", "epoch": "0", "installdate": "1635277268", "release": "43.5.amzn1", "version": "0.7" }, "ec2-utils": { "arch": "noarch", "epoch": "0", "installdate": "1635277269", "release": "43.5.amzn1", "version": "0.7" }, "ed": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "3.3.8.amzn1", "version": "1.1" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "8.19.amzn1", "version": "0.168" }, "epel-release": { "arch": "noarch", "epoch": "0", "installdate": "1635277269", "release": "8.9.amzn1", "version": "6" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1635277244", "release": "2.27.amzn1", "version": "3.15" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "12.24.amzn1", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "8.49.amzn1", "version": "5.37" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "8.49.amzn1", "version": "5.37" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1635277236", "release": "3.8.amzn1", "version": "2.4.30" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1635277241", "release": "6.9.amzn1", "version": "4.4.2" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "3.13.amzn1", "version": "1.3.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "3.13.amzn1", "version": "1.3.1" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1635277247", "release": "5.8.amzn1", "version": "2.8.0" }, "fontpackages-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1635277236", "release": "1.1.2.amzn1", "version": "1.41" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "19.15.amzn1", "version": "2.3.11" }, "fuse-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "1.18.amzn1", "version": "2.9.4" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "10.10.amzn1", "version": "3.1.7" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "36.6.amzn1", "version": "1.8.0" }, "gdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "1.5.amzn1", "version": "0.8.10" }, "generic-logos": { "arch": "noarch", "epoch": "0", "installdate": "1635277254", "release": "2.5.amzn1", "version": "17.0.0" }, "get_reference_source": { "arch": "noarch", "epoch": "0", "installdate": "1635277276", "release": "0.4.amzn1", "version": "1.2" }, "giflib": { "arch": "x86_64", "epoch": "0", "installdate": "1635277266", "release": "3.1.6.amzn1", "version": "4.1.6" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "5.22.amzn1", "version": "2.36.3" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1635277237", "release": "324.188.amzn1", "version": "2.17" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1635277237", "release": "324.188.amzn1", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "11.16.amzn1", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "2.34.amzn1", "version": "2.0.28" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1635277225", "release": "4e41dbdc", "version": "21c0f39f" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "5.15.amzn1", "version": "1.4.3" }, "gpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "12.8.amzn1", "version": "1.20.6" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "3.18.amzn1", "version": "2.20" }, "groff": { "arch": "x86_64", "epoch": "0", "installdate": "1635277249", "release": "8.11.amzn1", "version": "1.22.2" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "8.11.amzn1", "version": "1.22.2" }, "grub": { "arch": "x86_64", "epoch": "1", "installdate": "1635277273", "release": "94.32.amzn1", "version": "0.97" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1635277247", "release": "7.8.amzn1", "version": "7.0.15" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "9.19.amzn1", "version": "1.5" }, "hesiod": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "19.6.amzn1", "version": "3.1.0" }, "hibagent": { "arch": "noarch", "epoch": "0", "installdate": "1635277268", "release": "3.amzn1", "version": "1.0.0" }, "hmaccalc": { "arch": "x86_64", "epoch": "0", "installdate": "1635277272", "release": "1.9.amzn1", "version": "0.9.12" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1635277255", "release": "14.1.19.amzn1", "version": "0.233" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "4.10.amzn1", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "1.40.amzn1", "version": "9.03.58" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "3.23.amzn1", "version": "4.4.0" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "34.33.amzn1", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "7.13.amzn1", "version": "20121221" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1635277268", "release": "1.27.amzn1", "version": "1.5.0" }, "java-1.7.0-openjdk": { "arch": "x86_64", "epoch": "1", "installdate": "1635277267", "release": "2.6.22.1.83.amzn1", "version": "1.7.0.261" }, "javapackages-tools": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.5.amzn1", "version": "0.9.1" }, "jpackage-utils": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "27.17.amzn1", "version": "1.7.5" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "11.4.amzn1", "version": "1.15" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1635277236", "release": "11.4.amzn1", "version": "1.15" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1635277259", "release": "129.473.amzn1", "version": "4.14.248" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "129.473.amzn1", "version": "4.14.248" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "3.12.amzn1", "version": "1.5.8" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "3.12.amzn1", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "10.10.amzn1", "version": "14" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "10.10.amzn1", "version": "14" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "72.8.amzn1", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277245", "release": "46.48.amzn1", "version": "1.15.1" }, "lcms2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "2.5.amzn1", "version": "2.6" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1635277249", "release": "13.12.amzn1", "version": "436" }, "libICE": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "1.4.amzn1", "version": "1.0.6" }, "libSM": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "2.6.amzn1", "version": "1.2.1" }, "libX11": { "arch": "x86_64", "epoch": "0", "installdate": "1635277266", "release": "2.2.14.amzn1", "version": "1.6.0" }, "libX11-common": { "arch": "x86_64", "epoch": "0", "installdate": "1635277266", "release": "2.2.14.amzn1", "version": "1.6.0" }, "libXau": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "4.9.amzn1", "version": "1.0.6" }, "libXcomposite": { "arch": "x86_64", "epoch": "0", "installdate": "1635277266", "release": "4.6.amzn1", "version": "0.4.3" }, "libXext": { "arch": "x86_64", "epoch": "0", "installdate": "1635277266", "release": "2.1.10.amzn1", "version": "1.3.2" }, "libXfont": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "5.12.amzn1", "version": "1.4.5" }, "libXi": { "arch": "x86_64", "epoch": "0", "installdate": "1635277266", "release": "2.2.9.amzn1", "version": "1.7.2" }, "libXrender": { "arch": "x86_64", "epoch": "0", "installdate": "1635277266", "release": "2.1.9.amzn1", "version": "0.9.8" }, "libXtst": { "arch": "x86_64", "epoch": "0", "installdate": "1635277266", "release": "2.1.9.amzn1", "version": "1.2.2" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "6.11.amzn1", "version": "2.2.49" }, "libaio": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "12.8.amzn1", "version": "0.3.109" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "3.3.amzn1", "version": "2.0.3" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "12.10.amzn1", "version": "2.4.46" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1635277245", "release": "63.33.amzn1", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "5.5.8.amzn1", "version": "2.16" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "4.15.amzn1", "version": "0.7.5" }, "libcgroup": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "5.15.amzn1", "version": "0.40.rc1" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "2.44.amzn1", "version": "1.43.5" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "12.99.amzn1", "version": "7.61.1" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "4.20080712cvs.1.6.amzn1", "version": "2.11" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "4.19.amzn1", "version": "2.0.21" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "16.5.amzn1", "version": "3.0.13" }, "libfontenc": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "2.6.amzn1", "version": "1.0.5" }, "libgcc72": { "arch": "x86_64", "epoch": "0", "installdate": "1635277236", "release": "2.59.amzn1", "version": "7.2.1" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "12.19.amzn1", "version": "1.5.3" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "1.12.amzn1", "version": "1.11" }, "libgssglue": { "arch": "x86_64", "epoch": "0", "installdate": "1635277254", "release": "11.7.amzn1", "version": "0.1" }, "libicu": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "4.0.amzn1", "version": "50.2" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "2.8.amzn1", "version": "1.18" }, "libidn2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "1.4.amzn1", "version": "2.3.0" }, "libjpeg-turbo": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "8.16.amzn1", "version": "1.2.90" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "4.2.amzn1", "version": "1.0.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1635277247", "release": "63.33.amzn1", "version": "2.23.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "1.7.amzn1", "version": "1.0.4" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "1.3.amzn1", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "11.10.amzn1", "version": "0.25" }, "libnghttp2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "1.1.6.amzn1", "version": "1.33.0" }, "libnih": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "7.8.amzn1", "version": "1.0.1" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "2.10.amzn1", "version": "1.1.4" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "3.3.amzn1", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1635277244", "release": "2.14.amzn1", "version": "1.2.49" }, "libpsl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "1.2.amzn1", "version": "0.6.2" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "4.8.amzn1", "version": "1.2.3" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "3.22.amzn1", "version": "2.1.10" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "3.22.amzn1", "version": "2.1.10" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "3.13.amzn1", "version": "2.1.6" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "3.12.amzn1", "version": "2.1.7" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "63.33.amzn1", "version": "2.23.2" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "2.44.amzn1", "version": "1.43.5" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "3.12.amzn1", "version": "1.4.2" }, "libstdc++72": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "2.59.amzn1", "version": "7.2.1" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "7.10.amzn1", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "6.6.amzn1", "version": "2.3" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1635277247", "release": "0.16.15.amzn1", "version": "0.2.4" }, "libudev": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "4.13.amzn1", "version": "173" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "6.1.amzn1", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1635277257", "release": "7.23.amzn1", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "4.1.6.amzn1", "version": "1.1.5" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "63.33.amzn1", "version": "2.23.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "4.9.amzn1", "version": "0.2.5" }, "libxcb": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "2.21.amzn1", "version": "1.11" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "6.4.41.amzn1", "version": "2.9.1" }, "libxml2-python27": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "6.4.41.amzn1", "version": "2.9.1" }, "libxslt": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "6.15.amzn1", "version": "1.1.28" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "6.7.amzn1", "version": "0.1.6" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1635277254", "release": "26.14.amzn1", "version": "3.7.8" }, "lsof": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "5.11.amzn1", "version": "4.82" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "4.1.9.amzn1", "version": "5.1.4" }, "lvm2": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "1.31.amzn1", "version": "2.02.166" }, "lvm2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "1.31.amzn1", "version": "2.02.166" }, "mailcap": { "arch": "noarch", "epoch": "0", "installdate": "1635277236", "release": "2.7.amzn1", "version": "2.1.31" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1635277243", "release": "21.10.amzn1", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "9.3.amzn1", "version": "2.6.3" }, "man-pages": { "arch": "noarch", "epoch": "0", "installdate": "1635277278", "release": "2.16.amzn1", "version": "4.10" }, "mdadm": { "arch": "x86_64", "epoch": "0", "installdate": "1635277268", "release": "7.32.amzn1", "version": "3.2.6" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1635277244", "release": "47.39.amzn1", "version": "2.1" }, "mingetty": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "5.9.amzn1", "version": "1.08" }, "nano": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "1.19.amzn1", "version": "2.5.3" }, "nc": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "24.8.amzn1", "version": "1.84" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "4.20090207.14.amzn1", "version": "5.7" }, "ncurses-base": { "arch": "x86_64", "epoch": "0", "installdate": "1635277236", "release": "4.20090207.14.amzn1", "version": "5.7" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "4.20090207.14.amzn1", "version": "5.7" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "110.10.amzn1", "version": "1.60" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "3.11.amzn1", "version": "0.52.11" }, "newt-python27": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "3.11.amzn1", "version": "0.52.11" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1635277268", "release": "0.21.amzn1", "version": "1.3.0" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "2.45.amzn1", "version": "4.25.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "7.85.amzn1", "version": "3.53.1" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1635277254", "release": "4.3.amzn1", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "6.46.amzn1", "version": "3.53.1" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277236", "release": "6.46.amzn1", "version": "3.53.1" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "7.85.amzn1", "version": "3.53.1" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "7.85.amzn1", "version": "3.53.1" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "1.58.amzn1", "version": "3.53.1" }, "ntp": { "arch": "x86_64", "epoch": "0", "installdate": "1635277268", "release": "1.44.amzn1", "version": "4.2.8p15" }, "ntpdate": { "arch": "x86_64", "epoch": "0", "installdate": "1635277260", "release": "1.44.amzn1", "version": "4.2.8p15" }, "ntsysv": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "2.14.amzn1", "version": "1.3.49.3" }, "numactl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "8.11.amzn1", "version": "2.0.7" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "16.31.amzn1", "version": "2.4.40" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "21.75.amzn1", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1635277268", "release": "21.75.amzn1", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1635277268", "release": "21.75.amzn1", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1635277244", "release": "16.154.amzn1", "version": "1.0.2k" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "2.3.amzn1", "version": "0.18.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "2.3.amzn1", "version": "0.18.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "12.33.amzn1", "version": "1.1.8" }, "pam_ccreds": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "4.9.amzn1", "version": "10" }, "pam_krb5": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "9.12.amzn1", "version": "2.3.11" }, "pam_passwdqc": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "6.8.amzn1", "version": "1.0.5" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "21.18.amzn1", "version": "2.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "4.13.amzn1", "version": "0.79" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277271", "release": "4.11.amzn1", "version": "3.1.10" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "4.11.amzn1", "version": "3.1.10" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "7.8.amzn1", "version": "8.21" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1635277243", "release": "294.43.amzn1", "version": "5.16.3" }, "perl-Carp": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "244.5.amzn1", "version": "1.26" }, "perl-Digest": { "arch": "noarch", "epoch": "0", "installdate": "1635277243", "release": "245.5.amzn1", "version": "1.17" }, "perl-Digest-HMAC": { "arch": "noarch", "epoch": "0", "installdate": "1635277276", "release": "5.7.amzn1", "version": "1.03" }, "perl-Digest-MD5": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "3.5.amzn1", "version": "2.52" }, "perl-Digest-SHA": { "arch": "x86_64", "epoch": "1", "installdate": "1635277243", "release": "3.5.amzn1", "version": "5.85" }, "perl-Encode": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "7.5.amzn1", "version": "2.51" }, "perl-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "3.5.amzn1", "version": "5.68" }, "perl-File-Path": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "2.5.amzn1", "version": "2.09" }, "perl-File-Temp": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "3.5.amzn1", "version": "0.23.01" }, "perl-Filter": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "3.5.amzn1", "version": "1.49" }, "perl-Getopt-Long": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "3.6.amzn1", "version": "2.40" }, "perl-HTTP-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "3.6.amzn1", "version": "0.033" }, "perl-PathTools": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "5.5.amzn1", "version": "3.40" }, "perl-Pod-Escapes": { "arch": "noarch", "epoch": "1", "installdate": "1635277242", "release": "294.43.amzn1", "version": "1.04" }, "perl-Pod-Perldoc": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "4.7.amzn1", "version": "3.20" }, "perl-Pod-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1635277242", "release": "4.6.amzn1", "version": "3.28" }, "perl-Pod-Usage": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "3.5.amzn1", "version": "1.63" }, "perl-Scalar-List-Utils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "248.5.amzn1", "version": "1.27" }, "perl-Socket": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "3.5.amzn1", "version": "2.010" }, "perl-Storable": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "3.5.amzn1", "version": "2.45" }, "perl-Text-ParseWords": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "4.5.amzn1", "version": "3.29" }, "perl-Time-HiRes": { "arch": "x86_64", "epoch": "4", "installdate": "1635277242", "release": "272.5.amzn1", "version": "1.9725" }, "perl-Time-Local": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "2.5.amzn1", "version": "1.2300" }, "perl-constant": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "2.5.amzn1", "version": "1.27" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1635277242", "release": "294.43.amzn1", "version": "5.16.3" }, "perl-macros": { "arch": "x86_64", "epoch": "4", "installdate": "1635277242", "release": "294.43.amzn1", "version": "5.16.3" }, "perl-parent": { "arch": "noarch", "epoch": "1", "installdate": "1635277242", "release": "244.5.amzn1", "version": "0.225" }, "perl-podlators": { "arch": "noarch", "epoch": "0", "installdate": "1635277242", "release": "3.8.amzn1", "version": "2.5.1" }, "perl-threads": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "4.5.amzn1", "version": "1.87" }, "perl-threads-shared": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "6.5.amzn1", "version": "1.43" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "6.11.amzn1", "version": "0.7.6" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1635277241", "release": "2.7.amzn1", "version": "0.27.1" }, "pm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "31.2.amzn1", "version": "1.4.1" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "5.25.amzn1", "version": "2.1.12" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "7.7.amzn1", "version": "1.13" }, "procmail": { "arch": "x86_64", "epoch": "0", "installdate": "1635277244", "release": "25.1.7.amzn1", "version": "3.22" }, "procps": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "45.16.amzn1", "version": "3.2.8" }, "psacct": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "63.8.amzn1", "version": "6.3.2" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1635277242", "release": "8.12.amzn1", "version": "22.20" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1635277255", "release": "9.3.7.amzn1", "version": "2.0.7" }, "python27": { "arch": "x86_64", "epoch": "0", "installdate": "1635277245", "release": "2.141.amzn1", "version": "2.7.18" }, "python27-PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1635277247", "release": "3.10.amzn1", "version": "3.10" }, "python27-babel": { "arch": "noarch", "epoch": "0", "installdate": "1635277254", "release": "5.1.8.amzn1", "version": "0.9.4" }, "python27-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "3.14.amzn1", "version": "1.0" }, "python27-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.12.amzn1", "version": "3.4.0.2" }, "python27-boto": { "arch": "noarch", "epoch": "0", "installdate": "1635277275", "release": "1.2.amzn1", "version": "2.48.0" }, "python27-botocore": { "arch": "noarch", "epoch": "0", "installdate": "1635277254", "release": "1.72.amzn1", "version": "1.17.31" }, "python27-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1635277247", "release": "7.7.amzn1", "version": "2.0.1" }, "python27-colorama": { "arch": "noarch", "epoch": "0", "installdate": "1635277254", "release": "4.8.amzn1", "version": "0.4.1" }, "python27-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "7.15.amzn1", "version": "4.7.2" }, "python27-crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "1.15.amzn1", "version": "2.6.1" }, "python27-daemon": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.5.amzn1", "version": "1.5.2" }, "python27-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.3.amzn1", "version": "2.1" }, "python27-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "2.141.amzn1", "version": "2.7.18" }, "python27-docutils": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.15.amzn1", "version": "0.11" }, "python27-ecdsa": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "3.3.amzn1", "version": "0.11" }, "python27-futures": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.3.amzn1", "version": "3.0.3" }, "python27-imaging": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "19.9.amzn1", "version": "1.1.6" }, "python27-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "2.1.9.amzn1", "version": "0.3.1" }, "python27-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1635277254", "release": "3.16.amzn1", "version": "2.7.2" }, "python27-jmespath": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.12.amzn1", "version": "0.9.2" }, "python27-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "2.5.amzn1", "version": "1.2" }, "python27-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "3.4.amzn1", "version": "1.0" }, "python27-kitchen": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "5.6.amzn1", "version": "1.1.1" }, "python27-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277245", "release": "2.141.amzn1", "version": "2.7.18" }, "python27-lockfile": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "3.5.amzn1", "version": "0.8" }, "python27-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "4.6.amzn1", "version": "0.11" }, "python27-paramiko": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "2.7.amzn1", "version": "1.15.1" }, "python27-pip": { "arch": "noarch", "epoch": "0", "installdate": "1635277254", "release": "1.28.amzn1", "version": "9.0.3" }, "python27-ply": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "3.12.amzn1", "version": "3.4" }, "python27-pyasn1": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "2.9.amzn1", "version": "0.1.7" }, "python27-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "17.12.amzn1", "version": "7.19.0" }, "python27-pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "9.12.amzn1", "version": "0.3" }, "python27-pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "11.7.amzn1", "version": "0.5.3" }, "python27-pystache": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "2.8.amzn1", "version": "0.5.3" }, "python27-pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "1.6.amzn1", "version": "0.5.0" }, "python27-requests": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "5.10.amzn1", "version": "1.2.3" }, "python27-rsa": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.9.amzn1", "version": "3.4.1" }, "python27-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.35.amzn1", "version": "36.2.7" }, "python27-simplejson": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "1.12.amzn1", "version": "3.6.5" }, "python27-six": { "arch": "noarch", "epoch": "0", "installdate": "1635277246", "release": "1.23.amzn1", "version": "1.8.0" }, "python27-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1635277258", "release": "8.16.amzn1", "version": "3.10" }, "python27-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1635277253", "release": "1.8.amzn1", "version": "1.24.3" }, "python27-virtualenv": { "arch": "noarch", "epoch": "0", "installdate": "1635277275", "release": "1.14.amzn1", "version": "15.1.0" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1635277266", "release": "7.18.amzn1", "version": "4.00" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1635277266", "release": "7.18.amzn1", "version": "4.00" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "9.14.amzn1", "version": "6.2" }, "rmt": { "arch": "x86_64", "epoch": "1", "installdate": "1635277243", "release": "0.6.b42.7.amzn1", "version": "0.4" }, "rng-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "11.13.amzn1", "version": "5" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1635277277", "release": "6.1.8.amzn1", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1635277254", "release": "13.10.amzn1", "version": "0.2.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "40.79.amzn1", "version": "4.11.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "40.79.amzn1", "version": "4.11.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "40.79.amzn1", "version": "4.11.3" }, "rpm-python27": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "40.79.amzn1", "version": "4.11.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "12.13.amzn1", "version": "3.0.6" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1635277259", "release": "9.26.amzn1", "version": "5.8.10" }, "ruby": { "arch": "noarch", "epoch": "1", "installdate": "1635277276", "release": "0.3.amzn1", "version": "2.0" }, "ruby20": { "arch": "x86_64", "epoch": "0", "installdate": "1635277247", "release": "2.40.amzn1", "version": "2.0.0.648" }, "ruby20-irb": { "arch": "noarch", "epoch": "0", "installdate": "1635277246", "release": "2.40.amzn1", "version": "2.0.0.648" }, "ruby20-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "2.40.amzn1", "version": "2.0.0.648" }, "rubygem20-bigdecimal": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "2.40.amzn1", "version": "1.2.0" }, "rubygem20-json": { "arch": "x86_64", "epoch": "0", "installdate": "1635277246", "release": "1.53.amzn1", "version": "1.8.3" }, "rubygem20-psych": { "arch": "x86_64", "epoch": "0", "installdate": "1635277247", "release": "2.40.amzn1", "version": "2.0.0" }, "rubygem20-rdoc": { "arch": "noarch", "epoch": "0", "installdate": "1635277246", "release": "1.43.amzn1", "version": "4.2.2" }, "rubygems20": { "arch": "noarch", "epoch": "0", "installdate": "1635277247", "release": "2.40.amzn1", "version": "2.0.14.1" }, "screen": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "19.7.amzn1", "version": "4.0.3" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "10.10.amzn1", "version": "4.2.1" }, "sendmail": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "9.14.amzn1", "version": "8.14.4" }, "setserial": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "25.7.amzn1", "version": "2.17" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1635277235", "release": "20.12.amzn1", "version": "2.8.14" }, "sgpio": { "arch": "x86_64", "epoch": "0", "installdate": "1635277261", "release": "5.7.amzn1", "version": "1.2.0.10" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1635277240", "release": "13.10.amzn1", "version": "4.1.4.2" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "9.8.amzn1", "version": "1.1" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "1.8.amzn1", "version": "2.2.1" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1635277240", "release": "8.14.amzn1", "version": "3.7.17" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1635277269", "release": "9.56.amzn1", "version": "1.8.23" }, "sysctl-defaults": { "arch": "noarch", "epoch": "0", "installdate": "1635277236", "release": "1.1.amzn1", "version": "1.0" }, "sysfsutils": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "7.10.amzn1", "version": "2.1.0" }, "system-release": { "arch": "noarch", "epoch": "0", "installdate": "1635277258", "release": "0.2", "version": "2018.03" }, "sysvinit": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "6.dsf.15.amzn1", "version": "2.87" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1635277241", "release": "31.22.amzn1", "version": "1.26" }, "tcp_wrappers": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "77.12.amzn1", "version": "7.6" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "77.12.amzn1", "version": "7.6" }, "time": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "38.9.amzn1", "version": "1.7" }, "tmpwatch": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "4.10.amzn1", "version": "2.9.16" }, "traceroute": { "arch": "x86_64", "epoch": "3", "installdate": "1635277276", "release": "2.7.amzn1", "version": "2.0.14" }, "ttmkfdir": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "32.1.5.amzn1", "version": "3.0.9" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1635277236", "release": "1.79.amzn1", "version": "2021a" }, "tzdata-java": { "arch": "noarch", "epoch": "0", "installdate": "1635277266", "release": "1.79.amzn1", "version": "2021a" }, "udev": { "arch": "x86_64", "epoch": "0", "installdate": "1635277258", "release": "4.13.amzn1", "version": "173" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "4.10.amzn1", "version": "6.0" }, "update-motd": { "arch": "noarch", "epoch": "0", "installdate": "1635277276", "release": "3.1.amzn1", "version": "1.0.1" }, "upstart": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "13.3.13.amzn1", "version": "0.6.5" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1635277256", "release": "9.1.6.amzn1", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1635277257", "release": "63.33.amzn1", "version": "2.23.2" }, "vim-common": { "arch": "x86_64", "epoch": "2", "installdate": "1635277261", "release": "1.47.amzn1", "version": "8.0.0503" }, "vim-enhanced": { "arch": "x86_64", "epoch": "2", "installdate": "1635277268", "release": "1.47.amzn1", "version": "8.0.0503" }, "vim-filesystem": { "arch": "x86_64", "epoch": "2", "installdate": "1635277236", "release": "1.47.amzn1", "version": "8.0.0503" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1635277243", "release": "1.47.amzn1", "version": "8.0.0503" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "5.30.amzn1", "version": "1.18" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1635277241", "release": "6.10.amzn1", "version": "2.19" }, "words": { "arch": "noarch", "epoch": "0", "installdate": "1635277278", "release": "17.8.amzn1", "version": "3.0" }, "xorg-x11-font-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1635277242", "release": "11.5.amzn1", "version": "7.2" }, "xorg-x11-fonts-Type1": { "arch": "noarch", "epoch": "0", "installdate": "1635277249", "release": "9.1.5.amzn1", "version": "7.2" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1635277243", "release": "1.13.amzn1", "version": "5.2.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "1.13.amzn1", "version": "5.2.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1635277258", "release": "150.72.amzn1", "version": "3.4.3" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1635277253", "release": "10.20.amzn1", "version": "1.1.4" }, "yum-plugin-priorities": { "arch": "noarch", "epoch": "0", "installdate": "1635277258", "release": "46.30.amzn1", "version": "1.1.31" }, "yum-plugin-upgrade-helper": { "arch": "noarch", "epoch": "0", "installdate": "1635277269", "release": "46.30.amzn1", "version": "1.1.31" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1635277269", "release": "46.30.amzn1", "version": "1.1.31" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1635277276", "release": "1.10.amzn1", "version": "3.0" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1635277239", "release": "7.18.amzn1", "version": "1.2.8" } }, "platform": "amazon", "platform_family": "amazon", "platform_version": "2018.03", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash", "/sbin/nologin", "/bin/dash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/arch/000077500000000000000000000000001417433310300202665ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json000066400000000000000000001110561417433310300226420ustar00rootroot00000000000000{ "block_device": { "sda": { "logical_block_size": "512", "model": "VBOX HARDDISK", "physical_block_size": "512", "queue_depth": "31", "removable": "0", "rev": "1.0", "rotational": "1", "size": "209715200", "state": "running", "timeout": "30", "vendor": "ATA" }, "sr0": { "logical_block_size": "512", "model": "CD-ROM", "physical_block_size": "512", "queue_depth": "1", "removable": "1", "rev": "1.0", "rotational": "1", "size": "2097151", "state": "running", "timeout": "30", "vendor": "VBOX" } }, "chef_packages": { "chef": { "chef_root": "/root/.gem/ruby/2.4.0/gems/chef-13.1.31/lib", "version": "13.1.31" }, "ohai": { "ohai_root": "/root/.gem/ruby/2.4.0/gems/ohai-13.1.0/lib/ohai", "version": "13.1.0" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "enp0s3": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "etc": { "group": { "fauxhai": { "gid": 0, "members": [ "fauxhai" ] } }, "passwd": { "fauxhai": { "dir": "/home/fauxhai", "gecos": "Fauxhai", "gid": 0, "shell": "/bin/bash", "uid": 0 } } }, "filesystem": { "by_device": { "/dev/sda": { "mounts": [ ] }, "/dev/sda1": { "fs_type": "ext4", "inodes_available": "6345198", "inodes_percent_used": "2%", "inodes_used": "77330", "kb_available": "94063644", "kb_size": "100623416", "kb_used": "1405368", "mount_options": [ "rw", "relatime", "data=ordered" ], "mounts": [ "/" ], "percent_used": "2%", "total_inodes": "6422528", "uuid": "41748724-863f-4874-a80e-8a2f0099c337" }, "/dev/sda2": { "fs_type": "swap", "mounts": [ ], "uuid": "80a514f5-7646-4da4-9035-d5dc102e50c1" }, "/dev/sr0": { "mounts": [ ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/net_cls", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/freezer" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "dev": { "fs_type": "devtmpfs", "inodes_available": "126178", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "506016", "kb_size": "506016", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=506016k", "nr_inodes=126504", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "126504" }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "run": { "fs_type": "tmpfs", "inodes_available": "127254", "inodes_percent_used": "1%", "inodes_used": "358", "kb_available": "510048", "kb_size": "510448", "kb_used": "400", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "mode=755" ], "mounts": [ "/run" ], "percent_used": "1%", "total_inodes": "127612" }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sys": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=29", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127606", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "102088", "kb_size": "102088", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=102088k", "mode=700", "uid=1000", "gid=100" ], "mounts": [ "/dev/shm", "/sys/fs/cgroup", "/tmp", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "127612" } }, "by_mountpoint": { "/": { "devices": [ "/dev/sda1" ], "fs_type": "ext4", "inodes_available": "6345198", "inodes_percent_used": "2%", "inodes_used": "77330", "kb_available": "94063644", "kb_size": "100623416", "kb_used": "1405368", "mount_options": [ "rw", "relatime", "data=ordered" ], "percent_used": "2%", "total_inodes": "6422528", "uuid": "41748724-863f-4874-a80e-8a2f0099c337" }, "/dev": { "devices": [ "dev" ], "fs_type": "devtmpfs", "inodes_available": "126178", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "506016", "kb_size": "506016", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=506016k", "nr_inodes=126504", "mode=755" ], "percent_used": "0%", "total_inodes": "126504" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127611", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "510448", "kb_size": "510448", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127612" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=29", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ] }, "/run": { "devices": [ "run" ], "fs_type": "tmpfs", "inodes_available": "127254", "inodes_percent_used": "1%", "inodes_used": "358", "kb_available": "510048", "kb_size": "510448", "kb_used": "400", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "mode=755" ], "percent_used": "1%", "total_inodes": "127612" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127606", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "102088", "kb_size": "102088", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=102088k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "127612" }, "/sys": { "devices": [ "sys" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127599", "inodes_percent_used": "1%", "inodes_used": "13", "kb_available": "510448", "kb_size": "510448", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127612" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/tmp": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127606", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "510448", "kb_size": "510448", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127612" } }, "by_pair": { "/dev/sda,": { "device": "/dev/sda" }, "/dev/sda1,/": { "device": "/dev/sda1", "fs_type": "ext4", "inodes_available": "6345198", "inodes_percent_used": "2%", "inodes_used": "77330", "kb_available": "94063644", "kb_size": "100623416", "kb_used": "1405368", "mount": "/", "mount_options": [ "rw", "relatime", "data=ordered" ], "percent_used": "2%", "total_inodes": "6422528", "uuid": "41748724-863f-4874-a80e-8a2f0099c337" }, "/dev/sda2,": { "device": "/dev/sda2", "fs_type": "swap", "uuid": "80a514f5-7646-4da4-9035-d5dc102e50c1" }, "/dev/sr0,": { "device": "/dev/sr0" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "dev,/dev": { "device": "dev", "fs_type": "devtmpfs", "inodes_available": "126178", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "506016", "kb_size": "506016", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=506016k", "nr_inodes=126504", "mode=755" ], "percent_used": "0%", "total_inodes": "126504" }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "run,/run": { "device": "run", "fs_type": "tmpfs", "inodes_available": "127254", "inodes_percent_used": "1%", "inodes_used": "358", "kb_available": "510048", "kb_size": "510448", "kb_used": "400", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "mode=755" ], "percent_used": "1%", "total_inodes": "127612" }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sys,/sys": { "device": "sys", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=29", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127611", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "510448", "kb_size": "510448", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127612" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127606", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "102088", "kb_size": "102088", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=102088k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "127612" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127599", "inodes_percent_used": "1%", "inodes_used": "13", "kb_available": "510448", "kb_size": "510448", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127612" }, "tmpfs,/tmp": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127606", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "510448", "kb_size": "510448", "kb_used": "0", "mount": "/tmp", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127612" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ac": { "refcount": "0", "size": "16384" }, "ac97_bus": { "refcount": "1", "size": "16384" }, "acpi_cpufreq": { "refcount": "0", "size": "20480" }, "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "167936" }, "ahci": { "refcount": "2", "size": "36864", "version": "3.0" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "atkbd": { "refcount": "0", "size": "24576" }, "battery": { "refcount": "0", "size": "20480" }, "button": { "refcount": "0", "size": "16384" }, "cdrom": { "refcount": "1", "size": "53248" }, "cfg80211": { "refcount": "0", "size": "524288" }, "crc16": { "refcount": "1", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "0", "size": "24576" }, "crct10dif_pclmul": { "refcount": "0", "size": "16384" }, "cryptd": { "refcount": "3", "size": "20480" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "e1000": { "refcount": "0", "size": "131072", "version": "7.3.21-k8-NAPI" }, "ehci_hcd": { "refcount": "1", "size": "73728" }, "ehci_pci": { "refcount": "0", "size": "16384" }, "evdev": { "refcount": "3", "size": "24576" }, "ext4": { "refcount": "1", "size": "528384" }, "fjes": { "refcount": "0", "size": "65536", "version": "1.2" }, "fscrypto": { "refcount": "1", "size": "24576" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "hid": { "refcount": "2", "size": "110592" }, "hid_generic": { "refcount": "0", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "i8042": { "refcount": "0", "size": "24576" }, "input_leds": { "refcount": "0", "size": "16384" }, "intel_agp": { "refcount": "0", "size": "20480" }, "intel_gtt": { "refcount": "1", "size": "20480" }, "intel_powerclamp": { "refcount": "0", "size": "16384" }, "intel_rapl_perf": { "refcount": "0", "size": "16384" }, "ip_tables": { "refcount": "0", "size": "24576" }, "jbd2": { "refcount": "1", "size": "90112" }, "joydev": { "refcount": "0", "size": "20480" }, "led_class": { "refcount": "1", "size": "16384" }, "libahci": { "refcount": "1", "size": "28672" }, "libata": { "refcount": "5", "size": "212992", "version": "3.00" }, "libps2": { "refcount": "2", "size": "16384" }, "mac_hid": { "refcount": "0", "size": "16384" }, "mbcache": { "refcount": "1", "size": "16384" }, "mousedev": { "refcount": "0", "size": "20480" }, "ohci_hcd": { "refcount": "1", "size": "49152" }, "ohci_pci": { "refcount": "0", "size": "16384" }, "parport": { "refcount": "2", "size": "40960" }, "parport_pc": { "refcount": "0", "size": "28672" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "pcbc": { "refcount": "0", "size": "16384" }, "pcspkr": { "refcount": "0", "size": "16384" }, "ppdev": { "refcount": "0", "size": "20480" }, "psmouse": { "refcount": "0", "size": "131072" }, "rfkill": { "refcount": "2", "size": "20480" }, "sch_fq_codel": { "refcount": "2", "size": "20480" }, "scsi_mod": { "refcount": "3", "size": "159744" }, "sd_mod": { "refcount": "3", "size": "49152" }, "serio": { "refcount": "6", "size": "20480" }, "serio_raw": { "refcount": "0", "size": "16384" }, "snd": { "refcount": "4", "size": "65536" }, "snd_ac97_codec": { "refcount": "1", "size": "118784" }, "snd_intel8x0": { "refcount": "0", "size": "36864" }, "snd_pcm": { "refcount": "2", "size": "90112" }, "snd_timer": { "refcount": "1", "size": "28672" }, "soundcore": { "refcount": "1", "size": "16384" }, "sr_mod": { "refcount": "0", "size": "24576" }, "tpm": { "refcount": "2", "size": "36864", "version": "2.0" }, "tpm_tis": { "refcount": "0", "size": "16384", "version": "2.0" }, "tpm_tis_core": { "refcount": "1", "size": "20480", "version": "2.0" }, "usb_common": { "refcount": "1", "size": "16384" }, "usbcore": { "refcount": "5", "size": "208896" }, "usbhid": { "refcount": "0", "size": "49152" }, "video": { "refcount": "0", "size": "36864" }, "x_tables": { "refcount": "1", "size": "28672" } }, "name": "Linux", "os": "GNU/Linux", "processor": "unknown", "release": "4.10.13-1-ARCH", "version": "#1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2017-03-22", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.4.1" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "enp0s3", "interfaces": { "enp0s3": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "enp0s" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1497245904.2926083, "os": "linux", "os_version": "4.10.13-1-ARCH", "packages": { }, "platform": "arch", "platform_family": "arch", "platform_version": "4.10.13-1-ARCH", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/centos/000077500000000000000000000000001417433310300206445ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/centos/6.10.json000066400000000000000000001715071417433310300221360ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "ram0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram10": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram11": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram12": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram13": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram14": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram15": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram8": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram9": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.0.257/lib", "version": "16.0.257" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.0.20/lib/ohai", "version": "16.0.20" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "EDD is supported": null, "PCI is supported": null, "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "2.12", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec26676b-f69f-2ce4-4e9a-9b2331c6dfe4", "UUID": "EC26676B-F69F-2CE4-4E9A-9B2331C6DFE4", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec26676b-f69f-2ce4-4e9a-9b2331c6dfe4", "sku_number": "Not Specified", "uuid": "EC26676B-F69F-2CE4-4E9A-9B2331C6DFE4", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "496208", "inodes_percent_used": "6%", "inodes_used": "28080", "kb_available": "6757372", "kb_size": "8124856", "kb_used": "948108", "mount_options": [ "rw" ], "mounts": [ "/" ], "percent_used": "13%", "total_inodes": "524288", "uuid": "92c597ca-70f5-48ee-a173-64188df8ca55" }, "/proc/bus/usb": { "fs_type": "usbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc/bus/usb" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "gid=5", "mode=620" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "mount_options": [ "rw", "seclabel", "relatime", "size=498168k", "nr_inodes=124542", "mode=755" ], "mounts": [ "/dev" ] }, "none": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc/sys/fs/binfmt_misc", "/selinux" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw" ], "mounts": [ "/proc" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw" ], "mounts": [ "/sys" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127260", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509044", "kb_size": "509044", "kb_used": "0", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "mounts": [ "/dev/shm" ], "percent_used": "0%", "total_inodes": "127261" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1", "rootfs" ], "fs_type": "rootfs", "inodes_available": "496208", "inodes_percent_used": "6%", "inodes_used": "28080", "kb_available": "6757372", "kb_size": "8124856", "kb_used": "948108", "mount_options": [ "rw" ], "percent_used": "13%", "total_inodes": "524288", "uuid": "92c597ca-70f5-48ee-a173-64188df8ca55" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "mount_options": [ "rw", "seclabel", "relatime", "size=498168k", "nr_inodes=124542", "mode=755" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "gid=5", "mode=620" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127260", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509044", "kb_size": "509044", "kb_used": "0", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "percent_used": "0%", "total_inodes": "127261" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw" ] }, "/proc/bus/usb": { "devices": [ "/proc/bus/usb" ], "fs_type": "usbfs", "mount_options": [ "rw", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "none" ], "fs_type": "binfmt_misc", "mount_options": [ "rw" ] }, "/selinux": { "devices": [ "none" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "496208", "inodes_percent_used": "6%", "inodes_used": "28080", "kb_available": "6757372", "kb_size": "8124856", "kb_used": "948108", "mount": "/", "mount_options": [ "rw" ], "percent_used": "13%", "total_inodes": "524288", "uuid": "92c597ca-70f5-48ee-a173-64188df8ca55" }, "/proc/bus/usb,/proc/bus/usb": { "device": "/proc/bus/usb", "fs_type": "usbfs", "mount": "/proc/bus/usb", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "gid=5", "mode=620" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "mount": "/dev", "mount_options": [ "rw", "seclabel", "relatime", "size=498168k", "nr_inodes=124542", "mode=755" ] }, "none,/proc/sys/fs/binfmt_misc": { "device": "none", "fs_type": "binfmt_misc", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw" ] }, "none,/selinux": { "device": "none", "fs_type": "selinuxfs", "mount": "/selinux", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127260", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509044", "kb_size": "509044", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "percent_used": "0%", "total_inodes": "127261" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "init", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ata_generic": { "refcount": "0", "size": "3837", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "24409", "version": "2.13" }, "dm_log": { "refcount": "2", "size": "9930" }, "dm_mirror": { "refcount": "0", "size": "14864" }, "dm_mod": { "refcount": "2", "size": "102823" }, "dm_region_hash": { "refcount": "1", "size": "12181" }, "ext4": { "refcount": "1", "size": "381584" }, "i2c_core": { "refcount": "1", "size": "29164" }, "i2c_piix4": { "refcount": "0", "size": "11520" }, "ib_addr": { "refcount": "3", "size": "8304" }, "ib_cm": { "refcount": "3", "size": "37444" }, "ib_core": { "refcount": "10", "size": "83376" }, "ib_ipoib": { "refcount": "0", "size": "81191", "version": "1.0.0" }, "ib_mad": { "refcount": "3", "size": "41628" }, "ib_sa": { "refcount": "4", "size": "24188" }, "ib_ucm": { "refcount": "0", "size": "12360" }, "ib_umad": { "refcount": "0", "size": "13519" }, "ib_uverbs": { "refcount": "2", "size": "40564" }, "ip6_tables": { "refcount": "1", "size": "18828" }, "ip6t_REJECT": { "refcount": "2", "size": "4372" }, "ip6table_filter": { "refcount": "1", "size": "2889" }, "ip_tables": { "refcount": "1", "size": "17895" }, "ipt_REJECT": { "refcount": "2", "size": "2383" }, "iptable_filter": { "refcount": "1", "size": "2793" }, "ipv6": { "refcount": "45", "size": "337436" }, "iw_cm": { "refcount": "1", "size": "33136" }, "jbd2": { "refcount": "1", "size": "93380" }, "mbcache": { "refcount": "1", "size": "8193" }, "nf_conntrack": { "refcount": "3", "size": "79761" }, "nf_conntrack_ipv4": { "refcount": "2", "size": "9218" }, "nf_conntrack_ipv6": { "refcount": "3", "size": "7985" }, "nf_defrag_ipv4": { "refcount": "1", "size": "1483" }, "nf_defrag_ipv6": { "refcount": "1", "size": "26637" }, "pata_acpi": { "refcount": "0", "size": "3701", "version": "0.2.3" }, "rdma_cm": { "refcount": "1", "size": "36651" }, "rdma_ucm": { "refcount": "0", "size": "15739" }, "xen_blkfront": { "refcount": "2", "size": "21966" }, "xen_netfront": { "refcount": "0", "size": "18930" }, "xt_state": { "refcount": "5", "size": "1492" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "2.6.32-754.27.1.el6.x86_64", "version": "#1 SMP Tue Jan 28 14:11:45 UTC 2020" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1588214685.7996285, "os": "linux", "os_version": "2.6.32-754.27.1.el6.x86_64", "packages": { "MAKEDEV": { "arch": "x86_64", "epoch": "0", "installdate": "1582977841", "release": "6.el6", "version": "3.24" }, "PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1582977845", "release": "3.1.el6", "version": "3.10" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977906", "release": "7.el6_9.1", "version": "2.2.49" }, "acpid": { "arch": "x86_64", "epoch": "0", "installdate": "1582977905", "release": "3.el6", "version": "1.0.10" }, "attr": { "arch": "x86_64", "epoch": "0", "installdate": "1582977906", "release": "7.el6", "version": "2.4.44" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1582977906", "release": "6.el6", "version": "2.4.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "6.el6", "version": "2.4.5" }, "audit-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582977848", "release": "6.el6", "version": "2.4.5" }, "b43-openfwwf": { "arch": "noarch", "epoch": "0", "installdate": "1582977905", "release": "10.el6", "version": "5.2" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1582977815", "release": "4.el6", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "48.el6", "version": "4.1.2" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "1.el6", "version": "1.06.95" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977832", "release": "5.48.el6_10.1", "version": "2.20.51.0.2" }, "busybox": { "arch": "x86_64", "epoch": "1", "installdate": "1582977853", "release": "21.el6_6", "version": "1.15.1" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "7.el6_0", "version": "1.0.5" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "7.el6_0", "version": "1.0.5" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1582977835", "release": "65.1.el6_10", "version": "2019.2.32" }, "centos-release": { "arch": "x86_64", "epoch": "0", "installdate": "1582977857", "release": "10.el6.centos.12.3", "version": "6" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "1.el6", "version": "2.0.22" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1588214683", "release": "1.el6", "version": "16.0.257" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "1.el6", "version": "1.3.49.5" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1582977894", "release": "10.el6.centos.2", "version": "0.7.5" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977835", "release": "47.el6", "version": "8.4" }, "coreutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977833", "release": "47.el6", "version": "8.4" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "13.el6", "version": "2.10" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1582977833", "release": "4.el6", "version": "2.8.16" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1582977834", "release": "4.el6", "version": "2.8.16" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1582977862", "release": "16.el6_8.2", "version": "1.4.4" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1582977862", "release": "16.el6_8.2", "version": "1.4.4" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1582977862", "release": "33.el6", "version": "1.10" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977839", "release": "54.el6_10", "version": "7.19.7" }, "cyrus-sasl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977860", "release": "15.el6_6.2", "version": "2.1.23" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "15.el6_6.2", "version": "2.1.23" }, "dash": { "arch": "x86_64", "epoch": "0", "installdate": "1582977832", "release": "4.el6", "version": "0.5.5.1" }, "db4": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "22.el6", "version": "4.7.25" }, "db4-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "22.el6", "version": "4.7.25" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1582977852", "release": "6.el6", "version": "0.86" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1582977829", "release": "11.el6_10", "version": "1.2.24" }, "deltarpm": { "arch": "x86_64", "epoch": "0", "installdate": "1582977840", "release": "0.5.20090913git.el6", "version": "3.5" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1582977860", "release": "12.el6_9.1", "version": "1.02.117" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977860", "release": "12.el6_9.1", "version": "1.02.117" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1582977864", "release": "63.P1.el6.centos", "version": "4.1.1" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1582977864", "release": "63.P1.el6.centos", "version": "4.1.1" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977832", "release": "28.el6", "version": "2.8.1" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1582977838", "release": "7.el6", "version": "2.12" }, "dracut": { "arch": "noarch", "epoch": "0", "installdate": "1582977860", "release": "411.el6", "version": "004" }, "dracut-kernel": { "arch": "noarch", "epoch": "0", "installdate": "1582977860", "release": "411.el6", "version": "004" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977832", "release": "24.el6", "version": "1.41.12" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "24.el6", "version": "1.41.12" }, "efibootmgr": { "arch": "x86_64", "epoch": "0", "installdate": "1582977906", "release": "15.el6", "version": "0.5.4" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "2.el6", "version": "0.164" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "2.el6", "version": "0.164" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1582977838", "release": "6.el6", "version": "3.5" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "13.el6_8", "version": "2.0.1" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "30.el6", "version": "5.04" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "30.el6", "version": "5.04" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1582977815", "release": "3.el6", "version": "2.4.30" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1582977829", "release": "9.el6", "version": "4.4.2" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1582977840", "release": "7.el6", "version": "1.2.0" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1582977840", "release": "7.el6", "version": "1.2.0" }, "gamin": { "arch": "x86_64", "epoch": "0", "installdate": "1582977851", "release": "9.el6", "version": "0.1.10" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "10.el6_7.3", "version": "3.1.7" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1582977841", "release": "39.el6", "version": "1.8.0" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1582977851", "release": "10.el6", "version": "2.28.8" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "1.212.el6_10.3", "version": "2.12" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1582977821", "release": "1.212.el6_10.3", "version": "2.12" }, "gmp": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "13.el6", "version": "4.3.1" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1582977840", "release": "9.el6_10", "version": "2.0.14" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1582977840", "release": "3.el6", "version": "1.1.8" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "6.el6", "version": "2.20" }, "groff": { "arch": "x86_64", "epoch": "0", "installdate": "1582977833", "release": "21.el6", "version": "1.18.1.4" }, "grub": { "arch": "x86_64", "epoch": "1", "installdate": "1582977906", "release": "99.el6", "version": "0.97" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1582977852", "release": "7.el6", "version": "7.0.15" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1582977833", "release": "24.el6", "version": "1.3.12" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1582977835", "release": "20.1.el6", "version": "0.233" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "8.el6", "version": "4.13a" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1582977858", "release": "1.el6.centos", "version": "9.03.61" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1582977858", "release": "57.el6", "version": "2.6.32" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1582977857", "release": "19.el6", "version": "1.4.7" }, "iptables-ipv6": { "arch": "x86_64", "epoch": "0", "installdate": "1582977863", "release": "19.el6", "version": "1.4.7" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977858", "release": "24.el6", "version": "20071127" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1582977860", "release": "11.el6", "version": "1.15" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1582977857", "release": "11.el6", "version": "1.15" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1582977900", "release": "754.27.1.el6", "version": "2.6.32" }, "kernel-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1582977857", "release": "754.27.1.el6", "version": "2.6.32" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582977904", "release": "310.el6", "version": "2.0.0" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "5.el6", "version": "1.4" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1582977860", "release": "106.el6_10.1", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "65.el6", "version": "1.10.3" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1582977833", "release": "13.el6", "version": "436" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "7.el6_9.1", "version": "2.2.49" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "7.el6", "version": "2.4.44" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "12.28.el6_9.2", "version": "2.17.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "5.5.el6", "version": "2.16" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "3.el6_0.1", "version": "0.6.4" }, "libcgroup": { "arch": "x86_64", "epoch": "0", "installdate": "1582977862", "release": "27.el6_10", "version": "0.40.rc1" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "24.el6", "version": "1.41.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977839", "release": "54.el6_10", "version": "7.19.7" }, "libdrm": { "arch": "x86_64", "epoch": "0", "installdate": "1582977858", "release": "2.el6", "version": "2.4.65" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "4.20080712cvs.1.el6", "version": "2.11" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1582977841", "release": "3.2.el6", "version": "3.0.5" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1582977815", "release": "23.el6", "version": "4.4.7" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "12.el6_8", "version": "1.4.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "4.el6", "version": "1.7" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "2.el6", "version": "1.18" }, "libnih": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "8.el6", "version": "1.0.1" }, "libpciaccess": { "arch": "x86_64", "epoch": "0", "installdate": "1582977837", "release": "1.el6", "version": "0.13.4" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "7.el6", "version": "2.0.94" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582977845", "release": "7.el6", "version": "2.0.94" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "7.el6", "version": "2.0.94" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1582977840", "release": "5.1.el6", "version": "2.0.43" }, "libsemanage-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582977845", "release": "5.1.el6", "version": "2.0.43" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "4.el6", "version": "2.0.41" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "24.el6", "version": "1.41.12" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1582977839", "release": "3.el6_10.1", "version": "1.4.2" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "23.el6", "version": "4.4.7" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "6.el6_5", "version": "2.3" }, "libudev": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "2.74.el6_10", "version": "147" }, "libusb": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "23.el6", "version": "0.1.12" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1582977852", "release": "8.el6_7", "version": "0.56.13" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1582977841", "release": "4.1.el6", "version": "1.1.5" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "12.28.el6_9.2", "version": "2.17.2" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "21.el6_8.1", "version": "2.7.6" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "4.el6_6", "version": "0.1.3" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "28.el6", "version": "3.7.8" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "4.1.el6", "version": "5.1.4" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "3.1.el6_5.1", "version": "2.03" }, "m2crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1582977846", "release": "9.el6", "version": "0.20.2" }, "m4": { "arch": "x86_64", "epoch": "0", "installdate": "1582977832", "release": "5.el6", "version": "1.4.13" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1582977830", "release": "23.el6", "version": "3.81" }, "man": { "arch": "x86_64", "epoch": "0", "installdate": "1582977906", "release": "39.el6", "version": "1.6f" }, "mdadm": { "arch": "x86_64", "epoch": "0", "installdate": "1582977859", "release": "8.el6", "version": "3.3.4" }, "mingetty": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "5.el6", "version": "1.08" }, "module-init-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582977835", "release": "26.el6", "version": "3.9" }, "mysql-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977840", "release": "8.el6_8", "version": "5.1.73" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1582977832", "release": "4.20090207.el6", "version": "5.7" }, "ncurses-base": { "arch": "x86_64", "epoch": "0", "installdate": "1582977815", "release": "4.20090207.el6", "version": "5.7" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "4.20090207.el6", "version": "5.7" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "114.el6", "version": "1.60" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1582977841", "release": "4.el6", "version": "0.52.11" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582977848", "release": "4.el6", "version": "0.52.11" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "1.el6_10", "version": "4.21.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "7.el6_10", "version": "3.44.0" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "6.el6_10", "version": "3.44.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977826", "release": "6.el6_10", "version": "3.44.0" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "7.el6_10", "version": "3.44.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582977838", "release": "7.el6_10", "version": "3.44.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "1.el6_10", "version": "3.44.0" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1582977839", "release": "16.el6", "version": "2.4.40" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1582977859", "release": "124.el6_10", "version": "5.3p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1582977905", "release": "124.el6_10", "version": "5.3p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1582977905", "release": "124.el6_10", "version": "5.3p1" }, "openssl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977839", "release": "58.el6_10", "version": "1.0.1e" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "2.el6_5.2", "version": "0.18.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "2.el6_5.2", "version": "0.18.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1582977835", "release": "24.el6", "version": "1.1.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1582977905", "release": "7.el6", "version": "0.77" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977837", "release": "4.el6", "version": "3.1.10" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "4.el6", "version": "3.1.10" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1582977829", "release": "7.el6", "version": "7.8" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "8.el6", "version": "0.7.6" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1582977851", "release": "9.1.el6", "version": "0.23" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1582977858", "release": "29.el6.centos", "version": "0.8.3" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977841", "release": "29.el6.centos", "version": "0.8.3" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1582977837", "release": "29.el6.centos", "version": "0.8.3" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977857", "release": "30.1.el6_8", "version": "2.0.83" }, "policycoreutils-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582977863", "release": "30.1.el6_8", "version": "2.0.83" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "7.el6", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1582977861", "release": "8.el6", "version": "2.6.6" }, "procps": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "45.el6_9.3", "version": "3.2.8" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "24.el6", "version": "22.6" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "9.3.el6", "version": "2.0.7" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1582977845", "release": "18.20090824bzr68.el6", "version": "0.1" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1582977842", "release": "68.el6_10", "version": "2.6.6" }, "python-argparse": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "2.1.el6", "version": "1.2.1" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1582977849", "release": "5.el6", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1582977849", "release": "5.el6", "version": "3.4.0.2" }, "python-boto": { "arch": "noarch", "epoch": "1", "installdate": "1582977851", "release": "6.el6", "version": "2.34.0" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "1.el6", "version": "2.2.1" }, "python-cheetah": { "arch": "x86_64", "epoch": "0", "installdate": "1582977849", "release": "1.el6", "version": "2.4.1" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "3.el6", "version": "4.6.0" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "2.1.el6", "version": "0.3.1" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "4.el6", "version": "1.2" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "4.el6", "version": "1.0" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977845", "release": "68.el6_10", "version": "2.6.6" }, "python-markdown": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "4.el6", "version": "2.0.1" }, "python-oauth": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "1.el6.centos", "version": "1.0.1" }, "python-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "11.el6", "version": "0.7.2" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977847", "release": "9.el6", "version": "7.19.0" }, "python-pygments": { "arch": "noarch", "epoch": "0", "installdate": "1582977849", "release": "2.el6", "version": "1.1.1" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1582977850", "release": "4.el6", "version": "2.6.0" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1582977848", "release": "4.el6_9", "version": "0.6.10" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1582977849", "release": "2.el6", "version": "1.9.0" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1582977847", "release": "11.el6", "version": "3.9.1" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1582977849", "release": "3.el6", "version": "1.10.2" }, "rdma": { "arch": "noarch", "epoch": "0", "installdate": "1582977902", "release": "3.el6", "version": "6.9_4.1" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "4.el6", "version": "6.0" }, "redhat-logos": { "arch": "noarch", "epoch": "0", "installdate": "1582977837", "release": "12.el6.centos", "version": "60.0.14" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1582977906", "release": "6.1.el6", "version": "8.1" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1582977839", "release": "59.el6", "version": "4.8.0" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977839", "release": "59.el6", "version": "4.8.0" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582977845", "release": "59.el6", "version": "4.8.0" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1582977906", "release": "12.el6", "version": "3.0.6" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1582977859", "release": "12.el6", "version": "5.8.10" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "10.el6", "version": "4.2.1" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1582977864", "release": "312.el6", "version": "3.7.19" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1582977865", "release": "312.el6", "version": "3.7.19" }, "setools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "4.el6", "version": "3.3.7" }, "setools-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582977846", "release": "4.el6", "version": "3.3.7" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1582977815", "release": "23.el6", "version": "2.8.14" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1582977840", "release": "5.el6", "version": "4.1.5.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1582977852", "release": "6.el6", "version": "0.70" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1582977841", "release": "1.el6", "version": "2.2.1" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "1.el6", "version": "1.1.0" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "1.el6_7.2", "version": "3.6.20" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1582977906", "release": "29.el6_10.2", "version": "1.8.6p3" }, "system-config-firewall-base": { "arch": "noarch", "epoch": "0", "installdate": "1582977863", "release": "7.2.el6_6", "version": "1.2.27" }, "system-config-firewall-tui": { "arch": "noarch", "epoch": "0", "installdate": "1582977893", "release": "7.2.el6_6", "version": "1.2.27" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "6.dsf.el6", "version": "2.87" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1582977831", "release": "15.el6_8", "version": "1.23" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977830", "release": "58.el6", "version": "7.6" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1582977817", "release": "1.el6", "version": "2019c" }, "udev": { "arch": "x86_64", "epoch": "0", "installdate": "1582977859", "release": "2.74.el6_10", "version": "147" }, "upstart": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "17.el6", "version": "0.6.5" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1582977840", "release": "9.1.el6", "version": "1.0.4" }, "util-linux-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1582977858", "release": "12.28.el6_9.2", "version": "2.17.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1582977831", "release": "5.el6_10.2", "version": "7.4.629" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1582977832", "release": "6.el6", "version": "2.19" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977828", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "xz-lzma-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1582977831", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1582977853", "release": "81.el6.centos.0.1", "version": "3.2.29" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1582977852", "release": "16.el6", "version": "1.1.2" }, "yum-plugin-fastestmirror": { "arch": "noarch", "epoch": "0", "installdate": "1582977852", "release": "42.el6_10", "version": "1.1.30" }, "yum-presto": { "arch": "noarch", "epoch": "0", "installdate": "1582977905", "release": "1.el6", "version": "0.6.2" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1582977827", "release": "29.el6", "version": "1.2.3" } }, "platform": "centos", "platform_family": "rhel", "platform_version": "6.10", "root_group": "root", "shard_seed": 20850133, "shells": [ "/bin/sh", "/bin/bash", "/sbin/nologin", "/bin/dash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/centos/7.7.1908.json000066400000000000000000002545561417433310300224730ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec21646c-64a8-631f-622d-49b6f9f86c6f", "UUID": "ec21646c-64a8-631f-622d-49b6f9f86c6f", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec21646c-64a8-631f-622d-49b6f9f86c6f", "sku_number": "Not Specified", "uuid": "ec21646c-64a8-631f-622d-49b6f9f86c6f", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "xfs", "inodes_available": "4159216", "inodes_percent_used": "1%", "inodes_used": "34576", "kb_available": "7231356", "kb_size": "8377344", "kb_used": "1145988", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "14%", "total_inodes": "4193792", "uuid": "388a99ed-9486-4a46-aeb6-06eaf6c47675" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpuset" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "120372", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "482584", "kb_size": "482584", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=482584k", "nr_inodes=120646", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120646" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "rpc_pipefs": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13379" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126628", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101304", "kb_size": "101304", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101304k", "mode=700" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000", "/run/user/0" ], "percent_used": "0%", "total_inodes": "126629" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1", "rootfs" ], "fs_type": "rootfs", "inodes_available": "4159216", "inodes_percent_used": "1%", "inodes_used": "34576", "kb_available": "7231356", "kb_size": "8377344", "kb_used": "1145988", "mount_options": [ "rw" ], "percent_used": "14%", "total_inodes": "4193792", "uuid": "388a99ed-9486-4a46-aeb6-06eaf6c47675" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "120372", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "482584", "kb_size": "482584", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=482584k", "nr_inodes=120646", "mode=755" ], "percent_used": "0%", "total_inodes": "120646" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126628", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506516", "kb_size": "506516", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126629" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13379" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126258", "inodes_percent_used": "1%", "inodes_used": "371", "kb_available": "493340", "kb_size": "506516", "kb_used": "13176", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126629" }, "/run/user/0": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126628", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101304", "kb_size": "101304", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101304k", "mode=700" ], "percent_used": "0%", "total_inodes": "126629" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126628", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101304", "kb_size": "101304", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101304k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126629" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126613", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506516", "kb_size": "506516", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126629" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "rpc_pipefs" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "xfs", "inodes_available": "4159216", "inodes_percent_used": "1%", "inodes_used": "34576", "kb_available": "7231356", "kb_size": "8377344", "kb_used": "1145988", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "percent_used": "14%", "total_inodes": "4193792", "uuid": "388a99ed-9486-4a46-aeb6-06eaf6c47675" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "120372", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "482584", "kb_size": "482584", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=482584k", "nr_inodes=120646", "mode=755" ], "percent_used": "0%", "total_inodes": "120646" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "rpc_pipefs,/var/lib/nfs/rpc_pipefs": { "device": "rpc_pipefs", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13379" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126628", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506516", "kb_size": "506516", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126629" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126258", "inodes_percent_used": "1%", "inodes_used": "371", "kb_available": "493340", "kb_size": "506516", "kb_used": "13176", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126629" }, "tmpfs,/run/user/0": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126628", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101304", "kb_size": "101304", "kb_used": "0", "mount": "/run/user/0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101304k", "mode=700" ], "percent_used": "0%", "total_inodes": "126629" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126628", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101304", "kb_size": "101304", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101304k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126629" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126613", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506516", "kb_size": "506516", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126629" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "13597" }, "aesni_intel": { "refcount": "0", "size": "189456" }, "ata_generic": { "refcount": "0", "size": "12923", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "35052", "version": "2.13" }, "cirrus": { "refcount": "1", "size": "24171" }, "crc32_pclmul": { "refcount": "0", "size": "13133" }, "crc32c_intel": { "refcount": "1", "size": "22094" }, "crct10dif_common": { "refcount": "1", "size": "12595" }, "crct10dif_pclmul": { "refcount": "0", "size": "14307" }, "cryptd": { "refcount": "3", "size": "21190" }, "drm": { "refcount": "4", "size": "456166" }, "drm_kms_helper": { "refcount": "1", "size": "186531" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "17180" }, "fb_sys_fops": { "refcount": "1", "size": "12703" }, "floppy": { "refcount": "0", "size": "69432" }, "gf128mul": { "refcount": "1", "size": "15139" }, "ghash_clmulni_intel": { "refcount": "0", "size": "13273" }, "glue_helper": { "refcount": "1", "size": "13990" }, "i2c_piix4": { "refcount": "0", "size": "22401" }, "intel_rapl": { "refcount": "0", "size": "19451" }, "iosf_mbi": { "refcount": "1", "size": "15582" }, "ip_tables": { "refcount": "0", "size": "27126" }, "libata": { "refcount": "3", "size": "243133", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "12644" }, "lrw": { "refcount": "1", "size": "13286" }, "parport": { "refcount": "2", "size": "46395" }, "parport_pc": { "refcount": "0", "size": "28205" }, "pata_acpi": { "refcount": "0", "size": "13053", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "12718" }, "ppdev": { "refcount": "0", "size": "17671" }, "sb_edac": { "refcount": "0", "size": "32114" }, "serio_raw": { "refcount": "0", "size": "13434" }, "sunrpc": { "refcount": "1", "size": "354099" }, "syscopyarea": { "refcount": "1", "size": "12529" }, "sysfillrect": { "refcount": "1", "size": "12701" }, "sysimgblt": { "refcount": "1", "size": "12640" }, "ttm": { "refcount": "1", "size": "96673" }, "xen_blkfront": { "refcount": "2", "size": "26966" }, "xen_netfront": { "refcount": "0", "size": "27206" }, "xfs": { "refcount": "1", "size": "993020" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "3.10.0-1062.12.1.el7.x86_64", "version": "#1 SMP Tue Feb 4 23:02:59 UTC 2020" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604984463.3317022, "os": "linux", "os_version": "3.10.0-1062.12.1.el7.x86_64", "packages": { "PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1582978067", "release": "11.el7", "version": "3.10" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1582978002", "release": "14.el7", "version": "2.2.51" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1582978145", "release": "4.el7", "version": "2.8.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977990", "release": "4.el7", "version": "2.8.5" }, "audit-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978071", "release": "4.el7", "version": "2.8.5" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1582978142", "release": "30.el7", "version": "6.2.8" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1582977963", "release": "7.el7.centos", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1582977985", "release": "33.el7", "version": "4.2.46" }, "bind-export-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1582978073", "release": "9.P2.el7", "version": "9.11.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978084", "release": "41.base.el7_7.2", "version": "2.27" }, "btrfs-progs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978154", "release": "1.el7", "version": "4.9.1" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977987", "release": "13.el7", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1582978041", "release": "76.el7_7", "version": "2019.2.32" }, "centos-release": { "arch": "x86_64", "epoch": "0", "installdate": "1582977962", "release": "7.1908.0.el7.centos", "version": "7" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1582978040", "release": "8.el7", "version": "2.5" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1604984461", "release": "1.el7", "version": "16.6.14" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1582977986", "release": "1.el7", "version": "1.7.4" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1582978147", "release": "1.el7", "version": "3.4" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1582978123", "release": "3.el7.centos", "version": "18.5" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1582978151", "release": "5.el7", "version": "0.29" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978043", "release": "24.el7", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1582977993", "release": "27.el7", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1582978050", "release": "11.el7", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1582978052", "release": "11.el7", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1582978105", "release": "23.el7", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1582978104", "release": "23.el7", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1582978105", "release": "6.20121102git.el7", "version": "1.11" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978090", "release": "5.el7", "version": "2.0.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1582978077", "release": "54.el7_7.2", "version": "7.29.0" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1582978054", "release": "23.el7", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1582978099", "release": "13.el7_6", "version": "1.10.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1582978116", "release": "7.el7", "version": "0.100" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1582978095", "release": "13.el7_6", "version": "1.10.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978119", "release": "9.el7", "version": "1.1.1" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1582978089", "release": "2.el7_7.2", "version": "1.02.158" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1582978090", "release": "2.el7_7.2", "version": "1.02.158" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1582978107", "release": "77.el7.centos", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1582978107", "release": "77.el7.centos", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1582978105", "release": "77.el7.centos", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582977993", "release": "5.el7", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1582977999", "release": "3.el7", "version": "3.2" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1582978093", "release": "564.el7", "version": "033" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1582978150", "release": "564.el7", "version": "033" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1582978150", "release": "564.el7", "version": "033" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1582978107", "release": "564.el7", "version": "033" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978064", "release": "16.el7", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977993", "release": "16.el7", "version": "1.42.9" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1582978099", "release": "2.el7", "version": "0.176" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1582977990", "release": "2.el7", "version": "0.176" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978094", "release": "2.el7", "version": "0.176" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1582977999", "release": "10.el7", "version": "4.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1582977993", "release": "10.el7_3", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1582977994", "release": "35.el7", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977994", "release": "35.el7", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1582977963", "release": "25.el7", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1582977994", "release": "6.el7", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1582978074", "release": "6.el7", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1582978074", "release": "6.el7", "version": "1.4.1" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1582978004", "release": "14.el7", "version": "2.8" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1582977987", "release": "4.el7_3.1", "version": "4.0.2" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1582977999", "release": "8.el7", "version": "1.10" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1582978059", "release": "2.el7", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978056", "release": "2.el7", "version": "0.19.8.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1582978049", "release": "5.el7", "version": "2.56.1" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1582977978", "release": "292.el7", "version": "2.17" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1582977977", "release": "292.el7", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1582978035", "release": "15.el7", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1582978079", "release": "5.el7_5", "version": "2.0.22" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1582978060", "release": "1.el7", "version": "1.56.1" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1582978080", "release": "5.el7", "version": "1.3.2" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1582977988", "release": "3.el7", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1582977996", "release": "8.el7", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1582978128", "release": "0.80.el7.centos", "version": "2.02" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1582977962", "release": "0.80.el7.centos", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1582978108", "release": "0.80.el7.centos", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1582977963", "release": "0.80.el7.centos", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1582978104", "release": "0.80.el7.centos", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1582978108", "release": "0.80.el7.centos", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1582978102", "release": "0.80.el7.centos", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1582978061", "release": "26.el7", "version": "8.28" }, "gssproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1582978114", "release": "26.el7", "version": "0.7.0" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1582978050", "release": "10.el7", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1582978037", "release": "19.el7", "version": "1.0" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1582977999", "release": "3.el7_7.1", "version": "3.13" }, "hwdata": { "arch": "x86_64", "epoch": "0", "installdate": "1582978111", "release": "9.3.el7", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1582977986", "release": "5.el7", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1582978102", "release": "1.el7", "version": "9.49.47" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1582978000", "release": "25.el7_7.2", "version": "4.11.0" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1582978000", "release": "33.el7", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978101", "release": "10.el7", "version": "20160308" }, "irqbalance": { "arch": "x86_64", "epoch": "3", "installdate": "1582978150", "release": "12.el7", "version": "1.0.7" }, "iwl7265-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1582978164", "release": "72.el7", "version": "22.0.7.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1582977998", "release": "1.el7", "version": "2.10" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1582978040", "release": "4.el7_0", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1582978141", "release": "15.el7", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1582977964", "release": "15.el7", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1582977965", "release": "15.el7", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1582978140", "release": "1062.12.1.el7", "version": "3.10.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582978158", "release": "1062.12.1.el7", "version": "3.10.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978040", "release": "1062.12.1.el7", "version": "3.10.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582978128", "release": "33.el7", "version": "2.0.15" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978001", "release": "3.el7", "version": "1.5.8" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977992", "release": "3.el7", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1582978094", "release": "25.el7", "version": "20" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978003", "release": "25.el7", "version": "20" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1582978089", "release": "127.el7", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978044", "release": "37.el7_7.2", "version": "1.15.1" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1582978001", "release": "9.el7", "version": "458" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977991", "release": "14.el7", "version": "2.2.51" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1582977995", "release": "3.el7", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1582977991", "release": "13.el7", "version": "2.4.46" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1582977998", "release": "32.el7", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1582978048", "release": "61.el7_7.1", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1582977991", "release": "10.el7", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1582977990", "release": "4.el7", "version": "0.7.5" }, "libcgroup": { "arch": "x86_64", "epoch": "0", "installdate": "1582978115", "release": "21.el7", "version": "0.41" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1582977999", "release": "32.el7", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1582977986", "release": "16.el7", "version": "1.42.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1582978053", "release": "4.el7", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1582978077", "release": "54.el7_7.2", "version": "7.29.0" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1582978038", "release": "7.el7", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1582977987", "release": "25.el7", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978003", "release": "25.el7", "version": "5.3.21" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1582977997", "release": "12.20121213cvs.el7", "version": "3.0" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1582978039", "release": "2.el7", "version": "0.1.9" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1582978055", "release": "4.el7", "version": "2.0.21" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1582978036", "release": "3.el7", "version": "0.99.4" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1582977991", "release": "18.el7", "version": "3.0.13" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1582977962", "release": "39.el7", "version": "4.8.5" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1582977992", "release": "14.el7", "version": "1.5.3" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1582977997", "release": "39.el7", "version": "4.8.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1582977992", "release": "3.el7", "version": "1.12" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1582977997", "release": "4.el7", "version": "1.28" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1582978037", "release": "32.el7", "version": "1.3.1" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977995", "release": "7.el7", "version": "1.0.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1582978049", "release": "61.el7_7.1", "version": "2.23.2" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1582978041", "release": "9.el7", "version": "1.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1582978000", "release": "1.el7_3", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1582977997", "release": "4.el7", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1582978081", "release": "19.el7", "version": "0.25" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1582977993", "release": "4.el7", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1582977995", "release": "4.el7", "version": "3.2.28" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978037", "release": "32.el7", "version": "0.2.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1582978039", "release": "3.el7", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1582978003", "release": "7.el7_2", "version": "1.5.13" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1582978052", "release": "5.el7", "version": "1.2.3" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1582977998", "release": "32.el7", "version": "0.1.5" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1582978038", "release": "3.el7", "version": "2.3.1" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1582977985", "release": "14.1.el7", "version": "2.5" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978051", "release": "14.1.el7", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978004", "release": "14.1.el7", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1582978037", "release": "14.el7", "version": "2.5" }, "libsemanage-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978070", "release": "14.el7", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1582977985", "release": "10.el7", "version": "2.5" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1582978084", "release": "61.el7_7.1", "version": "2.23.2" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1582978003", "release": "16.el7", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1582978074", "release": "3.el7", "version": "1.8.0" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1582977983", "release": "39.el7", "version": "4.8.5" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978160", "release": "16.el7", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1582978041", "release": "1.el7", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1582978001", "release": "9.el7", "version": "1.27" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1582978054", "release": "0.16.el7", "version": "0.2.4" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1582977996", "release": "9.el7", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1582978079", "release": "9.el7", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1582978065", "release": "4.el7", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1582977987", "release": "61.el7_7.1", "version": "2.23.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1582977994", "release": "4.el7", "version": "0.2.5" }, "libverto-libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1582978055", "release": "4.el7", "version": "0.2.5" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1582977988", "release": "6.el7_2.3", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978072", "release": "6.el7_2.3", "version": "2.9.1" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1582978039", "release": "11.el7_0", "version": "0.1.4" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1582978075", "release": "17.el7", "version": "3.8.6" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1582978125", "release": "13.el7", "version": "B.02.18" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1582977992", "release": "15.el7", "version": "5.1.4" }, "lz4": { "arch": "x86_64", "epoch": "0", "installdate": "1582977997", "release": "3.el7", "version": "1.7.5" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1582977999", "release": "8.el7", "version": "2.06" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1582978003", "release": "24.el7", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1582978153", "release": "11.el7", "version": "2.6.3" }, "mariadb-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1582978075", "release": "1.el7", "version": "5.5.64" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1582978148", "release": "53.7.el7_7", "version": "2.1" }, "mozjs17": { "arch": "x86_64", "epoch": "0", "installdate": "1582978036", "release": "20.el7", "version": "17.0.0" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1582978035", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1582977964", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977984", "release": "14.20130511.el7_4", "version": "5.9" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582978114", "release": "0.25.20131004git.el7", "version": "2.0" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1582977998", "release": "4.el7", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978070", "release": "4.el7", "version": "0.52.15" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1582978124", "release": "0.65.el7", "version": "1.3.0" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1582977983", "release": "1.el7", "version": "4.21.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1582978076", "release": "7.el7_7", "version": "3.44.0" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1582978075", "release": "7.el7", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1582977995", "release": "8.el7_7", "version": "3.44.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1582977972", "release": "8.el7_7", "version": "3.44.0" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1582978076", "release": "7.el7_7", "version": "3.44.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582978076", "release": "7.el7_7", "version": "3.44.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1582977983", "release": "4.el7_7", "version": "3.44.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978037", "release": "3.el7_7.1", "version": "2.0.12" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1582978078", "release": "21.el7_6", "version": "2.4.44" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1582978106", "release": "21.el7", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1582978130", "release": "21.el7", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1582978130", "release": "21.el7", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1582978073", "release": "19.el7", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1582978044", "release": "19.el7", "version": "1.0.2k" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1582978103", "release": "9.el7", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1582977995", "release": "3.el7", "version": "0.23.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1582978041", "release": "3.el7", "version": "0.23.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1582978052", "release": "22.el7", "version": "1.1.8" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1582978151", "release": "31.el7", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1582978152", "release": "5.el7", "version": "0.79" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978040", "release": "3.el7", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1582977985", "release": "17.el7", "version": "8.32" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1582978003", "release": "17.el7", "version": "0.8.1" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1582978060", "release": "4.el7", "version": "0.27.1" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978100", "release": "33.el7", "version": "2.5" }, "policycoreutils-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978115", "release": "33.el7", "version": "2.5" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1582978101", "release": "22.el7_7.1", "version": "0.112" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1582978101", "release": "4.el7", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1582977986", "release": "16.el7", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1582978143", "release": "7.el7", "version": "2.10.1" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1582978089", "release": "26.el7_7.1", "version": "3.3.10" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1582978038", "release": "23.el7", "version": "2.0.7" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1582978081", "release": "9.el7", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1582978071", "release": "11.el7", "version": "0.5.3" }, "pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1582978067", "release": "6.el7", "version": "2.6" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978047", "release": "86.el7", "version": "2.7.5" }, "python-IPy": { "arch": "noarch", "epoch": "0", "installdate": "1582978067", "release": "6.el7", "version": "0.75" }, "python-babel": { "arch": "noarch", "epoch": "0", "installdate": "1582978069", "release": "8.el7", "version": "0.9.6" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1582978065", "release": "8.el7", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1582978065", "release": "1.el7", "version": "3.5.0.1" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1582978054", "release": "3.el7", "version": "2.2.1" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1582978053", "release": "7.el7", "version": "4.7.2" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1582978051", "release": "3.el7", "version": "3.4.0" }, "python-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1582978060", "release": "1.el7_4.1", "version": "3.22.0" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1582978072", "release": "9.el7", "version": "0.4" }, "python-ipaddress": { "arch": "noarch", "epoch": "0", "installdate": "1582978053", "release": "2.el7", "version": "1.0.16" }, "python-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1582978069", "release": "4.el7", "version": "2.7.2" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1582978073", "release": "4.el7", "version": "1.2" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1582978073", "release": "2.el7", "version": "1.9" }, "python-kitchen": { "arch": "noarch", "epoch": "0", "installdate": "1582978055", "release": "5.el7", "version": "1.1.1" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978047", "release": "86.el7", "version": "2.7.5" }, "python-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1582978071", "release": "4.el7", "version": "0.4.11" }, "python-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1582978065", "release": "10.el7", "version": "0.11" }, "python-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1582978070", "release": "1062.12.1.el7", "version": "3.10.0" }, "python-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1582978070", "release": "3.el7", "version": "0.7.2" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1582978081", "release": "19.el7", "version": "7.19.0" }, "python-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1582978120", "release": "9.el7", "version": "0.15" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1582978066", "release": "8.el7_7", "version": "2.6.0" }, "python-schedutils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978071", "release": "6.el7", "version": "0.4" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1582978066", "release": "7.el7", "version": "0.9.8" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1582978054", "release": "2.el7", "version": "1.9.0" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1582978082", "release": "9.el7", "version": "3.10" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1582978065", "release": "7.el7", "version": "1.10.2" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1582978072", "release": "5.el7", "version": "0.5.1" }, "qemu-guest-agent": { "arch": "x86_64", "epoch": "10", "installdate": "1582978146", "release": "3.el7", "version": "2.12.0" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978039", "release": "3.el7", "version": "3.4.1" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1582978108", "release": "19.el7", "version": "4.01" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1582977965", "release": "19.el7", "version": "4.01" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1582977988", "release": "11.el7", "version": "6.2" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1582978164", "release": "11.el7", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1582978103", "release": "48.el7", "version": "0.2.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1582978078", "release": "40.el7", "version": "4.11.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978080", "release": "40.el7", "version": "4.11.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978077", "release": "40.el7", "version": "4.11.3" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1582978080", "release": "40.el7", "version": "4.11.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1582978145", "release": "6.el7_6.1", "version": "3.1.2" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1582978146", "release": "41.el7_7.2", "version": "8.24.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1582977986", "release": "5.el7", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1582978109", "release": "252.el7_7.6", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1582978127", "release": "252.el7_7.6", "version": "3.13.1" }, "setools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978002", "release": "4.el7", "version": "3.3.8" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1582977962", "release": "10.el7", "version": "2.8.71" }, "sg3_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1582978160", "release": "18.el7_7.2", "version": "1.37" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978040", "release": "18.el7_7.2", "version": "1.37" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1582978048", "release": "5.el7", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1582978050", "release": "4.el7", "version": "1.8" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1582977998", "release": "11.el7", "version": "2.2.4" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1582978036", "release": "3.el7", "version": "1.1.0" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1582977991", "release": "8.el7_7.1", "version": "3.7.17" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1582978152", "release": "4.el7_7.2", "version": "1.8.23" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1582978097", "release": "67.el7_7.3", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978095", "release": "67.el7_7.3", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1582978100", "release": "67.el7_7.3", "version": "219" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1582978036", "release": "14.dsf.el7", "version": "2.88" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1582978002", "release": "35.el7", "version": "1.26" }, "tcp_wrappers": { "arch": "x86_64", "epoch": "0", "installdate": "1582978001", "release": "77.el7", "version": "7.6" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977991", "release": "77.el7", "version": "7.6" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1582978116", "release": "9.el7", "version": "1.27" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1582978121", "release": "5.el7_7.1", "version": "2.11.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1582977967", "release": "1.el7", "version": "2019c" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1582978037", "release": "16.el7", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1582978085", "release": "61.el7_7.1", "version": "2.23.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1582978002", "release": "6.el7", "version": "7.4.629" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1582978120", "release": "4.el7", "version": "1.18" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1582977992", "release": "7.el7", "version": "2.20" }, "wpa_supplicant": { "arch": "x86_64", "epoch": "1", "installdate": "1582978109", "release": "12.el7", "version": "2.6" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1582978154", "release": "20.el7", "version": "4.5.0" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1582977996", "release": "1.el7", "version": "5.2.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1582977986", "release": "1.el7", "version": "5.2.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1582978082", "release": "163.el7.centos", "version": "3.4.3" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1582978061", "release": "10.el7", "version": "1.1.4" }, "yum-plugin-fastestmirror": { "arch": "noarch", "epoch": "0", "installdate": "1582978082", "release": "52.el7", "version": "1.1.31" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1582978151", "release": "52.el7", "version": "1.1.31" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1582977985", "release": "18.el7", "version": "1.2.7" } }, "platform": "centos", "platform_family": "rhel", "platform_version": "7.7.1908", "root_group": "root", "shard_seed": 264666817, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/centos/7.8.2003.json000066400000000000000000002517761417433310300224600ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec21a807-5122-d73c-9e7a-e39c19960aa4", "UUID": "ec21a807-5122-d73c-9e7a-e39c19960aa4", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec21a807-5122-d73c-9e7a-e39c19960aa4", "sku_number": "Not Specified", "uuid": "ec21a807-5122-d73c-9e7a-e39c19960aa4", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "xfs", "inodes_available": "4159227", "inodes_percent_used": "1%", "inodes_used": "34565", "kb_available": "7277840", "kb_size": "8377344", "kb_used": "1099504", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "14%", "total_inodes": "4193792", "uuid": "6cd50e51-cfc6-40b9-9ec5-f32fa2e4ff02" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/hugetlb" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "120364", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "482552", "kb_size": "482552", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=482552k", "nr_inodes=120638", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120638" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "rpc_pipefs": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=21", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13098" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "126623" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1", "rootfs" ], "fs_type": "rootfs", "inodes_available": "4159227", "inodes_percent_used": "1%", "inodes_used": "34565", "kb_available": "7277840", "kb_size": "8377344", "kb_used": "1099504", "mount_options": [ "rw" ], "percent_used": "14%", "total_inodes": "4193792", "uuid": "6cd50e51-cfc6-40b9-9ec5-f32fa2e4ff02" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "120364", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "482552", "kb_size": "482552", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=482552k", "nr_inodes=120638", "mode=755" ], "percent_used": "0%", "total_inodes": "120638" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506492", "kb_size": "506492", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126623" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=21", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13098" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126263", "inodes_percent_used": "1%", "inodes_used": "360", "kb_available": "493364", "kb_size": "506492", "kb_used": "13128", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126623" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126623" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126607", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506492", "kb_size": "506492", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126623" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "rpc_pipefs" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "xfs", "inodes_available": "4159227", "inodes_percent_used": "1%", "inodes_used": "34565", "kb_available": "7277840", "kb_size": "8377344", "kb_used": "1099504", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "percent_used": "14%", "total_inodes": "4193792", "uuid": "6cd50e51-cfc6-40b9-9ec5-f32fa2e4ff02" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "120364", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "482552", "kb_size": "482552", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=482552k", "nr_inodes=120638", "mode=755" ], "percent_used": "0%", "total_inodes": "120638" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "rpc_pipefs,/var/lib/nfs/rpc_pipefs": { "device": "rpc_pipefs", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=21", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13098" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506492", "kb_size": "506492", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126623" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126263", "inodes_percent_used": "1%", "inodes_used": "360", "kb_available": "493364", "kb_size": "506492", "kb_used": "13128", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126623" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126623" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126607", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506492", "kb_size": "506492", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126623" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "13597" }, "aesni_intel": { "refcount": "0", "size": "189456" }, "ata_generic": { "refcount": "0", "size": "12923", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "35052", "version": "2.13" }, "cirrus": { "refcount": "1", "size": "24171" }, "crc32_pclmul": { "refcount": "0", "size": "13133" }, "crc32c_intel": { "refcount": "1", "size": "22094" }, "crct10dif_common": { "refcount": "1", "size": "12595" }, "crct10dif_pclmul": { "refcount": "0", "size": "14307" }, "cryptd": { "refcount": "3", "size": "21190" }, "drm": { "refcount": "4", "size": "456166" }, "drm_kms_helper": { "refcount": "1", "size": "186531" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "17180" }, "fb_sys_fops": { "refcount": "1", "size": "12703" }, "floppy": { "refcount": "0", "size": "69432" }, "gf128mul": { "refcount": "1", "size": "15139" }, "ghash_clmulni_intel": { "refcount": "0", "size": "13273" }, "glue_helper": { "refcount": "1", "size": "13990" }, "i2c_piix4": { "refcount": "0", "size": "22401" }, "intel_rapl": { "refcount": "0", "size": "19451" }, "iosf_mbi": { "refcount": "1", "size": "15582" }, "ip_tables": { "refcount": "0", "size": "27126" }, "libata": { "refcount": "3", "size": "243094", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "12644" }, "lrw": { "refcount": "1", "size": "13286" }, "parport": { "refcount": "2", "size": "46395" }, "parport_pc": { "refcount": "0", "size": "28205" }, "pata_acpi": { "refcount": "0", "size": "13053", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "12718" }, "ppdev": { "refcount": "0", "size": "17671" }, "sb_edac": { "refcount": "0", "size": "32114" }, "serio_raw": { "refcount": "0", "size": "13434" }, "sunrpc": { "refcount": "1", "size": "358543" }, "syscopyarea": { "refcount": "1", "size": "12529" }, "sysfillrect": { "refcount": "1", "size": "12701" }, "sysimgblt": { "refcount": "1", "size": "12640" }, "ttm": { "refcount": "1", "size": "96673" }, "xen_blkfront": { "refcount": "2", "size": "26966" }, "xen_netfront": { "refcount": "0", "size": "27206" }, "xfs": { "refcount": "1", "size": "997681" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "3.10.0-1127.el7.x86_64", "version": "#1 SMP Tue Mar 31 23:36:51 UTC 2020" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604986556.9472494, "os": "linux", "os_version": "3.10.0-1127.el7.x86_64", "packages": { "PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1587546373", "release": "11.el7", "version": "3.10" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "15.el7", "version": "2.2.51" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1587546381", "release": "4.el7", "version": "2.8.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "4.el7", "version": "2.8.5" }, "audit-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "4.el7", "version": "2.8.5" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1587546380", "release": "30.el7", "version": "6.2.8" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1587546331", "release": "7.el7.centos", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "34.el7", "version": "4.2.46" }, "bind-export-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1587546363", "release": "16.P2.el7_8.2", "version": "9.11.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546365", "release": "43.base.el7", "version": "2.27" }, "btrfs-progs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546384", "release": "1.el7", "version": "4.9.1" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "13.el7", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1587546355", "release": "76.el7_7", "version": "2019.2.32" }, "centos-release": { "arch": "x86_64", "epoch": "0", "installdate": "1587546331", "release": "8.2003.0.el7.centos", "version": "7" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "8.el7", "version": "2.5" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1604986554", "release": "1.el7", "version": "16.6.14" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "1.el7", "version": "1.7.4" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1587546381", "release": "1.el7", "version": "3.4" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1587546373", "release": "6.el7.centos", "version": "18.5" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1587546383", "release": "5.el7", "version": "0.29" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546356", "release": "24.el7", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "27.el7", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1587546360", "release": "11.el7", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1587546360", "release": "11.el7", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1587546370", "release": "23.el7", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1587546370", "release": "23.el7", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1587546370", "release": "6.20121102git.el7", "version": "1.11" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546367", "release": "6.el7", "version": "2.0.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "57.el7", "version": "7.29.0" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "23.el7", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1587546369", "release": "13.el7_6", "version": "1.10.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1587546372", "release": "7.el7", "version": "0.100" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1587546367", "release": "13.el7_6", "version": "1.10.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546373", "release": "9.el7", "version": "1.1.1" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1587546367", "release": "7.el7_8.1", "version": "1.02.164" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1587546367", "release": "7.el7_8.1", "version": "1.02.164" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1587546371", "release": "79.el7.centos", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1587546370", "release": "79.el7.centos", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1587546370", "release": "79.el7.centos", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "5.el7", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1587546341", "release": "3.el7", "version": "3.2" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1587546367", "release": "568.el7", "version": "033" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1587546383", "release": "568.el7", "version": "033" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1587546383", "release": "568.el7", "version": "033" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1587546371", "release": "568.el7", "version": "033" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "17.el7", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "17.el7", "version": "1.42.9" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1587546369", "release": "4.el7", "version": "0.176" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "4.el7", "version": "0.176" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546367", "release": "4.el7", "version": "0.176" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1587546341", "release": "10.el7", "version": "4.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "11.el7", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "36.el7", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "36.el7", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1587546331", "release": "25.el7", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1587546340", "release": "6.el7", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "6.el7", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "6.el7", "version": "1.4.1" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1587546343", "release": "14.el7", "version": "2.8" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "4.el7_3.1", "version": "4.0.2" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "8.el7", "version": "1.10" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "3.el7", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "3.el7", "version": "0.19.8.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1587546359", "release": "5.el7", "version": "2.56.1" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1587546336", "release": "307.el7.1", "version": "2.17" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1587546335", "release": "307.el7.1", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1587546354", "release": "15.el7", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "5.el7_5", "version": "2.0.22" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "1.el7", "version": "1.56.1" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "5.el7", "version": "1.3.2" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "3.el7", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "8.el7", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1587546376", "release": "0.81.el7.centos", "version": "2.02" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1587546331", "release": "0.81.el7.centos", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1587546371", "release": "0.81.el7.centos", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1587546332", "release": "0.81.el7.centos", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1587546370", "release": "0.81.el7.centos", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1587546371", "release": "0.81.el7.centos", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1587546369", "release": "0.81.el7.centos", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "26.el7", "version": "8.28" }, "gssproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1587546372", "release": "28.el7", "version": "0.7.0" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1587546359", "release": "10.el7", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1587546366", "release": "19.el7", "version": "1.0" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "3.el7_7.1", "version": "3.13" }, "hwdata": { "arch": "x86_64", "epoch": "0", "installdate": "1587546372", "release": "9.5.el7", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "5.el7", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1587546369", "release": "1.el7", "version": "9.49.49" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "25.el7_7.2", "version": "4.11.0" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "34.el7", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546369", "release": "10.el7", "version": "20160308" }, "irqbalance": { "arch": "x86_64", "epoch": "3", "installdate": "1587546381", "release": "12.el7", "version": "1.0.7" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "1.el7", "version": "2.10" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "4.el7_0", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1587546380", "release": "15.el7", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1587546332", "release": "15.el7", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1587546332", "release": "15.el7", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1587546380", "release": "1127.el7", "version": "3.10.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1587546384", "release": "1127.el7", "version": "3.10.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "1127.el7", "version": "3.10.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1587546376", "release": "43.el7", "version": "2.0.15" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "3.el7", "version": "1.5.8" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "3.el7", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1587546367", "release": "28.el7", "version": "20" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546343", "release": "28.el7", "version": "20" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "131.el7", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546356", "release": "46.el7", "version": "1.15.1" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "9.el7", "version": "458" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "15.el7", "version": "2.2.51" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "3.el7", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "13.el7", "version": "2.4.46" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "32.el7", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1587546359", "release": "63.el7", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "11.el7", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "4.el7", "version": "0.7.5" }, "libcgroup": { "arch": "x86_64", "epoch": "0", "installdate": "1587546372", "release": "21.el7", "version": "0.41" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "32.el7", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "17.el7", "version": "1.42.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1587546360", "release": "4.el7", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "57.el7", "version": "7.29.0" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "7.el7", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "25.el7", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "25.el7", "version": "5.3.21" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "12.20121213cvs.el7", "version": "3.0" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1587546373", "release": "2.el7", "version": "0.1.9" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "4.el7", "version": "2.0.21" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "3.el7", "version": "0.99.4" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "19.el7", "version": "3.0.13" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1587546331", "release": "39.el7", "version": "4.8.5" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "14.el7", "version": "1.5.3" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "39.el7", "version": "4.8.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "3.el7", "version": "1.12" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "4.el7", "version": "1.28" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "32.el7", "version": "1.3.1" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "7.el7", "version": "1.0.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1587546359", "release": "63.el7", "version": "2.23.2" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "9.el7", "version": "1.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "1.el7_3", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "4.el7", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "19.el7", "version": "0.25" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "4.el7", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "4.el7", "version": "3.2.28" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "32.el7", "version": "0.2.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "3.el7", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1587546343", "release": "7.el7_2", "version": "1.5.13" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1587546360", "release": "5.el7", "version": "1.2.3" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "32.el7", "version": "0.1.5" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "4.el7", "version": "2.3.1" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "15.el7", "version": "2.5" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546360", "release": "15.el7", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546343", "release": "15.el7", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "14.el7", "version": "2.5" }, "libsemanage-python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "14.el7", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "10.el7", "version": "2.5" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "63.el7", "version": "2.23.2" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "17.el7", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "3.el7", "version": "1.8.0" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "39.el7", "version": "4.8.5" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546385", "release": "16.el7", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "1.el7", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "1.el7", "version": "1.29" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "0.16.el7", "version": "0.2.4" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "9.el7", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "9.el7", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "4.el7", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "63.el7", "version": "2.23.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "4.el7", "version": "0.2.5" }, "libverto-libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "4.el7", "version": "0.2.5" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "6.el7.4", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546362", "release": "6.el7.4", "version": "2.9.1" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1587546373", "release": "11.el7_0", "version": "0.1.4" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1587546365", "release": "19.el7", "version": "3.8.6" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1587546374", "release": "14.el7", "version": "B.02.18" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "15.el7", "version": "5.1.4" }, "lz4": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "3.el7", "version": "1.7.5" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "8.el7", "version": "2.06" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1587546343", "release": "24.el7", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1587546384", "release": "11.el7", "version": "2.6.3" }, "mariadb-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1587546363", "release": "1.el7", "version": "5.5.65" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1587546382", "release": "61.el7", "version": "2.1" }, "mozjs17": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "20.el7", "version": "17.0.0" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1587546354", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1587546332", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "14.20130511.el7_4", "version": "5.9" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1587546371", "release": "0.25.20131004git.el7", "version": "2.0" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "4.el7", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "4.el7", "version": "0.52.15" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1587546374", "release": "0.66.el7", "version": "1.3.0" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "1.el7", "version": "4.21.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "7.el7_7", "version": "3.44.0" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "7.el7", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "8.el7_7", "version": "3.44.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1587546336", "release": "8.el7_7", "version": "3.44.0" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "7.el7_7", "version": "3.44.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "7.el7_7", "version": "3.44.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "4.el7_7", "version": "3.44.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "5.el7", "version": "2.0.12" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "21.el7_6", "version": "2.4.44" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1587546370", "release": "21.el7", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1587546376", "release": "21.el7", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1587546376", "release": "21.el7", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1587546363", "release": "19.el7", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1587546356", "release": "19.el7", "version": "1.0.2k" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1587546369", "release": "9.el7", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "3.el7", "version": "0.23.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "3.el7", "version": "0.23.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1587546360", "release": "23.el7", "version": "1.1.8" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1587546383", "release": "32.el7", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1587546384", "release": "6.el7", "version": "0.79" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "3.el7", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "17.el7", "version": "8.32" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "17.el7", "version": "0.8.1" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1587546361", "release": "4.el7", "version": "0.27.1" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546369", "release": "34.el7", "version": "2.5" }, "policycoreutils-python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546372", "release": "34.el7", "version": "2.5" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1587546369", "release": "26.el7", "version": "0.112" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1587546369", "release": "4.el7", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "16.el7", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1587546380", "release": "9.el7", "version": "2.10.1" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "27.el7", "version": "3.3.10" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1587546365", "release": "23.el7", "version": "2.0.7" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "9.el7", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "11.el7", "version": "0.5.3" }, "pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1587546363", "release": "6.el7", "version": "2.6" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546359", "release": "88.el7", "version": "2.7.5" }, "python-IPy": { "arch": "noarch", "epoch": "0", "installdate": "1587546362", "release": "6.el7", "version": "0.75" }, "python-babel": { "arch": "noarch", "epoch": "0", "installdate": "1587546363", "release": "8.el7", "version": "0.9.6" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1587546362", "release": "8.el7", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1587546362", "release": "1.el7", "version": "3.5.0.1" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1587546360", "release": "3.el7", "version": "2.2.1" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1587546360", "release": "7.el7", "version": "4.7.2" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1587546360", "release": "3.el7", "version": "3.4.0" }, "python-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "1.el7_4.1", "version": "3.22.0" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1587546362", "release": "9.el7", "version": "0.4" }, "python-ipaddress": { "arch": "noarch", "epoch": "0", "installdate": "1587546360", "release": "2.el7", "version": "1.0.16" }, "python-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1587546363", "release": "4.el7", "version": "2.7.2" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1587546363", "release": "4.el7", "version": "1.2" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1587546363", "release": "2.el7", "version": "1.9" }, "python-kitchen": { "arch": "noarch", "epoch": "0", "installdate": "1587546361", "release": "5.el7", "version": "1.1.1" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546359", "release": "88.el7", "version": "2.7.5" }, "python-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1587546363", "release": "4.el7", "version": "0.4.11" }, "python-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1587546362", "release": "10.el7", "version": "0.11" }, "python-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1587546362", "release": "1127.el7", "version": "3.10.0" }, "python-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1587546363", "release": "3.el7", "version": "0.7.2" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "19.el7", "version": "7.19.0" }, "python-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1587546373", "release": "9.el7", "version": "0.15" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1587546362", "release": "9.el7_8", "version": "2.6.0" }, "python-schedutils": { "arch": "x86_64", "epoch": "0", "installdate": "1587546362", "release": "6.el7", "version": "0.4" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1587546362", "release": "7.el7", "version": "0.9.8" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1587546361", "release": "2.el7", "version": "1.9.0" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1587546364", "release": "10.el7", "version": "3.10" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1587546362", "release": "7.el7", "version": "1.10.2" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1587546363", "release": "5.el7", "version": "0.5.1" }, "qemu-guest-agent": { "arch": "x86_64", "epoch": "10", "installdate": "1587546381", "release": "3.el7", "version": "2.12.0" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "3.el7", "version": "3.4.1" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1587546371", "release": "19.el7", "version": "4.01" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1587546332", "release": "19.el7", "version": "4.01" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "11.el7", "version": "6.2" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1587546385", "release": "11.el7", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1587546369", "release": "49.el7", "version": "0.2.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "43.el7", "version": "4.11.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "43.el7", "version": "4.11.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546364", "release": "43.el7", "version": "4.11.3" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1587546366", "release": "43.el7", "version": "4.11.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1587546383", "release": "10.el7", "version": "3.1.2" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1587546373", "release": "52.el7", "version": "8.24.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "6.el7", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1587546371", "release": "266.el7", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1587546376", "release": "266.el7", "version": "3.13.1" }, "setools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "4.el7", "version": "3.3.8" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1587546331", "release": "11.el7", "version": "2.8.71" }, "sg3_utils": { "arch": "x86_64", "epoch": "1", "installdate": "1587546384", "release": "19.el7", "version": "1.37" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1587546366", "release": "19.el7", "version": "1.37" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1587546359", "release": "5.el7", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1587546359", "release": "5.el7", "version": "1.8" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "11.el7", "version": "2.2.4" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "3.el7", "version": "1.1.0" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "8.el7_7.1", "version": "3.7.17" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1587546384", "release": "9.el7", "version": "1.8.23" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1587546368", "release": "73.el7_8.5", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546367", "release": "73.el7_8.5", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1587546369", "release": "73.el7_8.5", "version": "219" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "14.dsf.el7", "version": "2.88" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1587546342", "release": "35.el7", "version": "1.26" }, "tcp_wrappers": { "arch": "x86_64", "epoch": "0", "installdate": "1587546342", "release": "77.el7", "version": "7.6" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "77.el7", "version": "7.6" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1587546372", "release": "1.el7", "version": "1.29" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1587546374", "release": "8.el7", "version": "2.11.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1587546333", "release": "1.el7", "version": "2019c" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1587546355", "release": "16.el7", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1587546367", "release": "63.el7", "version": "2.23.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1587546342", "release": "6.el7", "version": "7.4.629" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1587546373", "release": "4.el7", "version": "1.18" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1587546340", "release": "7.el7", "version": "2.20" }, "wpa_supplicant": { "arch": "x86_64", "epoch": "1", "installdate": "1587546371", "release": "12.el7", "version": "2.6" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546385", "release": "20.el7", "version": "4.5.0" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1587546341", "release": "1.el7", "version": "5.2.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1587546339", "release": "1.el7", "version": "5.2.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1587546366", "release": "167.el7.centos", "version": "3.4.3" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1587546361", "release": "10.el7", "version": "1.1.4" }, "yum-plugin-fastestmirror": { "arch": "noarch", "epoch": "0", "installdate": "1587546366", "release": "53.el7", "version": "1.1.31" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1587546384", "release": "53.el7", "version": "1.1.31" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1587546338", "release": "18.el7", "version": "1.2.7" } }, "platform": "centos", "platform_family": "rhel", "platform_version": "7.8.2003", "root_group": "root", "shard_seed": 265617762, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/centos/8.json000066400000000000000000003232131417433310300217120ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec24286e-429d-dfaa-17e3-21131a7e041c", "UUID": "ec24286e-429d-dfaa-17e3-21131a7e041c", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec24286e-429d-dfaa-17e3-21131a7e041c", "sku_number": "Not Specified", "uuid": "ec24286e-429d-dfaa-17e3-21131a7e041c", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "mounts": [ ] }, "/dev/xvda2": { "fs_type": "xfs", "inodes_available": "5197658", "inodes_percent_used": "1%", "inodes_used": "44182", "kb_available": "8931556", "kb_size": "10473452", "kb_used": "1541896", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "15%", "total_inodes": "5241840", "uuid": "b437cbaa-8fe5-49e4-8537-0895c219037a" }, "bpf": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/perf_event" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "98295", "inodes_percent_used": "1%", "inodes_used": "280", "kb_available": "394300", "kb_size": "394300", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=394300k", "nr_inodes=98575", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "98575" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/fs/pstore" ] }, "rpc_pipefs": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=19386" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "104441", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "83556", "kb_size": "83556", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=83556k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "104446" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2" ], "fs_type": "xfs", "inodes_available": "5197658", "inodes_percent_used": "1%", "inodes_used": "44182", "kb_available": "8931556", "kb_size": "10473452", "kb_used": "1541896", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "percent_used": "15%", "total_inodes": "5241840", "uuid": "b437cbaa-8fe5-49e4-8537-0895c219037a" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "98295", "inodes_percent_used": "1%", "inodes_used": "280", "kb_available": "394300", "kb_size": "394300", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=394300k", "nr_inodes=98575", "mode=755" ], "percent_used": "0%", "total_inodes": "98575" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "104445", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "417784", "kb_size": "417784", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "104446" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=19386" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "104037", "inodes_percent_used": "1%", "inodes_used": "409", "kb_available": "406924", "kb_size": "417784", "kb_used": "10860", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "104446" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "104441", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "83556", "kb_size": "83556", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=83556k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "104446" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/bpf": { "devices": [ "bpf" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "104429", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "417784", "kb_size": "417784", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "104446" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "rpc_pipefs" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,": { "device": "/dev/xvda1" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "xfs", "inodes_available": "5197658", "inodes_percent_used": "1%", "inodes_used": "44182", "kb_available": "8931556", "kb_size": "10473452", "kb_used": "1541896", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "percent_used": "15%", "total_inodes": "5241840", "uuid": "b437cbaa-8fe5-49e4-8537-0895c219037a" }, "bpf,/sys/fs/bpf": { "device": "bpf", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime", "seclabel" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "98295", "inodes_percent_used": "1%", "inodes_used": "280", "kb_available": "394300", "kb_size": "394300", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=394300k", "nr_inodes=98575", "mode=755" ], "percent_used": "0%", "total_inodes": "98575" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "rpc_pipefs,/var/lib/nfs/rpc_pipefs": { "device": "rpc_pipefs", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=19386" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "104445", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "417784", "kb_size": "417784", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "104446" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "104037", "inodes_percent_used": "1%", "inodes_used": "409", "kb_available": "406924", "kb_size": "417784", "kb_used": "10860", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "104446" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "104441", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "83556", "kb_size": "83556", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=83556k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "104446" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "104429", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "417784", "kb_size": "417784", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "104446" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "cirrus": { "refcount": "0", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "1", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "28672" }, "dm_mod": { "refcount": "2", "size": "151552" }, "dm_region_hash": { "refcount": "1", "size": "20480" }, "drm": { "refcount": "3", "size": "536576" }, "drm_kms_helper": { "refcount": "3", "size": "212992" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "intel_rapl_common": { "refcount": "1", "size": "24576" }, "intel_rapl_msr": { "refcount": "0", "size": "16384" }, "intel_rapl_perf": { "refcount": "0", "size": "20480" }, "ip_tables": { "refcount": "0", "size": "28672" }, "libata": { "refcount": "2", "size": "270336", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "pcspkr": { "refcount": "0", "size": "16384" }, "sb_edac": { "refcount": "0", "size": "24576" }, "serio_raw": { "refcount": "0", "size": "16384" }, "sunrpc": { "refcount": "1", "size": "454656" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "xen_blkfront": { "refcount": "2", "size": "40960" }, "xen_netfront": { "refcount": "0", "size": "32768" }, "xfs": { "refcount": "1", "size": "1519616" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.18.0-193.6.3.el8_2.x86_64", "version": "#1 SMP Wed Jun 10 11:09:32 UTC 2020" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604984464.6100483, "os": "linux", "os_version": "4.18.0-193.6.3.el8_2.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1591843011", "release": "4.el8", "version": "1.22.8" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1591843010", "release": "4.el8", "version": "1.22.8" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1591843034", "release": "4.el8", "version": "1.22.8" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1591843039", "release": "4.el8", "version": "1.22.8" }, "PackageKit": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "4.el8", "version": "1.1.12" }, "PackageKit-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1591843020", "release": "4.el8", "version": "1.1.12" }, "abattis-cantarell-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1591842951", "release": "4.el8", "version": "0.0.25" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1591842969", "release": "1.el8", "version": "2.2.53" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1591843013", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "authselect": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "2.el8", "version": "1.1" }, "authselect-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1591843039", "release": "2.el8", "version": "1.1" }, "authselect-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "2.el8", "version": "1.1" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1591842952", "release": "5.el8", "version": "11" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1591842964", "release": "10.el8", "version": "4.4.19" }, "bind-export-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1591843026", "release": "3.el8", "version": "9.11.13" }, "brotli": { "arch": "x86_64", "epoch": "0", "installdate": "1591842972", "release": "1.el8", "version": "1.0.6" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "26.el8", "version": "1.0.6" }, "c-ares": { "arch": "x86_64", "epoch": "0", "installdate": "1591842972", "release": "5.el8", "version": "1.13.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1591842999", "release": "80.0.el8_1", "version": "2019.2.32" }, "cairo": { "arch": "x86_64", "epoch": "0", "installdate": "1591843012", "release": "3.el8", "version": "1.15.12" }, "cairo-gobject": { "arch": "x86_64", "epoch": "0", "installdate": "1591843012", "release": "3.el8", "version": "1.15.12" }, "centos-gpg-keys": { "arch": "noarch", "epoch": "0", "installdate": "1591842951", "release": "2.2004.0.1.el8", "version": "8.2" }, "centos-logos": { "arch": "x86_64", "epoch": "0", "installdate": "1591843034", "release": "2.el8", "version": "80.5" }, "centos-release": { "arch": "x86_64", "epoch": "0", "installdate": "1591842951", "release": "2.2004.0.1.el8", "version": "8.2" }, "centos-repos": { "arch": "x86_64", "epoch": "0", "installdate": "1591842951", "release": "2.2004.0.1.el8", "version": "8.2" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1591842973", "release": "1.el8", "version": "2.9" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1604984460", "release": "1.el7", "version": "16.6.14" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "1.el8", "version": "1.11" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1591843039", "release": "1.el8", "version": "3.5" }, "cloud-init": { "arch": "noarch", "epoch": "0", "installdate": "1591843038", "release": "12.el8_2.1", "version": "18.5" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1591843041", "release": "3.el8", "version": "0.29" }, "cockpit-bridge": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "1.el8", "version": "211.3" }, "cockpit-system": { "arch": "noarch", "epoch": "0", "installdate": "1591843034", "release": "1.el8", "version": "211.3" }, "cockpit-ws": { "arch": "x86_64", "epoch": "0", "installdate": "1591843035", "release": "1.el8", "version": "211.3" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1591842997", "release": "7.el8_2.1", "version": "8.30" }, "coreutils-common": { "arch": "x86_64", "epoch": "0", "installdate": "1591842972", "release": "7.el8_2.1", "version": "8.30" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1591842973", "release": "8.el8", "version": "2.12" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "15.el8", "version": "2.9.6" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1591842993", "release": "15.el8", "version": "2.9.6" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1591843010", "release": "4.el8", "version": "1.5.2" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1591843010", "release": "4.el8", "version": "1.5.2" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1591843010", "release": "16.20150630git.el8", "version": "1.11" }, "crypto-policies": { "arch": "noarch", "epoch": "0", "installdate": "1591843002", "release": "2.git23e1bf1.el8", "version": "20191128" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591843000", "release": "1.el8", "version": "2.2.2" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "12.el8", "version": "7.61.1" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "1.el8", "version": "2.1.27" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1591843003", "release": "9.el8", "version": "1.12.8" }, "dbus-common": { "arch": "noarch", "epoch": "1", "installdate": "1591842992", "release": "9.el8", "version": "1.12.8" }, "dbus-daemon": { "arch": "x86_64", "epoch": "1", "installdate": "1591842999", "release": "9.el8", "version": "1.12.8" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "2.el8", "version": "0.110" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1591842997", "release": "9.el8", "version": "1.12.8" }, "dbus-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1591842997", "release": "9.el8", "version": "1.12.8" }, "device-mapper": { "arch": "x86_64", "epoch": "8", "installdate": "1591842993", "release": "3.el8", "version": "1.02.169" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "8", "installdate": "1591842999", "release": "3.el8", "version": "1.02.169" }, "dhcp-client": { "arch": "x86_64", "epoch": "12", "installdate": "1591843031", "release": "40.el8", "version": "4.3.6" }, "dhcp-common": { "arch": "noarch", "epoch": "12", "installdate": "1591842992", "release": "40.el8", "version": "4.3.6" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1591843030", "release": "40.el8", "version": "4.3.6" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "6.el8", "version": "3.6" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1591842973", "release": "5.el8", "version": "3.2" }, "dnf": { "arch": "noarch", "epoch": "0", "installdate": "1591843033", "release": "6.el8", "version": "4.2.17" }, "dnf-data": { "arch": "noarch", "epoch": "0", "installdate": "1591842991", "release": "6.el8", "version": "4.2.17" }, "dnf-plugin-spacewalk": { "arch": "noarch", "epoch": "0", "installdate": "1591843033", "release": "11.module_el8.1.0+211+ad6c0bc7", "version": "2.8.5" }, "dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1591843033", "release": "3.el8", "version": "4.0.12" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1591843000", "release": "70.git20200228.el8", "version": "049" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1591843041", "release": "70.git20200228.el8", "version": "049" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1591843041", "release": "70.git20200228.el8", "version": "049" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1591843031", "release": "70.git20200228.el8", "version": "049" }, "dracut-squash": { "arch": "x86_64", "epoch": "0", "installdate": "1591843030", "release": "70.git20200228.el8", "version": "049" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1591843030", "release": "3.el8", "version": "1.45.4" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "3.el8", "version": "1.45.4" }, "elfutils-debuginfod-client": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "7.el8", "version": "0.178" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1591842992", "release": "7.el8", "version": "0.178" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "7.el8", "version": "0.178" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "7.el8", "version": "0.178" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1591842967", "release": "2.el8", "version": "5.0" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "3.el8", "version": "2.2.5" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "13.el8", "version": "5.33" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "13.el8", "version": "5.33" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1591842952", "release": "2.el8", "version": "3.8" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1591842966", "release": "20.el8", "version": "4.6.0" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "4.el8", "version": "1.5.0" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "4.el8", "version": "1.5.0" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1591843011", "release": "3.el8", "version": "2.13.1" }, "fontpackages-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1591842951", "release": "22.el8", "version": "1.44" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "4.el8", "version": "2.9.1" }, "fuse-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842973", "release": "12.el8", "version": "2.9.7" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "1.el8", "version": "4.2.1" }, "gdbm": { "arch": "x86_64", "epoch": "1", "installdate": "1591842968", "release": "1.el8", "version": "1.18" }, "gdbm-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1591842967", "release": "1.el8", "version": "1.18" }, "gdk-pixbuf2": { "arch": "x86_64", "epoch": "0", "installdate": "1591843011", "release": "5.el8", "version": "2.36.12" }, "geolite2-city": { "arch": "noarch", "epoch": "0", "installdate": "1591842951", "release": "1.el8", "version": "20180605" }, "geolite2-country": { "arch": "noarch", "epoch": "0", "installdate": "1591842949", "release": "1.el8", "version": "20180605" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1591843002", "release": "17.el8", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842997", "release": "17.el8", "version": "0.19.8.1" }, "glib-networking": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "1.1.el8", "version": "2.56.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1591843003", "release": "8.el8", "version": "2.56.4" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1591842964", "release": "101.el8", "version": "2.28" }, "glibc-all-langpacks": { "arch": "x86_64", "epoch": "0", "installdate": "1591842961", "release": "101.el8", "version": "2.28" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1591842961", "release": "101.el8", "version": "2.28" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1591842965", "release": "10.el8", "version": "6.1.2" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "1.el8", "version": "2.2.9" }, "gnupg2-smime": { "arch": "x86_64", "epoch": "0", "installdate": "1591843031", "release": "1.el8", "version": "2.2.9" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1591843003", "release": "10.el8_2", "version": "3.6.8" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "1.el8", "version": "1.56.1" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "6.el8.0.1", "version": "1.10.0" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "6.el8", "version": "3.1" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1591842969", "release": "18.el8", "version": "1.22.3" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1591842966", "release": "81.el8", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1591843039", "release": "81.el8", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1591842969", "release": "81.el8", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1591843002", "release": "81.el8", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1591843026", "release": "81.el8", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1591842997", "release": "81.el8", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1591843001", "release": "38.el8", "version": "8.40" }, "gsettings-desktop-schemas": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "4.el8", "version": "3.32.0" }, "gssproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1591843024", "release": "15.el8", "version": "0.8.0" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "9.el8", "version": "1.9" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1591842973", "release": "6.el8", "version": "1.3" }, "hdparm": { "arch": "x86_64", "epoch": "0", "installdate": "1591842973", "release": "2.el8", "version": "9.54" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1591843042", "release": "6.el8", "version": "3.20" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1591842951", "release": "8.4.el8", "version": "0.314" }, "ima-evm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1591843011", "release": "5.el8", "version": "1.1" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "6.el8", "version": "6.5" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1591843010", "release": "1.el8_2.1", "version": "10.00.6" }, "ipcalc": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "4.el8", "version": "0.2.4" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "1.el8", "version": "5.3.0" }, "iptables-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "10.el8", "version": "1.8.4" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1591843010", "release": "2.el8", "version": "20180629" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1591843041", "release": "4.el8", "version": "1.4.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "3.el8", "version": "2.11" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "0.2.el8", "version": "0.13.1" }, "json-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "1.el8", "version": "1.4.4" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1591842999", "release": "8.el8", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1591842992", "release": "8.el8", "version": "2.0.4" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1591842991", "release": "8.el8", "version": "2.0.4" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1591843039", "release": "193.6.3.el8_2", "version": "4.18.0" }, "kernel-core": { "arch": "x86_64", "epoch": "0", "installdate": "1591843010", "release": "193.6.3.el8_2", "version": "4.18.0" }, "kernel-modules": { "arch": "x86_64", "epoch": "0", "installdate": "1591843014", "release": "193.6.3.el8_2", "version": "4.18.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "193.6.3.el8_2", "version": "4.18.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842972", "release": "193.6.3.el8_2", "version": "4.18.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1591843031", "release": "14.el8", "version": "2.0.20" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1591842969", "release": "6.el8", "version": "1.5.10" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "6.el8", "version": "1.5.10" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1591842999", "release": "16.el8", "version": "25" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842999", "release": "16.el8", "version": "25" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1591842993", "release": "3.el8", "version": "0.8.3" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842993", "release": "18.el8", "version": "1.17" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1591842972", "release": "1.el8", "version": "530" }, "libX11": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "3.el8", "version": "1.6.8" }, "libX11-common": { "arch": "noarch", "epoch": "0", "installdate": "1591842953", "release": "3.el8", "version": "1.6.8" }, "libXau": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "13.el8", "version": "1.0.8" }, "libXext": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "9.el8", "version": "1.3.3" }, "libXrender": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "7.el8", "version": "0.9.10" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "1.el8", "version": "2.2.53" }, "libappstream-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "3.el8", "version": "0.7.14" }, "libarchive": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "8.el8_1", "version": "3.3.2" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "3.el8", "version": "2.5.1" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "3.el8", "version": "2.4.48" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "39.el8", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1591842999", "release": "22.el8", "version": "2.32.1" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "3.el8", "version": "2.26" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "5.el8", "version": "0.7.9" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "39.el8", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "3.el8", "version": "1.45.4" }, "libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1591842970", "release": "4.el8", "version": "0.1.11" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1591842997", "release": "4.el8", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "12.el8", "version": "7.61.1" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1591842973", "release": "15.el8", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1591843000", "release": "37.el8", "version": "5.3.28" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "37.el8", "version": "5.3.28" }, "libdhash": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "39.el8", "version": "0.5.0" }, "libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "5.el8", "version": "0.39.1" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "23.20170329cvs.el8", "version": "3.1" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "1.el8", "version": "0.1.10" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "5.el8", "version": "2.1.8" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "2.el8", "version": "0.99.8" }, "libfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1591842997", "release": "22.el8", "version": "2.32.1" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "21.el8", "version": "3.1" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1591842947", "release": "5.el8.0.2", "version": "8.3.1" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "4.el8", "version": "1.8.3" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "5.el8.0.2", "version": "8.3.1" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "1.el8", "version": "1.31" }, "libgudev": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "4.el8", "version": "232" }, "libidn2": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "1.el8", "version": "2.2.0" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "39.el8", "version": "1.3.1" }, "libkcapi": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "16_1.el8", "version": "1.1.1" }, "libkcapi-hmaccalc": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "16_1.el8", "version": "1.1.1" }, "libksba": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "7.el8", "version": "1.3.5" }, "libldb": { "arch": "x86_64", "epoch": "0", "installdate": "1591843012", "release": "3.el8", "version": "2.0.7" }, "libmaxminddb": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "7.el8", "version": "1.2.0" }, "libmetalink": { "arch": "x86_64", "epoch": "0", "installdate": "1591842970", "release": "7.el8", "version": "0.1.3" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "6.el8", "version": "1.0.4" }, "libmodman": { "arch": "x86_64", "epoch": "0", "installdate": "1591842970", "release": "17.el8", "version": "2.0.1" }, "libmodulemd1": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "0.2.8.2.1", "version": "1.8.16" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1591842997", "release": "22.el8", "version": "2.32.1" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1591842973", "release": "3.el8", "version": "1.7" }, "libnfsidmap": { "arch": "x86_64", "epoch": "1", "installdate": "1591843012", "release": "31.el8", "version": "2.3.3" }, "libnghttp2": { "arch": "x86_64", "epoch": "0", "installdate": "1591842973", "release": "1.el8_0.1", "version": "1.33.0" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "1.el8", "version": "3.5.0" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "1.el8", "version": "3.5.0" }, "libnsl2": { "arch": "x86_64", "epoch": "0", "installdate": "1591842993", "release": "2.20180605git4a062cf.el8", "version": "1.2.0" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "39.el8", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1591842967", "release": "3.el8", "version": "1.9.0" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1591842973", "release": "2.el8", "version": "1.5.0" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1591842966", "release": "5.el8", "version": "1.6.34" }, "libproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1591842970", "release": "5.2.el8", "version": "0.4.15" }, "libpsl": { "arch": "x86_64", "epoch": "0", "installdate": "1591842969", "release": "5.el8", "version": "0.20.2" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1591843000", "release": "9.el8", "version": "1.4.0" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "39.el8", "version": "0.1.5" }, "librepo": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "2.el8", "version": "1.11.0" }, "libreport-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1591842991", "release": "10.el8", "version": "2.9.5" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "1.el8", "version": "2.4.1" }, "libsecret": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "1.el8", "version": "0.18.6" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1591842955", "release": "3.el8", "version": "2.9" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1591842972", "release": "3.el8", "version": "2.9" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "2.el8", "version": "2.9" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1591842964", "release": "1.el8", "version": "2.9" }, "libsigsegv": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "5.el8", "version": "2.11" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "22.el8", "version": "2.32.1" }, "libsolv": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "1.el8", "version": "0.7.7" }, "libsoup": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "1.el8", "version": "2.62.3" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1591842972", "release": "3.el8", "version": "1.45.4" }, "libssh": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "4.el8", "version": "0.9.0" }, "libssh-config": { "arch": "noarch", "epoch": "0", "installdate": "1591842991", "release": "4.el8", "version": "0.9.0" }, "libsss_autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "20.el8", "version": "2.2.3" }, "libsss_certmap": { "arch": "x86_64", "epoch": "0", "installdate": "1591843011", "release": "20.el8", "version": "2.2.3" }, "libsss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "20.el8", "version": "2.2.3" }, "libsss_nss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "20.el8", "version": "2.2.3" }, "libsss_sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "20.el8", "version": "2.2.3" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "5.el8.0.2", "version": "8.3.1" }, "libstemmer": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "10.585svn.el8", "version": "0" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "24.el8", "version": "2.1.0" }, "libtalloc": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "7.el8", "version": "2.2.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "3.el8", "version": "4.13" }, "libtdb": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "2.el8", "version": "1.4.2" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "1.el8", "version": "1.29" }, "libtevent": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "2.el8", "version": "0.10.0" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1591842993", "release": "4.el8", "version": "1.1.4" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "3.el8", "version": "0.9.9" }, "libusbx": { "arch": "x86_64", "epoch": "0", "installdate": "1591843031", "release": "1.el8", "version": "1.0.22" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "23.el8", "version": "0.62" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1591842999", "release": "14.el8", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "22.el8", "version": "2.32.1" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "5.el8", "version": "0.3.0" }, "libverto-libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1591843024", "release": "5.el8", "version": "0.3.0" }, "libxcb": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "1.el8", "version": "1.13.1" }, "libxcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "4.el8", "version": "4.1.1" }, "libxkbcommon": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "1.el8", "version": "0.9.1" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "7.el8", "version": "2.9.7" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "5.el8", "version": "0.1.7" }, "libzstd": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "2.el8", "version": "1.4.2" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1591843034", "release": "3.el8", "version": "3.14.0" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1591843042", "release": "23.el8", "version": "B.02.18" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1591843042", "release": "1.el8", "version": "0.30" }, "lua-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "11.el8", "version": "5.3.4" }, "lz4-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "4.el8", "version": "1.8.1.2" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "14.el8", "version": "2.08" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1591843041", "release": "17.el8", "version": "2.7.6.1" }, "microcode_ctl": { "arch": "x86_64", "epoch": "4", "installdate": "1591843039", "release": "4.20200602.2.el8_2", "version": "20191115" }, "mozjs60": { "arch": "x86_64", "epoch": "0", "installdate": "1591842971", "release": "4.el8", "version": "60.9.0" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1591842969", "release": "1.el8", "version": "3.1.6" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "7.20180224.el8", "version": "6.1" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1591842955", "release": "7.20180224.el8", "version": "6.1" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842955", "release": "7.20180224.el8", "version": "6.1" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "0.51.20160912git.el8", "version": "2.0" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "1.el8", "version": "3.4.1" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "11.el8", "version": "0.52.20" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1591843034", "release": "31.el8", "version": "2.3.3" }, "npth": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "4.el8", "version": "1.5" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "9.el8", "version": "2.0.12" }, "oddjob": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "7.el8", "version": "0.34.4" }, "oddjob-mkhomedir": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "7.el8", "version": "0.34.4" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1591842992", "release": "11.el8_1", "version": "2.4.46" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "4.el8_1", "version": "8.0p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1591843038", "release": "4.el8_1", "version": "8.0p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1591843038", "release": "4.el8_1", "version": "8.0p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1591842992", "release": "15.el8", "version": "1.1.1c" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1591843001", "release": "15.el8", "version": "1.1.1c" }, "openssl-pkcs11": { "arch": "x86_64", "epoch": "0", "installdate": "1591842993", "release": "2.el8", "version": "0.4.10" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1591843000", "release": "6.el8", "version": "1.74" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "5.el8_0", "version": "0.23.14" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "5.el8_0", "version": "0.23.14" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1591843001", "release": "8.el8", "version": "1.3.1" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1591843041", "release": "38.el8", "version": "3.2" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1591843039", "release": "3.el8", "version": "0.80" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "4.el8", "version": "3.5.6" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "4.el8", "version": "8.42" }, "pcre2": { "arch": "x86_64", "epoch": "0", "installdate": "1591842955", "release": "1.el8", "version": "10.32" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1591842972", "release": "4.el8", "version": "2.4" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "2.el8", "version": "1.1.0" }, "pixman": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "1.el8", "version": "0.38.4" }, "platform-python": { "arch": "x86_64", "epoch": "0", "installdate": "1591843001", "release": "23.el8", "version": "3.6.8" }, "platform-python-pip": { "arch": "noarch", "epoch": "0", "installdate": "1591842994", "release": "16.el8", "version": "9.0.3" }, "platform-python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1591842994", "release": "5.el8", "version": "39.2.0" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "9.el8", "version": "2.9" }, "policycoreutils-python-utils": { "arch": "noarch", "epoch": "0", "installdate": "1591843025", "release": "9.el8", "version": "2.9" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "11.el8", "version": "0.115" }, "polkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591843006", "release": "11.el8", "version": "0.115" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "12.el8", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "14.el8", "version": "1.16" }, "prefixdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1591843041", "release": "6.el8", "version": "0.1.0" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1591842993", "release": "1.el8", "version": "3.3.15" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "4.el8", "version": "23.1" }, "publicsuffix-list-dafsa": { "arch": "noarch", "epoch": "0", "installdate": "1591842953", "release": "1.el8", "version": "20180723" }, "python3-asn1crypto": { "arch": "noarch", "epoch": "0", "installdate": "1591843026", "release": "3.el8", "version": "0.24.0" }, "python3-audit": { "arch": "x86_64", "epoch": "0", "installdate": "1591843011", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "python3-babel": { "arch": "noarch", "epoch": "0", "installdate": "1591843029", "release": "5.el8", "version": "2.5.1" }, "python3-cairo": { "arch": "x86_64", "epoch": "0", "installdate": "1591843012", "release": "6.el8", "version": "1.16.3" }, "python3-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1591843027", "release": "5.el8", "version": "1.11.5" }, "python3-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1591843026", "release": "7.el8", "version": "3.0.4" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1591843007", "release": "11.el8", "version": "5.0.6" }, "python3-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1591843027", "release": "3.el8", "version": "2.3" }, "python3-dateutil": { "arch": "noarch", "epoch": "1", "installdate": "1591843025", "release": "6.el8", "version": "2.6.1" }, "python3-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1591843025", "release": "15.el8", "version": "1.2.4" }, "python3-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1591843007", "release": "2.el8", "version": "4.2.1" }, "python3-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1591843011", "release": "15.el8", "version": "3.12.2" }, "python3-dnf": { "arch": "noarch", "epoch": "0", "installdate": "1591843033", "release": "6.el8", "version": "4.2.17" }, "python3-dnf-plugin-spacewalk": { "arch": "noarch", "epoch": "0", "installdate": "1591843033", "release": "11.module_el8.1.0+211+ad6c0bc7", "version": "2.8.5" }, "python3-dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1591843033", "release": "3.el8", "version": "4.0.12" }, "python3-gobject": { "arch": "x86_64", "epoch": "0", "installdate": "1591843012", "release": "1.el8", "version": "3.28.3" }, "python3-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1591843007", "release": "1.el8", "version": "3.28.3" }, "python3-gpg": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "6.el8.0.1", "version": "1.10.0" }, "python3-hawkey": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "5.el8", "version": "0.39.1" }, "python3-hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1591843028", "release": "3.el8", "version": "2.3.6" }, "python3-idna": { "arch": "noarch", "epoch": "0", "installdate": "1591843011", "release": "5.el8", "version": "2.5" }, "python3-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1591843030", "release": "2.el8_0", "version": "2.10.1" }, "python3-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1591843028", "release": "2.el8", "version": "1.21" }, "python3-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1591843028", "release": "11.el8", "version": "1.10" }, "python3-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1591843028", "release": "4.el8", "version": "2.6.0" }, "python3-jwt": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "2.el8", "version": "1.6.1" }, "python3-libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1591843027", "release": "4.el8", "version": "0.1.11" }, "python3-libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "5.el8", "version": "0.39.1" }, "python3-librepo": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "2.el8", "version": "1.11.0" }, "python3-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842997", "release": "23.el8", "version": "3.6.8" }, "python3-libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1591843006", "release": "3.el8", "version": "2.9" }, "python3-libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1591843024", "release": "2.el8", "version": "2.9" }, "python3-libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1591843011", "release": "7.el8", "version": "2.9.7" }, "python3-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1591843025", "release": "7.el8", "version": "0.6" }, "python3-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1591843028", "release": "19.el8", "version": "0.23" }, "python3-netifaces": { "arch": "x86_64", "epoch": "0", "installdate": "1591843028", "release": "4.el8", "version": "0.10.6" }, "python3-newt": { "arch": "x86_64", "epoch": "0", "installdate": "1591843028", "release": "11.el8", "version": "0.52.20" }, "python3-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "1.el8", "version": "2.1.0" }, "python3-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1591843027", "release": "193.6.3.el8_2", "version": "4.18.0" }, "python3-pip-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1591842951", "release": "16.el8", "version": "9.0.3" }, "python3-ply": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "8.el8", "version": "3.9" }, "python3-policycoreutils": { "arch": "noarch", "epoch": "0", "installdate": "1591843025", "release": "9.el8", "version": "2.9" }, "python3-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1591843028", "release": "14.el8", "version": "0.7.2" }, "python3-pyOpenSSL": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "1.el8", "version": "18.0.0" }, "python3-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "14.el8", "version": "2.14" }, "python3-pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1591843028", "release": "8.el8", "version": "3.1.1" }, "python3-pysocks": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "3.el8", "version": "1.6.8" }, "python3-pytz": { "arch": "noarch", "epoch": "0", "installdate": "1591843028", "release": "9.el8", "version": "2017.2" }, "python3-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1591843025", "release": "7.el8", "version": "0.21.0" }, "python3-pyyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1591843028", "release": "12.el8", "version": "3.12" }, "python3-requests": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "2.1.el8_1", "version": "2.20.0" }, "python3-rhn-client-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1591843033", "release": "13.module_el8.1.0+211+ad6c0bc7", "version": "2.8.16" }, "python3-rhnlib": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "8.module_el8.1.0+211+ad6c0bc7", "version": "2.8.6" }, "python3-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "37.el8", "version": "4.14.2" }, "python3-schedutils": { "arch": "x86_64", "epoch": "0", "installdate": "1591843028", "release": "6.el8", "version": "0.6" }, "python3-setools": { "arch": "x86_64", "epoch": "0", "installdate": "1591843024", "release": "2.el8", "version": "4.2.2" }, "python3-setuptools-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1591842951", "release": "5.el8", "version": "39.2.0" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1591843006", "release": "8.el8", "version": "1.11.0" }, "python3-slip": { "arch": "noarch", "epoch": "0", "installdate": "1591843025", "release": "11.el8", "version": "0.6.4" }, "python3-slip-dbus": { "arch": "noarch", "epoch": "0", "installdate": "1591843025", "release": "11.el8", "version": "0.6.4" }, "python3-syspurpose": { "arch": "x86_64", "epoch": "0", "installdate": "1591843028", "release": "1.el8_2", "version": "1.26.17" }, "python3-systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1591843030", "release": "8.el8", "version": "234" }, "python3-unbound": { "arch": "x86_64", "epoch": "0", "installdate": "1591843024", "release": "11.el8_2", "version": "1.7.3" }, "python3-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1591843027", "release": "4.el8", "version": "1.24.2" }, "qemu-guest-agent": { "arch": "x86_64", "epoch": "15", "installdate": "1591843041", "release": "99.module_el8.2.0+320+13f867d7", "version": "2.12.0" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1591843034", "release": "10.el8", "version": "4.04" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1591842953", "release": "10.el8", "version": "4.04" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "10.el8", "version": "7.0" }, "rhn-client-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1591843033", "release": "13.module_el8.1.0+211+ad6c0bc7", "version": "2.8.16" }, "rng-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1591843041", "release": "3.el8", "version": "6.8" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1591843042", "release": "22.el8", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1591843020", "release": "7.el8", "version": "1.2.5" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1591842997", "release": "37.el8", "version": "4.14.2" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591843032", "release": "37.el8", "version": "4.14.2" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591843001", "release": "37.el8", "version": "4.14.2" }, "rpm-plugin-selinux": { "arch": "x86_64", "epoch": "0", "installdate": "1591843020", "release": "37.el8", "version": "4.14.2" }, "rpm-plugin-systemd-inhibit": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "37.el8", "version": "4.14.2" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1591843042", "release": "7.el8", "version": "3.1.3" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1591843034", "release": "3.el8", "version": "8.1911.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1591842966", "release": "1.el8", "version": "4.5" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1591843020", "release": "41.el8_2.4", "version": "3.14.3" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1591843023", "release": "41.el8_2.4", "version": "3.14.3" }, "setroubleshoot-plugins": { "arch": "noarch", "epoch": "0", "installdate": "1591843033", "release": "2.el8", "version": "3.3.11" }, "setroubleshoot-server": { "arch": "x86_64", "epoch": "0", "installdate": "1591843033", "release": "2.el8", "version": "3.3.22" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1591842951", "release": "5.el8", "version": "2.12.2" }, "sg3_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1591843041", "release": "5.el8", "version": "1.44" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842975", "release": "5.el8", "version": "1.44" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1591842999", "release": "8.el8", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1591843003", "release": "3.el8", "version": "1.9" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "3.el8", "version": "2.3.2" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1591842971", "release": "5.el8", "version": "1.1.7" }, "sqlite-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "6.el8", "version": "3.26.0" }, "squashfs-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "19.el8", "version": "4.3" }, "sscg": { "arch": "x86_64", "epoch": "0", "installdate": "1591843026", "release": "14.el8", "version": "2.3.3" }, "sssd-client": { "arch": "x86_64", "epoch": "0", "installdate": "1591843030", "release": "20.el8", "version": "2.2.3" }, "sssd-common": { "arch": "x86_64", "epoch": "0", "installdate": "1591843030", "release": "20.el8", "version": "2.2.3" }, "sssd-kcm": { "arch": "x86_64", "epoch": "0", "installdate": "1591843038", "release": "20.el8", "version": "2.2.3" }, "sssd-nfs-idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1591843012", "release": "20.el8", "version": "2.2.3" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1591843041", "release": "5.el8", "version": "1.8.29" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1591843004", "release": "30.el8_2", "version": "239" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842998", "release": "30.el8_2", "version": "239" }, "systemd-pam": { "arch": "x86_64", "epoch": "0", "installdate": "1591843000", "release": "30.el8_2", "version": "239" }, "systemd-udev": { "arch": "x86_64", "epoch": "0", "installdate": "1591843004", "release": "30.el8_2", "version": "239" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1591843042", "release": "4.el8", "version": "1.30" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1591843034", "release": "1.el8", "version": "1.29" }, "timedatex": { "arch": "x86_64", "epoch": "0", "installdate": "1591843024", "release": "3.el8", "version": "0.5" }, "trousers": { "arch": "x86_64", "epoch": "0", "installdate": "1591843006", "release": "4.el8", "version": "0.3.14" }, "trousers-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1591843001", "release": "4.el8", "version": "0.3.14" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1591843038", "release": "6.el8", "version": "2.13.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1591842949", "release": "1.el8", "version": "2020a" }, "unbound-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591843024", "release": "11.el8_2", "version": "1.7.3" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1591843001", "release": "22.el8", "version": "2.32.1" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1591842969", "release": "13.el8", "version": "8.0.1763" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1591843030", "release": "6.el8", "version": "1.18" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1591842967", "release": "12.el8", "version": "2.21" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1591843030", "release": "2.el8", "version": "5.0.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1591842953", "release": "1.el8", "version": "2.28" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1591842968", "release": "3.el8", "version": "5.2.4" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1591842965", "release": "3.el8", "version": "5.2.4" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1591843035", "release": "6.el8", "version": "4.2.17" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1591843035", "release": "3.el8", "version": "4.0.12" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1591842964", "release": "13.el8", "version": "1.2.11" } }, "platform": "centos", "platform_family": "rhel", "platform_version": "8.2.2004", "root_group": "root", "shard_seed": 183648449, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/chefspec/000077500000000000000000000000001417433310300211315ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/chefspec/0.6.1.json000066400000000000000000000006411417433310300224670ustar00rootroot00000000000000{ "domain": "local", "fqdn": "chefspec.local", "hostname": "chefspec", "ipaddress": "127.0.0.1", "kernel": { "machine": "i386" }, "languages": { "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "os": "chefspec", "os_version": "0.6.1", "platform_family": "chefspec" }fauxhai-9.3.0/lib/fauxhai/platforms/clearos/000077500000000000000000000000001417433310300210015ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/clearos/7.4.json000066400000000000000000004242551417433310300222200ustar00rootroot00000000000000{ "block_device": { "dm-0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "12992512" }, "dm-1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "1679360" }, "sda": { "logical_block_size": "512", "model": "VBOX HARDDISK", "physical_block_size": "512", "queue_depth": "31", "removable": "0", "rev": "1.0", "rotational": "1", "size": "16777216", "state": "running", "timeout": "30", "vendor": "ATA" }, "sr0": { "logical_block_size": "512", "model": "CD-ROM", "physical_block_size": "512", "queue_depth": "1", "removable": "1", "rev": "1.0", "rotational": "1", "size": "2097151", "state": "running", "timeout": "30", "vendor": "VBOX" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.0.202/lib", "version": "14.0.202" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.0.31/lib/ohai", "version": "14.0.31" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "base_board": { "all_records": [ { "Asset Tag": "Not Specified", "Chassis Handle": "0x0003", "Contained Object Handles": "0", "Features": { "Board is a hosting board": null }, "Location In Chassis": "Not Specified", "Manufacturer": "Oracle Corporation", "Product Name": "VirtualBox", "Serial Number": "0", "Type": "Motherboard", "Version": "1.2", "application_identifier": "Base Board Information", "record_id": "0x0008", "size": "2" } ], "asset_tag": "Not Specified", "chassis_handle": "0x0003", "contained_object_handles": "0", "location_in_chassis": "Not Specified", "manufacturer": "Oracle Corporation", "product_name": "VirtualBox", "serial_number": "0", "type": "Motherboard", "version": "1.2" }, "bios": { "address": "0xE0000", "all_records": [ { "Address": "0xE0000", "Characteristics": { "8042 keyboard services are supported (int 9h)": null, "ACPI is supported": null, "Boot from CD is supported": null, "CGA/mono video services are supported (int 10h)": null, "ISA is supported": null, "PCI is supported": null, "Selectable boot is supported": null }, "ROM Size": "128 kB", "Release Date": "12/01/2006", "Runtime Size": "128 kB", "Vendor": "innotek GmbH", "Version": "VirtualBox", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "release_date": "12/01/2006", "rom_size": "128 kB", "runtime_size": "128 kB", "vendor": "innotek GmbH", "version": "VirtualBox" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Oracle Corporation", "Power Supply State": "Safe", "Security Status": "None", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0003", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Oracle Corporation", "power_supply_state": "Safe", "security_status": "None", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.0", "oem_strings": { "all_records": [ { "String 1": "vboxVer_5.2.10", "String 2": "vboxRev_122088", "application_identifier": "OEM Strings", "record_id": "0x0002", "size": "11" } ], "string_1": "vboxVer_5.2.10", "string_2": "vboxRev_122088" }, "smbios_version": "2.5", "structures": { "count": "10", "size": "450" }, "system": { "all_records": [ { "Family": "Virtual Machine", "Manufacturer": "innotek GmbH", "Product Name": "VirtualBox", "SKU Number": "Not Specified", "Serial Number": "0", "UUID": "3DAFD1CD-B85C-433C-8F61-72824C2D1BA4", "Version": "1.2", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0001", "size": "1" } ], "family": "Virtual Machine", "manufacturer": "innotek GmbH", "product_name": "VirtualBox", "serial_number": "0", "sku_number": "Not Specified", "uuid": "3DAFD1CD-B85C-433C-8F61-72824C2D1BA4", "version": "1.2", "wake_up_type": "Power Switch" }, "table_location": "0x000E1000" }, "domain": "local", "filesystem": { "by_device": { "/dev/mapper/clearos-root": { "fs_type": "xfs", "inodes_available": "3188040", "inodes_percent_used": "2%", "inodes_used": "60088", "kb_available": "4846772", "kb_size": "6486016", "kb_used": "1639244", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "26%", "total_inodes": "3248128", "uuid": "6bae8c40-918d-40d3-8c17-ff599ce79e30" }, "/dev/mapper/clearos-swap": { "fs_type": "swap", "mounts": [ ], "uuid": "67b1ed6f-5d79-45de-9a4b-f1f9341df5b5" }, "/dev/sda": { "mounts": [ ] }, "/dev/sda1": { "fs_type": "xfs", "inodes_available": "523961", "inodes_percent_used": "1%", "inodes_used": "327", "kb_available": "909204", "kb_size": "1038336", "kb_used": "129132", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "mounts": [ "/boot" ], "percent_used": "13%", "total_inodes": "524288", "uuid": "7ec158f4-2af2-4ee9-af1c-920840660c21" }, "/dev/sda2": { "fs_type": "LVM2_member", "mounts": [ ], "uuid": "UN2mhc-U4tP-g0mg-NsSW-W2W4-9Kjl-2yLQg3" }, "/dev/sr0": { "mounts": [ ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/memory" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "123958", "inodes_percent_used": "1%", "inodes_used": "347", "kb_available": "497220", "kb_size": "497220", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=497220k", "nr_inodes=124305", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "124305" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=33", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=11273" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127028", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101624", "kb_size": "101624", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101624k", "mode=700" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/993", "/run/user/0" ], "percent_used": "0%", "total_inodes": "127029" } }, "by_mountpoint": { "/": { "devices": [ "/dev/mapper/clearos-root", "rootfs" ], "fs_type": "rootfs", "inodes_available": "3188040", "inodes_percent_used": "2%", "inodes_used": "60088", "kb_available": "4846772", "kb_size": "6486016", "kb_used": "1639244", "mount_options": [ "rw" ], "percent_used": "26%", "total_inodes": "3248128", "uuid": "6bae8c40-918d-40d3-8c17-ff599ce79e30" }, "/boot": { "devices": [ "/dev/sda1" ], "fs_type": "xfs", "inodes_available": "523961", "inodes_percent_used": "1%", "inodes_used": "327", "kb_available": "909204", "kb_size": "1038336", "kb_used": "129132", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "percent_used": "13%", "total_inodes": "524288", "uuid": "7ec158f4-2af2-4ee9-af1c-920840660c21" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "123958", "inodes_percent_used": "1%", "inodes_used": "347", "kb_available": "497220", "kb_size": "497220", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=497220k", "nr_inodes=124305", "mode=755" ], "percent_used": "0%", "total_inodes": "124305" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127028", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "508116", "kb_size": "508116", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127029" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=33", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=11273" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126582", "inodes_percent_used": "1%", "inodes_used": "447", "kb_available": "501340", "kb_size": "508116", "kb_used": "6776", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "2%", "total_inodes": "127029" }, "/run/user/0": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127028", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101624", "kb_size": "101624", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101624k", "mode=700" ], "percent_used": "0%", "total_inodes": "127029" }, "/run/user/993": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127028", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101624", "kb_size": "101624", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101624k", "mode=700", "uid=993", "gid=991" ], "percent_used": "0%", "total_inodes": "127029" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127013", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "508116", "kb_size": "508116", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127029" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuacct", "cpu" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_prio", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/mapper/clearos-root,/": { "device": "/dev/mapper/clearos-root", "fs_type": "xfs", "inodes_available": "3188040", "inodes_percent_used": "2%", "inodes_used": "60088", "kb_available": "4846772", "kb_size": "6486016", "kb_used": "1639244", "mount": "/", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "percent_used": "26%", "total_inodes": "3248128", "uuid": "6bae8c40-918d-40d3-8c17-ff599ce79e30" }, "/dev/mapper/clearos-swap,": { "device": "/dev/mapper/clearos-swap", "fs_type": "swap", "uuid": "67b1ed6f-5d79-45de-9a4b-f1f9341df5b5" }, "/dev/sda,": { "device": "/dev/sda" }, "/dev/sda1,/boot": { "device": "/dev/sda1", "fs_type": "xfs", "inodes_available": "523961", "inodes_percent_used": "1%", "inodes_used": "327", "kb_available": "909204", "kb_size": "1038336", "kb_used": "129132", "mount": "/boot", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "percent_used": "13%", "total_inodes": "524288", "uuid": "7ec158f4-2af2-4ee9-af1c-920840660c21" }, "/dev/sda2,": { "device": "/dev/sda2", "fs_type": "LVM2_member", "uuid": "UN2mhc-U4tP-g0mg-NsSW-W2W4-9Kjl-2yLQg3" }, "/dev/sr0,": { "device": "/dev/sr0" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuacct", "cpu" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_prio", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "123958", "inodes_percent_used": "1%", "inodes_used": "347", "kb_available": "497220", "kb_size": "497220", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "size=497220k", "nr_inodes=124305", "mode=755" ], "percent_used": "0%", "total_inodes": "124305" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=33", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=11273" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127028", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "508116", "kb_size": "508116", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127029" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126582", "inodes_percent_used": "1%", "inodes_used": "447", "kb_available": "501340", "kb_size": "508116", "kb_used": "6776", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "2%", "total_inodes": "127029" }, "tmpfs,/run/user/0": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127028", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101624", "kb_size": "101624", "kb_used": "0", "mount": "/run/user/0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101624k", "mode=700" ], "percent_used": "0%", "total_inodes": "127029" }, "tmpfs,/run/user/993": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127028", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101624", "kb_size": "101624", "kb_used": "0", "mount": "/run/user/993", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101624k", "mode=700", "uid=993", "gid=991" ], "percent_used": "0%", "total_inodes": "127029" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127013", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "508116", "kb_size": "508116", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127029" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "13597" }, "ac97_bus": { "refcount": "1", "size": "12730" }, "aesni_intel": { "refcount": "0", "size": "69884" }, "ahci": { "refcount": "2", "size": "34042", "version": "3.0" }, "arc4": { "refcount": "0", "size": "12608" }, "ata_generic": { "refcount": "0", "size": "12910", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "35038", "version": "2.13" }, "cdrom": { "refcount": "1", "size": "42556" }, "crc32_pclmul": { "refcount": "0", "size": "13113" }, "crc32c_intel": { "refcount": "1", "size": "22079" }, "crc_t10dif": { "refcount": "1", "size": "12714" }, "crct10dif_common": { "refcount": "3", "size": "12595" }, "crct10dif_generic": { "refcount": "0", "size": "12647" }, "crct10dif_pclmul": { "refcount": "1", "size": "14289" }, "cryptd": { "refcount": "3", "size": "20359" }, "dm_log": { "refcount": "2", "size": "18411" }, "dm_mirror": { "refcount": "0", "size": "22124" }, "dm_mod": { "refcount": "8", "size": "123303" }, "dm_region_hash": { "refcount": "1", "size": "20813" }, "e1000": { "refcount": "0", "size": "137500", "version": "7.3.21-k8-NAPI" }, "gf128mul": { "refcount": "1", "size": "14951" }, "ghash_clmulni_intel": { "refcount": "0", "size": "13259" }, "glue_helper": { "refcount": "1", "size": "13990" }, "i2c_core": { "refcount": "1", "size": "40756" }, "i2c_piix4": { "refcount": "0", "size": "22390" }, "intel_powerclamp": { "refcount": "0", "size": "14419" }, "iosf_mbi": { "refcount": "0", "size": "13523" }, "ip6_tables": { "refcount": "3", "size": "26901" }, "ip6t_MASQUERADE": { "refcount": "1", "size": "12566" }, "ip6t_REJECT": { "refcount": "0", "size": "12625" }, "ip6table_filter": { "refcount": "1", "size": "12815" }, "ip6table_mangle": { "refcount": "0", "size": "12700" }, "ip6table_nat": { "refcount": "1", "size": "12864" }, "ip_set": { "refcount": "0", "size": "36439" }, "ip_tables": { "refcount": "3", "size": "27115" }, "ipt_MASQUERADE": { "refcount": "1", "size": "12678" }, "ipt_REJECT": { "refcount": "0", "size": "12541" }, "iptable_filter": { "refcount": "1", "size": "12810" }, "iptable_mangle": { "refcount": "0", "size": "12695" }, "iptable_nat": { "refcount": "1", "size": "12875" }, "libahci": { "refcount": "1", "size": "31992" }, "libata": { "refcount": "5", "size": "238896", "version": "3.00" }, "libcrc32c": { "refcount": "3", "size": "12644" }, "lrw": { "refcount": "1", "size": "13286" }, "nf_conntrack": { "refcount": "19", "size": "133387" }, "nf_conntrack_ftp": { "refcount": "1", "size": "18638" }, "nf_conntrack_h323": { "refcount": "1", "size": "73895" }, "nf_conntrack_ipv4": { "refcount": "3", "size": "15053" }, "nf_conntrack_ipv6": { "refcount": "3", "size": "18935" }, "nf_conntrack_irc": { "refcount": "1", "size": "13518" }, "nf_conntrack_pptp": { "refcount": "1", "size": "19257" }, "nf_conntrack_proto_gre": { "refcount": "1", "size": "14434" }, "nf_conntrack_tftp": { "refcount": "1", "size": "13121" }, "nf_defrag_ipv4": { "refcount": "1", "size": "12729" }, "nf_defrag_ipv6": { "refcount": "1", "size": "35104" }, "nf_nat": { "refcount": "10", "size": "26787" }, "nf_nat_ftp": { "refcount": "0", "size": "12770" }, "nf_nat_h323": { "refcount": "0", "size": "17720" }, "nf_nat_ipv4": { "refcount": "1", "size": "14115" }, "nf_nat_ipv6": { "refcount": "1", "size": "14131" }, "nf_nat_irc": { "refcount": "0", "size": "12723" }, "nf_nat_masquerade_ipv4": { "refcount": "1", "size": "13412" }, "nf_nat_masquerade_ipv6": { "refcount": "1", "size": "13412" }, "nf_nat_pptp": { "refcount": "0", "size": "13115" }, "nf_nat_proto_gre": { "refcount": "1", "size": "13009" }, "nf_nat_tftp": { "refcount": "0", "size": "12489" }, "nf_reject_ipv4": { "refcount": "1", "size": "13373" }, "nf_reject_ipv6": { "refcount": "1", "size": "13717" }, "nfnetlink": { "refcount": "1", "size": "14696" }, "parport": { "refcount": "2", "size": "42299" }, "parport_pc": { "refcount": "0", "size": "28165" }, "pata_acpi": { "refcount": "0", "size": "13038", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "12718" }, "ppdev": { "refcount": "0", "size": "17671" }, "ppp_generic": { "refcount": "1", "size": "33041" }, "ppp_mppe": { "refcount": "0", "size": "17127", "version": "1.0.2" }, "sd_mod": { "refcount": "3", "size": "46322" }, "serio_raw": { "refcount": "0", "size": "13413" }, "sg": { "refcount": "0", "size": "40721", "version": "3.5.36" }, "slhc": { "refcount": "1", "size": "13450" }, "snd": { "refcount": "6", "size": "83383" }, "snd_ac97_codec": { "refcount": "1", "size": "130556" }, "snd_intel8x0": { "refcount": "0", "size": "38225" }, "snd_pcm": { "refcount": "2", "size": "106416" }, "snd_seq": { "refcount": "0", "size": "62699" }, "snd_seq_device": { "refcount": "1", "size": "14356" }, "snd_timer": { "refcount": "2", "size": "29822" }, "soundcore": { "refcount": "1", "size": "15047" }, "sr_mod": { "refcount": "0", "size": "22416" }, "video": { "refcount": "0", "size": "24520" }, "xfs": { "refcount": "2", "size": "978100" }, "xt_LOG": { "refcount": "0", "size": "12690" }, "xt_conntrack": { "refcount": "4", "size": "12760" }, "xt_policy": { "refcount": "2", "size": "12582" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "3.10.0-693.2.2.v7.x86_64", "version": "#1 SMP Sun Sep 17 14:53:19 MDT 2017" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1525493992.7553263, "os": "linux", "os_version": "3.10.0-693.2.2.v7.x86_64", "packages": { "GeoIP": { "arch": "x86_64", "epoch": "0", "installdate": "1525492398", "release": "11.el7", "version": "1.5.0" }, "Swift": { "arch": "noarch", "epoch": "0", "installdate": "1525492579", "release": "3.1.v7", "version": "3.3.3" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "12.el7", "version": "2.2.51" }, "acpid": { "arch": "x86_64", "epoch": "0", "installdate": "1525492457", "release": "8.el7", "version": "2.0.19" }, "aic94xx-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492606", "release": "6.el7", "version": "30" }, "alsa-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492457", "release": "2.el7", "version": "1.0.28" }, "alsa-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1525492412", "release": "3.el7", "version": "1.1.3" }, "alsa-tools-firmware": { "arch": "x86_64", "epoch": "0", "installdate": "1525492457", "release": "1.el7", "version": "1.1.0" }, "app-accounts": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.3.22" }, "app-accounts-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492591", "release": "1.v7", "version": "2.3.22" }, "app-base": { "arch": "noarch", "epoch": "1", "installdate": "1525492590", "release": "1.v7", "version": "2.4.8" }, "app-base-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492588", "release": "1.v7", "version": "2.4.8" }, "app-certificate-manager-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.4.5" }, "app-clearcenter": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.4.1" }, "app-clearcenter-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.4.1" }, "app-configuration-backup": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.4.1" }, "app-configuration-backup-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.4.1" }, "app-dashboard": { "arch": "noarch", "epoch": "1", "installdate": "1525492595", "release": "1.v7", "version": "2.4.2" }, "app-dashboard-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492595", "release": "1.v7", "version": "2.4.2" }, "app-date": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.3.22" }, "app-date-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.3.22" }, "app-dhcp": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.4.0" }, "app-dhcp-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.4.0" }, "app-dns": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.3.24" }, "app-dns-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.3.24" }, "app-edition": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.4.0" }, "app-edition-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.4.0" }, "app-events": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.3.22" }, "app-events-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492590", "release": "1.v7", "version": "2.3.22" }, "app-firewall": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.4.0" }, "app-firewall-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.4.0" }, "app-graphical-console": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.3.22" }, "app-graphical-console-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.3.22" }, "app-groups": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.3.24" }, "app-groups-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.3.24" }, "app-incoming-firewall": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.3.22" }, "app-incoming-firewall-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.3.22" }, "app-language": { "arch": "noarch", "epoch": "1", "installdate": "1525492606", "release": "1.v7", "version": "2.3.27" }, "app-language-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.3.27" }, "app-ldap-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492593", "release": "1.v7", "version": "2.3.22" }, "app-log-viewer": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.4.0" }, "app-log-viewer-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.4.0" }, "app-mail": { "arch": "noarch", "epoch": "1", "installdate": "1525492593", "release": "1.v7", "version": "2.3.22" }, "app-mail-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492595", "release": "1.v7", "version": "2.3.22" }, "app-mail-notification-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492593", "release": "1.v7", "version": "2.3.22" }, "app-marketplace": { "arch": "noarch", "epoch": "1", "installdate": "1525492606", "release": "1.v7", "version": "2.3.25" }, "app-marketplace-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.3.25" }, "app-mode-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492591", "release": "1.v7", "version": "2.3.22" }, "app-network": { "arch": "noarch", "epoch": "1", "installdate": "1525492591", "release": "1.v7", "version": "2.4.3" }, "app-network-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492591", "release": "1.v7", "version": "2.4.3" }, "app-openldap-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492593", "release": "1.v7", "version": "2.3.23" }, "app-organization": { "arch": "noarch", "epoch": "1", "installdate": "1525492606", "release": "1.v7", "version": "2.3.22" }, "app-organization-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.3.22" }, "app-process-viewer": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.3.22" }, "app-process-viewer-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.3.22" }, "app-registration": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.4.4" }, "app-registration-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.4.4" }, "app-simple-mode-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492591", "release": "1.v7", "version": "2.3.22" }, "app-smtp-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492593", "release": "1.v7", "version": "2.4.0" }, "app-software-updates": { "arch": "noarch", "epoch": "1", "installdate": "1525492595", "release": "1.v7", "version": "2.4.0" }, "app-software-updates-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492595", "release": "1.v7", "version": "2.4.0" }, "app-ssh-server": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.4.0" }, "app-ssh-server-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.4.0" }, "app-storage-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.3.22" }, "app-support": { "arch": "noarch", "epoch": "1", "installdate": "1525492606", "release": "1.v7", "version": "2.3.22" }, "app-support-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492596", "release": "1.v7", "version": "2.3.22" }, "app-suva-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492592", "release": "1.v7", "version": "2.4.1" }, "app-tasks-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492591", "release": "1.v7", "version": "2.4.0" }, "app-user-profile": { "arch": "noarch", "epoch": "1", "installdate": "1525492605", "release": "1.v7", "version": "2.3.22" }, "app-user-profile-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.3.22" }, "app-users": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.3.25" }, "app-users-core": { "arch": "noarch", "epoch": "1", "installdate": "1525492597", "release": "1.v7", "version": "2.3.25" }, "apr": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "3.el7", "version": "1.4.8" }, "apr-util": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "6.el7", "version": "1.5.2" }, "atk": { "arch": "x86_64", "epoch": "0", "installdate": "1525492411", "release": "3.el7", "version": "2.22.0" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1525492456", "release": "3.el7", "version": "2.7.6" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "3.el7", "version": "2.7.6" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1525492606", "release": "30.el7", "version": "6.2.8" }, "avahi": { "arch": "x86_64", "epoch": "0", "installdate": "1525492455", "release": "17.el7", "version": "0.6.31" }, "avahi-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "17.el7", "version": "0.6.31" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1525492390", "release": "7.el7.centos", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1525492390", "release": "29.el7_4", "version": "4.2.46" }, "bind-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1525492417", "release": "51.el7", "version": "9.9.4" }, "bind-libs-lite": { "arch": "x86_64", "epoch": "32", "installdate": "1525492417", "release": "51.el7", "version": "9.9.4" }, "bind-license": { "arch": "noarch", "epoch": "32", "installdate": "1525492389", "release": "51.el7", "version": "9.9.4" }, "bind-utils": { "arch": "x86_64", "epoch": "32", "installdate": "1525492417", "release": "51.el7", "version": "9.9.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "32.base.el7_4.1", "version": "2.25.1" }, "biosdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "2.el7", "version": "0.7.2" }, "bridge-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492406", "release": "9.el7", "version": "1.5" }, "btrfs-progs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "1.el7", "version": "4.9.1" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "13.el7", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1525492406", "release": "71.el7", "version": "2017.2.14" }, "cairo": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "2.el7", "version": "1.14.8" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1525493956", "release": "1.el7", "version": "14.0.202" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "1.el7", "version": "1.7.4" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1525492606", "release": "2.el7.centos", "version": "3.1" }, "clearos-base": { "arch": "x86_64", "epoch": "0", "installdate": "1525492587", "release": "1.v7", "version": "7.0.2" }, "clearos-console": { "arch": "noarch", "epoch": "0", "installdate": "1525492605", "release": "1.v7", "version": "7.3.3" }, "clearos-framework": { "arch": "noarch", "epoch": "0", "installdate": "1525492587", "release": "1.v7", "version": "7.4.5" }, "clearos-logos": { "arch": "noarch", "epoch": "0", "installdate": "1525492413", "release": "7.v7", "version": "70.0.6" }, "clearos-release": { "arch": "x86_64", "epoch": "0", "installdate": "1525492390", "release": "4.3.v7", "version": "7" }, "clearsync": { "arch": "x86_64", "epoch": "0", "installdate": "1525492448", "release": "5.v7", "version": "2.0" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492407", "release": "18.el7", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "25.el7_4", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1525492410", "release": "11.el7", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1525492412", "release": "11.el7", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1525492450", "release": "17.el7", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1525492450", "release": "17.el7", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1525492450", "release": "6.20121102git.el7", "version": "1.11" }, "cryptsetup": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "3.el7", "version": "1.7.4" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492447", "release": "3.el7", "version": "1.7.4" }, "csplugin-audit": { "arch": "x86_64", "epoch": "0", "installdate": "1525492455", "release": "8.v7", "version": "1.1" }, "csplugin-events": { "arch": "x86_64", "epoch": "0", "installdate": "1525492579", "release": "2.v7", "version": "1.1" }, "csplugin-filesync": { "arch": "x86_64", "epoch": "0", "installdate": "1525492455", "release": "14.v7", "version": "1.0" }, "csplugin-filewatch": { "arch": "x86_64", "epoch": "0", "installdate": "1525492448", "release": "19.v7", "version": "1.0" }, "csplugin-procwatch": { "arch": "x86_64", "epoch": "0", "installdate": "1525492456", "release": "6.v7", "version": "1.0" }, "cups-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1525492418", "release": "29.el7", "version": "1.6.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492418", "release": "42.el7", "version": "7.29.0" }, "cyrus-sasl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492455", "release": "21.el7", "version": "2.1.26" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "21.el7", "version": "2.1.26" }, "cyrus-sasl-plain": { "arch": "x86_64", "epoch": "0", "installdate": "1525492404", "release": "21.el7", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1525492448", "release": "17.el7", "version": "1.6.12" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1525492411", "release": "7.el7", "version": "0.100" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1525492397", "release": "17.el7", "version": "1.6.12" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1525492411", "release": "9.el7", "version": "1.1.1" }, "dbus-x11": { "arch": "x86_64", "epoch": "1", "installdate": "1525492456", "release": "17.el7", "version": "1.6.12" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1525492447", "release": "8.el7", "version": "1.02.140" }, "device-mapper-event": { "arch": "x86_64", "epoch": "7", "installdate": "1525492451", "release": "8.el7", "version": "1.02.140" }, "device-mapper-event-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1525492448", "release": "8.el7", "version": "1.02.140" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1525492447", "release": "8.el7", "version": "1.02.140" }, "device-mapper-persistent-data": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "0.1.rc6.el7", "version": "0.7.0" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1525492452", "release": "58.el7.centos", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1525492452", "release": "58.el7.centos", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1525492452", "release": "58.el7.centos", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "4.el7", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1525492402", "release": "5.el7", "version": "3.0" }, "dmraid": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "28.el7", "version": "1.0.0.rc16" }, "dmraid-events": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "28.el7", "version": "1.0.0.rc16" }, "dnsmasq": { "arch": "x86_64", "epoch": "0", "installdate": "1525492451", "release": "2.v7.2", "version": "2.76" }, "dosfstools": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "9.el7", "version": "3.0.20" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1525492447", "release": "502.el7", "version": "033" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "502.el7", "version": "033" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "502.el7", "version": "033" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "10.el7", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "10.el7", "version": "1.42.9" }, "ebtables": { "arch": "x86_64", "epoch": "0", "installdate": "1525492457", "release": "15.el7", "version": "2.0.10" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1525492446", "release": "8.el7", "version": "0.168" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "8.el7", "version": "0.168" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492446", "release": "8.el7", "version": "0.168" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1525492397", "release": "1.el7", "version": "4.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "10.el7_3", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1525492398", "release": "33.el7", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492398", "release": "33.el7", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1525492390", "release": "21.el7", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1525492397", "release": "5.el7", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "6.el7", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "6.el7", "version": "1.4.1" }, "firewall": { "arch": "x86_64", "epoch": "0", "installdate": "1525492457", "release": "10.v7", "version": "1.4.21" }, "firewalld": { "arch": "noarch", "epoch": "0", "installdate": "1525492457", "release": "6.el7", "version": "0.4.4.4" }, "firewalld-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1525492389", "release": "6.el7", "version": "0.4.4.4" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1525492409", "release": "11.el7", "version": "2.10.95" }, "fontpackages-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1525492388", "release": "8.el7", "version": "1.44" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "15.el7", "version": "2.4.11" }, "fxload": { "arch": "x86_64", "epoch": "0", "installdate": "1525492457", "release": "16.el7", "version": "2002_04_11" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "4.el7_3.1", "version": "4.0.2" }, "gconsole": { "arch": "x86_64", "epoch": "0", "installdate": "1525492604", "release": "1.v7", "version": "45.6.0" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1525492398", "release": "8.el7", "version": "1.10" }, "gdk-pixbuf2": { "arch": "x86_64", "epoch": "0", "installdate": "1525492422", "release": "1.el7", "version": "2.36.5" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1525492413", "release": "2.el7", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492413", "release": "2.el7", "version": "0.19.8.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1525492411", "release": "3.el7", "version": "2.50.3" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1525492394", "release": "196.el7", "version": "2.17" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1525492393", "release": "196.el7", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1525492398", "release": "15.el7", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1525492419", "release": "4.el7", "version": "2.0.22" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1525492415", "release": "1.el7", "version": "1.50.0" }, "google-noto-fonts-common": { "arch": "noarch", "epoch": "0", "installdate": "1525492388", "release": "5.el7", "version": "20141117" }, "google-noto-kufi-arabic-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492520", "release": "5.el7", "version": "20141117" }, "google-noto-sans-armenian-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492528", "release": "5.el7", "version": "20141117" }, "google-noto-sans-bengali-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492557", "release": "5.el7", "version": "20141117" }, "google-noto-sans-bengali-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492424", "release": "5.el7", "version": "20141117" }, "google-noto-sans-devanagari-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492524", "release": "5.el7", "version": "20141117" }, "google-noto-sans-devanagari-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492478", "release": "5.el7", "version": "20141117" }, "google-noto-sans-georgian-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492544", "release": "5.el7", "version": "20141117" }, "google-noto-sans-gujarati-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492474", "release": "5.el7", "version": "20141117" }, "google-noto-sans-gujarati-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492499", "release": "5.el7", "version": "20141117" }, "google-noto-sans-gurmukhi-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492540", "release": "5.el7", "version": "20141117" }, "google-noto-sans-gurmukhi-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492422", "release": "5.el7", "version": "20141117" }, "google-noto-sans-hebrew-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492532", "release": "5.el7", "version": "20141117" }, "google-noto-sans-kannada-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492495", "release": "5.el7", "version": "20141117" }, "google-noto-sans-kannada-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492458", "release": "5.el7", "version": "20141117" }, "google-noto-sans-khmer-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492549", "release": "5.el7", "version": "20141117" }, "google-noto-sans-khmer-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492561", "release": "5.el7", "version": "20141117" }, "google-noto-sans-korean-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492434", "release": "5.el7", "version": "20141117" }, "google-noto-sans-lao-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492512", "release": "5.el7", "version": "20141117" }, "google-noto-sans-lao-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492438", "release": "5.el7", "version": "20141117" }, "google-noto-sans-malayalam-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492536", "release": "5.el7", "version": "20141117" }, "google-noto-sans-malayalam-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492470", "release": "5.el7", "version": "20141117" }, "google-noto-sans-myanmar-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492503", "release": "5.el7", "version": "20141117" }, "google-noto-sans-myanmar-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492490", "release": "5.el7", "version": "20141117" }, "google-noto-sans-simplified-chinese-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492429", "release": "5.el7", "version": "20141117" }, "google-noto-sans-sinhala-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492553", "release": "5.el7", "version": "20141117" }, "google-noto-sans-tamil-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492466", "release": "5.el7", "version": "20141117" }, "google-noto-sans-tamil-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492423", "release": "5.el7", "version": "20141117" }, "google-noto-sans-telugu-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492442", "release": "5.el7", "version": "20141117" }, "google-noto-sans-telugu-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492482", "release": "5.el7", "version": "20141117" }, "google-noto-sans-thai-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492516", "release": "5.el7", "version": "20141117" }, "google-noto-sans-thai-ui-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492507", "release": "5.el7", "version": "20141117" }, "google-noto-serif-armenian-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492565", "release": "5.el7", "version": "20141117" }, "google-noto-serif-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492402", "release": "5.el7", "version": "20141117" }, "google-noto-serif-georgian-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492462", "release": "5.el7", "version": "20141117" }, "google-noto-serif-khmer-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492574", "release": "5.el7", "version": "20141117" }, "google-noto-serif-lao-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492570", "release": "5.el7", "version": "20141117" }, "google-noto-serif-thai-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492486", "release": "5.el7", "version": "20141117" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1525492589", "release": "514b76b7", "version": "f14ab620" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1525492419", "release": "5.el7", "version": "1.3.2" }, "graphite2": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "1.el7_3", "version": "1.3.10" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "3.el7", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1525492398", "release": "8.el7", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1525492452", "release": "0.65.v7.2", "version": "2.02" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1525492388", "release": "0.65.v7.2", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1525492452", "release": "0.65.v7.2", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1525492389", "release": "0.65.v7.2", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1525492451", "release": "0.65.v7.2", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1525492452", "release": "0.65.v7.2", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1525492451", "release": "0.65.v7.2", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1525492415", "release": "23.el7", "version": "8.28" }, "gtk-update-icon-cache": { "arch": "x86_64", "epoch": "0", "installdate": "1525492422", "release": "4.el7", "version": "3.22.10" }, "gtk2": { "arch": "x86_64", "epoch": "0", "installdate": "1525492454", "release": "1.el7", "version": "2.24.31" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1525492410", "release": "9.el7", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1525492405", "release": "19.el7", "version": "1.0" }, "harfbuzz": { "arch": "x86_64", "epoch": "0", "installdate": "1525492415", "release": "1.el7", "version": "1.3.2" }, "hicolor-icon-theme": { "arch": "noarch", "epoch": "0", "installdate": "1525492417", "release": "7.el7", "version": "0.12" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "3.el7", "version": "3.13" }, "hunspell": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "15.el7", "version": "1.3.2" }, "hunspell-en": { "arch": "noarch", "epoch": "0", "installdate": "1525492607", "release": "6.el7", "version": "0.20121024" }, "hunspell-en-GB": { "arch": "noarch", "epoch": "0", "installdate": "1525492403", "release": "6.el7", "version": "0.20121024" }, "hunspell-en-US": { "arch": "noarch", "epoch": "0", "installdate": "1525492397", "release": "6.el7", "version": "0.20121024" }, "hwdata": { "arch": "x86_64", "epoch": "0", "installdate": "1525492450", "release": "8.6.el7", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "4.el7", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1525492450", "release": "1.v7", "version": "9.49.39" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "87.el7", "version": "3.10.0" }, "iprutils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "1.el7", "version": "2.4.14.1" }, "ipset": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "1.el7", "version": "6.29" }, "ipset-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "1.el7", "version": "6.29" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "18.v7", "version": "1.4.21" }, "iptraf-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "6.el7", "version": "1.1.4" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492450", "release": "10.el7", "version": "20160308" }, "irqbalance": { "arch": "x86_64", "epoch": "3", "installdate": "1525492606", "release": "10.el7", "version": "1.0.7" }, "ivtv-firmware": { "arch": "noarch", "epoch": "2", "installdate": "1525492608", "release": "26.el7", "version": "20080701" }, "iw": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "1.el7", "version": "4.3" }, "iwl100-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "39.31.5.1" }, "iwl1000-firmware": { "arch": "noarch", "epoch": "1", "installdate": "1525492608", "release": "56.el7", "version": "39.31.5.1" }, "iwl105-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492607", "release": "56.el7", "version": "18.168.6.1" }, "iwl135-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "18.168.6.1" }, "iwl2000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "18.168.6.1" }, "iwl2030-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "18.168.6.1" }, "iwl3160-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "22.0.7.0" }, "iwl3945-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "15.32.2.9" }, "iwl4965-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492607", "release": "56.el7", "version": "228.61.2.24" }, "iwl5000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "8.83.5.1_1" }, "iwl5150-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "8.24.2.2" }, "iwl6000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492609", "release": "56.el7", "version": "9.221.4.1" }, "iwl6000g2a-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492607", "release": "56.el7", "version": "17.168.5.3" }, "iwl6000g2b-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492607", "release": "56.el7", "version": "17.168.5.2" }, "iwl6050-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "41.28.5.1" }, "iwl7260-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "56.el7", "version": "22.0.7.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1525492406", "release": "1.el7", "version": "2.10" }, "jasper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "31.el7", "version": "1.900.1" }, "jbigkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "11.el7", "version": "2.0" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1525492604", "release": "13.el7", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1525492597", "release": "13.el7", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1525492604", "release": "13.el7", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1525492587", "release": "693.2.2.v7", "version": "3.10.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "693.2.2.v7", "version": "3.10.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "693.2.2.v7", "version": "3.10.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1525492606", "release": "17.2.el7", "version": "2.0.14" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "3.el7", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1525492447", "release": "15.el7_4.4", "version": "20" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "15.el7_4.4", "version": "20" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1525492447", "release": "111.el7", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492407", "release": "8.el7", "version": "1.15.1" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "9.el7", "version": "458" }, "libICE": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "9.el7", "version": "1.0.9" }, "libSM": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "2.el7", "version": "1.2.2" }, "libX11": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "1.6.5" }, "libX11-common": { "arch": "noarch", "epoch": "0", "installdate": "1525492389", "release": "1.el7", "version": "1.6.5" }, "libXau": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "2.1.el7", "version": "1.0.8" }, "libXcomposite": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "4.1.el7", "version": "0.4.4" }, "libXcursor": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "8.el7", "version": "1.1.14" }, "libXdamage": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "4.1.el7", "version": "1.1.4" }, "libXdmcp": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "6.el7", "version": "1.1.2" }, "libXext": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "3.el7", "version": "1.3.3" }, "libXfixes": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "5.0.3" }, "libXfont": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "1.el7", "version": "1.5.2" }, "libXfont2": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "2.el7", "version": "2.0.1" }, "libXft": { "arch": "x86_64", "epoch": "0", "installdate": "1525492412", "release": "2.el7", "version": "2.3.2" }, "libXi": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "1.7.9" }, "libXinerama": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "2.1.el7", "version": "1.1.3" }, "libXmu": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "2.el7", "version": "1.1.2" }, "libXpm": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "1.el7", "version": "3.5.12" }, "libXrandr": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "2.el7", "version": "1.5.1" }, "libXrender": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "0.9.10" }, "libXt": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "3.el7", "version": "1.1.5" }, "libXtst": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "1.2.3" }, "libXv": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "1.0.11" }, "libXvMC": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "1.el7", "version": "1.0.10" }, "libXxf86misc": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "7.1.el7", "version": "1.0.3" }, "libXxf86vm": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "1.1.4" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "12.el7", "version": "2.2.51" }, "libaio": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "13.el7", "version": "0.3.109" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "3.el7", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "12.el7", "version": "2.4.46" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1525492409", "release": "43.el7", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "9.el7", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "4.el7", "version": "0.7.5" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "10.el7", "version": "1.42.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1525492411", "release": "1.el7", "version": "0.6.11" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492418", "release": "42.el7", "version": "7.29.0" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "7.el7", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "20.el7", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "20.el7", "version": "5.3.21" }, "libdrm": { "arch": "x86_64", "epoch": "0", "installdate": "1525492450", "release": "1.el7", "version": "2.4.74" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1525492398", "release": "12.20121213cvs.el7", "version": "3.0" }, "libepoxy": { "arch": "x86_64", "epoch": "0", "installdate": "1525492406", "release": "1.el7", "version": "1.3.1" }, "liberation-fonts-common": { "arch": "noarch", "epoch": "1", "installdate": "1525492389", "release": "15.el7", "version": "1.07.2" }, "liberation-sans-fonts": { "arch": "noarch", "epoch": "1", "installdate": "1525492494", "release": "15.el7", "version": "1.07.2" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "2.el7", "version": "0.1.9" }, "libevdev": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "1.el7", "version": "1.5.6" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "2.el7", "version": "0.99.4" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "18.el7", "version": "3.0.13" }, "libfontenc": { "arch": "x86_64", "epoch": "0", "installdate": "1525492398", "release": "3.el7", "version": "1.1.3" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1525492388", "release": "16.el7", "version": "4.8.5" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "14.el7", "version": "1.5.3" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "16.el7", "version": "4.8.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "3.el7", "version": "1.12" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "4.el7", "version": "1.28" }, "libjpeg-turbo": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "5.el7", "version": "1.2.90" }, "libmcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "13.v7", "version": "2.5.8" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "7.el7", "version": "1.0.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1525492411", "release": "43.el7", "version": "2.23.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "1.el7_3", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "4.el7", "version": "1.0.1" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "3.el7", "version": "1.1.4" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "4.el7", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "4.el7", "version": "3.2.28" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1525492402", "release": "9.el7", "version": "1.5.3" }, "libpciaccess": { "arch": "x86_64", "epoch": "0", "installdate": "1525492450", "release": "3.el7_3", "version": "0.13.4" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "3.el7", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1525492398", "release": "7.el7_2", "version": "1.5.13" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1525492412", "release": "4.el7", "version": "1.2.3" }, "libreport-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1525492389", "release": "38.el7.centos", "version": "2.1.11" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "3.el7", "version": "2.3.1" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1525492395", "release": "11.el7", "version": "2.5" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1525492416", "release": "11.el7", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "11.el7", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "8.el7", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1525492395", "release": "6.el7", "version": "2.5" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1525492404", "release": "10.el7", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1525492418", "release": "10.el7_2.1", "version": "1.4.3" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1525492395", "release": "16.el7", "version": "4.8.5" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1525492406", "release": "1.el7", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "5.el7", "version": "1.25" }, "libthai": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "9.el7", "version": "0.1.14" }, "libtiff": { "arch": "x86_64", "epoch": "0", "installdate": "1525492422", "release": "27.el7_3", "version": "4.0.3" }, "libtool-ltdl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "22.el7_3", "version": "2.4.2" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "9.el7", "version": "0.9.3" }, "libusbx": { "arch": "x86_64", "epoch": "0", "installdate": "1525492458", "release": "1.el7", "version": "1.0.20" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1525492419", "release": "7.el7_1", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "4.el7", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "43.el7", "version": "2.23.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "4.el7", "version": "0.2.5" }, "libxcb": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "1.12" }, "libxkbfile": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "3.el7", "version": "1.0.9" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "6.el7_2.3", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1525492416", "release": "6.el7_2.3", "version": "2.9.1" }, "libxshmfence": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "1.el7", "version": "1.2" }, "libxslt": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "5.el7", "version": "1.1.28" }, "libzip": { "arch": "x86_64", "epoch": "0", "installdate": "1525492404", "release": "8.el7", "version": "0.10.1" }, "linux-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1525492584", "release": "56.gitc990aae.el7", "version": "20170606" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1525492412", "release": "12.v7.1", "version": "3.8.6" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1525492406", "release": "6.el7", "version": "0.27" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "15.el7", "version": "5.1.4" }, "lvm2": { "arch": "x86_64", "epoch": "7", "installdate": "1525492606", "release": "8.el7", "version": "2.02.171" }, "lvm2-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1525492452", "release": "8.el7", "version": "2.02.171" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "8.el7", "version": "2.06" }, "mailcap": { "arch": "noarch", "epoch": "0", "installdate": "1525492578", "release": "2.el7", "version": "2.1.41" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "16.el7", "version": "12.5" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1525492404", "release": "23.el7", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "9.el7", "version": "2.6.3" }, "mariadb-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1525492413", "release": "2.el7", "version": "5.5.56" }, "mdadm": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "5.el7", "version": "4.0" }, "mesa-libEGL": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "6.20170307.el7", "version": "17.0.1" }, "mesa-libGL": { "arch": "x86_64", "epoch": "0", "installdate": "1525492451", "release": "6.20170307.el7", "version": "17.0.1" }, "mesa-libgbm": { "arch": "x86_64", "epoch": "0", "installdate": "1525492451", "release": "6.20170307.el7", "version": "17.0.1" }, "mesa-libglapi": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "6.20170307.el7", "version": "17.0.1" }, "mesa-libxatracker": { "arch": "x86_64", "epoch": "0", "installdate": "1525492456", "release": "6.20170307.el7", "version": "17.0.1" }, "mesa-private-llvm": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "3.el7", "version": "3.9.1" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1525492607", "release": "22.el7", "version": "2.1" }, "mlocate": { "arch": "x86_64", "epoch": "0", "installdate": "1525492455", "release": "6.el7", "version": "0.26" }, "mozilla-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1525492597", "release": "11.el7", "version": "1.9" }, "mozjs17": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "19.el7", "version": "17.0.0" }, "mtdev": { "arch": "x86_64", "epoch": "0", "installdate": "1525492406", "release": "5.el7", "version": "1.1.5" }, "nano": { "arch": "x86_64", "epoch": "0", "installdate": "1525492404", "release": "10.el7", "version": "2.3.1" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1525492389", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492395", "release": "14.20130511.el7_4", "version": "5.9" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1525492449", "release": "0.22.20131004git.el7", "version": "2.0" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "4.el7", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1525492416", "release": "4.el7", "version": "0.52.15" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1525492395", "release": "1.0.el7_3", "version": "4.13.1" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "15.el7_4", "version": "3.28.4" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "4.el7", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "8.el7_4", "version": "3.28.3" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492390", "release": "8.el7_4", "version": "3.28.3" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "15.el7_4", "version": "3.28.4" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "15.el7_4", "version": "3.28.4" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "3.el7", "version": "3.28.4" }, "ntpdate": { "arch": "x86_64", "epoch": "0", "installdate": "1525492457", "release": "25.el7.centos.2", "version": "4.2.6p5" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492406", "release": "6.el7_2", "version": "2.0.9" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1525492418", "release": "5.v7", "version": "2.4.44" }, "openldap-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "5.v7", "version": "2.4.44" }, "openldap-servers": { "arch": "x86_64", "epoch": "0", "installdate": "1525492456", "release": "5.v7", "version": "2.4.44" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "13.el7_4", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "13.el7_4", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "13.el7_4", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1525492409", "release": "8.el7", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1525492407", "release": "8.el7", "version": "1.0.2k" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1525492451", "release": "9.el7", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "3.el7", "version": "0.23.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1525492406", "release": "3.el7", "version": "0.23.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1525492412", "release": "18.el7", "version": "1.1.8" }, "pango": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "1.el7", "version": "1.40.4" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1525492458", "release": "28.el7", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1525492419", "release": "4.el7", "version": "0.79" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492456", "release": "2.el7", "version": "3.5.1" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492398", "release": "2.el7", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1525492395", "release": "17.el7", "version": "8.32" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1525492401", "release": "292.el7", "version": "5.16.3" }, "perl-Carp": { "arch": "noarch", "epoch": "0", "installdate": "1525492399", "release": "244.el7", "version": "1.26" }, "perl-Encode": { "arch": "x86_64", "epoch": "0", "installdate": "1525492399", "release": "7.el7", "version": "2.51" }, "perl-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1525492399", "release": "3.el7", "version": "5.68" }, "perl-File-Path": { "arch": "noarch", "epoch": "0", "installdate": "1525492399", "release": "2.el7", "version": "2.09" }, "perl-File-Temp": { "arch": "noarch", "epoch": "0", "installdate": "1525492399", "release": "3.el7", "version": "0.23.01" }, "perl-Filter": { "arch": "x86_64", "epoch": "0", "installdate": "1525492399", "release": "3.el7", "version": "1.49" }, "perl-Getopt-Long": { "arch": "noarch", "epoch": "0", "installdate": "1525492399", "release": "2.el7", "version": "2.40" }, "perl-HTTP-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1525492398", "release": "3.el7", "version": "0.033" }, "perl-PathTools": { "arch": "x86_64", "epoch": "0", "installdate": "1525492399", "release": "5.el7", "version": "3.40" }, "perl-Pod-Escapes": { "arch": "noarch", "epoch": "1", "installdate": "1525492398", "release": "292.el7", "version": "1.04" }, "perl-Pod-Perldoc": { "arch": "noarch", "epoch": "0", "installdate": "1525492398", "release": "4.el7", "version": "3.20" }, "perl-Pod-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1525492399", "release": "4.el7", "version": "3.28" }, "perl-Pod-Usage": { "arch": "noarch", "epoch": "0", "installdate": "1525492399", "release": "3.el7", "version": "1.63" }, "perl-Scalar-List-Utils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492399", "release": "248.el7", "version": "1.27" }, "perl-Socket": { "arch": "x86_64", "epoch": "0", "installdate": "1525492399", "release": "4.el7", "version": "2.010" }, "perl-Storable": { "arch": "x86_64", "epoch": "0", "installdate": "1525492399", "release": "3.el7", "version": "2.45" }, "perl-Text-ParseWords": { "arch": "noarch", "epoch": "0", "installdate": "1525492398", "release": "4.el7", "version": "3.29" }, "perl-Time-HiRes": { "arch": "x86_64", "epoch": "4", "installdate": "1525492399", "release": "3.el7", "version": "1.9725" }, "perl-Time-Local": { "arch": "noarch", "epoch": "0", "installdate": "1525492399", "release": "2.el7", "version": "1.2300" }, "perl-constant": { "arch": "noarch", "epoch": "0", "installdate": "1525492399", "release": "2.el7", "version": "1.27" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1525492399", "release": "292.el7", "version": "5.16.3" }, "perl-macros": { "arch": "x86_64", "epoch": "4", "installdate": "1525492399", "release": "292.el7", "version": "5.16.3" }, "perl-parent": { "arch": "noarch", "epoch": "1", "installdate": "1525492398", "release": "244.el7", "version": "0.225" }, "perl-podlators": { "arch": "noarch", "epoch": "0", "installdate": "1525492398", "release": "3.el7", "version": "2.5.1" }, "perl-threads": { "arch": "x86_64", "epoch": "0", "installdate": "1525492399", "release": "4.el7", "version": "1.87" }, "perl-threads-shared": { "arch": "x86_64", "epoch": "0", "installdate": "1525492399", "release": "6.el7", "version": "1.43" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1525492404", "release": "17.el7", "version": "0.8.1" }, "pixman": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "1.el7", "version": "0.34.0" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1525492411", "release": "4.el7", "version": "0.27.1" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1525492458", "release": "0.28.20140113.el7.centos", "version": "0.8.9" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492458", "release": "0.28.20140113.el7.centos", "version": "0.8.9" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1525492458", "release": "0.28.20140113.el7.centos", "version": "0.8.9" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492451", "release": "17.1.el7", "version": "2.5" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1525492449", "release": "12.el7_3", "version": "0.112" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1525492449", "release": "4.el7", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "16.el7", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1525492449", "release": "6.el7", "version": "2.10.1" }, "ppp": { "arch": "x86_64", "epoch": "0", "installdate": "1525492451", "release": "33.v7", "version": "2.4.5" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1525492447", "release": "16.el7", "version": "3.3.10" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "15.el7", "version": "22.20" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "23.el7", "version": "2.0.7" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "9.el7", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1525492416", "release": "11.el7", "version": "0.5.3" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1525492409", "release": "58.el7", "version": "2.7.5" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1525492415", "release": "1.el7_1", "version": "2.2.1" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1525492416", "release": "7.el7", "version": "4.7.2" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1525492411", "release": "3.el7", "version": "3.4.0" }, "python-firewall": { "arch": "noarch", "epoch": "0", "installdate": "1525492416", "release": "6.el7", "version": "0.4.4.4" }, "python-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1525492415", "release": "1.el7", "version": "3.22.0" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1525492416", "release": "9.el7", "version": "0.4" }, "python-kitchen": { "arch": "noarch", "epoch": "0", "installdate": "1525492415", "release": "5.el7", "version": "1.1.1" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492409", "release": "58.el7", "version": "2.7.5" }, "python-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1525492415", "release": "3.el7", "version": "0.4.9" }, "python-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1525492415", "release": "693.2.2.v7", "version": "3.10.0" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "19.el7", "version": "7.19.0" }, "python-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1525492458", "release": "9.el7", "version": "0.15" }, "python-schedutils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492416", "release": "6.el7", "version": "0.4" }, "python-slip": { "arch": "noarch", "epoch": "0", "installdate": "1525492416", "release": "2.el7", "version": "0.4.0" }, "python-slip-dbus": { "arch": "noarch", "epoch": "0", "installdate": "1525492416", "release": "2.el7", "version": "0.4.0" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1525492420", "release": "8.el7", "version": "3.10" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1525492416", "release": "5.el7", "version": "0.5.1" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "3.el7", "version": "3.4.1" }, "ratpoison": { "arch": "x86_64", "epoch": "0", "installdate": "1525492413", "release": "3.v7", "version": "1.4.5" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "10.el7", "version": "6.2" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1525492608", "release": "11.el7", "version": "8.1" }, "rp-pppoe": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "7.v7", "version": "3.11" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1525492418", "release": "25.el7", "version": "4.11.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "25.el7", "version": "4.11.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492418", "release": "25.el7", "version": "4.11.3" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "25.el7", "version": "4.11.3" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1525492457", "release": "12.el7", "version": "8.24.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "5.el7", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1525492454", "release": "166.el7_4.5", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1525492455", "release": "166.el7_4.5", "version": "3.13.1" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1525492390", "release": "7.el7", "version": "2.8.71" }, "sgpio": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "13.el7", "version": "1.2.0.10" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1525492421", "release": "24.el7", "version": "4.1.5.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1525492411", "release": "3.el7", "version": "1.8" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "11.el7", "version": "2.2.4" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "3.el7", "version": "1.1.0" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "8.el7", "version": "3.7.17" }, "startup-notification": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "8.el7", "version": "0.12" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1525492419", "release": "11.el7_4", "version": "1.8.19p2" }, "suva-client": { "arch": "x86_64", "epoch": "0", "installdate": "1525492455", "release": "2.v7", "version": "3.2" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1525492448", "release": "42.el7_4.4", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492446", "release": "42.el7_4.4", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1525492448", "release": "42.el7_4.4", "version": "219" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "14.dsf.el7", "version": "2.88" }, "syswatch": { "arch": "noarch", "epoch": "0", "installdate": "1525492403", "release": "1.v7", "version": "7.1.5" }, "t1lib": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "14.el7", "version": "5.1.2" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1525492403", "release": "32.el7", "version": "1.26" }, "tconsole": { "arch": "x86_64", "epoch": "0", "installdate": "1525492597", "release": "9.v7", "version": "3.3" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "77.el7", "version": "7.6" }, "tcpdump": { "arch": "x86_64", "epoch": "14", "installdate": "1525492421", "release": "5.el7", "version": "4.9.0" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "5.el7", "version": "1.25" }, "telnet": { "arch": "x86_64", "epoch": "1", "installdate": "1525492405", "release": "64.el7", "version": "0.17" }, "theme-clearos-admin": { "arch": "noarch", "epoch": "0", "installdate": "1525492588", "release": "1.v7", "version": "7.4.3" }, "tmpwatch": { "arch": "x86_64", "epoch": "0", "installdate": "1525492405", "release": "5.el7", "version": "2.11" }, "traceroute": { "arch": "x86_64", "epoch": "3", "installdate": "1525492421", "release": "2.el7", "version": "2.0.22" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1525492606", "release": "5.el7", "version": "2.8.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1525492390", "release": "1.el7", "version": "2017c" }, "urw-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1525492414", "release": "16.el7", "version": "2.4" }, "usbutils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492458", "release": "5.el7", "version": "007" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1525492421", "release": "16.el7", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1525492447", "release": "43.el7", "version": "2.23.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1525492403", "release": "2.el7", "version": "7.4.160" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "10.el7", "version": "1.13" }, "webconfig-httpd": { "arch": "x86_64", "epoch": "0", "installdate": "1525492578", "release": "67.v7", "version": "2.4.6" }, "webconfig-httpd-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1525492417", "release": "67.v7", "version": "2.4.6" }, "webconfig-mod_ssl": { "arch": "x86_64", "epoch": "1", "installdate": "1525492579", "release": "67.v7", "version": "2.4.6" }, "webconfig-php": { "arch": "x86_64", "epoch": "0", "installdate": "1525492579", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1525492419", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-common": { "arch": "x86_64", "epoch": "0", "installdate": "1525492418", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-gd": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-ldap": { "arch": "x86_64", "epoch": "0", "installdate": "1525492419", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-mbstring": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-mysql": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-pdo": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-process": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "42.v7", "version": "5.4.16" }, "webconfig-php-xml": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "42.v7", "version": "5.4.16" }, "webconfig-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492579", "release": "1.v7", "version": "6.1.1" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1525492420", "release": "15.el7_4.1", "version": "1.14" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1525492397", "release": "7.el7", "version": "2.20" }, "xcb-util": { "arch": "x86_64", "epoch": "0", "installdate": "1525492401", "release": "2.el7", "version": "0.4.0" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492607", "release": "12.el7", "version": "4.5.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1525492389", "release": "1.el7", "version": "2.20" }, "xorg-x11-drivers": { "arch": "x86_64", "epoch": "0", "installdate": "1525492456", "release": "6.el7", "version": "7.7" }, "xorg-x11-drv-ati": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "3.20160928git3fc839ff.el7", "version": "7.7.1" }, "xorg-x11-drv-dummy": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "1.el7", "version": "0.3.7" }, "xorg-x11-drv-evdev": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "2.1.el7", "version": "2.10.5" }, "xorg-x11-drv-fbdev": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "25.el7", "version": "0.4.3" }, "xorg-x11-drv-intel": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "26.20160929.el7", "version": "2.99.917" }, "xorg-x11-drv-nouveau": { "arch": "x86_64", "epoch": "1", "installdate": "1525492453", "release": "3.el7", "version": "1.0.13" }, "xorg-x11-drv-qxl": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "3.el7", "version": "0.1.5" }, "xorg-x11-drv-synaptics": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "1.el7", "version": "1.9.0" }, "xorg-x11-drv-v4l": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "47.el7", "version": "0.2.0" }, "xorg-x11-drv-vesa": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "25.1.el7", "version": "2.3.2" }, "xorg-x11-drv-vmmouse": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "1.el7", "version": "13.1.0" }, "xorg-x11-drv-vmware": { "arch": "x86_64", "epoch": "0", "installdate": "1525492456", "release": "1.el7", "version": "13.2.1" }, "xorg-x11-drv-void": { "arch": "x86_64", "epoch": "0", "installdate": "1525492453", "release": "2.el7", "version": "1.4.1" }, "xorg-x11-drv-wacom": { "arch": "x86_64", "epoch": "0", "installdate": "1525492452", "release": "2.el7", "version": "0.34.2" }, "xorg-x11-font-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1525492413", "release": "20.el7", "version": "7.5" }, "xorg-x11-server-Xorg": { "arch": "x86_64", "epoch": "0", "installdate": "1525492451", "release": "11.el7", "version": "1.19.3" }, "xorg-x11-server-common": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "11.el7", "version": "1.19.3" }, "xorg-x11-server-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "20.el7", "version": "7.7" }, "xorg-x11-xauth": { "arch": "x86_64", "epoch": "1", "installdate": "1525492403", "release": "1.el7", "version": "1.0.9" }, "xorg-x11-xinit": { "arch": "x86_64", "epoch": "0", "installdate": "1525492416", "release": "1.el7", "version": "1.3.4" }, "xorg-x11-xkb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1525492403", "release": "12.el7", "version": "7.7" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1525492402", "release": "1.el7", "version": "5.2.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1525492396", "release": "1.el7", "version": "5.2.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1525492420", "release": "154.el7.centos", "version": "3.4.3" }, "yum-marketplace-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1525492420", "release": "12.v7", "version": "2.1" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1525492415", "release": "10.el7", "version": "1.1.4" }, "yum-plugin-fastestmirror": { "arch": "noarch", "epoch": "0", "installdate": "1525492420", "release": "42.el7", "version": "1.1.31" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1525492420", "release": "42.el7", "version": "1.1.31" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1525492395", "release": "17.el7", "version": "1.2.7" } }, "platform": "clearos", "platform_family": "rhel", "platform_version": "7.4.0", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash", "/sbin/nologin", "/usr/bin/sh", "/usr/bin/bash", "/usr/sbin/nologin" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/debian/000077500000000000000000000000001417433310300205735ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/debian/10.json000066400000000000000000001742141417433310300217170ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216", "state": "Connected" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "474183", "inodes_percent_used": "9%", "inodes_used": "41913", "kb_available": "6788768", "kb_size": "8026128", "kb_used": "808104", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro" ], "mounts": [ "/" ], "percent_used": "11%", "total_inodes": "516096", "uuid": "37f86617-c2af-47a2-be18-99aec09ee43e" }, "/dev/xvda14": { "mounts": [ ] }, "/dev/xvda15": { "fs_type": "vfat", "kb_available": "126400", "kb_size": "126678", "kb_used": "278", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "utf8", "errors=remount-ro" ], "mounts": [ "/boot/efi" ], "percent_used": "1%", "uuid": "BDA3-F1A2" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/rdma" ] }, "cgroup2": { "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ], "mounts": [ "/sys/fs/cgroup/unified" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=42", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9957" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "124395", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99516", "kb_size": "99516", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99516k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "124399" }, "udev": { "fs_type": "devtmpfs", "inodes_available": "122323", "inodes_percent_used": "1%", "inodes_used": "266", "kb_available": "490356", "kb_size": "490356", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=490356k", "nr_inodes=122589", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "122589" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "474183", "inodes_percent_used": "9%", "inodes_used": "41913", "kb_available": "6788768", "kb_size": "8026128", "kb_used": "808104", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro" ], "percent_used": "11%", "total_inodes": "516096", "uuid": "37f86617-c2af-47a2-be18-99aec09ee43e" }, "/boot/efi": { "devices": [ "/dev/xvda15" ], "fs_type": "vfat", "kb_available": "126400", "kb_size": "126678", "kb_used": "278", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "utf8", "errors=remount-ro" ], "percent_used": "1%", "uuid": "BDA3-F1A2" }, "/dev": { "devices": [ "udev" ], "fs_type": "devtmpfs", "inodes_available": "122323", "inodes_percent_used": "1%", "inodes_used": "266", "kb_available": "490356", "kb_size": "490356", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=490356k", "nr_inodes=122589", "mode=755" ], "percent_used": "0%", "total_inodes": "122589" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124398", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "497596", "kb_size": "497596", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124399" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=42", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9957" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124044", "inodes_percent_used": "1%", "inodes_used": "355", "kb_available": "96676", "kb_size": "99520", "kb_used": "2844", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=99520k", "mode=755" ], "percent_used": "3%", "total_inodes": "124399" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124397", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "124399" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124395", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99516", "kb_size": "99516", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99516k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "124399" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/bpf": { "devices": [ "none" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124381", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "497596", "kb_size": "497596", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "124399" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "/sys/fs/cgroup/unified": { "devices": [ "cgroup2" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "474183", "inodes_percent_used": "9%", "inodes_used": "41913", "kb_available": "6788768", "kb_size": "8026128", "kb_used": "808104", "mount": "/", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro" ], "percent_used": "11%", "total_inodes": "516096", "uuid": "37f86617-c2af-47a2-be18-99aec09ee43e" }, "/dev/xvda14,": { "device": "/dev/xvda14" }, "/dev/xvda15,/boot/efi": { "device": "/dev/xvda15", "fs_type": "vfat", "kb_available": "126400", "kb_size": "126678", "kb_used": "278", "mount": "/boot/efi", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "utf8", "errors=remount-ro" ], "percent_used": "1%", "uuid": "BDA3-F1A2" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "cgroup2,/sys/fs/cgroup/unified": { "device": "cgroup2", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup/unified", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "none,/sys/fs/bpf": { "device": "none", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=42", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9957" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124398", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "497596", "kb_size": "497596", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124399" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124044", "inodes_percent_used": "1%", "inodes_used": "355", "kb_available": "96676", "kb_size": "99520", "kb_used": "2844", "mount": "/run", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=99520k", "mode=755" ], "percent_used": "3%", "total_inodes": "124399" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124397", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "124399" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124395", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99516", "kb_size": "99516", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99516k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "124399" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124381", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "497596", "kb_size": "497596", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "124399" }, "udev,/dev": { "device": "udev", "fs_type": "devtmpfs", "inodes_available": "122323", "inodes_percent_used": "1%", "inodes_used": "266", "kb_available": "490356", "kb_size": "490356", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=490356k", "nr_inodes=122589", "mode=755" ], "percent_used": "0%", "total_inodes": "122589" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aesni_intel": { "refcount": "0", "size": "368640" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "53248" }, "button": { "refcount": "0", "size": "24576" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "2", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "cryptd": { "refcount": "2", "size": "24576" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "evdev": { "refcount": "3", "size": "24576" }, "fat": { "refcount": "1", "size": "86016" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "intel_rapl_common": { "refcount": "1", "size": "28672" }, "intel_rapl_msr": { "refcount": "0", "size": "20480" }, "iosf_mbi": { "refcount": "1", "size": "24576" }, "ip_tables": { "refcount": "0", "size": "28672" }, "libata": { "refcount": "2", "size": "258048", "version": "3.00" }, "nls_ascii": { "refcount": "1", "size": "16384" }, "nls_cp437": { "refcount": "1", "size": "20480" }, "rapl": { "refcount": "0", "size": "20480" }, "scsi_mod": { "refcount": "1", "size": "253952" }, "serio_raw": { "refcount": "0", "size": "20480" }, "vfat": { "refcount": "1", "size": "20480" }, "x_tables": { "refcount": "1", "size": "53248" }, "xen_blkfront": { "refcount": "4", "size": "49152" }, "xen_netfront": { "refcount": "1", "size": "40960" } }, "name": "Linux", "os": "GNU/Linux", "processor": "unknown", "release": "5.10.0-0.bpo.8-cloud-amd64", "version": "#1 SMP Debian 5.10.46-4~bpo10+1 (2021-08-07)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { "codename": "buster", "description": "Debian GNU/Linux 10 (buster)", "id": "Debian", "release": "10" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635809090.302845, "os": "linux", "os_version": "5.10.0-0.bpo.8-cloud-amd64", "packages": { "adduser": { "arch": "all", "version": "3.118" }, "apparmor": { "arch": "amd64", "version": "2.13.2-10" }, "apt": { "arch": "amd64", "version": "1.8.2.3" }, "apt-listchanges": { "arch": "all", "version": "3.19" }, "apt-utils": { "arch": "amd64", "version": "1.8.2.3" }, "awscli": { "arch": "all", "version": "1.16.113-1" }, "base-files": { "arch": "amd64", "version": "10.3+deb10u11" }, "base-passwd": { "arch": "amd64", "version": "3.5.46" }, "bash": { "arch": "amd64", "version": "5.0-4" }, "bash-completion": { "arch": "all", "version": "1:2.8-6" }, "bind9-host": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "bsdmainutils": { "arch": "amd64", "version": "11.1.2+b1" }, "bsdutils": { "arch": "amd64", "version": "1:2.33.1-0.1" }, "bzip2": { "arch": "amd64", "version": "1.0.6-9.2~deb10u1" }, "ca-certificates": { "arch": "all", "version": "20200601~deb10u2" }, "chef": { "arch": "amd64", "version": "17.7.29-1" }, "chrony": { "arch": "amd64", "version": "3.4-4+deb10u1" }, "cloud-guest-utils": { "arch": "all", "version": "0.29-1" }, "cloud-image-utils": { "arch": "all", "version": "0.29-1" }, "cloud-init": { "arch": "all", "version": "20.2-2~deb10u2" }, "cloud-initramfs-growroot": { "arch": "all", "version": "0.18.debian7" }, "cloud-utils": { "arch": "all", "version": "0.29-1" }, "coreutils": { "arch": "amd64", "version": "8.30-3" }, "cpio": { "arch": "amd64", "version": "2.12+dfsg-9" }, "cron": { "arch": "amd64", "version": "3.0pl1-134+deb10u1" }, "curl": { "arch": "amd64", "version": "7.64.0-4+deb10u2" }, "dash": { "arch": "amd64", "version": "0.5.10.2-5" }, "dbus": { "arch": "amd64", "version": "1.12.20-0+deb10u1" }, "debconf": { "arch": "all", "version": "1.5.71+deb10u1" }, "debian-archive-keyring": { "arch": "all", "version": "2019.1+deb10u1" }, "debianutils": { "arch": "amd64", "version": "4.8.6.1" }, "diffutils": { "arch": "amd64", "version": "1:3.7-3" }, "distro-info-data": { "arch": "all", "version": "0.41+deb10u4" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.155-3" }, "docutils-common": { "arch": "all", "version": "0.14+dfsg-4" }, "dpkg": { "arch": "amd64", "version": "1.19.7" }, "e2fsprogs": { "arch": "amd64", "version": "1.44.5-1+deb10u3" }, "ethtool": { "arch": "amd64", "version": "1:4.19-1" }, "fdisk": { "arch": "amd64", "version": "2.33.1-0.1" }, "file": { "arch": "amd64", "version": "1:5.35-4+deb10u2" }, "findutils": { "arch": "amd64", "version": "4.6.0+git+20190209-2" }, "gcc-8-base": { "arch": "amd64", "version": "8.3.0-6" }, "gdisk": { "arch": "amd64", "version": "1.0.3-1.1" }, "genisoimage": { "arch": "amd64", "version": "9:1.1.11-3+b2" }, "geoip-database": { "arch": "all", "version": "20181108-1" }, "gettext-base": { "arch": "amd64", "version": "0.19.8.1-9" }, "gpgv": { "arch": "amd64", "version": "2.2.12-1+deb10u1" }, "grep": { "arch": "amd64", "version": "3.3-1" }, "groff-base": { "arch": "amd64", "version": "1.22.4-3+deb10u1" }, "grub-cloud-amd64": { "arch": "amd64", "version": "0.0.4" }, "grub-common": { "arch": "amd64", "version": "2.02+dfsg1-20+deb10u4" }, "grub-efi-amd64-bin": { "arch": "amd64", "version": "2.02+dfsg1-20+deb10u4" }, "grub-pc-bin": { "arch": "amd64", "version": "2.02+dfsg1-20+deb10u4" }, "grub2-common": { "arch": "amd64", "version": "2.02+dfsg1-20+deb10u4" }, "gzip": { "arch": "amd64", "version": "1.9-3" }, "hostname": { "arch": "amd64", "version": "3.21" }, "ifupdown": { "arch": "amd64", "version": "0.8.35" }, "init": { "arch": "amd64", "version": "1.56+nmu1" }, "init-system-helpers": { "arch": "all", "version": "1.56+nmu1" }, "initramfs-tools": { "arch": "all", "version": "0.133+deb10u1" }, "initramfs-tools-core": { "arch": "all", "version": "0.133+deb10u1" }, "iproute2": { "arch": "amd64", "version": "4.20.0-2+deb10u1" }, "iptables": { "arch": "amd64", "version": "1.8.2-4" }, "iputils-ping": { "arch": "amd64", "version": "3:20180629-2+deb10u2" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.4.1-2+deb10u1" }, "iso-codes": { "arch": "all", "version": "4.2-1" }, "klibc-utils": { "arch": "amd64", "version": "2.0.6-1+deb10u1" }, "kmod": { "arch": "amd64", "version": "26-1" }, "krb5-locales": { "arch": "all", "version": "1.17-3+deb10u3" }, "less": { "arch": "amd64", "version": "487-0.1+b1" }, "libacl1": { "arch": "amd64", "version": "2.2.53-4" }, "libaio1": { "arch": "amd64", "version": "0.3.112-3" }, "libapparmor1": { "arch": "amd64", "version": "2.13.2-10" }, "libapt-inst2.0": { "arch": "amd64", "version": "1.8.2.3" }, "libapt-pkg5.0": { "arch": "amd64", "version": "1.8.2.3" }, "libargon2-1": { "arch": "amd64", "version": "0~20171227-0.2" }, "libattr1": { "arch": "amd64", "version": "1:2.4.48-4" }, "libaudit-common": { "arch": "all", "version": "1:2.8.4-3" }, "libaudit1": { "arch": "amd64", "version": "1:2.8.4-3" }, "libbind9-161": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "libblkid1": { "arch": "amd64", "version": "2.33.1-0.1" }, "libbsd0": { "arch": "amd64", "version": "0.9.1-2+deb10u1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.6-9.2~deb10u1" }, "libc-bin": { "arch": "amd64", "version": "2.28-10" }, "libc-l10n": { "arch": "all", "version": "2.28-10" }, "libc6": { "arch": "amd64", "version": "2.28-10" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.9-2" }, "libcap2": { "arch": "amd64", "version": "1:2.25-2" }, "libcap2-bin": { "arch": "amd64", "version": "1:2.25-2" }, "libcom-err2": { "arch": "amd64", "version": "1.44.5-1+deb10u3" }, "libcryptsetup12": { "arch": "amd64", "version": "2:2.1.0-5+deb10u2" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.64.0-4+deb10u2" }, "libcurl4": { "arch": "amd64", "version": "7.64.0-4+deb10u2" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28+dfsg1-0.5" }, "libdbus-1-3": { "arch": "amd64", "version": "1.12.20-0+deb10u1" }, "libdebconfclient0": { "arch": "amd64", "version": "0.249" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.155-3" }, "libdns-export1104": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "libdns1104": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "libedit2": { "arch": "amd64", "version": "3.1-20181209-1" }, "libefiboot1": { "arch": "amd64", "version": "37-2+deb10u1" }, "libefivar1": { "arch": "amd64", "version": "37-2+deb10u1" }, "libelf1": { "arch": "amd64", "version": "0.176-1.1" }, "libestr0": { "arch": "amd64", "version": "0.1.10-2.1" }, "libexpat1": { "arch": "amd64", "version": "2.2.6-2+deb10u1" }, "libext2fs2": { "arch": "amd64", "version": "1.44.5-1+deb10u3" }, "libfastjson4": { "arch": "amd64", "version": "0.99.8-2" }, "libfdisk1": { "arch": "amd64", "version": "2.33.1-0.1" }, "libffi6": { "arch": "amd64", "version": "3.2.1-9" }, "libfreetype6": { "arch": "amd64", "version": "2.9.1-3+deb10u2" }, "libfstrm0": { "arch": "amd64", "version": "0.4.0-1" }, "libfuse2": { "arch": "amd64", "version": "2.9.9-1+deb10u1" }, "libgcc1": { "arch": "amd64", "version": "1:8.3.0-6" }, "libgcrypt20": { "arch": "amd64", "version": "1.8.4-5+deb10u1" }, "libgdbm6": { "arch": "amd64", "version": "1.18.1-4" }, "libgeoip1": { "arch": "amd64", "version": "1.6.12-1" }, "libglib2.0-0": { "arch": "amd64", "version": "2.58.3-2+deb10u3" }, "libgmp10": { "arch": "amd64", "version": "2:6.1.2+dfsg-4" }, "libgnutls30": { "arch": "amd64", "version": "3.6.7-4+deb10u7" }, "libgpg-error0": { "arch": "amd64", "version": "1.35-1" }, "libgpm2": { "arch": "amd64", "version": "1.20.7-5" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.17-3+deb10u3" }, "libhogweed4": { "arch": "amd64", "version": "3.4.1-1+deb10u1" }, "libicu63": { "arch": "amd64", "version": "63.1-6+deb10u1" }, "libidn11": { "arch": "amd64", "version": "1.33-2.2" }, "libidn2-0": { "arch": "amd64", "version": "2.0.5-1+deb10u1" }, "libip4tc0": { "arch": "amd64", "version": "1.8.2-4" }, "libip6tc0": { "arch": "amd64", "version": "1.8.2-4" }, "libiptc0": { "arch": "amd64", "version": "1.8.2-4" }, "libisc-export1100": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "libisc1100": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "libisccc161": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "libisccfg163": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "libjson-c3": { "arch": "amd64", "version": "0.12.1+ds-2+deb10u1" }, "libk5crypto3": { "arch": "amd64", "version": "1.17-3+deb10u3" }, "libkeyutils1": { "arch": "amd64", "version": "1.6-6" }, "libklibc": { "arch": "amd64", "version": "2.0.6-1+deb10u1" }, "libkmod2": { "arch": "amd64", "version": "26-1" }, "libkrb5-3": { "arch": "amd64", "version": "1.17-3+deb10u3" }, "libkrb5support0": { "arch": "amd64", "version": "1.17-3+deb10u3" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.47+dfsg-3+deb10u6" }, "libldap-common": { "arch": "all", "version": "2.4.47+dfsg-3+deb10u6" }, "liblmdb0": { "arch": "amd64", "version": "0.9.22-1" }, "liblognorm5": { "arch": "amd64", "version": "2.0.5-1" }, "liblwres161": { "arch": "amd64", "version": "1:9.11.5.P4+dfsg-5.1+deb10u5" }, "liblz4-1": { "arch": "amd64", "version": "1.8.3-1+deb10u1" }, "liblzma5": { "arch": "amd64", "version": "5.2.4-1" }, "libmagic-mgc": { "arch": "amd64", "version": "1:5.35-4+deb10u2" }, "libmagic1": { "arch": "amd64", "version": "1:5.35-4+deb10u2" }, "libmnl0": { "arch": "amd64", "version": "1.0.4-2" }, "libmount1": { "arch": "amd64", "version": "2.33.1-0.1" }, "libmpdec2": { "arch": "amd64", "version": "2.4.2-2" }, "libncurses6": { "arch": "amd64", "version": "6.1+20181013-2+deb10u2" }, "libncursesw6": { "arch": "amd64", "version": "6.1+20181013-2+deb10u2" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.7-1" }, "libnettle6": { "arch": "amd64", "version": "3.4.1-1+deb10u1" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.20-8" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3+b1" }, "libnftnl11": { "arch": "amd64", "version": "1.1.2-2" }, "libnghttp2-14": { "arch": "amd64", "version": "1.36.0-2+deb10u1" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.15-2+deb10u1" }, "libpam-modules": { "arch": "amd64", "version": "1.3.1-5" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.3.1-5" }, "libpam-runtime": { "arch": "all", "version": "1.3.1-5" }, "libpam-systemd": { "arch": "amd64", "version": "241-7~deb10u8" }, "libpam0g": { "arch": "amd64", "version": "1.3.1-5" }, "libpcap0.8": { "arch": "amd64", "version": "1.8.1-6" }, "libpci3": { "arch": "amd64", "version": "1:3.5.2-1" }, "libpcre2-8-0": { "arch": "amd64", "version": "10.32-5" }, "libpcre3": { "arch": "amd64", "version": "2:8.39-12" }, "libpipeline1": { "arch": "amd64", "version": "1.5.1-2" }, "libpng16-16": { "arch": "amd64", "version": "1.6.36-6" }, "libpopt0": { "arch": "amd64", "version": "1.16-12" }, "libprocps7": { "arch": "amd64", "version": "2:3.3.15-2" }, "libprotobuf-c1": { "arch": "amd64", "version": "1.3.1-1+b1" }, "libpsl5": { "arch": "amd64", "version": "0.20.2-2" }, "libpython-stdlib": { "arch": "amd64", "version": "2.7.16-1" }, "libpython2-stdlib": { "arch": "amd64", "version": "2.7.16-1" }, "libpython2.7-minimal": { "arch": "amd64", "version": "2.7.16-2+deb10u1" }, "libpython2.7-stdlib": { "arch": "amd64", "version": "2.7.16-2+deb10u1" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.7.3-1" }, "libpython3.7-minimal": { "arch": "amd64", "version": "3.7.3-2+deb10u3" }, "libpython3.7-stdlib": { "arch": "amd64", "version": "3.7.3-2+deb10u3" }, "libreadline7": { "arch": "amd64", "version": "7.0-5" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d.1-2" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.27+dfsg-1+deb10u1" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.27+dfsg-1+deb10u1" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.27+dfsg-1+deb10u1" }, "libseccomp2": { "arch": "amd64", "version": "2.3.3-4" }, "libselinux1": { "arch": "amd64", "version": "2.8-1+b1" }, "libsemanage-common": { "arch": "all", "version": "2.8-2" }, "libsemanage1": { "arch": "amd64", "version": "2.8-2" }, "libsepol1": { "arch": "amd64", "version": "2.8-1" }, "libslang2": { "arch": "amd64", "version": "2.3.2-2" }, "libsmartcols1": { "arch": "amd64", "version": "2.33.1-0.1" }, "libsqlite3-0": { "arch": "amd64", "version": "3.27.2-3+deb10u1" }, "libss2": { "arch": "amd64", "version": "1.44.5-1+deb10u3" }, "libssh2-1": { "arch": "amd64", "version": "1.8.0-2.1" }, "libssl1.1": { "arch": "amd64", "version": "1.1.1d-0+deb10u7" }, "libstdc++6": { "arch": "amd64", "version": "8.3.0-6" }, "libsystemd0": { "arch": "amd64", "version": "241-7~deb10u8" }, "libtasn1-6": { "arch": "amd64", "version": "4.13-3" }, "libtinfo6": { "arch": "amd64", "version": "6.1+20181013-2+deb10u2" }, "libuchardet0": { "arch": "amd64", "version": "0.0.6-3" }, "libudev1": { "arch": "amd64", "version": "241-7~deb10u8" }, "libunistring2": { "arch": "amd64", "version": "0.9.10-1" }, "libutempter0": { "arch": "amd64", "version": "1.1.6-3" }, "libuuid1": { "arch": "amd64", "version": "2.33.1-0.1" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-28" }, "libxml2": { "arch": "amd64", "version": "2.9.4+dfsg1-7+deb10u2" }, "libxtables12": { "arch": "amd64", "version": "1.8.2-4" }, "libyaml-0-2": { "arch": "amd64", "version": "0.2.1-1" }, "libzstd1": { "arch": "amd64", "version": "1.3.8+dfsg-3+deb10u2" }, "linux-base": { "arch": "all", "version": "4.6" }, "linux-image-5.10.0-0.bpo.8-cloud-amd64": { "arch": "amd64", "version": "5.10.46-4~bpo10+1" }, "linux-image-cloud-amd64": { "arch": "amd64", "version": "5.10.46-4~bpo10+1" }, "locales": { "arch": "all", "version": "2.28-10" }, "login": { "arch": "amd64", "version": "1:4.5-1.1" }, "logrotate": { "arch": "amd64", "version": "3.14.0-4" }, "lsb-base": { "arch": "all", "version": "10.2019051400" }, "lsb-release": { "arch": "all", "version": "10.2019051400" }, "man-db": { "arch": "amd64", "version": "2.8.5-2" }, "manpages": { "arch": "all", "version": "4.16-2" }, "mawk": { "arch": "amd64", "version": "1.3.3-17+b3" }, "mime-support": { "arch": "all", "version": "3.62" }, "mount": { "arch": "amd64", "version": "2.33.1-0.1" }, "nano": { "arch": "amd64", "version": "3.2-3" }, "ncurses-base": { "arch": "all", "version": "6.1+20181013-2+deb10u2" }, "ncurses-bin": { "arch": "amd64", "version": "6.1+20181013-2+deb10u2" }, "net-tools": { "arch": "amd64", "version": "1.60+git20180626.aebd88e-1" }, "netbase": { "arch": "all", "version": "5.6" }, "openssh-client": { "arch": "amd64", "version": "1:7.9p1-10+deb10u2" }, "openssh-server": { "arch": "amd64", "version": "1:7.9p1-10+deb10u2" }, "openssh-sftp-server": { "arch": "amd64", "version": "1:7.9p1-10+deb10u2" }, "openssl": { "arch": "amd64", "version": "1.1.1d-0+deb10u7" }, "passwd": { "arch": "amd64", "version": "1:4.5-1.1" }, "pciutils": { "arch": "amd64", "version": "1:3.5.2-1" }, "perl-base": { "arch": "amd64", "version": "5.28.1-6+deb10u1" }, "procps": { "arch": "amd64", "version": "2:3.3.15-2" }, "psmisc": { "arch": "amd64", "version": "23.2-1+deb10u1" }, "publicsuffix": { "arch": "all", "version": "20190415.1030-1" }, "python": { "arch": "amd64", "version": "2.7.16-1" }, "python-apt-common": { "arch": "all", "version": "1.8.4.3" }, "python-boto": { "arch": "all", "version": "2.44.0-1.1" }, "python-certifi": { "arch": "all", "version": "2018.8.24-1" }, "python-chardet": { "arch": "all", "version": "3.0.4-3" }, "python-idna": { "arch": "all", "version": "2.6-1" }, "python-minimal": { "arch": "amd64", "version": "2.7.16-1" }, "python-pkg-resources": { "arch": "all", "version": "40.8.0-1" }, "python-requests": { "arch": "all", "version": "2.21.0-1" }, "python-six": { "arch": "all", "version": "1.12.0-1" }, "python-urllib3": { "arch": "all", "version": "1.24.1-1" }, "python2": { "arch": "amd64", "version": "2.7.16-1" }, "python2-minimal": { "arch": "amd64", "version": "2.7.16-1" }, "python2.7": { "arch": "amd64", "version": "2.7.16-2+deb10u1" }, "python2.7-minimal": { "arch": "amd64", "version": "2.7.16-2+deb10u1" }, "python3": { "arch": "amd64", "version": "3.7.3-1" }, "python3-apt": { "arch": "amd64", "version": "1.8.4.3" }, "python3-asn1crypto": { "arch": "all", "version": "0.24.0-1" }, "python3-blinker": { "arch": "all", "version": "1.4+dfsg1-0.2" }, "python3-boto": { "arch": "all", "version": "2.44.0-1.1" }, "python3-botocore": { "arch": "all", "version": "1.12.103+repack-1" }, "python3-certifi": { "arch": "all", "version": "2018.8.24-1" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.12.2-1" }, "python3-chardet": { "arch": "all", "version": "3.0.4-3" }, "python3-colorama": { "arch": "all", "version": "0.3.7-1" }, "python3-configobj": { "arch": "all", "version": "5.0.6-3" }, "python3-cryptography": { "arch": "amd64", "version": "2.6.1-3+deb10u2" }, "python3-dateutil": { "arch": "all", "version": "2.7.3-3" }, "python3-dbus": { "arch": "amd64", "version": "1.2.8-3" }, "python3-debconf": { "arch": "all", "version": "1.5.71+deb10u1" }, "python3-debian": { "arch": "all", "version": "0.1.35" }, "python3-debianbts": { "arch": "all", "version": "2.8.2" }, "python3-distro-info": { "arch": "all", "version": "0.21" }, "python3-docutils": { "arch": "all", "version": "0.14+dfsg-4" }, "python3-httplib2": { "arch": "all", "version": "0.11.3-2" }, "python3-idna": { "arch": "all", "version": "2.6-1" }, "python3-jinja2": { "arch": "all", "version": "2.10-2" }, "python3-jmespath": { "arch": "all", "version": "0.9.4-1" }, "python3-json-pointer": { "arch": "all", "version": "1.10-1" }, "python3-jsonpatch": { "arch": "all", "version": "1.21-1" }, "python3-jsonschema": { "arch": "all", "version": "2.6.0-4" }, "python3-jwt": { "arch": "all", "version": "1.7.0-2" }, "python3-markupsafe": { "arch": "amd64", "version": "1.1.0-1" }, "python3-minimal": { "arch": "amd64", "version": "3.7.3-1" }, "python3-oauthlib": { "arch": "all", "version": "2.1.0-1" }, "python3-pkg-resources": { "arch": "all", "version": "40.8.0-1" }, "python3-pyasn1": { "arch": "all", "version": "0.4.2-3" }, "python3-pycurl": { "arch": "amd64", "version": "7.43.0.2-0.1" }, "python3-pysimplesoap": { "arch": "all", "version": "1.16.2-1" }, "python3-reportbug": { "arch": "all", "version": "7.5.3~deb10u1" }, "python3-requests": { "arch": "all", "version": "2.21.0-1" }, "python3-roman": { "arch": "all", "version": "2.0.0-3" }, "python3-rsa": { "arch": "all", "version": "4.0-2" }, "python3-s3transfer": { "arch": "all", "version": "0.2.0-1" }, "python3-six": { "arch": "all", "version": "1.12.0-1" }, "python3-urllib3": { "arch": "all", "version": "1.24.1-1" }, "python3-yaml": { "arch": "amd64", "version": "3.13-2" }, "python3.7": { "arch": "amd64", "version": "3.7.3-2+deb10u3" }, "python3.7-minimal": { "arch": "amd64", "version": "3.7.3-2+deb10u3" }, "qemu-utils": { "arch": "amd64", "version": "1:3.1+dfsg-8+deb10u8" }, "readline-common": { "arch": "all", "version": "7.0-5" }, "reportbug": { "arch": "all", "version": "7.5.3~deb10u1" }, "rsyslog": { "arch": "amd64", "version": "8.1901.0-1" }, "screen": { "arch": "amd64", "version": "4.6.2-3+deb10u1" }, "sed": { "arch": "amd64", "version": "4.7-1" }, "sensible-utils": { "arch": "all", "version": "0.0.12" }, "sgml-base": { "arch": "all", "version": "1.29" }, "socat": { "arch": "amd64", "version": "1.7.3.2-2" }, "sudo": { "arch": "amd64", "version": "1.8.27-1+deb10u3" }, "systemd": { "arch": "amd64", "version": "241-7~deb10u8" }, "systemd-sysv": { "arch": "amd64", "version": "241-7~deb10u8" }, "sysvinit-utils": { "arch": "amd64", "version": "2.93-8" }, "tar": { "arch": "amd64", "version": "1.30+dfsg-6" }, "tcpdump": { "arch": "amd64", "version": "4.9.3-1~deb10u2" }, "traceroute": { "arch": "amd64", "version": "1:2.1.0-2" }, "tzdata": { "arch": "all", "version": "2021a-0+deb10u2" }, "ucf": { "arch": "all", "version": "3.0038+nmu1" }, "udev": { "arch": "amd64", "version": "241-7~deb10u8" }, "unattended-upgrades": { "arch": "all", "version": "1.11.2" }, "util-linux": { "arch": "amd64", "version": "2.33.1-0.1" }, "uuid-runtime": { "arch": "amd64", "version": "2.33.1-0.1" }, "vim": { "arch": "amd64", "version": "2:8.1.0875-5" }, "vim-common": { "arch": "all", "version": "2:8.1.0875-5" }, "vim-runtime": { "arch": "all", "version": "2:8.1.0875-5" }, "vim-tiny": { "arch": "amd64", "version": "2:8.1.0875-5" }, "wget": { "arch": "amd64", "version": "1.20.1-1.1" }, "whiptail": { "arch": "amd64", "version": "0.52.20-8" }, "xml-core": { "arch": "all", "version": "0.18+nmu1" }, "xxd": { "arch": "amd64", "version": "2:8.1.0875-5" }, "xz-utils": { "arch": "amd64", "version": "5.2.4-1" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.11.dfsg-1" } }, "platform": "debian", "platform_family": "debian", "platform_version": "10", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/bash", "/bin/rbash", "/usr/bin/rbash", "/bin/dash", "/usr/bin/dash", "/usr/bin/screen" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/debian/11.json000066400000000000000000001620031417433310300217110ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216", "state": "Connected" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "470591", "inodes_percent_used": "9%", "inodes_used": "45505", "kb_available": "6719952", "kb_size": "8026128", "kb_used": "876920", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro" ], "mounts": [ "/" ], "percent_used": "12%", "total_inodes": "516096", "uuid": "18a8f419-274c-4a55-abdd-2d36843b54e3" }, "/dev/xvda14": { "mounts": [ ] }, "/dev/xvda15": { "fs_type": "vfat", "kb_available": "120662", "kb_size": "126678", "kb_used": "6016", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "utf8", "errors=remount-ro" ], "mounts": [ "/boot/efi" ], "percent_used": "5%", "uuid": "BD8E-309A" }, "cgroup2": { "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate", "memory_recursiveprot" ], "mounts": [ "/sys/fs/cgroup" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "fusectl": { "fs_type": "fusectl", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/fuse/connections" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=30", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9638" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "24871", "inodes_percent_used": "1%", "inodes_used": "11", "kb_available": "99528", "kb_size": "99528", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99528k", "nr_inodes=24882", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "24882" }, "tracefs": { "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/tracing" ] }, "udev": { "fs_type": "devtmpfs", "inodes_available": "122333", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "490424", "kb_size": "490424", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=490424k", "nr_inodes=122606", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "122606" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "470591", "inodes_percent_used": "9%", "inodes_used": "45505", "kb_available": "6719952", "kb_size": "8026128", "kb_used": "876920", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro" ], "percent_used": "12%", "total_inodes": "516096", "uuid": "18a8f419-274c-4a55-abdd-2d36843b54e3" }, "/boot/efi": { "devices": [ "/dev/xvda15" ], "fs_type": "vfat", "kb_available": "120662", "kb_size": "126678", "kb_used": "6016", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "utf8", "errors=remount-ro" ], "percent_used": "5%", "uuid": "BD8E-309A" }, "/dev": { "devices": [ "udev" ], "fs_type": "devtmpfs", "inodes_available": "122333", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "490424", "kb_size": "490424", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=490424k", "nr_inodes=122606", "mode=755" ], "percent_used": "0%", "total_inodes": "122606" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124410", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "497644", "kb_size": "497644", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124411" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=30", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9638" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124025", "inodes_percent_used": "1%", "inodes_used": "386", "kb_available": "99136", "kb_size": "99532", "kb_used": "396", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=99532k", "mode=755" ], "percent_used": "1%", "total_inodes": "124411" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124409", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "124411" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "24871", "inodes_percent_used": "1%", "inodes_used": "11", "kb_available": "99528", "kb_size": "99528", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99528k", "nr_inodes=24882", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "24882" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/bpf": { "devices": [ "none" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "cgroup2" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate", "memory_recursiveprot" ] }, "/sys/fs/fuse/connections": { "devices": [ "fusectl" ], "fs_type": "fusectl", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/tracing": { "devices": [ "tracefs" ], "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "470591", "inodes_percent_used": "9%", "inodes_used": "45505", "kb_available": "6719952", "kb_size": "8026128", "kb_used": "876920", "mount": "/", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro" ], "percent_used": "12%", "total_inodes": "516096", "uuid": "18a8f419-274c-4a55-abdd-2d36843b54e3" }, "/dev/xvda14,": { "device": "/dev/xvda14" }, "/dev/xvda15,/boot/efi": { "device": "/dev/xvda15", "fs_type": "vfat", "kb_available": "120662", "kb_size": "126678", "kb_used": "6016", "mount": "/boot/efi", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "utf8", "errors=remount-ro" ], "percent_used": "5%", "uuid": "BD8E-309A" }, "cgroup2,/sys/fs/cgroup": { "device": "cgroup2", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate", "memory_recursiveprot" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "fusectl,/sys/fs/fuse/connections": { "device": "fusectl", "fs_type": "fusectl", "mount": "/sys/fs/fuse/connections", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "none,/sys/fs/bpf": { "device": "none", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=30", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9638" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124410", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "497644", "kb_size": "497644", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124411" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124025", "inodes_percent_used": "1%", "inodes_used": "386", "kb_available": "99136", "kb_size": "99532", "kb_used": "396", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=99532k", "mode=755" ], "percent_used": "1%", "total_inodes": "124411" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124409", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "124411" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "24871", "inodes_percent_used": "1%", "inodes_used": "11", "kb_available": "99528", "kb_size": "99528", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99528k", "nr_inodes=24882", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "24882" }, "tracefs,/sys/kernel/tracing": { "device": "tracefs", "fs_type": "tracefs", "mount": "/sys/kernel/tracing", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "udev,/dev": { "device": "udev", "fs_type": "devtmpfs", "inodes_available": "122333", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "490424", "kb_size": "490424", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=490424k", "nr_inodes=122606", "mode=755" ], "percent_used": "0%", "total_inodes": "122606" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aesni_intel": { "refcount": "0", "size": "368640" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "53248" }, "button": { "refcount": "0", "size": "24576" }, "configfs": { "refcount": "1", "size": "57344", "version": "0.0.2" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "2", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "cryptd": { "refcount": "2", "size": "24576" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "dm_mod": { "refcount": "0", "size": "163840" }, "evdev": { "refcount": "3", "size": "24576" }, "fat": { "refcount": "1", "size": "86016" }, "fuse": { "refcount": "1", "size": "167936" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "intel_rapl_common": { "refcount": "1", "size": "28672" }, "intel_rapl_msr": { "refcount": "0", "size": "20480" }, "iosf_mbi": { "refcount": "1", "size": "24576" }, "ip_tables": { "refcount": "0", "size": "28672" }, "libata": { "refcount": "2", "size": "262144", "version": "3.00" }, "nls_ascii": { "refcount": "1", "size": "16384" }, "nls_cp437": { "refcount": "1", "size": "20480" }, "rapl": { "refcount": "0", "size": "20480" }, "scsi_mod": { "refcount": "1", "size": "253952" }, "serio_raw": { "refcount": "0", "size": "20480" }, "vfat": { "refcount": "1", "size": "20480" }, "x_tables": { "refcount": "1", "size": "53248" }, "xen_blkfront": { "refcount": "4", "size": "49152" }, "xen_netfront": { "refcount": "1", "size": "45056" } }, "name": "Linux", "os": "GNU/Linux", "processor": "unknown", "release": "5.10.0-9-cloud-amd64", "version": "#1 SMP Debian 5.10.70-1 (2021-09-30)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { "codename": "bullseye", "description": "Debian GNU/Linux 11 (bullseye)", "id": "Debian", "release": "11" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635809125.844939, "os": "linux", "os_version": "5.10.0-9-cloud-amd64", "packages": { "adduser": { "arch": "all", "version": "3.118" }, "amazon-ec2-utils": { "arch": "all", "version": "1.3+git20200518-2" }, "apparmor": { "arch": "amd64", "version": "2.13.6-10" }, "apt": { "arch": "amd64", "version": "2.2.4" }, "apt-listchanges": { "arch": "all", "version": "3.24" }, "apt-utils": { "arch": "amd64", "version": "2.2.4" }, "awscli": { "arch": "all", "version": "1.19.1-1" }, "base-files": { "arch": "amd64", "version": "11.1+deb11u1" }, "base-passwd": { "arch": "amd64", "version": "3.5.51" }, "bash": { "arch": "amd64", "version": "5.1-2+b3" }, "bash-completion": { "arch": "all", "version": "1:2.11-2" }, "bind9-host": { "arch": "amd64", "version": "1:9.16.15-1" }, "bind9-libs": { "arch": "amd64", "version": "1:9.16.15-1" }, "bsdextrautils": { "arch": "amd64", "version": "2.36.1-8" }, "bsdutils": { "arch": "amd64", "version": "1:2.36.1-8" }, "ca-certificates": { "arch": "all", "version": "20210119" }, "chef": { "arch": "amd64", "version": "17.7.29-1" }, "chrony": { "arch": "amd64", "version": "4.0-8" }, "cloud-guest-utils": { "arch": "all", "version": "0.31-2" }, "cloud-image-utils": { "arch": "all", "version": "0.31-2" }, "cloud-init": { "arch": "all", "version": "20.4.1-2+deb11u1" }, "cloud-initramfs-growroot": { "arch": "all", "version": "0.18.debian8" }, "cloud-utils": { "arch": "all", "version": "0.31-2" }, "coreutils": { "arch": "amd64", "version": "8.32-4+b1" }, "cpio": { "arch": "amd64", "version": "2.13+dfsg-4" }, "cron": { "arch": "amd64", "version": "3.0pl1-137" }, "curl": { "arch": "amd64", "version": "7.74.0-1.3+b1" }, "dash": { "arch": "amd64", "version": "0.5.11+git20200708+dd9ef66-5" }, "dbus": { "arch": "amd64", "version": "1.12.20-2" }, "debconf": { "arch": "all", "version": "1.5.77" }, "debian-archive-keyring": { "arch": "all", "version": "2021.1.1" }, "debianutils": { "arch": "amd64", "version": "4.11.2" }, "diffutils": { "arch": "amd64", "version": "1:3.7-5" }, "distro-info-data": { "arch": "all", "version": "0.51" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.175-2.1" }, "docutils-common": { "arch": "all", "version": "0.16+dfsg-4" }, "dpkg": { "arch": "amd64", "version": "1.20.9" }, "e2fsprogs": { "arch": "amd64", "version": "1.46.2-2" }, "ethtool": { "arch": "amd64", "version": "1:5.9-1" }, "fdisk": { "arch": "amd64", "version": "2.36.1-8" }, "file": { "arch": "amd64", "version": "1:5.39-3" }, "findutils": { "arch": "amd64", "version": "4.8.0-1" }, "gcc-10-base": { "arch": "amd64", "version": "10.2.1-6" }, "gcc-9-base": { "arch": "amd64", "version": "9.3.0-22" }, "gdisk": { "arch": "amd64", "version": "1.0.6-1.1" }, "genisoimage": { "arch": "amd64", "version": "9:1.1.11-3.2" }, "gettext-base": { "arch": "amd64", "version": "0.21-4" }, "gpgv": { "arch": "amd64", "version": "2.2.27-2" }, "grep": { "arch": "amd64", "version": "3.6-1" }, "groff": { "arch": "amd64", "version": "1.22.4-6" }, "groff-base": { "arch": "amd64", "version": "1.22.4-6" }, "grub-cloud-amd64": { "arch": "amd64", "version": "0.0.5" }, "grub-common": { "arch": "amd64", "version": "2.04-20" }, "grub-efi-amd64-bin": { "arch": "amd64", "version": "2.04-20" }, "grub-efi-amd64-signed": { "arch": "amd64", "version": "1+2.04+20" }, "grub-pc-bin": { "arch": "amd64", "version": "2.04-20" }, "grub2-common": { "arch": "amd64", "version": "2.04-20" }, "gzip": { "arch": "amd64", "version": "1.10-4" }, "hostname": { "arch": "amd64", "version": "3.23" }, "ifupdown": { "arch": "amd64", "version": "0.8.36" }, "init": { "arch": "amd64", "version": "1.60" }, "init-system-helpers": { "arch": "all", "version": "1.60" }, "initramfs-tools": { "arch": "all", "version": "0.140" }, "initramfs-tools-core": { "arch": "all", "version": "0.140" }, "iproute2": { "arch": "amd64", "version": "5.10.0-4" }, "iptables": { "arch": "amd64", "version": "1.8.7-1" }, "iputils-ping": { "arch": "amd64", "version": "3:20210202-1" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.4.1-2.3" }, "iso-codes": { "arch": "all", "version": "4.6.0-1" }, "klibc-utils": { "arch": "amd64", "version": "2.0.8-6.1" }, "kmod": { "arch": "amd64", "version": "28-1" }, "less": { "arch": "amd64", "version": "551-2" }, "libacl1": { "arch": "amd64", "version": "2.2.53-10" }, "libaio1": { "arch": "amd64", "version": "0.3.112-9" }, "libapparmor1": { "arch": "amd64", "version": "2.13.6-10" }, "libapt-pkg6.0": { "arch": "amd64", "version": "2.2.4" }, "libargon2-1": { "arch": "amd64", "version": "0~20171227-0.2" }, "libattr1": { "arch": "amd64", "version": "1:2.4.48-6" }, "libaudit-common": { "arch": "all", "version": "1:3.0-2" }, "libaudit1": { "arch": "amd64", "version": "1:3.0-2" }, "libblkid1": { "arch": "amd64", "version": "2.36.1-8" }, "libbpf0": { "arch": "amd64", "version": "1:0.3-2" }, "libbrotli1": { "arch": "amd64", "version": "1.0.9-2+b2" }, "libbsd0": { "arch": "amd64", "version": "0.11.3-1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.8-4" }, "libc-bin": { "arch": "amd64", "version": "2.31-13+deb11u2" }, "libc-l10n": { "arch": "all", "version": "2.31-13+deb11u2" }, "libc6": { "arch": "amd64", "version": "2.31-13+deb11u2" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.9-2.2+b1" }, "libcap2": { "arch": "amd64", "version": "1:2.44-1" }, "libcap2-bin": { "arch": "amd64", "version": "1:2.44-1" }, "libcbor0": { "arch": "amd64", "version": "0.5.0+dfsg-2" }, "libcom-err2": { "arch": "amd64", "version": "1.46.2-2" }, "libcrypt1": { "arch": "amd64", "version": "1:4.4.18-4" }, "libcryptsetup12": { "arch": "amd64", "version": "2:2.3.5-1" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.74.0-1.3+b1" }, "libcurl4": { "arch": "amd64", "version": "7.74.0-1.3+b1" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28+dfsg1-0.8" }, "libdbus-1-3": { "arch": "amd64", "version": "1.12.20-2" }, "libdebconfclient0": { "arch": "amd64", "version": "0.260" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.175-2.1" }, "libdns-export1110": { "arch": "amd64", "version": "1:9.11.19+dfsg-2.1" }, "libedit2": { "arch": "amd64", "version": "3.1-20191231-2+b1" }, "libefiboot1": { "arch": "amd64", "version": "37-6" }, "libefivar1": { "arch": "amd64", "version": "37-6" }, "libelf1": { "arch": "amd64", "version": "0.183-1" }, "libestr0": { "arch": "amd64", "version": "0.1.10-2.1+b1" }, "libexpat1": { "arch": "amd64", "version": "2.2.10-2" }, "libext2fs2": { "arch": "amd64", "version": "1.46.2-2" }, "libfastjson4": { "arch": "amd64", "version": "0.99.9-1" }, "libfdisk1": { "arch": "amd64", "version": "2.36.1-8" }, "libffi7": { "arch": "amd64", "version": "3.3-6" }, "libfido2-1": { "arch": "amd64", "version": "1.6.0-2" }, "libfreetype6": { "arch": "amd64", "version": "2.10.4+dfsg-1" }, "libfstrm0": { "arch": "amd64", "version": "0.6.0-1+b1" }, "libfuse2": { "arch": "amd64", "version": "2.9.9-5" }, "libgcc-s1": { "arch": "amd64", "version": "10.2.1-6" }, "libgcrypt20": { "arch": "amd64", "version": "1.8.7-6" }, "libgdbm6": { "arch": "amd64", "version": "1.19-2" }, "libglib2.0-0": { "arch": "amd64", "version": "2.66.8-1" }, "libgmp10": { "arch": "amd64", "version": "2:6.2.1+dfsg-1" }, "libgnutls30": { "arch": "amd64", "version": "3.7.1-5" }, "libgpg-error0": { "arch": "amd64", "version": "1.38-2" }, "libgpm2": { "arch": "amd64", "version": "1.20.7-8" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.18.3-6+deb11u1" }, "libhogweed6": { "arch": "amd64", "version": "3.7.3-1" }, "libice6": { "arch": "amd64", "version": "2:1.0.10-1" }, "libicu67": { "arch": "amd64", "version": "67.1-7" }, "libidn2-0": { "arch": "amd64", "version": "2.3.0-5" }, "libip4tc2": { "arch": "amd64", "version": "1.8.7-1" }, "libip6tc2": { "arch": "amd64", "version": "1.8.7-1" }, "libisc-export1105": { "arch": "amd64", "version": "1:9.11.19+dfsg-2.1" }, "libjson-c5": { "arch": "amd64", "version": "0.15-2" }, "libk5crypto3": { "arch": "amd64", "version": "1.18.3-6+deb11u1" }, "libkeyutils1": { "arch": "amd64", "version": "1.6.1-2" }, "libklibc": { "arch": "amd64", "version": "2.0.8-6.1" }, "libkmod2": { "arch": "amd64", "version": "28-1" }, "libkrb5-3": { "arch": "amd64", "version": "1.18.3-6+deb11u1" }, "libkrb5support0": { "arch": "amd64", "version": "1.18.3-6+deb11u1" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.57+dfsg-3" }, "libldap-common": { "arch": "all", "version": "2.4.57+dfsg-3" }, "liblmdb0": { "arch": "amd64", "version": "0.9.24-1" }, "liblognorm5": { "arch": "amd64", "version": "2.0.5-1.1" }, "liblz4-1": { "arch": "amd64", "version": "1.9.3-2" }, "liblzma5": { "arch": "amd64", "version": "5.2.5-2" }, "libmagic-mgc": { "arch": "amd64", "version": "1:5.39-3" }, "libmagic1": { "arch": "amd64", "version": "1:5.39-3" }, "libmaxminddb0": { "arch": "amd64", "version": "1.5.2-1" }, "libmd0": { "arch": "amd64", "version": "1.0.3-3" }, "libmnl0": { "arch": "amd64", "version": "1.0.4-3" }, "libmount1": { "arch": "amd64", "version": "2.36.1-8" }, "libmpdec3": { "arch": "amd64", "version": "2.5.1-1" }, "libncurses6": { "arch": "amd64", "version": "6.2+20201114-2" }, "libncursesw6": { "arch": "amd64", "version": "6.2+20201114-2" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.8-3" }, "libnettle8": { "arch": "amd64", "version": "3.7.3-1" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.21-4+b3" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3+b1" }, "libnftnl11": { "arch": "amd64", "version": "1.1.9-1" }, "libnghttp2-14": { "arch": "amd64", "version": "1.43.0-1" }, "libnsl2": { "arch": "amd64", "version": "1.3.0-2" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.22-1" }, "libpam-modules": { "arch": "amd64", "version": "1.4.0-9+deb11u1" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.4.0-9+deb11u1" }, "libpam-runtime": { "arch": "all", "version": "1.4.0-9+deb11u1" }, "libpam-systemd": { "arch": "amd64", "version": "247.3-6" }, "libpam0g": { "arch": "amd64", "version": "1.4.0-9+deb11u1" }, "libpcap0.8": { "arch": "amd64", "version": "1.10.0-2" }, "libpci3": { "arch": "amd64", "version": "1:3.7.0-5" }, "libpcre2-8-0": { "arch": "amd64", "version": "10.36-2" }, "libpcre3": { "arch": "amd64", "version": "2:8.39-13" }, "libpipeline1": { "arch": "amd64", "version": "1.5.3-1" }, "libpng16-16": { "arch": "amd64", "version": "1.6.37-3" }, "libpopt0": { "arch": "amd64", "version": "1.18-2" }, "libprocps8": { "arch": "amd64", "version": "2:3.3.17-5" }, "libprotobuf-c1": { "arch": "amd64", "version": "1.3.3-1+b2" }, "libpsl5": { "arch": "amd64", "version": "0.21.0-1.2" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.9.2-3" }, "libpython3.9-minimal": { "arch": "amd64", "version": "3.9.2-1" }, "libpython3.9-stdlib": { "arch": "amd64", "version": "3.9.2-1" }, "libreadline8": { "arch": "amd64", "version": "8.1-1" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d.1-2+b2" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.27+dfsg-2.1" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.27+dfsg-2.1" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.27+dfsg-2.1" }, "libseccomp2": { "arch": "amd64", "version": "2.5.1-1" }, "libselinux1": { "arch": "amd64", "version": "3.1-3" }, "libsemanage-common": { "arch": "all", "version": "3.1-1" }, "libsemanage1": { "arch": "amd64", "version": "3.1-1+b2" }, "libsepol1": { "arch": "amd64", "version": "3.1-1" }, "libslang2": { "arch": "amd64", "version": "2.3.2-5" }, "libsm6": { "arch": "amd64", "version": "2:1.2.3-1" }, "libsmartcols1": { "arch": "amd64", "version": "2.36.1-8" }, "libsqlite3-0": { "arch": "amd64", "version": "3.34.1-3" }, "libss2": { "arch": "amd64", "version": "1.46.2-2" }, "libssh2-1": { "arch": "amd64", "version": "1.9.0-2" }, "libssl1.1": { "arch": "amd64", "version": "1.1.1k-1+deb11u1" }, "libstdc++6": { "arch": "amd64", "version": "10.2.1-6" }, "libsystemd0": { "arch": "amd64", "version": "247.3-6" }, "libtasn1-6": { "arch": "amd64", "version": "4.16.0-2" }, "libtinfo6": { "arch": "amd64", "version": "6.2+20201114-2" }, "libtirpc-common": { "arch": "all", "version": "1.3.1-1" }, "libtirpc3": { "arch": "amd64", "version": "1.3.1-1" }, "libuchardet0": { "arch": "amd64", "version": "0.0.7-1" }, "libudev1": { "arch": "amd64", "version": "247.3-6" }, "libunistring2": { "arch": "amd64", "version": "0.9.10-4" }, "liburing1": { "arch": "amd64", "version": "0.7-3" }, "libutempter0": { "arch": "amd64", "version": "1.2.1-2" }, "libuuid1": { "arch": "amd64", "version": "2.36.1-8" }, "libuv1": { "arch": "amd64", "version": "1.40.0-2" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-31" }, "libx11-6": { "arch": "amd64", "version": "2:1.7.2-1" }, "libx11-data": { "arch": "all", "version": "2:1.7.2-1" }, "libxau6": { "arch": "amd64", "version": "1:1.0.9-1" }, "libxaw7": { "arch": "amd64", "version": "2:1.0.13-1.1" }, "libxcb1": { "arch": "amd64", "version": "1.14-3" }, "libxdmcp6": { "arch": "amd64", "version": "1:1.1.2-3" }, "libxext6": { "arch": "amd64", "version": "2:1.3.3-1.1" }, "libxml2": { "arch": "amd64", "version": "2.9.10+dfsg-6.7" }, "libxmu6": { "arch": "amd64", "version": "2:1.1.2-2+b3" }, "libxpm4": { "arch": "amd64", "version": "1:3.5.12-1" }, "libxt6": { "arch": "amd64", "version": "1:1.2.0-1" }, "libxtables12": { "arch": "amd64", "version": "1.8.7-1" }, "libxxhash0": { "arch": "amd64", "version": "0.8.0-2" }, "libyaml-0-2": { "arch": "amd64", "version": "0.2.2-1" }, "libzstd1": { "arch": "amd64", "version": "1.4.8+dfsg-2.1" }, "linux-base": { "arch": "all", "version": "4.6" }, "linux-image-5.10.0-9-cloud-amd64": { "arch": "amd64", "version": "5.10.70-1" }, "linux-image-cloud-amd64": { "arch": "amd64", "version": "5.10.70-1" }, "locales": { "arch": "all", "version": "2.31-13+deb11u2" }, "login": { "arch": "amd64", "version": "1:4.8.1-1" }, "logrotate": { "arch": "amd64", "version": "3.18.0-2" }, "logsave": { "arch": "amd64", "version": "1.46.2-2" }, "lsb-base": { "arch": "all", "version": "11.1.0" }, "lsb-release": { "arch": "all", "version": "11.1.0" }, "man-db": { "arch": "amd64", "version": "2.9.4-2" }, "manpages": { "arch": "all", "version": "5.10-1" }, "mawk": { "arch": "amd64", "version": "1.3.4.20200120-2" }, "media-types": { "arch": "all", "version": "4.0.0" }, "mokutil": { "arch": "amd64", "version": "0.3.0+1538710437.fb6250f-1+b1" }, "mount": { "arch": "amd64", "version": "2.36.1-8" }, "nano": { "arch": "amd64", "version": "5.4-2" }, "ncurses-base": { "arch": "all", "version": "6.2+20201114-2" }, "ncurses-bin": { "arch": "amd64", "version": "6.2+20201114-2" }, "net-tools": { "arch": "amd64", "version": "1.60+git20181103.0eebece-1" }, "netbase": { "arch": "all", "version": "6.3" }, "openssh-client": { "arch": "amd64", "version": "1:8.4p1-5" }, "openssh-server": { "arch": "amd64", "version": "1:8.4p1-5" }, "openssh-sftp-server": { "arch": "amd64", "version": "1:8.4p1-5" }, "openssl": { "arch": "amd64", "version": "1.1.1k-1+deb11u1" }, "passwd": { "arch": "amd64", "version": "1:4.8.1-1" }, "pci.ids": { "arch": "all", "version": "0.0~2021.02.08-1" }, "pciutils": { "arch": "amd64", "version": "1:3.7.0-5" }, "perl-base": { "arch": "amd64", "version": "5.32.1-4+deb11u2" }, "procps": { "arch": "amd64", "version": "2:3.3.17-5" }, "psmisc": { "arch": "amd64", "version": "23.4-2" }, "publicsuffix": { "arch": "all", "version": "20210108.1309-1" }, "python-apt-common": { "arch": "all", "version": "2.2.1" }, "python3": { "arch": "amd64", "version": "3.9.2-3" }, "python3-apt": { "arch": "amd64", "version": "2.2.1" }, "python3-attr": { "arch": "all", "version": "20.3.0-1" }, "python3-blinker": { "arch": "all", "version": "1.4+dfsg1-0.3" }, "python3-boto": { "arch": "all", "version": "2.49.0-3" }, "python3-botocore": { "arch": "all", "version": "1.20.0+repack-1" }, "python3-certifi": { "arch": "all", "version": "2020.6.20-1" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.14.5-1" }, "python3-chardet": { "arch": "all", "version": "4.0.0-1" }, "python3-colorama": { "arch": "all", "version": "0.4.4-1" }, "python3-configobj": { "arch": "all", "version": "5.0.6-4" }, "python3-cryptography": { "arch": "amd64", "version": "3.3.2-1" }, "python3-dateutil": { "arch": "all", "version": "2.8.1-6" }, "python3-dbus": { "arch": "amd64", "version": "1.2.16-5" }, "python3-debconf": { "arch": "all", "version": "1.5.77" }, "python3-debian": { "arch": "all", "version": "0.1.39" }, "python3-debianbts": { "arch": "all", "version": "3.1.0" }, "python3-distro-info": { "arch": "all", "version": "1.0" }, "python3-distutils": { "arch": "all", "version": "3.9.2-1" }, "python3-docutils": { "arch": "all", "version": "0.16+dfsg-4" }, "python3-httplib2": { "arch": "all", "version": "0.18.1-3" }, "python3-idna": { "arch": "all", "version": "2.10-1" }, "python3-importlib-metadata": { "arch": "all", "version": "1.6.0-2" }, "python3-jinja2": { "arch": "all", "version": "2.11.3-1" }, "python3-jmespath": { "arch": "all", "version": "0.10.0-1" }, "python3-json-pointer": { "arch": "all", "version": "2.0-2" }, "python3-jsonpatch": { "arch": "all", "version": "1.25-3" }, "python3-jsonschema": { "arch": "all", "version": "3.2.0-3" }, "python3-jwt": { "arch": "all", "version": "1.7.1-2" }, "python3-lib2to3": { "arch": "all", "version": "3.9.2-1" }, "python3-markupsafe": { "arch": "amd64", "version": "1.1.1-1+b3" }, "python3-minimal": { "arch": "amd64", "version": "3.9.2-3" }, "python3-more-itertools": { "arch": "all", "version": "4.2.0-3" }, "python3-oauthlib": { "arch": "all", "version": "3.1.0-2" }, "python3-pkg-resources": { "arch": "all", "version": "52.0.0-4" }, "python3-pyasn1": { "arch": "all", "version": "0.4.8-1" }, "python3-pycurl": { "arch": "amd64", "version": "7.43.0.6-5" }, "python3-pyrsistent": { "arch": "amd64", "version": "0.15.5-1+b3" }, "python3-pysimplesoap": { "arch": "all", "version": "1.16.2-3" }, "python3-reportbug": { "arch": "all", "version": "7.10.3+deb11u1" }, "python3-requests": { "arch": "all", "version": "2.25.1+dfsg-2" }, "python3-roman": { "arch": "all", "version": "2.0.0-5" }, "python3-rsa": { "arch": "all", "version": "4.0-4" }, "python3-s3transfer": { "arch": "all", "version": "0.3.4-1" }, "python3-setuptools": { "arch": "all", "version": "52.0.0-4" }, "python3-six": { "arch": "all", "version": "1.16.0-2" }, "python3-urllib3": { "arch": "all", "version": "1.26.5-1~exp1" }, "python3-yaml": { "arch": "amd64", "version": "5.3.1-5" }, "python3-zipp": { "arch": "all", "version": "1.0.0-3" }, "python3.9": { "arch": "amd64", "version": "3.9.2-1" }, "python3.9-minimal": { "arch": "amd64", "version": "3.9.2-1" }, "qemu-utils": { "arch": "amd64", "version": "1:5.2+dfsg-11+deb11u1" }, "readline-common": { "arch": "all", "version": "8.1-1" }, "reportbug": { "arch": "all", "version": "7.10.3+deb11u1" }, "rsyslog": { "arch": "amd64", "version": "8.2102.0-2" }, "runit-helper": { "arch": "all", "version": "2.10.3" }, "screen": { "arch": "amd64", "version": "4.8.0-6" }, "sed": { "arch": "amd64", "version": "4.7-1" }, "sensible-utils": { "arch": "all", "version": "0.0.14" }, "sgml-base": { "arch": "all", "version": "1.30" }, "shim-helpers-amd64-signed": { "arch": "amd64", "version": "1+15.4+7" }, "shim-signed": { "arch": "amd64", "version": "1.38+15.4-7" }, "shim-signed-common": { "arch": "all", "version": "1.38+15.4-7" }, "shim-unsigned": { "arch": "amd64", "version": "15.4-7" }, "socat": { "arch": "amd64", "version": "1.7.4.1-3" }, "sudo": { "arch": "amd64", "version": "1.9.5p2-3" }, "systemd": { "arch": "amd64", "version": "247.3-6" }, "systemd-sysv": { "arch": "amd64", "version": "247.3-6" }, "sysvinit-utils": { "arch": "amd64", "version": "2.96-7" }, "tar": { "arch": "amd64", "version": "1.34+dfsg-1" }, "tcpdump": { "arch": "amd64", "version": "4.99.0-2" }, "traceroute": { "arch": "amd64", "version": "1:2.1.0-2+b1" }, "tzdata": { "arch": "all", "version": "2021a-1+deb11u1" }, "ucf": { "arch": "all", "version": "3.0043" }, "udev": { "arch": "amd64", "version": "247.3-6" }, "unattended-upgrades": { "arch": "all", "version": "2.8" }, "util-linux": { "arch": "amd64", "version": "2.36.1-8" }, "uuid-runtime": { "arch": "amd64", "version": "2.36.1-8" }, "vim": { "arch": "amd64", "version": "2:8.2.2434-3" }, "vim-common": { "arch": "all", "version": "2:8.2.2434-3" }, "vim-runtime": { "arch": "all", "version": "2:8.2.2434-3" }, "vim-tiny": { "arch": "amd64", "version": "2:8.2.2434-3" }, "wget": { "arch": "amd64", "version": "1.21-1+b1" }, "whiptail": { "arch": "amd64", "version": "0.52.21-4+b3" }, "x11-common": { "arch": "all", "version": "1:7.7+22" }, "xml-core": { "arch": "all", "version": "0.18+nmu1" }, "xxd": { "arch": "amd64", "version": "2:8.2.2434-3" }, "xz-utils": { "arch": "amd64", "version": "5.2.5-2" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.11.dfsg-2" } }, "platform": "debian", "platform_family": "debian", "platform_version": "11", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/bash", "/bin/rbash", "/usr/bin/rbash", "/bin/dash", "/usr/bin/dash", "/usr/bin/screen" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/debian/9.11.json000066400000000000000000001766241417433310300220760ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.0", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2394 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2394 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2394 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2394 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec240e53-cabf-4ad8-02b8-837fcc9e67c7", "UUID": "EC240E53-CABF-4AD8-02B8-837FCC9E67C7", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec240e53-cabf-4ad8-02b8-837fcc9e67c7", "sku_number": "Not Specified", "uuid": "EC240E53-CABF-4AD8-02B8-837FCC9E67C7", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "474546", "inodes_percent_used": "10%", "inodes_used": "49742", "kb_available": "6613872", "kb_size": "8190392", "kb_used": "1140760", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "mounts": [ "/" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "13ea901b-a08d-41a5-8e04-521c4415f9aa" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/memory" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9491" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127296", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101844", "kb_size": "101844", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101844k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "127306" }, "udev": { "fs_type": "devtmpfs", "inodes_available": "124287", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498240", "kb_size": "498240", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=498240k", "nr_inodes=124560", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "124560" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "474546", "inodes_percent_used": "10%", "inodes_used": "49742", "kb_available": "6613872", "kb_size": "8190392", "kb_used": "1140760", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "13ea901b-a08d-41a5-8e04-521c4415f9aa" }, "/dev": { "devices": [ "udev" ], "fs_type": "devtmpfs", "inodes_available": "124287", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498240", "kb_size": "498240", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=498240k", "nr_inodes=124560", "mode=755" ], "percent_used": "0%", "total_inodes": "124560" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127305", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509224", "kb_size": "509224", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127306" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9491" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126485", "inodes_percent_used": "1%", "inodes_used": "821", "kb_available": "97772", "kb_size": "101848", "kb_used": "4076", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=101848k", "mode=755" ], "percent_used": "5%", "total_inodes": "127306" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127304", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "127306" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127296", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101844", "kb_size": "101844", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101844k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "127306" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127291", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "509224", "kb_size": "509224", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127306" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "474546", "inodes_percent_used": "10%", "inodes_used": "49742", "kb_available": "6613872", "kb_size": "8190392", "kb_used": "1140760", "mount": "/", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "13ea901b-a08d-41a5-8e04-521c4415f9aa" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9491" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127305", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509224", "kb_size": "509224", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127306" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126485", "inodes_percent_used": "1%", "inodes_used": "821", "kb_available": "97772", "kb_size": "101848", "kb_used": "4076", "mount": "/run", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=101848k", "mode=755" ], "percent_used": "5%", "total_inodes": "127306" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127304", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "127306" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127296", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101844", "kb_size": "101844", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101844k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "127306" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127291", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "509224", "kb_size": "509224", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127306" }, "udev,/dev": { "device": "udev", "fs_type": "devtmpfs", "inodes_available": "124287", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498240", "kb_size": "498240", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=498240k", "nr_inodes=124560", "mode=755" ], "percent_used": "0%", "total_inodes": "124560" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "16384" }, "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "167936" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "40960" }, "button": { "refcount": "0", "size": "16384" }, "cirrus": { "refcount": "1", "size": "24576" }, "crc16": { "refcount": "1", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_generic": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "2", "size": "24576" }, "crct10dif_pclmul": { "refcount": "0", "size": "16384" }, "cryptd": { "refcount": "3", "size": "24576" }, "drm": { "refcount": "4", "size": "360448" }, "drm_kms_helper": { "refcount": "1", "size": "155648" }, "ecb": { "refcount": "0", "size": "16384" }, "edac_core": { "refcount": "1", "size": "57344" }, "evdev": { "refcount": "2", "size": "24576" }, "ext4": { "refcount": "1", "size": "589824" }, "floppy": { "refcount": "0", "size": "77824" }, "fscrypto": { "refcount": "1", "size": "28672" }, "gf128mul": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "intel_rapl": { "refcount": "0", "size": "20480" }, "intel_rapl_perf": { "refcount": "0", "size": "16384" }, "ip_tables": { "refcount": "0", "size": "24576" }, "jbd2": { "refcount": "1", "size": "106496" }, "libata": { "refcount": "2", "size": "249856", "version": "3.00" }, "lrw": { "refcount": "1", "size": "16384" }, "mbcache": { "refcount": "2", "size": "16384" }, "psmouse": { "refcount": "0", "size": "135168" }, "sb_edac": { "refcount": "0", "size": "24576" }, "scsi_mod": { "refcount": "1", "size": "225280" }, "serio_raw": { "refcount": "0", "size": "16384" }, "ttm": { "refcount": "1", "size": "98304" }, "x_tables": { "refcount": "1", "size": "36864" }, "xen_blkfront": { "refcount": "2", "size": "36864" }, "xen_netfront": { "refcount": "0", "size": "28672" } }, "name": "Linux", "os": "GNU/Linux", "processor": "unknown", "release": "4.9.0-11-amd64", "version": "#1 SMP Debian 4.9.189-3 (2019-09-02)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { "codename": "stretch", "description": "Debian GNU/Linux 9.10 (stretch)", "id": "Debian", "release": "9.10" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604985400.5641568, "os": "linux", "os_version": "4.9.0-11-amd64", "packages": { "adduser": { "arch": "all", "version": "3.115" }, "apt": { "arch": "amd64", "version": "1.4.9" }, "apt-listchanges": { "arch": "all", "version": "3.10" }, "apt-transport-https": { "arch": "amd64", "version": "1.4.9" }, "apt-utils": { "arch": "amd64", "version": "1.4.9" }, "awscli": { "arch": "all", "version": "1.11.13-1" }, "base-files": { "arch": "amd64", "version": "9.9+deb9u10" }, "base-passwd": { "arch": "amd64", "version": "3.5.43" }, "bash": { "arch": "amd64", "version": "4.4-5" }, "bash-completion": { "arch": "all", "version": "1:2.1-4.3" }, "bind9-host": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "bsdmainutils": { "arch": "amd64", "version": "9.0.12+nmu1" }, "bsdutils": { "arch": "amd64", "version": "1:2.29.2-1+deb9u1" }, "bzip2": { "arch": "amd64", "version": "1.0.6-8.1" }, "ca-certificates": { "arch": "all", "version": "20161130+nmu1+deb9u1" }, "chef": { "arch": "amd64", "version": "16.6.14-1" }, "chrony": { "arch": "amd64", "version": "3.0-4+deb9u2" }, "cloud-guest-utils": { "arch": "all", "version": "0.29-1" }, "cloud-init": { "arch": "all", "version": "0.7.9-2" }, "coreutils": { "arch": "amd64", "version": "8.26-3" }, "cpio": { "arch": "amd64", "version": "2.11+dfsg-6" }, "cron": { "arch": "amd64", "version": "3.0pl1-128+deb9u1" }, "curl": { "arch": "amd64", "version": "7.52.1-5+deb9u9" }, "dash": { "arch": "amd64", "version": "0.5.8-2.4" }, "dbus": { "arch": "amd64", "version": "1.10.28-0+deb9u1" }, "debconf": { "arch": "all", "version": "1.5.61" }, "debconf-i18n": { "arch": "all", "version": "1.5.61" }, "debian-archive-keyring": { "arch": "all", "version": "2017.5+deb9u1" }, "debianutils": { "arch": "amd64", "version": "4.8.1.1" }, "dh-python": { "arch": "all", "version": "2.20170125" }, "diffutils": { "arch": "amd64", "version": "1:3.5-3" }, "distro-info-data": { "arch": "all", "version": "0.36" }, "dmidecode": { "arch": "amd64", "version": "3.0-4" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.137-2" }, "docutils-common": { "arch": "all", "version": "0.13.1+dfsg-2" }, "dpkg": { "arch": "amd64", "version": "1.18.25" }, "e2fslibs": { "arch": "amd64", "version": "1.43.4-2" }, "e2fsprogs": { "arch": "amd64", "version": "1.43.4-2" }, "ethtool": { "arch": "amd64", "version": "1:4.8-1+b1" }, "file": { "arch": "amd64", "version": "1:5.30-1+deb9u2" }, "findutils": { "arch": "amd64", "version": "4.6.0+git+20161106-2" }, "gcc-6-base": { "arch": "amd64", "version": "6.3.0-18+deb9u1" }, "gdisk": { "arch": "amd64", "version": "1.0.1-1" }, "geoip-database": { "arch": "all", "version": "20170512-1" }, "gettext-base": { "arch": "amd64", "version": "0.19.8.1-2+deb9u1" }, "gnupg": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "gnupg-agent": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "gpgv": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "grep": { "arch": "amd64", "version": "2.27-2" }, "groff-base": { "arch": "amd64", "version": "1.22.3-9" }, "grub-common": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub-pc": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub-pc-bin": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub2-common": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "gzip": { "arch": "amd64", "version": "1.6-5+b1" }, "hostname": { "arch": "amd64", "version": "3.18+b1" }, "ifupdown": { "arch": "amd64", "version": "0.8.19" }, "init": { "arch": "amd64", "version": "1.48" }, "init-system-helpers": { "arch": "all", "version": "1.48" }, "initramfs-tools": { "arch": "all", "version": "0.130" }, "initramfs-tools-core": { "arch": "all", "version": "0.130" }, "iproute2": { "arch": "amd64", "version": "4.9.0-1+deb9u1" }, "iptables": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "iputils-ping": { "arch": "amd64", "version": "3:20161105-1" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.3.5-3+deb9u1" }, "isc-dhcp-common": { "arch": "amd64", "version": "4.3.5-3+deb9u1" }, "iso-codes": { "arch": "all", "version": "3.75-1" }, "klibc-utils": { "arch": "amd64", "version": "2.0.4-9" }, "kmod": { "arch": "amd64", "version": "23-2" }, "krb5-locales": { "arch": "all", "version": "1.15-1+deb9u1" }, "less": { "arch": "amd64", "version": "481-2.1" }, "libacl1": { "arch": "amd64", "version": "2.2.52-3+b1" }, "libapparmor1": { "arch": "amd64", "version": "2.11.0-3+deb9u2" }, "libapt-inst2.0": { "arch": "amd64", "version": "1.4.9" }, "libapt-pkg5.0": { "arch": "amd64", "version": "1.4.9" }, "libassuan0": { "arch": "amd64", "version": "2.4.3-2" }, "libattr1": { "arch": "amd64", "version": "1:2.4.47-2+b2" }, "libaudit-common": { "arch": "all", "version": "1:2.6.7-2" }, "libaudit1": { "arch": "amd64", "version": "1:2.6.7-2" }, "libbind9-140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "libblkid1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libbsd0": { "arch": "amd64", "version": "0.8.3-1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.6-8.1" }, "libc-bin": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "libc-l10n": { "arch": "all", "version": "2.24-11+deb9u4" }, "libc6": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.7-3+b1" }, "libcap2": { "arch": "amd64", "version": "1:2.25-1" }, "libcomerr2": { "arch": "amd64", "version": "1.43.4-2" }, "libcryptsetup4": { "arch": "amd64", "version": "2:1.7.3-4" }, "libcurl3": { "arch": "amd64", "version": "7.52.1-5+deb9u9" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.52.1-5+deb9u9" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28-12+deb9u1" }, "libdbus-1-3": { "arch": "amd64", "version": "1.10.28-0+deb9u1" }, "libdebconfclient0": { "arch": "amd64", "version": "0.227" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.137-2" }, "libdns-export162": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "libdns162": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "libedit2": { "arch": "amd64", "version": "3.1-20160903-3" }, "libelf1": { "arch": "amd64", "version": "0.168-1" }, "libestr0": { "arch": "amd64", "version": "0.1.10-2" }, "libexpat1": { "arch": "amd64", "version": "2.2.0-2+deb9u2" }, "libfastjson4": { "arch": "amd64", "version": "0.99.4-1" }, "libfdisk1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libffi6": { "arch": "amd64", "version": "3.2.1-6" }, "libfreetype6": { "arch": "amd64", "version": "2.6.3-3.2" }, "libfuse2": { "arch": "amd64", "version": "2.9.7-1+deb9u2" }, "libgcc1": { "arch": "amd64", "version": "1:6.3.0-18+deb9u1" }, "libgcrypt20": { "arch": "amd64", "version": "1.7.6-2+deb9u3" }, "libgdbm3": { "arch": "amd64", "version": "1.8.3-14" }, "libgeoip1": { "arch": "amd64", "version": "1.6.9-4" }, "libgmp10": { "arch": "amd64", "version": "2:6.1.2+dfsg-1" }, "libgnutls30": { "arch": "amd64", "version": "3.5.8-5+deb9u4" }, "libgpg-error0": { "arch": "amd64", "version": "1.26-2" }, "libgpm2": { "arch": "amd64", "version": "1.20.4-6.2+b1" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.15-1+deb9u1" }, "libhogweed4": { "arch": "amd64", "version": "3.3-1+b2" }, "libicu57": { "arch": "amd64", "version": "57.1-6+deb9u3" }, "libidn11": { "arch": "amd64", "version": "1.33-1" }, "libidn2-0": { "arch": "amd64", "version": "0.16-1+deb9u1" }, "libip4tc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libip6tc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libiptc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libisc-export160": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "libisc160": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "libisccc140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "libisccfg140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "libjbig0": { "arch": "amd64", "version": "2.1-3.1+b2" }, "libjpeg62-turbo": { "arch": "amd64", "version": "1:1.5.1-2" }, "libk5crypto3": { "arch": "amd64", "version": "1.15-1+deb9u1" }, "libkeyutils1": { "arch": "amd64", "version": "1.5.9-9" }, "libklibc": { "arch": "amd64", "version": "2.0.4-9" }, "libkmod2": { "arch": "amd64", "version": "23-2" }, "libkrb5-3": { "arch": "amd64", "version": "1.15-1+deb9u1" }, "libkrb5support0": { "arch": "amd64", "version": "1.15-1+deb9u1" }, "libksba8": { "arch": "amd64", "version": "1.3.5-2" }, "liblcms2-2": { "arch": "amd64", "version": "2.8-4+deb9u1" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.44+dfsg-5+deb9u3" }, "libldap-common": { "arch": "all", "version": "2.4.44+dfsg-5+deb9u3" }, "liblocale-gettext-perl": { "arch": "amd64", "version": "1.07-3+b1" }, "liblogging-stdlog0": { "arch": "amd64", "version": "1.0.5-2+b2" }, "liblognorm5": { "arch": "amd64", "version": "2.0.1-1.1+b1" }, "liblwres141": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u5" }, "liblz4-1": { "arch": "amd64", "version": "0.0~r131-2+b1" }, "liblzma5": { "arch": "amd64", "version": "5.2.2-1.2+b1" }, "libmagic-mgc": { "arch": "amd64", "version": "1:5.30-1+deb9u2" }, "libmagic1": { "arch": "amd64", "version": "1:5.30-1+deb9u2" }, "libmnl0": { "arch": "amd64", "version": "1.0.4-2" }, "libmount1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libmpdec2": { "arch": "amd64", "version": "2.4.2-1" }, "libncurses5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libncursesw5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.6-2" }, "libnettle6": { "arch": "amd64", "version": "3.3-1+b2" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.19-1+b1" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3" }, "libnghttp2-14": { "arch": "amd64", "version": "1.18.1-1+deb9u1" }, "libnpth0": { "arch": "amd64", "version": "1.3-1" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.3-2" }, "libpam-modules": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpam-runtime": { "arch": "all", "version": "1.1.8-3.6" }, "libpam-systemd": { "arch": "amd64", "version": "232-25+deb9u12" }, "libpam0g": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpaper-utils": { "arch": "amd64", "version": "1.1.24+nmu5" }, "libpaper1": { "arch": "amd64", "version": "1.1.24+nmu5" }, "libpcap0.8": { "arch": "amd64", "version": "1.8.1-3" }, "libpci3": { "arch": "amd64", "version": "1:3.5.2-1" }, "libpcre3": { "arch": "amd64", "version": "2:8.39-3" }, "libpipeline1": { "arch": "amd64", "version": "1.4.1-2" }, "libpng16-16": { "arch": "amd64", "version": "1.6.28-1+deb9u1" }, "libpopt0": { "arch": "amd64", "version": "1.16-10+b2" }, "libprocps6": { "arch": "amd64", "version": "2:3.3.12-3+deb9u1" }, "libpsl5": { "arch": "amd64", "version": "0.17.0-3" }, "libpython-stdlib": { "arch": "amd64", "version": "2.7.13-2" }, "libpython2.7-minimal": { "arch": "amd64", "version": "2.7.13-2+deb9u3" }, "libpython2.7-stdlib": { "arch": "amd64", "version": "2.7.13-2+deb9u3" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.5.3-1" }, "libpython3.5-minimal": { "arch": "amd64", "version": "3.5.3-1+deb9u1" }, "libpython3.5-stdlib": { "arch": "amd64", "version": "3.5.3-1+deb9u1" }, "libreadline7": { "arch": "amd64", "version": "7.0-3" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d.1-1+b1" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3" }, "libseccomp2": { "arch": "amd64", "version": "2.3.1-2.1+deb9u1" }, "libselinux1": { "arch": "amd64", "version": "2.6-3+b3" }, "libsemanage-common": { "arch": "all", "version": "2.6-2" }, "libsemanage1": { "arch": "amd64", "version": "2.6-2" }, "libsepol1": { "arch": "amd64", "version": "2.6-2" }, "libslang2": { "arch": "amd64", "version": "2.3.1-5" }, "libsmartcols1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libsqlite3-0": { "arch": "amd64", "version": "3.16.2-5+deb9u1" }, "libss2": { "arch": "amd64", "version": "1.43.4-2" }, "libssh2-1": { "arch": "amd64", "version": "1.7.0-1+deb9u1" }, "libssl1.0.2": { "arch": "amd64", "version": "1.0.2s-1~deb9u1" }, "libssl1.1": { "arch": "amd64", "version": "1.1.0k-1~deb9u1" }, "libstdc++6": { "arch": "amd64", "version": "6.3.0-18+deb9u1" }, "libsystemd0": { "arch": "amd64", "version": "232-25+deb9u12" }, "libtasn1-6": { "arch": "amd64", "version": "4.10-1.1+deb9u1" }, "libtext-charwidth-perl": { "arch": "amd64", "version": "0.04-7+b5" }, "libtext-iconv-perl": { "arch": "amd64", "version": "1.7-5+b4" }, "libtext-wrapi18n-perl": { "arch": "all", "version": "0.06-7.1" }, "libtiff5": { "arch": "amd64", "version": "4.0.8-2+deb9u4" }, "libtinfo5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libtomcrypt0": { "arch": "amd64", "version": "1.17-9" }, "libtommath1": { "arch": "amd64", "version": "1.0-4" }, "libudev1": { "arch": "amd64", "version": "232-25+deb9u12" }, "libunistring0": { "arch": "amd64", "version": "0.9.6+really0.9.3-0.1" }, "libustr-1.0-1": { "arch": "amd64", "version": "1.0.4-6" }, "libuuid1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libwebp6": { "arch": "amd64", "version": "0.5.2-1" }, "libwebpdemux2": { "arch": "amd64", "version": "0.5.2-1" }, "libwebpmux2": { "arch": "amd64", "version": "0.5.2-1" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-26" }, "libxapian30": { "arch": "amd64", "version": "1.4.3-2+deb9u3" }, "libxml2": { "arch": "amd64", "version": "2.9.4+dfsg1-2.2+deb9u2" }, "libxtables12": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libyaml-0-2": { "arch": "amd64", "version": "0.1.7-2" }, "linux-base": { "arch": "all", "version": "4.5" }, "linux-image-4.9.0-11-amd64": { "arch": "amd64", "version": "4.9.189-3" }, "linux-image-amd64": { "arch": "amd64", "version": "4.9+80+deb9u9" }, "locales": { "arch": "all", "version": "2.24-11+deb9u4" }, "locales-all": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "login": { "arch": "amd64", "version": "1:4.4-4.1" }, "logrotate": { "arch": "amd64", "version": "3.11.0-0.1" }, "lsb-base": { "arch": "all", "version": "9.20161125" }, "lsb-release": { "arch": "all", "version": "9.20161125" }, "man-db": { "arch": "amd64", "version": "2.7.6.1-2" }, "manpages": { "arch": "all", "version": "4.10-2" }, "mawk": { "arch": "amd64", "version": "1.3.3-17+b3" }, "mime-support": { "arch": "all", "version": "3.60" }, "mount": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "multiarch-support": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "nano": { "arch": "amd64", "version": "2.7.4-1" }, "ncurses-base": { "arch": "all", "version": "6.0+20161126-1+deb9u2" }, "ncurses-bin": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "net-tools": { "arch": "amd64", "version": "1.60+git20161116.90da8a0-1" }, "netbase": { "arch": "all", "version": "5.4" }, "netcat-openbsd": { "arch": "amd64", "version": "1.130-3" }, "openssh-client": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssh-server": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssh-sftp-server": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssl": { "arch": "amd64", "version": "1.1.0k-1~deb9u1" }, "passwd": { "arch": "amd64", "version": "1:4.4-4.1" }, "pciutils": { "arch": "amd64", "version": "1:3.5.2-1" }, "perl-base": { "arch": "amd64", "version": "5.24.1-3+deb9u5" }, "pinentry-curses": { "arch": "amd64", "version": "1.0.0-2" }, "procps": { "arch": "amd64", "version": "2:3.3.12-3+deb9u1" }, "psmisc": { "arch": "amd64", "version": "22.21-2.1+b2" }, "python": { "arch": "amd64", "version": "2.7.13-2" }, "python-apt-common": { "arch": "all", "version": "1.4.0~beta3" }, "python-boto": { "arch": "all", "version": "2.44.0-1" }, "python-cffi-backend": { "arch": "amd64", "version": "1.9.1-2" }, "python-chardet": { "arch": "all", "version": "2.3.0-2" }, "python-cryptography": { "arch": "amd64", "version": "1.7.1-3+deb9u1" }, "python-enum34": { "arch": "all", "version": "1.1.6-1" }, "python-idna": { "arch": "all", "version": "2.2-1" }, "python-ipaddress": { "arch": "all", "version": "1.0.17-1" }, "python-minimal": { "arch": "amd64", "version": "2.7.13-2" }, "python-openssl": { "arch": "all", "version": "16.2.0-1" }, "python-pkg-resources": { "arch": "all", "version": "33.1.1-1" }, "python-pyasn1": { "arch": "all", "version": "0.1.9-2" }, "python-requests": { "arch": "all", "version": "2.12.4-1" }, "python-setuptools": { "arch": "all", "version": "33.1.1-1" }, "python-six": { "arch": "all", "version": "1.10.0-3" }, "python-urllib3": { "arch": "all", "version": "1.19.1-1" }, "python2.7": { "arch": "amd64", "version": "2.7.13-2+deb9u3" }, "python2.7-minimal": { "arch": "amd64", "version": "2.7.13-2+deb9u3" }, "python3": { "arch": "amd64", "version": "3.5.3-1" }, "python3-apt": { "arch": "amd64", "version": "1.4.0~beta3" }, "python3-blinker": { "arch": "all", "version": "1.3.dfsg2-1" }, "python3-boto": { "arch": "all", "version": "2.44.0-1" }, "python3-botocore": { "arch": "all", "version": "1.4.70-1" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.9.1-2" }, "python3-chardet": { "arch": "all", "version": "2.3.0-2" }, "python3-colorama": { "arch": "all", "version": "0.3.7-1" }, "python3-configobj": { "arch": "all", "version": "5.0.6-2" }, "python3-cryptography": { "arch": "amd64", "version": "1.7.1-3+deb9u1" }, "python3-dateutil": { "arch": "all", "version": "2.5.3-2" }, "python3-debian": { "arch": "all", "version": "0.1.30" }, "python3-debianbts": { "arch": "all", "version": "2.6.1" }, "python3-docutils": { "arch": "all", "version": "0.13.1+dfsg-2" }, "python3-httplib2": { "arch": "all", "version": "0.9.2+dfsg-1" }, "python3-idna": { "arch": "all", "version": "2.2-1" }, "python3-jinja2": { "arch": "all", "version": "2.8-1" }, "python3-jmespath": { "arch": "all", "version": "0.9.0-2" }, "python3-json-pointer": { "arch": "all", "version": "1.10-1" }, "python3-jsonpatch": { "arch": "all", "version": "1.19-4" }, "python3-jwt": { "arch": "all", "version": "1.4.2-1+deb9u1" }, "python3-markupsafe": { "arch": "amd64", "version": "0.23-3" }, "python3-minimal": { "arch": "amd64", "version": "3.5.3-1" }, "python3-oauthlib": { "arch": "all", "version": "2.0.1-1" }, "python3-pil": { "arch": "amd64", "version": "4.0.0-4" }, "python3-pkg-resources": { "arch": "all", "version": "33.1.1-1" }, "python3-prettytable": { "arch": "all", "version": "0.7.2-3" }, "python3-pyasn1": { "arch": "all", "version": "0.1.9-2" }, "python3-pycurl": { "arch": "amd64", "version": "7.43.0-2" }, "python3-pygments": { "arch": "all", "version": "2.2.0+dfsg-1" }, "python3-pysimplesoap": { "arch": "all", "version": "1.16-2" }, "python3-reportbug": { "arch": "all", "version": "7.1.7+deb9u3" }, "python3-requests": { "arch": "all", "version": "2.12.4-1" }, "python3-roman": { "arch": "all", "version": "2.0.0-2" }, "python3-rsa": { "arch": "all", "version": "3.4.2-1" }, "python3-s3transfer": { "arch": "all", "version": "0.1.9-1" }, "python3-setuptools": { "arch": "all", "version": "33.1.1-1" }, "python3-six": { "arch": "all", "version": "1.10.0-3" }, "python3-urllib3": { "arch": "all", "version": "1.19.1-1" }, "python3-yaml": { "arch": "amd64", "version": "3.12-1" }, "python3.5": { "arch": "amd64", "version": "3.5.3-1+deb9u1" }, "python3.5-minimal": { "arch": "amd64", "version": "3.5.3-1+deb9u1" }, "readline-common": { "arch": "all", "version": "7.0-3" }, "reportbug": { "arch": "all", "version": "7.1.7+deb9u3" }, "rsyslog": { "arch": "amd64", "version": "8.24.0-1" }, "screen": { "arch": "amd64", "version": "4.5.0-6" }, "sed": { "arch": "amd64", "version": "4.4-1" }, "sensible-utils": { "arch": "all", "version": "0.0.9+deb9u1" }, "sgml-base": { "arch": "all", "version": "1.29" }, "sudo": { "arch": "amd64", "version": "1.8.19p1-2.1" }, "systemd": { "arch": "amd64", "version": "232-25+deb9u12" }, "systemd-sysv": { "arch": "amd64", "version": "232-25+deb9u12" }, "sysvinit-utils": { "arch": "amd64", "version": "2.88dsf-59.9" }, "tar": { "arch": "amd64", "version": "1.29b-1.1" }, "tasksel": { "arch": "all", "version": "3.39" }, "tasksel-data": { "arch": "all", "version": "3.39" }, "tcpdump": { "arch": "amd64", "version": "4.9.2-1~deb9u1" }, "traceroute": { "arch": "amd64", "version": "1:2.1.0-2" }, "tzdata": { "arch": "all", "version": "2019b-0+deb9u1" }, "ucf": { "arch": "all", "version": "3.0036" }, "udev": { "arch": "amd64", "version": "232-25+deb9u12" }, "unattended-upgrades": { "arch": "all", "version": "0.93.1+nmu1" }, "util-linux": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "uuid-runtime": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "vim": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "vim-common": { "arch": "all", "version": "2:8.0.0197-4+deb9u3" }, "vim-runtime": { "arch": "all", "version": "2:8.0.0197-4+deb9u3" }, "vim-tiny": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "wget": { "arch": "amd64", "version": "1.18-5+deb9u3" }, "whiptail": { "arch": "amd64", "version": "0.52.19-1+b1" }, "xml-core": { "arch": "all", "version": "0.17" }, "xxd": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "xz-utils": { "arch": "amd64", "version": "5.2.2-1.2+b1" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.8.dfsg-5" } }, "platform": "debian", "platform_family": "debian", "platform_version": "9", "root_group": "root", "shard_seed": 701006, "shells": [ "/bin/sh", "/bin/dash", "/bin/bash", "/bin/rbash", "/usr/bin/screen" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/debian/9.12.json000066400000000000000000001767241417433310300221000ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.0", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec22b64b-63fc-9be7-9e31-ed53b00db2e8", "UUID": "EC22B64B-63FC-9BE7-9E31-ED53B00DB2E8", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec22b64b-63fc-9be7-9e31-ed53b00db2e8", "sku_number": "Not Specified", "uuid": "EC22B64B-63FC-9BE7-9E31-ED53B00DB2E8", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "474650", "inodes_percent_used": "10%", "inodes_used": "49638", "kb_available": "6614100", "kb_size": "8190392", "kb_used": "1140532", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "mounts": [ "/" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "8821f546-a94c-4f56-b65d-dd8a4b04951e" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/devices" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=33", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9532" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127295", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101844", "kb_size": "101844", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101844k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "127305" }, "udev": { "fs_type": "devtmpfs", "inodes_available": "124285", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498232", "kb_size": "498232", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=498232k", "nr_inodes=124558", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "124558" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "474650", "inodes_percent_used": "10%", "inodes_used": "49638", "kb_available": "6614100", "kb_size": "8190392", "kb_used": "1140532", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "8821f546-a94c-4f56-b65d-dd8a4b04951e" }, "/dev": { "devices": [ "udev" ], "fs_type": "devtmpfs", "inodes_available": "124285", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498232", "kb_size": "498232", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=498232k", "nr_inodes=124558", "mode=755" ], "percent_used": "0%", "total_inodes": "124558" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127304", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509220", "kb_size": "509220", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127305" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=33", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9532" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126484", "inodes_percent_used": "1%", "inodes_used": "821", "kb_available": "97768", "kb_size": "101844", "kb_used": "4076", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=101844k", "mode=755" ], "percent_used": "5%", "total_inodes": "127305" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127303", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "127305" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127295", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101844", "kb_size": "101844", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101844k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "127305" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127290", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "509220", "kb_size": "509220", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127305" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "474650", "inodes_percent_used": "10%", "inodes_used": "49638", "kb_available": "6614100", "kb_size": "8190392", "kb_used": "1140532", "mount": "/", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "8821f546-a94c-4f56-b65d-dd8a4b04951e" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=33", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9532" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127304", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509220", "kb_size": "509220", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127305" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126484", "inodes_percent_used": "1%", "inodes_used": "821", "kb_available": "97768", "kb_size": "101844", "kb_used": "4076", "mount": "/run", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=101844k", "mode=755" ], "percent_used": "5%", "total_inodes": "127305" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127303", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "127305" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127295", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101844", "kb_size": "101844", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101844k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "127305" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127290", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "509220", "kb_size": "509220", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127305" }, "udev,/dev": { "device": "udev", "fs_type": "devtmpfs", "inodes_available": "124285", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498232", "kb_size": "498232", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=498232k", "nr_inodes=124558", "mode=755" ], "percent_used": "0%", "total_inodes": "124558" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "16384" }, "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "167936" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "40960" }, "button": { "refcount": "0", "size": "16384" }, "cirrus": { "refcount": "1", "size": "24576" }, "crc16": { "refcount": "1", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_generic": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "2", "size": "24576" }, "crct10dif_pclmul": { "refcount": "0", "size": "16384" }, "cryptd": { "refcount": "3", "size": "24576" }, "drm": { "refcount": "4", "size": "360448" }, "drm_kms_helper": { "refcount": "1", "size": "155648" }, "ecb": { "refcount": "0", "size": "16384" }, "edac_core": { "refcount": "1", "size": "77824" }, "evdev": { "refcount": "2", "size": "24576" }, "ext4": { "refcount": "1", "size": "593920" }, "floppy": { "refcount": "0", "size": "77824" }, "fscrypto": { "refcount": "1", "size": "28672" }, "gf128mul": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "intel_rapl": { "refcount": "0", "size": "20480" }, "intel_rapl_perf": { "refcount": "0", "size": "16384" }, "ip_tables": { "refcount": "0", "size": "24576" }, "jbd2": { "refcount": "1", "size": "106496" }, "libata": { "refcount": "2", "size": "249856", "version": "3.00" }, "lrw": { "refcount": "1", "size": "16384" }, "mbcache": { "refcount": "2", "size": "16384" }, "psmouse": { "refcount": "0", "size": "135168" }, "sb_edac": { "refcount": "0", "size": "24576" }, "scsi_mod": { "refcount": "1", "size": "225280" }, "serio_raw": { "refcount": "0", "size": "16384" }, "ttm": { "refcount": "1", "size": "98304" }, "x_tables": { "refcount": "1", "size": "36864" }, "xen_blkfront": { "refcount": "2", "size": "36864" }, "xen_netfront": { "refcount": "0", "size": "28672" } }, "name": "Linux", "os": "GNU/Linux", "processor": "unknown", "release": "4.9.0-12-amd64", "version": "#1 SMP Debian 4.9.210-1+deb9u1 (2020-06-07)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { "codename": "stretch", "description": "Debian GNU/Linux 9.12 (stretch)", "id": "Debian", "release": "9.12" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604985476.5350556, "os": "linux", "os_version": "4.9.0-12-amd64", "packages": { "adduser": { "arch": "all", "version": "3.115" }, "apt": { "arch": "amd64", "version": "1.4.10" }, "apt-listchanges": { "arch": "all", "version": "3.10" }, "apt-transport-https": { "arch": "amd64", "version": "1.4.10" }, "apt-utils": { "arch": "amd64", "version": "1.4.10" }, "awscli": { "arch": "all", "version": "1.11.13-1" }, "base-files": { "arch": "amd64", "version": "9.9+deb9u12" }, "base-passwd": { "arch": "amd64", "version": "3.5.43" }, "bash": { "arch": "amd64", "version": "4.4-5" }, "bash-completion": { "arch": "all", "version": "1:2.1-4.3" }, "bind9-host": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "bsdmainutils": { "arch": "amd64", "version": "9.0.12+nmu1" }, "bsdutils": { "arch": "amd64", "version": "1:2.29.2-1+deb9u1" }, "bzip2": { "arch": "amd64", "version": "1.0.6-8.1" }, "ca-certificates": { "arch": "all", "version": "20200601~deb9u1" }, "chef": { "arch": "amd64", "version": "16.6.14-1" }, "chrony": { "arch": "amd64", "version": "3.0-4+deb9u2" }, "cloud-guest-utils": { "arch": "all", "version": "0.29-1" }, "cloud-init": { "arch": "all", "version": "0.7.9-2" }, "coreutils": { "arch": "amd64", "version": "8.26-3" }, "cpio": { "arch": "amd64", "version": "2.11+dfsg-6" }, "cron": { "arch": "amd64", "version": "3.0pl1-128+deb9u1" }, "curl": { "arch": "amd64", "version": "7.52.1-5+deb9u10" }, "dash": { "arch": "amd64", "version": "0.5.8-2.4" }, "dbus": { "arch": "amd64", "version": "1.10.28-0+deb9u1" }, "debconf": { "arch": "all", "version": "1.5.61" }, "debconf-i18n": { "arch": "all", "version": "1.5.61" }, "debian-archive-keyring": { "arch": "all", "version": "2017.5+deb9u1" }, "debianutils": { "arch": "amd64", "version": "4.8.1.1" }, "dh-python": { "arch": "all", "version": "2.20170125" }, "diffutils": { "arch": "amd64", "version": "1:3.5-3" }, "distro-info-data": { "arch": "all", "version": "0.36" }, "dmidecode": { "arch": "amd64", "version": "3.0-4" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.137-2" }, "docutils-common": { "arch": "all", "version": "0.13.1+dfsg-2" }, "dpkg": { "arch": "amd64", "version": "1.18.25" }, "e2fslibs": { "arch": "amd64", "version": "1.43.4-2+deb9u1" }, "e2fsprogs": { "arch": "amd64", "version": "1.43.4-2+deb9u1" }, "ethtool": { "arch": "amd64", "version": "1:4.8-1+b1" }, "file": { "arch": "amd64", "version": "1:5.30-1+deb9u3" }, "findutils": { "arch": "amd64", "version": "4.6.0+git+20161106-2" }, "gcc-6-base": { "arch": "amd64", "version": "6.3.0-18+deb9u1" }, "gdisk": { "arch": "amd64", "version": "1.0.1-1" }, "geoip-database": { "arch": "all", "version": "20170512-1" }, "gettext-base": { "arch": "amd64", "version": "0.19.8.1-2+deb9u1" }, "gnupg": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "gnupg-agent": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "gpgv": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "grep": { "arch": "amd64", "version": "2.27-2" }, "groff-base": { "arch": "amd64", "version": "1.22.3-9" }, "grub-common": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub-pc": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub-pc-bin": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub2-common": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "gzip": { "arch": "amd64", "version": "1.6-5+b1" }, "hostname": { "arch": "amd64", "version": "3.18+b1" }, "ifupdown": { "arch": "amd64", "version": "0.8.19" }, "init": { "arch": "amd64", "version": "1.48" }, "init-system-helpers": { "arch": "all", "version": "1.48" }, "initramfs-tools": { "arch": "all", "version": "0.130" }, "initramfs-tools-core": { "arch": "all", "version": "0.130" }, "iproute2": { "arch": "amd64", "version": "4.9.0-1+deb9u1" }, "iptables": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "iputils-ping": { "arch": "amd64", "version": "3:20161105-1" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.3.5-3+deb9u1" }, "isc-dhcp-common": { "arch": "amd64", "version": "4.3.5-3+deb9u1" }, "iso-codes": { "arch": "all", "version": "3.75-1" }, "klibc-utils": { "arch": "amd64", "version": "2.0.4-9" }, "kmod": { "arch": "amd64", "version": "23-2" }, "krb5-locales": { "arch": "all", "version": "1.15-1+deb9u1" }, "less": { "arch": "amd64", "version": "481-2.1" }, "libacl1": { "arch": "amd64", "version": "2.2.52-3+b1" }, "libapparmor1": { "arch": "amd64", "version": "2.11.0-3+deb9u2" }, "libapt-inst2.0": { "arch": "amd64", "version": "1.4.10" }, "libapt-pkg5.0": { "arch": "amd64", "version": "1.4.10" }, "libassuan0": { "arch": "amd64", "version": "2.4.3-2" }, "libattr1": { "arch": "amd64", "version": "1:2.4.47-2+b2" }, "libaudit-common": { "arch": "all", "version": "1:2.6.7-2" }, "libaudit1": { "arch": "amd64", "version": "1:2.6.7-2" }, "libbind9-140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "libblkid1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libbsd0": { "arch": "amd64", "version": "0.8.3-1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.6-8.1" }, "libc-bin": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "libc-l10n": { "arch": "all", "version": "2.24-11+deb9u4" }, "libc6": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.7-3+b1" }, "libcap2": { "arch": "amd64", "version": "1:2.25-1" }, "libcomerr2": { "arch": "amd64", "version": "1.43.4-2+deb9u1" }, "libcryptsetup4": { "arch": "amd64", "version": "2:1.7.3-4" }, "libcurl3": { "arch": "amd64", "version": "7.52.1-5+deb9u10" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.52.1-5+deb9u10" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28-12+deb9u1" }, "libdbus-1-3": { "arch": "amd64", "version": "1.10.28-0+deb9u1" }, "libdebconfclient0": { "arch": "amd64", "version": "0.227" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.137-2" }, "libdns-export162": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "libdns162": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "libedit2": { "arch": "amd64", "version": "3.1-20160903-3" }, "libelf1": { "arch": "amd64", "version": "0.168-1" }, "libestr0": { "arch": "amd64", "version": "0.1.10-2" }, "libexpat1": { "arch": "amd64", "version": "2.2.0-2+deb9u3" }, "libfastjson4": { "arch": "amd64", "version": "0.99.4-1" }, "libfdisk1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libffi6": { "arch": "amd64", "version": "3.2.1-6" }, "libfreetype6": { "arch": "amd64", "version": "2.6.3-3.2+deb9u1" }, "libfuse2": { "arch": "amd64", "version": "2.9.7-1+deb9u2" }, "libgcc1": { "arch": "amd64", "version": "1:6.3.0-18+deb9u1" }, "libgcrypt20": { "arch": "amd64", "version": "1.7.6-2+deb9u3" }, "libgdbm3": { "arch": "amd64", "version": "1.8.3-14" }, "libgeoip1": { "arch": "amd64", "version": "1.6.9-4" }, "libgmp10": { "arch": "amd64", "version": "2:6.1.2+dfsg-1" }, "libgnutls30": { "arch": "amd64", "version": "3.5.8-5+deb9u4" }, "libgpg-error0": { "arch": "amd64", "version": "1.26-2" }, "libgpm2": { "arch": "amd64", "version": "1.20.4-6.2+b1" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.15-1+deb9u1" }, "libhogweed4": { "arch": "amd64", "version": "3.3-1+b2" }, "libicu57": { "arch": "amd64", "version": "57.1-6+deb9u4" }, "libidn11": { "arch": "amd64", "version": "1.33-1+deb9u1" }, "libidn2-0": { "arch": "amd64", "version": "0.16-1+deb9u1" }, "libip4tc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libip6tc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libiptc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libisc-export160": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "libisc160": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "libisccc140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "libisccfg140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "libjbig0": { "arch": "amd64", "version": "2.1-3.1+b2" }, "libjpeg62-turbo": { "arch": "amd64", "version": "1:1.5.1-2" }, "libk5crypto3": { "arch": "amd64", "version": "1.15-1+deb9u1" }, "libkeyutils1": { "arch": "amd64", "version": "1.5.9-9" }, "libklibc": { "arch": "amd64", "version": "2.0.4-9" }, "libkmod2": { "arch": "amd64", "version": "23-2" }, "libkrb5-3": { "arch": "amd64", "version": "1.15-1+deb9u1" }, "libkrb5support0": { "arch": "amd64", "version": "1.15-1+deb9u1" }, "libksba8": { "arch": "amd64", "version": "1.3.5-2" }, "liblcms2-2": { "arch": "amd64", "version": "2.8-4+deb9u1" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.44+dfsg-5+deb9u4" }, "libldap-common": { "arch": "all", "version": "2.4.44+dfsg-5+deb9u4" }, "liblocale-gettext-perl": { "arch": "amd64", "version": "1.07-3+b1" }, "liblogging-stdlog0": { "arch": "amd64", "version": "1.0.5-2+b2" }, "liblognorm5": { "arch": "amd64", "version": "2.0.1-1.1+b1" }, "liblwres141": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u6" }, "liblz4-1": { "arch": "amd64", "version": "0.0~r131-2+b1" }, "liblzma5": { "arch": "amd64", "version": "5.2.2-1.2+b1" }, "libmagic-mgc": { "arch": "amd64", "version": "1:5.30-1+deb9u3" }, "libmagic1": { "arch": "amd64", "version": "1:5.30-1+deb9u3" }, "libmnl0": { "arch": "amd64", "version": "1.0.4-2" }, "libmount1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libmpdec2": { "arch": "amd64", "version": "2.4.2-1" }, "libncurses5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libncursesw5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.6-2" }, "libnettle6": { "arch": "amd64", "version": "3.3-1+b2" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.19-1+b1" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3" }, "libnghttp2-14": { "arch": "amd64", "version": "1.18.1-1+deb9u1" }, "libnpth0": { "arch": "amd64", "version": "1.3-1" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.3-2" }, "libpam-modules": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpam-runtime": { "arch": "all", "version": "1.1.8-3.6" }, "libpam-systemd": { "arch": "amd64", "version": "232-25+deb9u12" }, "libpam0g": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpaper-utils": { "arch": "amd64", "version": "1.1.24+nmu5" }, "libpaper1": { "arch": "amd64", "version": "1.1.24+nmu5" }, "libpcap0.8": { "arch": "amd64", "version": "1.8.1-3" }, "libpci3": { "arch": "amd64", "version": "1:3.5.2-1" }, "libpcre3": { "arch": "amd64", "version": "2:8.39-3" }, "libpipeline1": { "arch": "amd64", "version": "1.4.1-2" }, "libpng16-16": { "arch": "amd64", "version": "1.6.28-1+deb9u1" }, "libpopt0": { "arch": "amd64", "version": "1.16-10+b2" }, "libprocps6": { "arch": "amd64", "version": "2:3.3.12-3+deb9u1" }, "libpsl5": { "arch": "amd64", "version": "0.17.0-3" }, "libpython-stdlib": { "arch": "amd64", "version": "2.7.13-2" }, "libpython2.7-minimal": { "arch": "amd64", "version": "2.7.13-2+deb9u3" }, "libpython2.7-stdlib": { "arch": "amd64", "version": "2.7.13-2+deb9u3" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.5.3-1" }, "libpython3.5-minimal": { "arch": "amd64", "version": "3.5.3-1+deb9u1" }, "libpython3.5-stdlib": { "arch": "amd64", "version": "3.5.3-1+deb9u1" }, "libreadline7": { "arch": "amd64", "version": "7.0-3" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d.1-1+b1" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3+deb9u1" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3+deb9u1" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3+deb9u1" }, "libseccomp2": { "arch": "amd64", "version": "2.3.1-2.1+deb9u1" }, "libselinux1": { "arch": "amd64", "version": "2.6-3+b3" }, "libsemanage-common": { "arch": "all", "version": "2.6-2" }, "libsemanage1": { "arch": "amd64", "version": "2.6-2" }, "libsepol1": { "arch": "amd64", "version": "2.6-2" }, "libslang2": { "arch": "amd64", "version": "2.3.1-5" }, "libsmartcols1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libsqlite3-0": { "arch": "amd64", "version": "3.16.2-5+deb9u1" }, "libss2": { "arch": "amd64", "version": "1.43.4-2+deb9u1" }, "libssh2-1": { "arch": "amd64", "version": "1.7.0-1+deb9u1" }, "libssl1.0.2": { "arch": "amd64", "version": "1.0.2u-1~deb9u1" }, "libssl1.1": { "arch": "amd64", "version": "1.1.0l-1~deb9u1" }, "libstdc++6": { "arch": "amd64", "version": "6.3.0-18+deb9u1" }, "libsystemd0": { "arch": "amd64", "version": "232-25+deb9u12" }, "libtasn1-6": { "arch": "amd64", "version": "4.10-1.1+deb9u1" }, "libtext-charwidth-perl": { "arch": "amd64", "version": "0.04-7+b5" }, "libtext-iconv-perl": { "arch": "amd64", "version": "1.7-5+b4" }, "libtext-wrapi18n-perl": { "arch": "all", "version": "0.06-7.1" }, "libtiff5": { "arch": "amd64", "version": "4.0.8-2+deb9u5" }, "libtinfo5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libtomcrypt0": { "arch": "amd64", "version": "1.17-9" }, "libtommath1": { "arch": "amd64", "version": "1.0-4" }, "libudev1": { "arch": "amd64", "version": "232-25+deb9u12" }, "libunistring0": { "arch": "amd64", "version": "0.9.6+really0.9.3-0.1" }, "libustr-1.0-1": { "arch": "amd64", "version": "1.0.4-6" }, "libuuid1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libwebp6": { "arch": "amd64", "version": "0.5.2-1" }, "libwebpdemux2": { "arch": "amd64", "version": "0.5.2-1" }, "libwebpmux2": { "arch": "amd64", "version": "0.5.2-1" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-26" }, "libxapian30": { "arch": "amd64", "version": "1.4.3-2+deb9u3" }, "libxml2": { "arch": "amd64", "version": "2.9.4+dfsg1-2.2+deb9u2" }, "libxtables12": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libyaml-0-2": { "arch": "amd64", "version": "0.1.7-2" }, "linux-base": { "arch": "all", "version": "4.5" }, "linux-image-4.9.0-12-amd64": { "arch": "amd64", "version": "4.9.210-1+deb9u1" }, "linux-image-amd64": { "arch": "amd64", "version": "4.9+80+deb9u10" }, "locales": { "arch": "all", "version": "2.24-11+deb9u4" }, "locales-all": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "login": { "arch": "amd64", "version": "1:4.4-4.1" }, "logrotate": { "arch": "amd64", "version": "3.11.0-0.1" }, "lsb-base": { "arch": "all", "version": "9.20161125" }, "lsb-release": { "arch": "all", "version": "9.20161125" }, "man-db": { "arch": "amd64", "version": "2.7.6.1-2" }, "manpages": { "arch": "all", "version": "4.10-2" }, "mawk": { "arch": "amd64", "version": "1.3.3-17+b3" }, "mime-support": { "arch": "all", "version": "3.60" }, "mount": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "multiarch-support": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "nano": { "arch": "amd64", "version": "2.7.4-1" }, "ncurses-base": { "arch": "all", "version": "6.0+20161126-1+deb9u2" }, "ncurses-bin": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "net-tools": { "arch": "amd64", "version": "1.60+git20161116.90da8a0-1" }, "netbase": { "arch": "all", "version": "5.4" }, "netcat-openbsd": { "arch": "amd64", "version": "1.130-3" }, "openssh-client": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssh-server": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssh-sftp-server": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssl": { "arch": "amd64", "version": "1.1.0l-1~deb9u1" }, "passwd": { "arch": "amd64", "version": "1:4.4-4.1" }, "pciutils": { "arch": "amd64", "version": "1:3.5.2-1" }, "perl-base": { "arch": "amd64", "version": "5.24.1-3+deb9u6" }, "pinentry-curses": { "arch": "amd64", "version": "1.0.0-2" }, "procps": { "arch": "amd64", "version": "2:3.3.12-3+deb9u1" }, "psmisc": { "arch": "amd64", "version": "22.21-2.1+b2" }, "python": { "arch": "amd64", "version": "2.7.13-2" }, "python-apt-common": { "arch": "all", "version": "1.4.1" }, "python-boto": { "arch": "all", "version": "2.44.0-1" }, "python-cffi-backend": { "arch": "amd64", "version": "1.9.1-2" }, "python-chardet": { "arch": "all", "version": "2.3.0-2" }, "python-cryptography": { "arch": "amd64", "version": "1.7.1-3+deb9u2" }, "python-enum34": { "arch": "all", "version": "1.1.6-1" }, "python-idna": { "arch": "all", "version": "2.2-1" }, "python-ipaddress": { "arch": "all", "version": "1.0.17-1" }, "python-minimal": { "arch": "amd64", "version": "2.7.13-2" }, "python-openssl": { "arch": "all", "version": "16.2.0-1" }, "python-pkg-resources": { "arch": "all", "version": "33.1.1-1" }, "python-pyasn1": { "arch": "all", "version": "0.1.9-2" }, "python-requests": { "arch": "all", "version": "2.12.4-1" }, "python-setuptools": { "arch": "all", "version": "33.1.1-1" }, "python-six": { "arch": "all", "version": "1.10.0-3" }, "python-urllib3": { "arch": "all", "version": "1.19.1-1" }, "python2.7": { "arch": "amd64", "version": "2.7.13-2+deb9u3" }, "python2.7-minimal": { "arch": "amd64", "version": "2.7.13-2+deb9u3" }, "python3": { "arch": "amd64", "version": "3.5.3-1" }, "python3-apt": { "arch": "amd64", "version": "1.4.1" }, "python3-blinker": { "arch": "all", "version": "1.3.dfsg2-1" }, "python3-boto": { "arch": "all", "version": "2.44.0-1" }, "python3-botocore": { "arch": "all", "version": "1.4.70-1" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.9.1-2" }, "python3-chardet": { "arch": "all", "version": "2.3.0-2" }, "python3-colorama": { "arch": "all", "version": "0.3.7-1" }, "python3-configobj": { "arch": "all", "version": "5.0.6-2" }, "python3-cryptography": { "arch": "amd64", "version": "1.7.1-3+deb9u2" }, "python3-dateutil": { "arch": "all", "version": "2.5.3-2" }, "python3-debian": { "arch": "all", "version": "0.1.30" }, "python3-debianbts": { "arch": "all", "version": "2.6.1" }, "python3-docutils": { "arch": "all", "version": "0.13.1+dfsg-2" }, "python3-httplib2": { "arch": "all", "version": "0.9.2+dfsg-1" }, "python3-idna": { "arch": "all", "version": "2.2-1" }, "python3-jinja2": { "arch": "all", "version": "2.8-1" }, "python3-jmespath": { "arch": "all", "version": "0.9.0-2" }, "python3-json-pointer": { "arch": "all", "version": "1.10-1" }, "python3-jsonpatch": { "arch": "all", "version": "1.19-4" }, "python3-jwt": { "arch": "all", "version": "1.4.2-1+deb9u1" }, "python3-markupsafe": { "arch": "amd64", "version": "0.23-3" }, "python3-minimal": { "arch": "amd64", "version": "3.5.3-1" }, "python3-oauthlib": { "arch": "all", "version": "2.0.1-1" }, "python3-pil": { "arch": "amd64", "version": "4.0.0-4+deb9u1" }, "python3-pkg-resources": { "arch": "all", "version": "33.1.1-1" }, "python3-prettytable": { "arch": "all", "version": "0.7.2-3" }, "python3-pyasn1": { "arch": "all", "version": "0.1.9-2" }, "python3-pycurl": { "arch": "amd64", "version": "7.43.0-2" }, "python3-pygments": { "arch": "all", "version": "2.2.0+dfsg-1" }, "python3-pysimplesoap": { "arch": "all", "version": "1.16-2" }, "python3-reportbug": { "arch": "all", "version": "7.1.7+deb9u3" }, "python3-requests": { "arch": "all", "version": "2.12.4-1" }, "python3-roman": { "arch": "all", "version": "2.0.0-2" }, "python3-rsa": { "arch": "all", "version": "3.4.2-1" }, "python3-s3transfer": { "arch": "all", "version": "0.1.9-1" }, "python3-setuptools": { "arch": "all", "version": "33.1.1-1" }, "python3-six": { "arch": "all", "version": "1.10.0-3" }, "python3-urllib3": { "arch": "all", "version": "1.19.1-1" }, "python3-yaml": { "arch": "amd64", "version": "3.12-1" }, "python3.5": { "arch": "amd64", "version": "3.5.3-1+deb9u1" }, "python3.5-minimal": { "arch": "amd64", "version": "3.5.3-1+deb9u1" }, "readline-common": { "arch": "all", "version": "7.0-3" }, "reportbug": { "arch": "all", "version": "7.1.7+deb9u3" }, "rsyslog": { "arch": "amd64", "version": "8.24.0-1" }, "screen": { "arch": "amd64", "version": "4.5.0-6" }, "sed": { "arch": "amd64", "version": "4.4-1" }, "sensible-utils": { "arch": "all", "version": "0.0.9+deb9u1" }, "sgml-base": { "arch": "all", "version": "1.29" }, "sudo": { "arch": "amd64", "version": "1.8.19p1-2.1+deb9u2" }, "systemd": { "arch": "amd64", "version": "232-25+deb9u12" }, "systemd-sysv": { "arch": "amd64", "version": "232-25+deb9u12" }, "sysvinit-utils": { "arch": "amd64", "version": "2.88dsf-59.9" }, "tar": { "arch": "amd64", "version": "1.29b-1.1" }, "tasksel": { "arch": "all", "version": "3.39" }, "tasksel-data": { "arch": "all", "version": "3.39" }, "tcpdump": { "arch": "amd64", "version": "4.9.3-1~deb9u1" }, "traceroute": { "arch": "amd64", "version": "1:2.1.0-2" }, "tzdata": { "arch": "all", "version": "2019c-0+deb9u1" }, "ucf": { "arch": "all", "version": "3.0036" }, "udev": { "arch": "amd64", "version": "232-25+deb9u12" }, "unattended-upgrades": { "arch": "all", "version": "0.93.1+nmu1" }, "util-linux": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "uuid-runtime": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "vim": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "vim-common": { "arch": "all", "version": "2:8.0.0197-4+deb9u3" }, "vim-runtime": { "arch": "all", "version": "2:8.0.0197-4+deb9u3" }, "vim-tiny": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "wget": { "arch": "amd64", "version": "1.18-5+deb9u3" }, "whiptail": { "arch": "amd64", "version": "0.52.19-1+b1" }, "xml-core": { "arch": "all", "version": "0.17" }, "xxd": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "xz-utils": { "arch": "amd64", "version": "5.2.2-1.2+b1" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.8.dfsg-5" } }, "platform": "debian", "platform_family": "debian", "platform_version": "9", "root_group": "root", "shard_seed": 70781749, "shells": [ "/bin/sh", "/bin/dash", "/bin/bash", "/bin/rbash", "/usr/bin/screen" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/debian/9.13.json000066400000000000000000002004701417433310300220630ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.11", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.11.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.11", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.11.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Contained Elements": "0", "Height": "Unspecified", "Lock": "Not Present", "Manufacturer": "Xen", "Number Of Power Cords": "Unspecified", "OEM Information": "0x00000000", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "contained_elements": "0", "height": "Unspecified", "lock": "Not Present", "manufacturer": "Xen", "number_of_power_cords": "Unspecified", "oem_information": "0x00000000", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.0", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Asset Tag": "Not Specified", "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 8B 17", "L1 Cache Handle": "Not Provided", "L2 Cache Handle": "Not Provided", "L3 Cache Handle": "Not Provided", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Part Number": "Not Specified", "Serial Number": "Not Specified", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "asset_tag": "Not Specified", "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 8B 17", "l1_cache_handle": "Not Provided", "l2_cache_handle": "Not Provided", "l3_cache_handle": "Not Provided", "manufacturer": "Intel", "max_speed": "2400 MHz", "part_number": "Not Specified", "serial_number": "Not Specified", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "378" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec27cc67-0d51-a417-37e1-527f84ba4254", "UUID": "EC27CC67-0D51-A417-37E1-527F84BA4254", "Version": "4.11.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec27cc67-0d51-a417-37e1-527f84ba4254", "sku_number": "Not Specified", "uuid": "EC27CC67-0D51-A417-37E1-527F84BA4254", "version": "4.11.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "473672", "inodes_percent_used": "10%", "inodes_used": "50616", "kb_available": "6595124", "kb_size": "8190392", "kb_used": "1159508", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "mounts": [ "/" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "1d439664-f398-4488-b8b8-c25b3b05b4dd" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/freezer" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=34", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9485" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127291", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101840", "kb_size": "101840", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101840k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "127301" }, "udev": { "fs_type": "devtmpfs", "inodes_available": "124281", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498216", "kb_size": "498216", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=498216k", "nr_inodes=124554", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "124554" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "473672", "inodes_percent_used": "10%", "inodes_used": "50616", "kb_available": "6595124", "kb_size": "8190392", "kb_used": "1159508", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "1d439664-f398-4488-b8b8-c25b3b05b4dd" }, "/dev": { "devices": [ "udev" ], "fs_type": "devtmpfs", "inodes_available": "124281", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498216", "kb_size": "498216", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=498216k", "nr_inodes=124554", "mode=755" ], "percent_used": "0%", "total_inodes": "124554" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127300", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509204", "kb_size": "509204", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127301" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=34", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9485" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126481", "inodes_percent_used": "1%", "inodes_used": "820", "kb_available": "97772", "kb_size": "101844", "kb_used": "4072", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=101844k", "mode=755" ], "percent_used": "4%", "total_inodes": "127301" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127299", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "127301" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127291", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101840", "kb_size": "101840", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101840k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "127301" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127286", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "509204", "kb_size": "509204", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127301" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "473672", "inodes_percent_used": "10%", "inodes_used": "50616", "kb_available": "6595124", "kb_size": "8190392", "kb_used": "1159508", "mount": "/", "mount_options": [ "rw", "relatime", "discard", "errors=remount-ro", "data=ordered" ], "percent_used": "15%", "total_inodes": "524288", "uuid": "1d439664-f398-4488-b8b8-c25b3b05b4dd" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=34", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=9485" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127300", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509204", "kb_size": "509204", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "127301" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126481", "inodes_percent_used": "1%", "inodes_used": "820", "kb_available": "97772", "kb_size": "101844", "kb_used": "4072", "mount": "/run", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=101844k", "mode=755" ], "percent_used": "4%", "total_inodes": "127301" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127299", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "127301" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127291", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "101840", "kb_size": "101840", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101840k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "127301" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127286", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "509204", "kb_size": "509204", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "127301" }, "udev,/dev": { "device": "udev", "fs_type": "devtmpfs", "inodes_available": "124281", "inodes_percent_used": "1%", "inodes_used": "273", "kb_available": "498216", "kb_size": "498216", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=498216k", "nr_inodes=124554", "mode=755" ], "percent_used": "0%", "total_inodes": "124554" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "16384" }, "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "167936" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "40960" }, "button": { "refcount": "0", "size": "16384" }, "cirrus": { "refcount": "1", "size": "24576" }, "crc16": { "refcount": "1", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_generic": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "2", "size": "24576" }, "crct10dif_pclmul": { "refcount": "0", "size": "16384" }, "cryptd": { "refcount": "3", "size": "24576" }, "drm": { "refcount": "4", "size": "360448" }, "drm_kms_helper": { "refcount": "1", "size": "155648" }, "ecb": { "refcount": "0", "size": "16384" }, "edac_core": { "refcount": "1", "size": "77824" }, "evdev": { "refcount": "2", "size": "24576" }, "ext4": { "refcount": "1", "size": "593920" }, "floppy": { "refcount": "0", "size": "77824" }, "fscrypto": { "refcount": "1", "size": "28672" }, "gf128mul": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "intel_rapl_perf": { "refcount": "0", "size": "16384" }, "ip_tables": { "refcount": "0", "size": "24576" }, "jbd2": { "refcount": "1", "size": "110592" }, "libata": { "refcount": "2", "size": "249856", "version": "3.00" }, "lrw": { "refcount": "1", "size": "16384" }, "mbcache": { "refcount": "2", "size": "16384" }, "psmouse": { "refcount": "0", "size": "135168" }, "sb_edac": { "refcount": "0", "size": "24576" }, "scsi_mod": { "refcount": "1", "size": "225280" }, "serio_raw": { "refcount": "0", "size": "16384" }, "ttm": { "refcount": "1", "size": "98304" }, "x_tables": { "refcount": "1", "size": "36864" }, "xen_blkfront": { "refcount": "2", "size": "36864" }, "xen_netfront": { "refcount": "0", "size": "28672" } }, "name": "Linux", "os": "GNU/Linux", "processor": "unknown", "release": "4.9.0-16-amd64", "version": "#1 SMP Debian 4.9.272-2 (2021-07-19)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { "codename": "stretch", "description": "Debian GNU/Linux 9.13 (stretch)", "id": "Debian", "release": "9.13" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635805288.0836833, "os": "linux", "os_version": "4.9.0-16-amd64", "packages": { "adduser": { "arch": "all", "version": "3.115" }, "apt": { "arch": "amd64", "version": "1.4.11" }, "apt-listchanges": { "arch": "all", "version": "3.10" }, "apt-transport-https": { "arch": "amd64", "version": "1.4.11" }, "apt-utils": { "arch": "amd64", "version": "1.4.11" }, "awscli": { "arch": "all", "version": "1.11.13-1" }, "base-files": { "arch": "amd64", "version": "9.9+deb9u13" }, "base-passwd": { "arch": "amd64", "version": "3.5.43" }, "bash": { "arch": "amd64", "version": "4.4-5" }, "bash-completion": { "arch": "all", "version": "1:2.1-4.3" }, "bind9-host": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "bsdmainutils": { "arch": "amd64", "version": "9.0.12+nmu1" }, "bsdutils": { "arch": "amd64", "version": "1:2.29.2-1+deb9u1" }, "bzip2": { "arch": "amd64", "version": "1.0.6-8.1" }, "ca-certificates": { "arch": "all", "version": "20200601~deb9u2" }, "chef": { "arch": "amd64", "version": "17.7.29-1" }, "chrony": { "arch": "amd64", "version": "3.0-4+deb9u2" }, "cloud-guest-utils": { "arch": "all", "version": "0.29-1" }, "cloud-init": { "arch": "all", "version": "0.7.9-2+deb9u1" }, "coreutils": { "arch": "amd64", "version": "8.26-3" }, "cpio": { "arch": "amd64", "version": "2.11+dfsg-6" }, "cron": { "arch": "amd64", "version": "3.0pl1-128+deb9u1" }, "curl": { "arch": "amd64", "version": "7.52.1-5+deb9u14" }, "dash": { "arch": "amd64", "version": "0.5.8-2.4" }, "dbus": { "arch": "amd64", "version": "1.10.32-0+deb9u1" }, "debconf": { "arch": "all", "version": "1.5.61" }, "debconf-i18n": { "arch": "all", "version": "1.5.61" }, "debian-archive-keyring": { "arch": "all", "version": "2017.5+deb9u1" }, "debianutils": { "arch": "amd64", "version": "4.8.1.1" }, "dh-python": { "arch": "all", "version": "2.20170125" }, "diffutils": { "arch": "amd64", "version": "1:3.5-3" }, "distro-info-data": { "arch": "all", "version": "0.36" }, "dmidecode": { "arch": "amd64", "version": "3.0-4" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.137-2" }, "docutils-common": { "arch": "all", "version": "0.13.1+dfsg-2" }, "dpkg": { "arch": "amd64", "version": "1.18.25" }, "e2fslibs": { "arch": "amd64", "version": "1.43.4-2+deb9u2" }, "e2fsprogs": { "arch": "amd64", "version": "1.43.4-2+deb9u2" }, "ethtool": { "arch": "amd64", "version": "1:4.8-1+b1" }, "file": { "arch": "amd64", "version": "1:5.30-1+deb9u3" }, "findutils": { "arch": "amd64", "version": "4.6.0+git+20161106-2" }, "gcc-6-base": { "arch": "amd64", "version": "6.3.0-18+deb9u1" }, "gdisk": { "arch": "amd64", "version": "1.0.1-1+deb9u1" }, "geoip-database": { "arch": "all", "version": "20170512-1" }, "gettext-base": { "arch": "amd64", "version": "0.19.8.1-2+deb9u1" }, "gnupg": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "gnupg-agent": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "gpgv": { "arch": "amd64", "version": "2.1.18-8~deb9u4" }, "grep": { "arch": "amd64", "version": "2.27-2" }, "groff-base": { "arch": "amd64", "version": "1.22.3-9" }, "grub-common": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub-pc": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub-pc-bin": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "grub2-common": { "arch": "amd64", "version": "2.02~beta3-5+deb9u2" }, "gzip": { "arch": "amd64", "version": "1.6-5+b1" }, "hostname": { "arch": "amd64", "version": "3.18+b1" }, "ifupdown": { "arch": "amd64", "version": "0.8.19" }, "init": { "arch": "amd64", "version": "1.48" }, "init-system-helpers": { "arch": "all", "version": "1.48" }, "initramfs-tools": { "arch": "all", "version": "0.130" }, "initramfs-tools-core": { "arch": "all", "version": "0.130" }, "iproute2": { "arch": "amd64", "version": "4.9.0-1+deb9u1" }, "iptables": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "iputils-ping": { "arch": "amd64", "version": "3:20161105-1" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.3.5-3+deb9u2" }, "isc-dhcp-common": { "arch": "amd64", "version": "4.3.5-3+deb9u2" }, "iso-codes": { "arch": "all", "version": "3.75-1" }, "klibc-utils": { "arch": "amd64", "version": "2.0.4-9+deb9u1" }, "kmod": { "arch": "amd64", "version": "23-2" }, "krb5-locales": { "arch": "all", "version": "1.15-1+deb9u2" }, "less": { "arch": "amd64", "version": "481-2.1" }, "libacl1": { "arch": "amd64", "version": "2.2.52-3+b1" }, "libapparmor1": { "arch": "amd64", "version": "2.11.0-3+deb9u2" }, "libapt-inst2.0": { "arch": "amd64", "version": "1.4.11" }, "libapt-pkg5.0": { "arch": "amd64", "version": "1.4.11" }, "libassuan0": { "arch": "amd64", "version": "2.4.3-2" }, "libattr1": { "arch": "amd64", "version": "1:2.4.47-2+b2" }, "libaudit-common": { "arch": "all", "version": "1:2.6.7-2" }, "libaudit1": { "arch": "amd64", "version": "1:2.6.7-2" }, "libbind9-140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "libblkid1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libbsd0": { "arch": "amd64", "version": "0.8.3-1+deb9u1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.6-8.1" }, "libc-bin": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "libc-l10n": { "arch": "all", "version": "2.24-11+deb9u4" }, "libc6": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.7-3+b1" }, "libcap2": { "arch": "amd64", "version": "1:2.25-1" }, "libcomerr2": { "arch": "amd64", "version": "1.43.4-2+deb9u2" }, "libcryptsetup4": { "arch": "amd64", "version": "2:1.7.3-4" }, "libcurl3": { "arch": "amd64", "version": "7.52.1-5+deb9u14" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.52.1-5+deb9u14" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28-12+deb9u1" }, "libdbus-1-3": { "arch": "amd64", "version": "1.10.32-0+deb9u1" }, "libdebconfclient0": { "arch": "amd64", "version": "0.227" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.137-2" }, "libdns-export162": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "libdns162": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "libedit2": { "arch": "amd64", "version": "3.1-20160903-3" }, "libelf1": { "arch": "amd64", "version": "0.168-1" }, "libestr0": { "arch": "amd64", "version": "0.1.10-2" }, "libexpat1": { "arch": "amd64", "version": "2.2.0-2+deb9u3" }, "libfastjson4": { "arch": "amd64", "version": "0.99.4-1" }, "libfdisk1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libffi6": { "arch": "amd64", "version": "3.2.1-6" }, "libfreetype6": { "arch": "amd64", "version": "2.6.3-3.2+deb9u2" }, "libfuse2": { "arch": "amd64", "version": "2.9.7-1+deb9u2" }, "libgcc1": { "arch": "amd64", "version": "1:6.3.0-18+deb9u1" }, "libgcrypt20": { "arch": "amd64", "version": "1.7.6-2+deb9u4" }, "libgdbm3": { "arch": "amd64", "version": "1.8.3-14" }, "libgeoip1": { "arch": "amd64", "version": "1.6.9-4" }, "libgmp10": { "arch": "amd64", "version": "2:6.1.2+dfsg-1" }, "libgnutls30": { "arch": "amd64", "version": "3.5.8-5+deb9u5" }, "libgpg-error0": { "arch": "amd64", "version": "1.26-2" }, "libgpm2": { "arch": "amd64", "version": "1.20.4-6.2+b1" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.15-1+deb9u2" }, "libhogweed4": { "arch": "amd64", "version": "3.3-1+b2" }, "libicu57": { "arch": "amd64", "version": "57.1-6+deb9u4" }, "libidn11": { "arch": "amd64", "version": "1.33-1+deb9u1" }, "libidn2-0": { "arch": "amd64", "version": "0.16-1+deb9u1" }, "libip4tc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libip6tc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libiptc0": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libisc-export160": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "libisc160": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "libisccc140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "libisccfg140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "libjbig0": { "arch": "amd64", "version": "2.1-3.1+b2" }, "libjpeg62-turbo": { "arch": "amd64", "version": "1:1.5.1-2+deb9u1" }, "libk5crypto3": { "arch": "amd64", "version": "1.15-1+deb9u2" }, "libkeyutils1": { "arch": "amd64", "version": "1.5.9-9" }, "libklibc": { "arch": "amd64", "version": "2.0.4-9+deb9u1" }, "libkmod2": { "arch": "amd64", "version": "23-2" }, "libkrb5-3": { "arch": "amd64", "version": "1.15-1+deb9u2" }, "libkrb5support0": { "arch": "amd64", "version": "1.15-1+deb9u2" }, "libksba8": { "arch": "amd64", "version": "1.3.5-2" }, "liblcms2-2": { "arch": "amd64", "version": "2.8-4+deb9u1" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.44+dfsg-5+deb9u8" }, "libldap-common": { "arch": "all", "version": "2.4.44+dfsg-5+deb9u8" }, "liblocale-gettext-perl": { "arch": "amd64", "version": "1.07-3+b1" }, "liblogging-stdlog0": { "arch": "amd64", "version": "1.0.5-2+b2" }, "liblognorm5": { "arch": "amd64", "version": "2.0.1-1.1+b1" }, "liblwres141": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-12.3+deb9u9" }, "liblz4-1": { "arch": "amd64", "version": "0.0~r131-2+deb9u1" }, "liblzma5": { "arch": "amd64", "version": "5.2.2-1.2+b1" }, "libmagic-mgc": { "arch": "amd64", "version": "1:5.30-1+deb9u3" }, "libmagic1": { "arch": "amd64", "version": "1:5.30-1+deb9u3" }, "libmnl0": { "arch": "amd64", "version": "1.0.4-2" }, "libmount1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libmpdec2": { "arch": "amd64", "version": "2.4.2-1" }, "libncurses5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libncursesw5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.6-2" }, "libnettle6": { "arch": "amd64", "version": "3.3-1+b2" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.19-1+b1" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3" }, "libnghttp2-14": { "arch": "amd64", "version": "1.18.1-1+deb9u1" }, "libnpth0": { "arch": "amd64", "version": "1.3-1" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.3-2+deb9u1" }, "libpam-modules": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpam-runtime": { "arch": "all", "version": "1.1.8-3.6" }, "libpam-systemd": { "arch": "amd64", "version": "232-25+deb9u13" }, "libpam0g": { "arch": "amd64", "version": "1.1.8-3.6" }, "libpaper-utils": { "arch": "amd64", "version": "1.1.24+nmu5" }, "libpaper1": { "arch": "amd64", "version": "1.1.24+nmu5" }, "libpcap0.8": { "arch": "amd64", "version": "1.8.1-3" }, "libpci3": { "arch": "amd64", "version": "1:3.5.2-1" }, "libpcre3": { "arch": "amd64", "version": "2:8.39-3" }, "libpipeline1": { "arch": "amd64", "version": "1.4.1-2" }, "libpng16-16": { "arch": "amd64", "version": "1.6.28-1+deb9u1" }, "libpopt0": { "arch": "amd64", "version": "1.16-10+b2" }, "libprocps6": { "arch": "amd64", "version": "2:3.3.12-3+deb9u1" }, "libpsl5": { "arch": "amd64", "version": "0.17.0-3" }, "libpython-stdlib": { "arch": "amd64", "version": "2.7.13-2" }, "libpython2.7-minimal": { "arch": "amd64", "version": "2.7.13-2+deb9u5" }, "libpython2.7-stdlib": { "arch": "amd64", "version": "2.7.13-2+deb9u5" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.5.3-1" }, "libpython3.5-minimal": { "arch": "amd64", "version": "3.5.3-1+deb9u4" }, "libpython3.5-stdlib": { "arch": "amd64", "version": "3.5.3-1+deb9u4" }, "libreadline7": { "arch": "amd64", "version": "7.0-3" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d.1-1+b1" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3+deb9u1" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3+deb9u1" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3+deb9u1" }, "libseccomp2": { "arch": "amd64", "version": "2.3.1-2.1+deb9u1" }, "libselinux1": { "arch": "amd64", "version": "2.6-3+b3" }, "libsemanage-common": { "arch": "all", "version": "2.6-2" }, "libsemanage1": { "arch": "amd64", "version": "2.6-2" }, "libsepol1": { "arch": "amd64", "version": "2.6-2" }, "libslang2": { "arch": "amd64", "version": "2.3.1-5" }, "libsmartcols1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libsqlite3-0": { "arch": "amd64", "version": "3.16.2-5+deb9u3" }, "libss2": { "arch": "amd64", "version": "1.43.4-2+deb9u2" }, "libssh2-1": { "arch": "amd64", "version": "1.7.0-1+deb9u1" }, "libssl1.0.2": { "arch": "amd64", "version": "1.0.2u-1~deb9u4" }, "libssl1.1": { "arch": "amd64", "version": "1.1.0l-1~deb9u3" }, "libstdc++6": { "arch": "amd64", "version": "6.3.0-18+deb9u1" }, "libsystemd0": { "arch": "amd64", "version": "232-25+deb9u13" }, "libtasn1-6": { "arch": "amd64", "version": "4.10-1.1+deb9u1" }, "libtext-charwidth-perl": { "arch": "amd64", "version": "0.04-7+b5" }, "libtext-iconv-perl": { "arch": "amd64", "version": "1.7-5+b4" }, "libtext-wrapi18n-perl": { "arch": "all", "version": "0.06-7.1" }, "libtiff5": { "arch": "amd64", "version": "4.0.8-2+deb9u6" }, "libtinfo5": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "libtomcrypt0": { "arch": "amd64", "version": "1.17-9" }, "libtommath1": { "arch": "amd64", "version": "1.0-4" }, "libudev1": { "arch": "amd64", "version": "232-25+deb9u13" }, "libunistring0": { "arch": "amd64", "version": "0.9.6+really0.9.3-0.1" }, "libustr-1.0-1": { "arch": "amd64", "version": "1.0.4-6" }, "libuuid1": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "libwebp6": { "arch": "amd64", "version": "0.5.2-1+deb9u1" }, "libwebpdemux2": { "arch": "amd64", "version": "0.5.2-1+deb9u1" }, "libwebpmux2": { "arch": "amd64", "version": "0.5.2-1+deb9u1" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-26" }, "libxapian30": { "arch": "amd64", "version": "1.4.3-2+deb9u3" }, "libxml2": { "arch": "amd64", "version": "2.9.4+dfsg1-2.2+deb9u5" }, "libxtables12": { "arch": "amd64", "version": "1.6.0+snapshot20161117-6" }, "libyaml-0-2": { "arch": "amd64", "version": "0.1.7-2" }, "linux-base": { "arch": "all", "version": "4.5" }, "linux-image-4.9.0-16-amd64": { "arch": "amd64", "version": "4.9.272-2" }, "linux-image-amd64": { "arch": "amd64", "version": "4.9+80+deb9u14" }, "locales": { "arch": "all", "version": "2.24-11+deb9u4" }, "locales-all": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "login": { "arch": "amd64", "version": "1:4.4-4.1+deb9u1" }, "logrotate": { "arch": "amd64", "version": "3.11.0-0.1" }, "lsb-base": { "arch": "all", "version": "9.20161125" }, "lsb-release": { "arch": "all", "version": "9.20161125" }, "man-db": { "arch": "amd64", "version": "2.7.6.1-2" }, "manpages": { "arch": "all", "version": "4.10-2" }, "mawk": { "arch": "amd64", "version": "1.3.3-17+b3" }, "mime-support": { "arch": "all", "version": "3.60" }, "mount": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "multiarch-support": { "arch": "amd64", "version": "2.24-11+deb9u4" }, "nano": { "arch": "amd64", "version": "2.7.4-1" }, "ncurses-base": { "arch": "all", "version": "6.0+20161126-1+deb9u2" }, "ncurses-bin": { "arch": "amd64", "version": "6.0+20161126-1+deb9u2" }, "net-tools": { "arch": "amd64", "version": "1.60+git20161116.90da8a0-1" }, "netbase": { "arch": "all", "version": "5.4" }, "netcat-openbsd": { "arch": "amd64", "version": "1.130-3" }, "openssh-client": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssh-server": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssh-sftp-server": { "arch": "amd64", "version": "1:7.4p1-10+deb9u7" }, "openssl": { "arch": "amd64", "version": "1.1.0l-1~deb9u3" }, "passwd": { "arch": "amd64", "version": "1:4.4-4.1+deb9u1" }, "pciutils": { "arch": "amd64", "version": "1:3.5.2-1" }, "perl-base": { "arch": "amd64", "version": "5.24.1-3+deb9u7" }, "pinentry-curses": { "arch": "amd64", "version": "1.0.0-2" }, "procps": { "arch": "amd64", "version": "2:3.3.12-3+deb9u1" }, "psmisc": { "arch": "amd64", "version": "22.21-2.1+b2" }, "python": { "arch": "amd64", "version": "2.7.13-2" }, "python-apt-common": { "arch": "all", "version": "1.4.3" }, "python-boto": { "arch": "all", "version": "2.44.0-1" }, "python-cffi-backend": { "arch": "amd64", "version": "1.9.1-2" }, "python-chardet": { "arch": "all", "version": "2.3.0-2" }, "python-cryptography": { "arch": "amd64", "version": "1.7.1-3+deb9u2" }, "python-enum34": { "arch": "all", "version": "1.1.6-1" }, "python-idna": { "arch": "all", "version": "2.2-1" }, "python-ipaddress": { "arch": "all", "version": "1.0.17-1" }, "python-minimal": { "arch": "amd64", "version": "2.7.13-2" }, "python-openssl": { "arch": "all", "version": "16.2.0-1" }, "python-pkg-resources": { "arch": "all", "version": "33.1.1-1" }, "python-pyasn1": { "arch": "all", "version": "0.1.9-2" }, "python-requests": { "arch": "all", "version": "2.12.4-1" }, "python-setuptools": { "arch": "all", "version": "33.1.1-1" }, "python-six": { "arch": "all", "version": "1.10.0-3" }, "python-urllib3": { "arch": "all", "version": "1.19.1-1+deb9u1" }, "python2.7": { "arch": "amd64", "version": "2.7.13-2+deb9u5" }, "python2.7-minimal": { "arch": "amd64", "version": "2.7.13-2+deb9u5" }, "python3": { "arch": "amd64", "version": "3.5.3-1" }, "python3-apt": { "arch": "amd64", "version": "1.4.3" }, "python3-blinker": { "arch": "all", "version": "1.3.dfsg2-1" }, "python3-boto": { "arch": "all", "version": "2.44.0-1" }, "python3-botocore": { "arch": "all", "version": "1.4.70-1" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.9.1-2" }, "python3-chardet": { "arch": "all", "version": "2.3.0-2" }, "python3-colorama": { "arch": "all", "version": "0.3.7-1" }, "python3-configobj": { "arch": "all", "version": "5.0.6-2" }, "python3-cryptography": { "arch": "amd64", "version": "1.7.1-3+deb9u2" }, "python3-dateutil": { "arch": "all", "version": "2.5.3-2" }, "python3-debian": { "arch": "all", "version": "0.1.30" }, "python3-debianbts": { "arch": "all", "version": "2.6.1" }, "python3-docutils": { "arch": "all", "version": "0.13.1+dfsg-2" }, "python3-httplib2": { "arch": "all", "version": "0.9.2+dfsg-1" }, "python3-idna": { "arch": "all", "version": "2.2-1" }, "python3-jinja2": { "arch": "all", "version": "2.8-1" }, "python3-jmespath": { "arch": "all", "version": "0.9.0-2" }, "python3-json-pointer": { "arch": "all", "version": "1.10-1" }, "python3-jsonpatch": { "arch": "all", "version": "1.19-4" }, "python3-jwt": { "arch": "all", "version": "1.4.2-1+deb9u1" }, "python3-markupsafe": { "arch": "amd64", "version": "0.23-3" }, "python3-minimal": { "arch": "amd64", "version": "3.5.3-1" }, "python3-oauthlib": { "arch": "all", "version": "2.0.1-1" }, "python3-pil": { "arch": "amd64", "version": "4.0.0-4+deb9u2" }, "python3-pkg-resources": { "arch": "all", "version": "33.1.1-1" }, "python3-prettytable": { "arch": "all", "version": "0.7.2-3" }, "python3-pyasn1": { "arch": "all", "version": "0.1.9-2" }, "python3-pycurl": { "arch": "amd64", "version": "7.43.0-2" }, "python3-pygments": { "arch": "all", "version": "2.2.0+dfsg-1+deb9u2" }, "python3-pysimplesoap": { "arch": "all", "version": "1.16-2" }, "python3-reportbug": { "arch": "all", "version": "7.1.7+deb9u3" }, "python3-requests": { "arch": "all", "version": "2.12.4-1" }, "python3-roman": { "arch": "all", "version": "2.0.0-2" }, "python3-rsa": { "arch": "all", "version": "3.4.2-1" }, "python3-s3transfer": { "arch": "all", "version": "0.1.9-1" }, "python3-setuptools": { "arch": "all", "version": "33.1.1-1" }, "python3-six": { "arch": "all", "version": "1.10.0-3" }, "python3-urllib3": { "arch": "all", "version": "1.19.1-1+deb9u1" }, "python3-yaml": { "arch": "amd64", "version": "3.12-1" }, "python3.5": { "arch": "amd64", "version": "3.5.3-1+deb9u4" }, "python3.5-minimal": { "arch": "amd64", "version": "3.5.3-1+deb9u4" }, "readline-common": { "arch": "all", "version": "7.0-3" }, "reportbug": { "arch": "all", "version": "7.1.7+deb9u3" }, "rsyslog": { "arch": "amd64", "version": "8.24.0-1" }, "screen": { "arch": "amd64", "version": "4.5.0-6+deb9u1" }, "sed": { "arch": "amd64", "version": "4.4-1" }, "sensible-utils": { "arch": "all", "version": "0.0.9+deb9u1" }, "sgml-base": { "arch": "all", "version": "1.29" }, "sudo": { "arch": "amd64", "version": "1.8.19p1-2.1+deb9u3" }, "systemd": { "arch": "amd64", "version": "232-25+deb9u13" }, "systemd-sysv": { "arch": "amd64", "version": "232-25+deb9u13" }, "sysvinit-utils": { "arch": "amd64", "version": "2.88dsf-59.9" }, "tar": { "arch": "amd64", "version": "1.29b-1.1" }, "tasksel": { "arch": "all", "version": "3.39" }, "tasksel-data": { "arch": "all", "version": "3.39" }, "tcpdump": { "arch": "amd64", "version": "4.9.3-1~deb9u2" }, "traceroute": { "arch": "amd64", "version": "1:2.1.0-2" }, "tzdata": { "arch": "all", "version": "2021a-0+deb9u1" }, "ucf": { "arch": "all", "version": "3.0036" }, "udev": { "arch": "amd64", "version": "232-25+deb9u13" }, "unattended-upgrades": { "arch": "all", "version": "0.93.1+nmu1" }, "util-linux": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "uuid-runtime": { "arch": "amd64", "version": "2.29.2-1+deb9u1" }, "vim": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "vim-common": { "arch": "all", "version": "2:8.0.0197-4+deb9u3" }, "vim-runtime": { "arch": "all", "version": "2:8.0.0197-4+deb9u3" }, "vim-tiny": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "wget": { "arch": "amd64", "version": "1.18-5+deb9u3" }, "whiptail": { "arch": "amd64", "version": "0.52.19-1+b1" }, "xml-core": { "arch": "all", "version": "0.17" }, "xxd": { "arch": "amd64", "version": "2:8.0.0197-4+deb9u3" }, "xz-utils": { "arch": "amd64", "version": "5.2.2-1.2+b1" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.8.dfsg-5" } }, "platform": "debian", "platform_family": "debian", "platform_version": "9", "root_group": "root", "shard_seed": 208033618, "shells": [ "/bin/sh", "/bin/dash", "/bin/bash", "/bin/rbash", "/usr/bin/screen" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/dragonfly4/000077500000000000000000000000001417433310300214225ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json000066400000000000000000000242031417433310300237050ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/usr/local/lib/ruby/gems/2.3/gems/chef-13.1.31/lib", "version": "13.1.31" }, "ohai": { "ohai_root": "/usr/local/lib/ruby/gems/2.3/gems/ohai-13.1.0/lib/ohai", "version": "13.1.0" } }, "command": { "ps": "ps -axww" }, "counters": { "network": { "interfaces": { "em0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "etc": { "group": { "fauxhai": { "gid": 0, "members": [ "fauxhai" ] } }, "passwd": { "fauxhai": { "dir": "/home/fauxhai", "gecos": "Fauxhai", "gid": 0, "shell": "/bin/bash", "uid": 0 } } }, "filesystem": { "/build/usr.obj": { "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "99363", "kb_available": "11621344", "kb_size": "13500416", "kb_used": "1879072", "mount": "/usr/obj", "percent_used": "14%", "total_inodes": "99363" }, "/build/var.cache": { "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "99363", "kb_available": "11621344", "kb_size": "13500416", "kb_used": "1879072", "mount": "/var/cache", "percent_used": "14%", "total_inodes": "99363" }, "/build/var.crash": { "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "99363", "kb_available": "11621344", "kb_size": "13500416", "kb_used": "1879072", "mount": "/var/crash", "percent_used": "14%", "total_inodes": "99363" }, "/build/var.log": { "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "99363", "kb_available": "11621344", "kb_size": "13500416", "kb_used": "1879072", "mount": "/var/log", "percent_used": "14%", "total_inodes": "99363" }, "/build/var.spool": { "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "99363", "kb_available": "11621344", "kb_size": "13500416", "kb_used": "1879072", "mount": "/var/spool", "percent_used": "14%", "total_inodes": "99363" }, "/build/var.tmp": { "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "99363", "kb_available": "11621344", "kb_size": "13500416", "kb_used": "1879072", "mount": "/var/tmp", "percent_used": "14%", "total_inodes": "99363" }, "/dev/serno/VB479f1e2c-4509c5c9.s1a": { "inodes_available": "15947", "inodes_percent_used": "4", "inodes_used": "691", "kb_available": "806998", "kb_size": "1046318", "kb_used": "155616", "mount": "/boot", "percent_used": "16%", "total_inodes": "16638" }, "ROOT": { "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "99363", "kb_available": "11621344", "kb_size": "13500416", "kb_used": "1879072", "mount": "/", "percent_used": "14%", "total_inodes": "99363" }, "devfs": { "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "671", "kb_available": "0", "kb_size": "1", "kb_used": "1", "mount": "/dev", "percent_used": "100%", "total_inodes": "671" }, "procfs": { "inodes_available": "1952", "inodes_percent_used": "1", "inodes_used": "20", "kb_available": "0", "kb_size": "4", "kb_used": "4", "mount": "/proc", "percent_used": "100%", "total_inodes": "1972" }, "tmpfs": { "inodes_available": "243514", "inodes_percent_used": "0", "inodes_used": "1", "kb_available": "243512", "kb_size": "243512", "kb_used": "0", "mount": "/tmp", "percent_used": "0%", "total_inodes": "243515" } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "ident": "X86_64_GENERIC", "machine": "x86_64", "modules": { "acpi": { "refcount": "1", "size": "debb0" }, "ehci": { "refcount": "1", "size": "cff0" }, "kernel": { "refcount": "7", "size": "1eeb980" }, "xhci": { "refcount": "1", "size": "d350" } }, "name": "DragonFly", "os": "DragonFly", "processor": "x86_64", "release": "4.8-RELEASE", "securelevel": [ "kern.securelevel: -1" ], "version": "DragonFly v4.8.0-RELEASE #4: Sun Mar 26 20:55:22 EDT 2017 root@www.shiningsilence.com:/usr/obj/home/justin/release/4_8/sys/X86_64_GENERIC " }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-portbld-dragonfly4", "host_cpu": "x86_64", "host_os": "dragonfly4", "host_vendor": "portbld", "platform": "x86_64-dragonfly4", "release_date": "2017-03-30", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-portbld-dragonfly4", "target_cpu": "x86_64", "target_os": "dragonfly4", "target_vendor": "portbld", "version": "2.3.4" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "em0", "interfaces": { "em0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "em" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1497441132.986166, "os": "dragonflybsd", "os_version": "400800", "platform": "dragonfly", "platform_family": "dragonflybsd", "platform_version": "4.8-RELEASE", "root_group": "wheel", "shells": [ "/bin/sh", "/bin/csh", "/bin/tcsh", "/usr/local/libexec/git-core/git-shell" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/fedora/000077500000000000000000000000001417433310300206115ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/fedora/31.json000066400000000000000000002615471417433310300217460ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "12582912", "state": "Connected" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "enp0s3": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "347210", "inodes_percent_used": "12%", "inodes_used": "46006", "kb_available": "4824508", "kb_size": "6126124", "kb_used": "991724", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/" ], "percent_used": "18%", "total_inodes": "393216", "uuid": "cdf47f70-98a6-458a-b4ad-c1f23c167353" }, "cgroup2": { "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "nsdelegate" ], "mounts": [ "/sys/fs/cgroup" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "119900", "inodes_percent_used": "1%", "inodes_used": "332", "kb_available": "480928", "kb_size": "480928", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=480928k", "nr_inodes=120232", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120232" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=34", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=16225" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "124212", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "99372", "kb_size": "99372", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=99372k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "124217" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "347210", "inodes_percent_used": "12%", "inodes_used": "46006", "kb_available": "4824508", "kb_size": "6126124", "kb_used": "991724", "mount_options": [ "rw", "relatime", "seclabel" ], "percent_used": "18%", "total_inodes": "393216", "uuid": "cdf47f70-98a6-458a-b4ad-c1f23c167353" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "119900", "inodes_percent_used": "1%", "inodes_used": "332", "kb_available": "480928", "kb_size": "480928", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=480928k", "nr_inodes=120232", "mode=755" ], "percent_used": "0%", "total_inodes": "120232" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124216", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "496868", "kb_size": "496868", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "124217" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=34", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=16225" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "123786", "inodes_percent_used": "1%", "inodes_used": "431", "kb_available": "493448", "kb_size": "496868", "kb_used": "3420", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "1%", "total_inodes": "124217" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124212", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "99372", "kb_size": "99372", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=99372k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "124217" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/bpf": { "devices": [ "none" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "cgroup2" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "nsdelegate" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "347210", "inodes_percent_used": "12%", "inodes_used": "46006", "kb_available": "4824508", "kb_size": "6126124", "kb_used": "991724", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel" ], "percent_used": "18%", "total_inodes": "393216", "uuid": "cdf47f70-98a6-458a-b4ad-c1f23c167353" }, "cgroup2,/sys/fs/cgroup": { "device": "cgroup2", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "nsdelegate" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "119900", "inodes_percent_used": "1%", "inodes_used": "332", "kb_available": "480928", "kb_size": "480928", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=480928k", "nr_inodes=120232", "mode=755" ], "percent_used": "0%", "total_inodes": "120232" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "none,/sys/fs/bpf": { "device": "none", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=34", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=16225" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124216", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "496868", "kb_size": "496868", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "124217" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "123786", "inodes_percent_used": "1%", "inodes_used": "431", "kb_available": "493448", "kb_size": "496868", "kb_used": "3420", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "1%", "total_inodes": "124217" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124212", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "99372", "kb_size": "99372", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=99372k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "124217" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "cec": { "refcount": "1", "size": "61440" }, "cirrus": { "refcount": "0", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "2", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "drm": { "refcount": "3", "size": "622592" }, "drm_kms_helper": { "refcount": "3", "size": "253952" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "28672" }, "intel_rapl_common": { "refcount": "1", "size": "32768" }, "intel_rapl_msr": { "refcount": "0", "size": "20480" }, "ip_tables": { "refcount": "0", "size": "32768" }, "isofs": { "refcount": "0", "size": "49152" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "rapl": { "refcount": "0", "size": "20480" }, "sb_edac": { "refcount": "0", "size": "24576" }, "serio_raw": { "refcount": "0", "size": "20480" }, "xen_blkfront": { "refcount": "3", "size": "49152" }, "xen_netfront": { "refcount": "1", "size": "36864" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "5.8.18-100.fc31.x86_64", "version": "#1 SMP Mon Nov 2 20:32:55 UTC 2020" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "enp0s3", "interfaces": { "enp0s3": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "enp0s" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604983225.854475, "os": "linux", "os_version": "5.8.18-100.fc31.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1604909950", "release": "1.fc31", "version": "1.20.12" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1604909940", "release": "1.fc31", "version": "1.20.12" }, "abattis-cantarell-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1604909902", "release": "3.fc31", "version": "0.111" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1604909913", "release": "4.fc31", "version": "2.2.53" }, "adobe-source-code-pro-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1604909902", "release": "7.fc31", "version": "2.030.1.050" }, "adwaita-cursor-theme": { "arch": "noarch", "epoch": "0", "installdate": "1604909909", "release": "2.fc31", "version": "3.34.3" }, "adwaita-icon-theme": { "arch": "noarch", "epoch": "0", "installdate": "1604909919", "release": "2.fc31", "version": "3.34.3" }, "alternatives": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "5.fc31", "version": "1.11" }, "at-spi2-atk": { "arch": "x86_64", "epoch": "0", "installdate": "1604909940", "release": "1.fc31", "version": "2.34.2" }, "at-spi2-core": { "arch": "x86_64", "epoch": "0", "installdate": "1604909940", "release": "1.fc31", "version": "2.34.0" }, "atk": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "1.fc31", "version": "2.34.1" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1604909950", "release": "0.15.20191104git1c2f876.fc31", "version": "3.0" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "0.15.20191104git1c2f876.fc31", "version": "3.0" }, "avahi-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "20.fc31", "version": "0.7" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1604909909", "release": "8.fc31", "version": "11" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "1.fc31", "version": "5.0.17" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909914", "release": "1.fc31", "version": "1.0.8" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "1.fc31", "version": "1.0.8" }, "c-ares": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "4.fc31", "version": "1.15.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1604909923", "release": "1.1.fc31", "version": "2020.2.41" }, "cairo": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "7.fc31", "version": "1.16.0" }, "cairo-gobject": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "7.fc31", "version": "1.16.0" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "2.fc31", "version": "2.9" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1604983223", "release": "1.el7", "version": "16.6.14" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1604909951", "release": "4.fc31", "version": "3.5" }, "cloud-init": { "arch": "noarch", "epoch": "0", "installdate": "1604909950", "release": "11.fc31", "version": "17.1" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1604909951", "release": "3.fc31", "version": "0.31" }, "colord-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "2.fc31", "version": "1.4.4" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1604909923", "release": "10.fc31", "version": "8.31" }, "coreutils-common": { "arch": "x86_64", "epoch": "0", "installdate": "1604909909", "release": "10.fc31", "version": "8.31" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "12.fc31", "version": "2.12" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1604909925", "release": "21.fc31", "version": "2.9.6" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "21.fc31", "version": "2.9.6" }, "crypto-policies": { "arch": "noarch", "epoch": "0", "installdate": "1604909923", "release": "2.gitcd267a5.fc31", "version": "20191128" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "1.fc31", "version": "2.3.4" }, "cups-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1604909940", "release": "11.fc31", "version": "2.2.12" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "3.fc31", "version": "7.66.0" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "3.fc31", "version": "2.1.27" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1604909937", "release": "1.fc31", "version": "1.12.20" }, "dbus-broker": { "arch": "x86_64", "epoch": "0", "installdate": "1604909939", "release": "6.fc31", "version": "21" }, "dbus-common": { "arch": "noarch", "epoch": "1", "installdate": "1604909939", "release": "1.fc31", "version": "1.12.20" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1604909924", "release": "1.fc31", "version": "1.12.20" }, "dconf": { "arch": "x86_64", "epoch": "0", "installdate": "1604909940", "release": "1.fc31", "version": "0.34.0" }, "dejavu-fonts-common": { "arch": "noarch", "epoch": "0", "installdate": "1604909902", "release": "2.fc31", "version": "2.37" }, "dejavu-sans-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1604909902", "release": "2.fc31", "version": "2.37" }, "deltarpm": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "2.fc31", "version": "3.6.2" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "1.fc31", "version": "1.02.171" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "1.fc31", "version": "1.02.171" }, "dhcp-client": { "arch": "x86_64", "epoch": "12", "installdate": "1604909950", "release": "19.fc31", "version": "4.4.1" }, "dhcp-common": { "arch": "noarch", "epoch": "12", "installdate": "1604909909", "release": "19.fc31", "version": "4.4.1" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "3.fc31", "version": "3.7" }, "dnf": { "arch": "noarch", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "4.2.23" }, "dnf-data": { "arch": "noarch", "epoch": "0", "installdate": "1604909907", "release": "1.fc31", "version": "4.2.23" }, "dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1604909950", "release": "1.fc31", "version": "4.0.16" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1604909945", "release": "61.git20200529.fc31", "version": "050" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1604909946", "release": "61.git20200529.fc31", "version": "050" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "1.fc31", "version": "1.45.5" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909914", "release": "1.fc31", "version": "1.45.5" }, "elfutils-debuginfod-client": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "2.fc31", "version": "0.179" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1604909937", "release": "2.fc31", "version": "0.179" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "2.fc31", "version": "0.179" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "2.fc31", "version": "0.179" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "2.2.8" }, "fedora-gpg-keys": { "arch": "noarch", "epoch": "0", "installdate": "1604909908", "release": "5", "version": "31" }, "fedora-release-cloud": { "arch": "noarch", "epoch": "0", "installdate": "1604909908", "release": "4", "version": "31" }, "fedora-release-common": { "arch": "noarch", "epoch": "0", "installdate": "1604909908", "release": "4", "version": "31" }, "fedora-repos": { "arch": "noarch", "epoch": "0", "installdate": "1604909908", "release": "5", "version": "31" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "8.fc31", "version": "5.37" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "8.fc31", "version": "5.37" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1604909908", "release": "2.fc31", "version": "3.12" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1604909911", "release": "25.fc31", "version": "4.6.0" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1604909929", "release": "7.fc31", "version": "1.5.0" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1604909929", "release": "7.fc31", "version": "1.5.0" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1604909924", "release": "3.fc31", "version": "2.13.92" }, "fonts-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1604909901", "release": "1.fc31", "version": "2.0.3" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "4.fc31", "version": "2.10.0" }, "fribidi": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "5.fc31", "version": "1.0.5" }, "fuse-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "8.fc31", "version": "2.9.9" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "5.fc31", "version": "5.0.1" }, "gcr": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "3.34.0" }, "gcr-base": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "1.fc31", "version": "3.34.0" }, "gdbm-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1604909912", "release": "1.fc31", "version": "1.18.1" }, "gdk-pixbuf2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "1.fc31", "version": "2.40.0" }, "gdk-pixbuf2-modules": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "1.fc31", "version": "2.40.0" }, "geolite2-city": { "arch": "noarch", "epoch": "0", "installdate": "1604909908", "release": "1.fc31", "version": "20191217" }, "geolite2-country": { "arch": "noarch", "epoch": "0", "installdate": "1604909907", "release": "1.fc31", "version": "20191217" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "3.fc31", "version": "0.20.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "3.fc31", "version": "0.20.1" }, "git-core": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "1.fc31", "version": "2.25.4" }, "glib-networking": { "arch": "x86_64", "epoch": "0", "installdate": "1604909940", "release": "1.fc31", "version": "2.62.4" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909925", "release": "2.fc31", "version": "2.62.6" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "13.fc31", "version": "2.30" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1604909909", "release": "13.fc31", "version": "2.30" }, "glibc-langpack-en": { "arch": "x86_64", "epoch": "0", "installdate": "1604909909", "release": "13.fc31", "version": "2.30" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1604909911", "release": "10.fc31", "version": "6.1.2" }, "gnome-keyring": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "3.34.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "2.fc31", "version": "2.2.20" }, "gnupg2-smime": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "2.fc31", "version": "2.2.20" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "1.fc31", "version": "3.6.15" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1604910045", "release": "5c6ae44d", "version": "3c3359c4" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "7.fc31", "version": "1.13.1" }, "graphite2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909914", "release": "1.fc31", "version": "1.3.14" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "3.fc31", "version": "3.3" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1604909913", "release": "21.fc31", "version": "1.22.3" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1604909911", "release": "110.fc31", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1604909946", "release": "110.fc31", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1604909913", "release": "110.fc31", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1604909946", "release": "110.fc31", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1604909946", "release": "110.fc31", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1604909939", "release": "110.fc31", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1604909946", "release": "36.fc31", "version": "8.40" }, "gsettings-desktop-schemas": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "1.fc31", "version": "3.34.0" }, "gtk-update-icon-cache": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "2.fc31", "version": "3.24.13" }, "gtk3": { "arch": "x86_64", "epoch": "0", "installdate": "1604909940", "release": "2.fc31", "version": "3.24.13" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1604909925", "release": "1.fc31", "version": "1.10" }, "harfbuzz": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "2.fc31", "version": "2.6.1" }, "heat-cfntools": { "arch": "noarch", "epoch": "0", "installdate": "1604909951", "release": "9.fc31", "version": "1.4.2" }, "hicolor-icon-theme": { "arch": "noarch", "epoch": "0", "installdate": "1604909914", "release": "7.fc31", "version": "0.17" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1604909952", "release": "9.fc31", "version": "3.20" }, "ima-evm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1604909929", "release": "2.fc31", "version": "1.2.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1604909939", "release": "2.fc31", "version": "10.02" }, "ipcalc": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "1.fc31", "version": "0.3.0" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "2.fc31", "version": "5.4.0" }, "iproute-tc": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "2.fc31", "version": "5.4.0" }, "iptables-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "7.fc31", "version": "1.8.3" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1604909939", "release": "5.fc31", "version": "20190515" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "4.fc31", "version": "2.12" }, "jasper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "1.fc31", "version": "2.0.22" }, "jbigkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "17.fc31", "version": "2.1" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "13.fc31", "version": "0.13.1" }, "json-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "3.fc31", "version": "1.4.4" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1604909943", "release": "14.fc31", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1604909943", "release": "14.fc31", "version": "2.0.4" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1604909943", "release": "14.fc31", "version": "2.0.4" }, "kernel-core": { "arch": "x86_64", "epoch": "0", "installdate": "1604909949", "release": "100.fc31", "version": "5.8.18" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "3.fc31", "version": "1.6" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "4.fc31", "version": "26" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "4.fc31", "version": "26" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "3.fc31", "version": "0.8.0" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "46.fc31", "version": "1.17" }, "langpacks-core-en": { "arch": "noarch", "epoch": "0", "installdate": "1604909942", "release": "7.fc31", "version": "2.0" }, "langpacks-en": { "arch": "noarch", "epoch": "0", "installdate": "1604909949", "release": "7.fc31", "version": "2.0" }, "lcms2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "6.fc31", "version": "2.9" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "2.fc31", "version": "551" }, "libX11": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "1.fc31", "version": "1.6.12" }, "libX11-common": { "arch": "noarch", "epoch": "0", "installdate": "1604909907", "release": "1.fc31", "version": "1.6.12" }, "libXau": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "2.fc31", "version": "1.0.9" }, "libXcomposite": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "17.fc31", "version": "0.4.4" }, "libXcursor": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "6.fc31", "version": "1.1.15" }, "libXdamage": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "17.fc31", "version": "1.1.4" }, "libXext": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "2.fc31", "version": "1.3.4" }, "libXfixes": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "10.fc31", "version": "5.0.3" }, "libXft": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "2.fc31", "version": "2.3.3" }, "libXi": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "2.fc31", "version": "1.7.10" }, "libXinerama": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "4.fc31", "version": "1.1.4" }, "libXrandr": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "2.fc31", "version": "1.5.2" }, "libXrender": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "10.fc31", "version": "0.9.10" }, "libXtst": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "10.fc31", "version": "1.2.3" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "4.fc31", "version": "2.2.53" }, "libarchive": { "arch": "x86_64", "epoch": "0", "installdate": "1604909929", "release": "1.fc31", "version": "3.4.3" }, "libargon2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "3.fc31", "version": "20171227" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "2.fc31", "version": "2.5.3" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "7.fc31", "version": "2.4.48" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "43.fc31", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1604909924", "release": "4.fc31", "version": "2.34" }, "libbrotli": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "3.fc31", "version": "1.0.9" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "6.fc31", "version": "2.26" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "0.7.11" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "43.fc31", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "1.45.5" }, "libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1604909913", "release": "1.fc31", "version": "0.1.15" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "2.fc31", "version": "0.6.13" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "3.fc31", "version": "7.66.0" }, "libdatrie": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "10.fc31", "version": "0.2.9" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "38.fc31", "version": "5.3.28" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1604909914", "release": "38.fc31", "version": "5.3.28" }, "libdhash": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "43.fc31", "version": "0.5.0" }, "libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "0.48.0" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "30.20191211cvs.fc31", "version": "3.1" }, "libepoxy": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "4.fc31", "version": "1.5.3" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "7.fc31", "version": "2.1.8" }, "libfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "4.fc31", "version": "2.34" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "23.fc31", "version": "3.1" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1604909901", "release": "2.fc31", "version": "9.3.1" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "1.8.5" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "2.fc31", "version": "9.3.1" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "2.fc31", "version": "1.36" }, "libgusb": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "1.fc31", "version": "0.3.4" }, "libidn2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "2.3.0" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "43.fc31", "version": "1.3.1" }, "libjpeg-turbo": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "5.fc31", "version": "2.0.2" }, "libkcapi": { "arch": "x86_64", "epoch": "0", "installdate": "1604909939", "release": "3.fc31", "version": "1.2.0" }, "libkcapi-hmaccalc": { "arch": "x86_64", "epoch": "0", "installdate": "1604909939", "release": "3.fc31", "version": "1.2.0" }, "libksba": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "10.fc31", "version": "1.3.5" }, "libldb": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "1.fc31", "version": "2.0.12" }, "libmaxminddb": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "8.fc31", "version": "1.2.0" }, "libmetalink": { "arch": "x86_64", "epoch": "0", "installdate": "1604909913", "release": "13.fc31", "version": "0.1.3" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "10.fc31", "version": "1.0.4" }, "libmodman": { "arch": "x86_64", "epoch": "0", "installdate": "1604909913", "release": "20.fc31", "version": "2.0.1" }, "libmodulemd": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "1.fc31", "version": "2.9.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1604909925", "release": "4.fc31", "version": "2.34" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "4.fc31", "version": "1.7" }, "libnfsidmap": { "arch": "x86_64", "epoch": "1", "installdate": "1604909933", "release": "4.rc4.fc31", "version": "2.5.1" }, "libnghttp2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "1.fc31", "version": "1.41.0" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "1.fc31", "version": "3.5.0" }, "libnsl2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "5.20180605git4a062cf.fc31", "version": "1.2.0" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "43.fc31", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1604909937", "release": "2.fc31", "version": "1.9.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "3.fc31", "version": "1.5.1" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1604909911", "release": "2.fc31", "version": "1.6.37" }, "libproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1604909914", "release": "15.fc31", "version": "0.4.15" }, "libpsl": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "2.fc31", "version": "0.21.0" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "1.fc31", "version": "1.4.2" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "43.fc31", "version": "0.1.5" }, "librepo": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "1.12.1" }, "libreport-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1604909907", "release": "3.fc31", "version": "2.13.1" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "3.fc31", "version": "2.5.0" }, "libsecret": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "0.19.1" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604909909", "release": "6.fc31", "version": "2.9" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1604909914", "release": "6.fc31", "version": "2.9" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "3.fc31", "version": "2.9" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "2.fc31", "version": "2.9" }, "libsigsegv": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "8.fc31", "version": "2.11" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "4.fc31", "version": "2.34" }, "libsolv": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "1.fc31", "version": "0.7.14" }, "libsoup": { "arch": "x86_64", "epoch": "0", "installdate": "1604909940", "release": "1.fc31", "version": "2.68.4" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1604909914", "release": "1.fc31", "version": "1.45.5" }, "libssh": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "3.fc31", "version": "0.9.4" }, "libssh-config": { "arch": "noarch", "epoch": "0", "installdate": "1604909907", "release": "3.fc31", "version": "0.9.4" }, "libsss_autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "13.fc31", "version": "2.2.3" }, "libsss_certmap": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "13.fc31", "version": "2.2.3" }, "libsss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "13.fc31", "version": "2.2.3" }, "libsss_nss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "13.fc31", "version": "2.2.3" }, "libsss_sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "13.fc31", "version": "2.2.3" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "2.fc31", "version": "9.3.1" }, "libtalloc": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "2.3.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "2.fc31", "version": "4.14" }, "libtdb": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "1.4.2" }, "libtevent": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "0.10.1" }, "libtextstyle": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "3.fc31", "version": "0.20.1" }, "libthai": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "3.fc31", "version": "0.1.28" }, "libtiff": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "8.fc31", "version": "4.0.10" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "1.rc4.fc31", "version": "1.2.6" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "6.fc31", "version": "0.9.10" }, "libusbx": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "4.fc31", "version": "1.0.22" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "21.fc31", "version": "0.62" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1604909913", "release": "17.fc31", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "4.fc31", "version": "2.34" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "8.fc31", "version": "0.3.0" }, "libwayland-client": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "2.fc31", "version": "1.17.0" }, "libwayland-cursor": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "2.fc31", "version": "1.17.0" }, "libwayland-egl": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "2.fc31", "version": "1.17.0" }, "libxcb": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "3.fc31", "version": "1.13.1" }, "libxcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "1.fc31", "version": "4.4.17" }, "libxcrypt-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "1.fc31", "version": "4.4.17" }, "libxkbcommon": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "3.fc31", "version": "0.9.1" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "4.fc31", "version": "2.9.10" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "2.fc31", "version": "0.2.2" }, "libzstd": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "3.fc31", "version": "1.4.5" }, "linux-atm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "25.fc31", "version": "2.5.1" }, "linux-firmware-whence": { "arch": "noarch", "epoch": "0", "installdate": "1604909903", "release": "113.fc31", "version": "20201022" }, "lmdb-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "1.fc31", "version": "0.9.24" }, "lua-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "8.fc31", "version": "5.3.5" }, "lz4-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "1.9.1" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1604909952", "release": "6.fc31", "version": "2.8.4" }, "mkpasswd": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "1.fc31", "version": "5.5.7" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1604909913", "release": "5.fc31", "version": "3.1.6" }, "mtools": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "1.fc31", "version": "4.0.24" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "12.20190803.fc31", "version": "6.1" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1604909909", "release": "12.20190803.fc31", "version": "6.1" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909909", "release": "12.20190803.fc31", "version": "6.1" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1604909939", "release": "0.56.20160912git.fc31", "version": "2.0" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "3.fc31", "version": "3.5.1" }, "npth": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "3.fc31", "version": "1.6" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "3.fc31", "version": "2.4.47" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1604909929", "release": "1.fc31", "version": "8.1p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1604909929", "release": "1.fc31", "version": "8.1p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1604909951", "release": "1.fc31", "version": "8.1p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1604909929", "release": "1.fc31", "version": "1.1.1g" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1604909923", "release": "1.fc31", "version": "1.1.1g" }, "openssl-pkcs11": { "arch": "x86_64", "epoch": "0", "installdate": "1604909920", "release": "6.fc31", "version": "0.4.10" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1604909945", "release": "3.fc31", "version": "1.77" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "2.fc31", "version": "0.23.21" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "2.fc31", "version": "0.23.21" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "25.fc31", "version": "1.3.1" }, "pango": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "1.fc31", "version": "1.44.7" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1604909951", "release": "1.fc31", "version": "3.2.153" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1604909951", "release": "7.fc31", "version": "0.80" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "2.fc31", "version": "8.44" }, "pcre2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909909", "release": "7.fc31", "version": "10.35" }, "pcre2-syntax": { "arch": "noarch", "epoch": "0", "installdate": "1604909903", "release": "7.fc31", "version": "10.35" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1604909914", "release": "5.fc31", "version": "2.4" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "6.fc31", "version": "1.1.0" }, "pixman": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "1.fc31", "version": "0.38.4" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "5.fc31", "version": "2.9" }, "polkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "4.fc31.1", "version": "0.116" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "18.fc31", "version": "1.16" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "6.fc31", "version": "3.3.15" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "2.fc31", "version": "23.3" }, "publicsuffix-list-dafsa": { "arch": "noarch", "epoch": "0", "installdate": "1604909909", "release": "2.fc31", "version": "20190417" }, "python-pip-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1604909920", "release": "8.fc31", "version": "19.1.1" }, "python-setuptools-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1604909903", "release": "1.fc31", "version": "41.6.0" }, "python-unversioned-command": { "arch": "noarch", "epoch": "0", "installdate": "1604909920", "release": "1.fc31", "version": "3.7.9" }, "python3": { "arch": "x86_64", "epoch": "0", "installdate": "1604909923", "release": "1.fc31", "version": "3.7.9" }, "python3-asn1crypto": { "arch": "noarch", "epoch": "0", "installdate": "1604909929", "release": "7.fc31", "version": "0.24.0" }, "python3-attrs": { "arch": "noarch", "epoch": "0", "installdate": "1604909929", "release": "2.fc31", "version": "19.1.0" }, "python3-audit": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "0.15.20191104git1c2f876.fc31", "version": "3.0" }, "python3-babel": { "arch": "noarch", "epoch": "0", "installdate": "1604909932", "release": "2.fc31", "version": "2.7.0" }, "python3-boto": { "arch": "noarch", "epoch": "0", "installdate": "1604909931", "release": "1.fc31", "version": "2.49.0" }, "python3-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1604909930", "release": "1.fc31", "version": "1.12.3" }, "python3-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1604909929", "release": "10.fc31", "version": "3.0.4" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1604909928", "release": "16.fc31", "version": "5.0.6" }, "python3-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1604909930", "release": "3.fc31", "version": "2.6.1" }, "python3-dateutil": { "arch": "noarch", "epoch": "1", "installdate": "1604909928", "release": "3.fc31", "version": "2.8.0" }, "python3-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "6.fc31", "version": "1.2.8" }, "python3-distro": { "arch": "noarch", "epoch": "0", "installdate": "1604909926", "release": "2.fc31", "version": "1.4.0" }, "python3-dnf": { "arch": "noarch", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "4.2.23" }, "python3-dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1604909942", "release": "1.fc31", "version": "4.0.16" }, "python3-gpg": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "7.fc31", "version": "1.13.1" }, "python3-hawkey": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "0.48.0" }, "python3-idna": { "arch": "noarch", "epoch": "0", "installdate": "1604909926", "release": "2.fc31", "version": "2.8" }, "python3-importlib-metadata": { "arch": "noarch", "epoch": "0", "installdate": "1604909933", "release": "1.fc31", "version": "0.23" }, "python3-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1604909932", "release": "2.fc31", "version": "2.10.1" }, "python3-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "8.fc31", "version": "1.21" }, "python3-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "16.fc31", "version": "1.10" }, "python3-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1604909933", "release": "1.fc31", "version": "3.2.0" }, "python3-jwt": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "3.fc31", "version": "1.7.1" }, "python3-libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "1.fc31", "version": "0.1.15" }, "python3-libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "1.fc31", "version": "0.48.0" }, "python3-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909923", "release": "1.fc31", "version": "3.7.9" }, "python3-libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604909925", "release": "6.fc31", "version": "2.9" }, "python3-libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1604909927", "release": "3.fc31", "version": "2.9" }, "python3-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1604909930", "release": "2.fc31", "version": "1.1.1" }, "python3-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "2.fc31", "version": "3.0.2" }, "python3-pbr": { "arch": "noarch", "epoch": "0", "installdate": "1604909937", "release": "4.fc31", "version": "5.1.2" }, "python3-pip": { "arch": "noarch", "epoch": "0", "installdate": "1604909921", "release": "8.fc31", "version": "19.1.1" }, "python3-ply": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "3.fc31", "version": "3.11" }, "python3-policycoreutils": { "arch": "noarch", "epoch": "0", "installdate": "1604909934", "release": "5.fc31", "version": "2.9" }, "python3-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "18.fc31", "version": "0.7.2" }, "python3-psutil": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "1.fc31", "version": "5.6.7" }, "python3-pyasn1": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "5.fc31", "version": "0.4.4" }, "python3-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "20.fc31", "version": "2.14" }, "python3-pyrsistent": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "1.fc31", "version": "0.16.0" }, "python3-pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "3.fc31", "version": "3.4" }, "python3-pysocks": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "2.fc31", "version": "1.7.0" }, "python3-pytz": { "arch": "noarch", "epoch": "0", "installdate": "1604909931", "release": "1.fc31", "version": "2019.2" }, "python3-pyyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "1.fc31", "version": "5.3.1" }, "python3-requests": { "arch": "noarch", "epoch": "0", "installdate": "1604909931", "release": "3.fc31", "version": "2.22.0" }, "python3-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "2.fc31", "version": "4.15.1" }, "python3-rsa": { "arch": "noarch", "epoch": "0", "installdate": "1604909930", "release": "15.fc31", "version": "3.4.2" }, "python3-setools": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "2.fc31", "version": "4.2.2" }, "python3-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1604909921", "release": "1.fc31", "version": "41.6.0" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1604909924", "release": "2.fc31", "version": "1.12.0" }, "python3-unbound": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "1.fc31", "version": "1.10.1" }, "python3-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1604909931", "release": "1.fc31", "version": "1.25.7" }, "python3-zipp": { "arch": "noarch", "epoch": "0", "installdate": "1604909933", "release": "2.fc31", "version": "0.5.1" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "4.fc31", "version": "4.0.2" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "3.fc31", "version": "8.0" }, "rest": { "arch": "x86_64", "epoch": "0", "installdate": "1604909940", "release": "6.fc31", "version": "0.8.1" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1604909952", "release": "25.fc31", "version": "8.1" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "2.fc31", "version": "4.15.1" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "2.fc31", "version": "4.15.1" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "2.fc31", "version": "4.15.1" }, "rpm-plugin-selinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604909934", "release": "2.fc31", "version": "4.15.1" }, "rpm-plugin-systemd-inhibit": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "2.fc31", "version": "4.15.1" }, "rpm-sign-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909941", "release": "2.fc31", "version": "4.15.1" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1604909952", "release": "1.fc31", "version": "3.2.3" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "4.fc31", "version": "4.5" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1604909934", "release": "55.fc31", "version": "3.14.4" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1604909936", "release": "55.fc31", "version": "3.14.4" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1604909908", "release": "1.fc31", "version": "2.13.6" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1604909912", "release": "18.fc31", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1604909925", "release": "1.fc31", "version": "1.15" }, "sqlite-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909911", "release": "1.fc31", "version": "3.30.0" }, "sssd-client": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "13.fc31", "version": "2.2.3" }, "sssd-common": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "13.fc31", "version": "2.2.3" }, "sssd-kcm": { "arch": "x86_64", "epoch": "0", "installdate": "1604909949", "release": "13.fc31", "version": "2.2.3" }, "sssd-nfs-idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1604909933", "release": "13.fc31", "version": "2.2.3" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1604909951", "release": "1.fc31", "version": "1.9.2" }, "syslinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604909919", "release": "0.12.fc31", "version": "6.04" }, "syslinux-extlinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604909952", "release": "0.12.fc31", "version": "6.04" }, "syslinux-extlinux-nonlinux": { "arch": "noarch", "epoch": "0", "installdate": "1604909919", "release": "0.12.fc31", "version": "6.04" }, "syslinux-nonlinux": { "arch": "noarch", "epoch": "0", "installdate": "1604909919", "release": "0.12.fc31", "version": "6.04" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1604909938", "release": "1.fc31", "version": "243.9" }, "systemd-bootchart": { "arch": "x86_64", "epoch": "0", "installdate": "1604909939", "release": "5.fc31", "version": "233" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909924", "release": "1.fc31", "version": "243.9" }, "systemd-pam": { "arch": "x86_64", "epoch": "0", "installdate": "1604909937", "release": "1.fc31", "version": "243.9" }, "systemd-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1604909903", "release": "1.fc31", "version": "243.9" }, "systemd-udev": { "arch": "x86_64", "epoch": "0", "installdate": "1604909944", "release": "1.fc31", "version": "243.9" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1604909913", "release": "3.fc31", "version": "1.32" }, "trousers": { "arch": "x86_64", "epoch": "0", "installdate": "1604909939", "release": "13.fc31", "version": "0.3.13" }, "trousers-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1604909929", "release": "13.fc31", "version": "0.3.13" }, "tss2": { "arch": "x86_64", "epoch": "0", "installdate": "1604909929", "release": "2.fc31", "version": "1331" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1604909902", "release": "1.fc31", "version": "2020d" }, "unbound-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "1.fc31", "version": "1.10.1" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1604909928", "release": "4.fc31", "version": "2.34" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1604909913", "release": "1.fc31", "version": "8.2.1770" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1604909912", "release": "15.fc31", "version": "2.21" }, "whois-nls": { "arch": "noarch", "epoch": "0", "installdate": "1604909903", "release": "1.fc31", "version": "5.5.7" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909942", "release": "2.fc31", "version": "5.1.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1604909903", "release": "1.fc31", "version": "2.28" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1604909913", "release": "1.fc31", "version": "5.2.5" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "1.fc31", "version": "5.2.5" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1604909950", "release": "1.fc31", "version": "4.2.23" }, "zchunk-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604909926", "release": "1.fc31", "version": "1.1.5" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1604909910", "release": "20.fc31", "version": "1.2.11" } }, "platform": "fedora", "platform_family": "fedora", "platform_version": "31", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/fedora/32.json000066400000000000000000002362411417433310300217400ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "12582912", "state": "Connected" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "enp0s3": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "357439", "inodes_percent_used": "10%", "inodes_used": "35777", "kb_available": "4963904", "kb_size": "6126124", "kb_used": "852328", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/" ], "percent_used": "15%", "total_inodes": "393216", "uuid": "68b6673e-b542-4026-8de3-3d0d3b3a6393" }, "cgroup2": { "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "nsdelegate" ], "mounts": [ "/sys/fs/cgroup" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "119831", "inodes_percent_used": "1%", "inodes_used": "332", "kb_available": "480652", "kb_size": "480652", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=480652k", "nr_inodes=120163", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120163" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=35", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=16381" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "124206", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "99376", "kb_size": "99376", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=99376k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "124221" }, "tracefs": { "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/tracing" ] } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "357439", "inodes_percent_used": "10%", "inodes_used": "35777", "kb_available": "4963904", "kb_size": "6126124", "kb_used": "852328", "mount_options": [ "rw", "relatime", "seclabel" ], "percent_used": "15%", "total_inodes": "393216", "uuid": "68b6673e-b542-4026-8de3-3d0d3b3a6393" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "119831", "inodes_percent_used": "1%", "inodes_used": "332", "kb_available": "480652", "kb_size": "480652", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=480652k", "nr_inodes=120163", "mode=755" ], "percent_used": "0%", "total_inodes": "120163" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124220", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "496884", "kb_size": "496884", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "124221" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=35", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=16381" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "123766", "inodes_percent_used": "1%", "inodes_used": "455", "kb_available": "490148", "kb_size": "496884", "kb_used": "6736", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "124221" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124206", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "99376", "kb_size": "99376", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=99376k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "124221" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/bpf": { "devices": [ "none" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "cgroup2" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "nsdelegate" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/tracing": { "devices": [ "tracefs" ], "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "357439", "inodes_percent_used": "10%", "inodes_used": "35777", "kb_available": "4963904", "kb_size": "6126124", "kb_used": "852328", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel" ], "percent_used": "15%", "total_inodes": "393216", "uuid": "68b6673e-b542-4026-8de3-3d0d3b3a6393" }, "cgroup2,/sys/fs/cgroup": { "device": "cgroup2", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "nsdelegate" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "119831", "inodes_percent_used": "1%", "inodes_used": "332", "kb_available": "480652", "kb_size": "480652", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=480652k", "nr_inodes=120163", "mode=755" ], "percent_used": "0%", "total_inodes": "120163" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "none,/sys/fs/bpf": { "device": "none", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=35", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=16381" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124220", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "496884", "kb_size": "496884", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "124221" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "123766", "inodes_percent_used": "1%", "inodes_used": "455", "kb_available": "490148", "kb_size": "496884", "kb_used": "6736", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "124221" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124206", "inodes_percent_used": "1%", "inodes_used": "15", "kb_available": "99376", "kb_size": "99376", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=99376k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "124221" }, "tracefs,/sys/kernel/tracing": { "device": "tracefs", "fs_type": "tracefs", "mount": "/sys/kernel/tracing", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "cec": { "refcount": "1", "size": "61440" }, "cirrus": { "refcount": "0", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "2", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "drm": { "refcount": "3", "size": "626688" }, "drm_kms_helper": { "refcount": "3", "size": "262144" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "28672" }, "intel_rapl_common": { "refcount": "1", "size": "32768" }, "intel_rapl_msr": { "refcount": "0", "size": "20480" }, "ip_tables": { "refcount": "0", "size": "32768" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "rapl": { "refcount": "0", "size": "20480" }, "sb_edac": { "refcount": "0", "size": "24576" }, "serio_raw": { "refcount": "0", "size": "20480" }, "xen_blkfront": { "refcount": "3", "size": "49152" }, "xen_netfront": { "refcount": "1", "size": "36864" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "5.8.18-200.fc32.x86_64", "version": "#1 SMP Mon Nov 2 19:49:11 UTC 2020" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "enp0s3", "interfaces": { "enp0s3": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "enp0s" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604983331.1731389, "os": "linux", "os_version": "5.8.18-200.fc32.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1604906391", "release": "1.fc32", "version": "1.22.16" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1604906390", "release": "1.fc32", "version": "1.22.16" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1604906371", "release": "5.fc32", "version": "2.2.53" }, "alternatives": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "6.fc32", "version": "1.11" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1604906402", "release": "0.19.20191104git1c2f876.fc32", "version": "3.0" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "0.19.20191104git1c2f876.fc32", "version": "3.0" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1604906365", "release": "9.fc32", "version": "11" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1604906367", "release": "1.fc32", "version": "5.0.17" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "2.fc32", "version": "1.0.8" }, "c-ares": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "5.fc32", "version": "1.15.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1604906380", "release": "1.1.fc32", "version": "2020.2.41" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "3.fc32", "version": "3.0" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1604983329", "release": "1.el7", "version": "16.6.14" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1604906407", "release": "1.fc32", "version": "3.5.1" }, "cloud-init": { "arch": "noarch", "epoch": "0", "installdate": "1604906402", "release": "2.fc32", "version": "19.4" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1604906407", "release": "6.fc32", "version": "0.31" }, "compat-f32-dejavu-sans-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1604906401", "release": "8.fc32", "version": "2.37" }, "console-login-helper-messages": { "arch": "noarch", "epoch": "0", "installdate": "1604906386", "release": "1.fc32", "version": "0.20.1" }, "console-login-helper-messages-issuegen": { "arch": "noarch", "epoch": "0", "installdate": "1604906402", "release": "1.fc32", "version": "0.20.1" }, "console-login-helper-messages-motdgen": { "arch": "noarch", "epoch": "0", "installdate": "1604906402", "release": "1.fc32", "version": "0.20.1" }, "console-login-helper-messages-profile": { "arch": "noarch", "epoch": "0", "installdate": "1604906403", "release": "1.fc32", "version": "0.20.1" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "4.fc32.1", "version": "8.32" }, "coreutils-common": { "arch": "x86_64", "epoch": "0", "installdate": "1604906366", "release": "4.fc32.1", "version": "8.32" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "4.fc32", "version": "2.13" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "22.fc32", "version": "2.9.6" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "22.fc32", "version": "2.9.6" }, "crypto-policies": { "arch": "noarch", "epoch": "0", "installdate": "1604906379", "release": "1.git781bbd4.fc32", "version": "20200619" }, "crypto-policies-scripts": { "arch": "noarch", "epoch": "0", "installdate": "1604906379", "release": "1.git781bbd4.fc32", "version": "20200619" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906381", "release": "1.fc32", "version": "2.3.4" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "6.fc32", "version": "7.69.1" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1604906374", "release": "4.fc32", "version": "2.1.27" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1604906380", "release": "1.fc32", "version": "1.12.20" }, "dbus-broker": { "arch": "x86_64", "epoch": "0", "installdate": "1604906385", "release": "1.fc32", "version": "24" }, "dbus-common": { "arch": "noarch", "epoch": "1", "installdate": "1604906385", "release": "1.fc32", "version": "1.12.20" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1604906386", "release": "1.fc32", "version": "1.12.20" }, "dejavu-sans-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1604906401", "release": "8.fc32", "version": "2.37" }, "deltarpm": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "5.fc32", "version": "3.6.2" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "1.fc32", "version": "1.02.171" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "1.fc32", "version": "1.02.171" }, "dhcp-client": { "arch": "x86_64", "epoch": "12", "installdate": "1604906401", "release": "5.b1.fc32", "version": "4.4.2" }, "dhcp-common": { "arch": "noarch", "epoch": "12", "installdate": "1604906401", "release": "5.b1.fc32", "version": "4.4.2" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "4.fc32", "version": "3.7" }, "dnf": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "3.fc32", "version": "4.4.0" }, "dnf-data": { "arch": "noarch", "epoch": "0", "installdate": "1604906364", "release": "3.fc32", "version": "4.4.0" }, "dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1604906402", "release": "1.fc32", "version": "4.0.18" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1604906382", "release": "61.git20200529.fc32", "version": "050" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1604906407", "release": "61.git20200529.fc32", "version": "050" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "3.fc32", "version": "1.45.5" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "3.fc32", "version": "1.45.5" }, "elfutils-debuginfod-client": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "1.fc32", "version": "0.181" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1604906379", "release": "1.fc32", "version": "0.181" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "1.fc32", "version": "0.181" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "1.fc32", "version": "0.181" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "2.fc32", "version": "2.2.8" }, "fedora-gpg-keys": { "arch": "noarch", "epoch": "0", "installdate": "1604906364", "release": "7", "version": "32" }, "fedora-release-cloud": { "arch": "noarch", "epoch": "0", "installdate": "1604906364", "release": "3", "version": "32" }, "fedora-release-common": { "arch": "noarch", "epoch": "0", "installdate": "1604906364", "release": "3", "version": "32" }, "fedora-repos": { "arch": "noarch", "epoch": "0", "installdate": "1604906364", "release": "7", "version": "32" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "4.fc32", "version": "5.38" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "4.fc32", "version": "5.38" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1604906365", "release": "2.fc32", "version": "3.14" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1604906369", "release": "4.fc32", "version": "4.7.0" }, "fips-mode-setup": { "arch": "noarch", "epoch": "0", "installdate": "1604906378", "release": "1.git781bbd4.fc32", "version": "20200619" }, "fonts-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1604906401", "release": "1.fc32", "version": "2.0.3" }, "fuse-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "9.fc32", "version": "2.9.9" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "7.fc32", "version": "5.0.1" }, "gdbm-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1604906370", "release": "3.fc32", "version": "1.18.1" }, "geolite2-city": { "arch": "noarch", "epoch": "0", "installdate": "1604906401", "release": "2.fc32", "version": "20191217" }, "geolite2-country": { "arch": "noarch", "epoch": "0", "installdate": "1604906398", "release": "2.fc32", "version": "20191217" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1604906371", "release": "1.fc32", "version": "0.21" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "1.fc32", "version": "0.21" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906386", "release": "1.fc32", "version": "2.64.6" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "4.fc32", "version": "2.31" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1604906367", "release": "4.fc32", "version": "2.31" }, "glibc-langpack-en": { "arch": "x86_64", "epoch": "0", "installdate": "1604906367", "release": "4.fc32", "version": "2.31" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1604906368", "release": "13.fc32", "version": "6.1.2" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "2.fc32", "version": "2.2.20" }, "gnupg2-smime": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "2.fc32", "version": "2.2.20" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1604906383", "release": "1.fc32", "version": "3.6.15" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1604906489", "release": "5d5156ab", "version": "12c944d0" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "1.fc32", "version": "1.14.0" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "4.fc32", "version": "3.3" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1604906371", "release": "22.fc32", "version": "1.22.3" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1604906369", "release": "23.fc32", "version": "2.04" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1604906407", "release": "23.fc32", "version": "2.04" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1604906371", "release": "23.fc32", "version": "2.04" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1604906383", "release": "23.fc32", "version": "2.04" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1604906379", "release": "23.fc32", "version": "2.04" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "40.fc32", "version": "8.40" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "2.fc32", "version": "1.10" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1604906408", "release": "2.fc32", "version": "3.23" }, "ima-evm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "3.fc32", "version": "1.2.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1604906390", "release": "3.fc32", "version": "10.02" }, "ipcalc": { "arch": "x86_64", "epoch": "0", "installdate": "1604906401", "release": "1.fc32", "version": "0.4.1" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "5.7.0" }, "iproute-tc": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "5.7.0" }, "iptables-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "9.fc32", "version": "1.8.4" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "7.fc32", "version": "20190515" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "5.fc32", "version": "2.12" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "13.fc32", "version": "0.13.1" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1604906381", "release": "1.fc32", "version": "2.2.0" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1604906374", "release": "1.fc32", "version": "2.2.0" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1604906374", "release": "1.fc32", "version": "2.2.0" }, "kernel-core": { "arch": "x86_64", "epoch": "0", "installdate": "1604906406", "release": "200.fc32", "version": "5.8.18" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "4.fc32", "version": "1.6" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "1.fc32", "version": "27" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "1.fc32", "version": "27" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "4.fc32", "version": "0.8.2" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "27.fc32", "version": "1.18.2" }, "langpacks-core-en": { "arch": "noarch", "epoch": "0", "installdate": "1604906401", "release": "3.fc32", "version": "3.0" }, "langpacks-core-font-en": { "arch": "noarch", "epoch": "0", "installdate": "1604906401", "release": "3.fc32", "version": "3.0" }, "langpacks-en": { "arch": "noarch", "epoch": "0", "installdate": "1604906401", "release": "3.fc32", "version": "3.0" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "3.fc32", "version": "551" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "5.fc32", "version": "2.2.53" }, "libarchive": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "1.fc32", "version": "3.4.3" }, "libargon2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "4.fc32", "version": "20171227" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "3.fc32", "version": "2.5.3" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "8.fc32", "version": "2.4.48" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "44.fc32", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "1.fc32", "version": "2.35.2" }, "libbrotli": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "3.fc32", "version": "1.0.9" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "7.fc32", "version": "2.26" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "1.fc32", "version": "0.7.11" }, "libcbor": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "7.fc32", "version": "0.5.0" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "44.fc32", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "3.fc32", "version": "1.45.5" }, "libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "1.fc32", "version": "0.1.15" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "6.fc32", "version": "7.69.1" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "40.fc32", "version": "5.3.28" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "40.fc32", "version": "5.3.28" }, "libdhash": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "44.fc32", "version": "0.5.0" }, "libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "3.fc32", "version": "0.54.2" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "32.20191231cvs.fc32", "version": "3.1" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1604906389", "release": "8.fc32", "version": "2.1.8" }, "libfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "1.fc32", "version": "2.35.2" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "24.fc32", "version": "3.1" }, "libfido2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "2.fc32", "version": "1.3.1" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1604906354", "release": "6.fc32", "version": "10.2.1" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "3.fc32", "version": "1.8.5" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "6.fc32", "version": "10.2.1" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "3.fc32", "version": "1.36" }, "libidn2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "2.fc32", "version": "2.3.0" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "44.fc32", "version": "1.3.1" }, "libkcapi": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "3.fc32", "version": "1.2.0" }, "libkcapi-hmaccalc": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "3.fc32", "version": "1.2.0" }, "libksba": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "11.fc32", "version": "1.3.5" }, "libldb": { "arch": "x86_64", "epoch": "0", "installdate": "1604906389", "release": "1.fc32", "version": "2.1.4" }, "libmaxminddb": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "1.4.2" }, "libmetalink": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "13.fc32", "version": "0.1.3" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "11.fc32", "version": "1.0.4" }, "libmodulemd": { "arch": "x86_64", "epoch": "0", "installdate": "1604906389", "release": "1.fc32", "version": "2.9.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "1.fc32", "version": "2.35.2" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "5.fc32", "version": "1.7" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "4.fc32", "version": "1.0.7" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "17.fc32", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "1", "installdate": "1604906393", "release": "4.rc4.fc32", "version": "2.5.1" }, "libnghttp2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "1.41.0" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "2.fc32", "version": "3.5.0" }, "libnsl2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "6.20180605git4a062cf.fc32", "version": "1.2.0" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "44.fc32", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1604906372", "release": "3.fc32", "version": "1.9.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "2.fc32", "version": "1.5.2" }, "libpsl": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "4.fc32", "version": "0.21.0" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1604906381", "release": "1.fc32", "version": "1.4.4" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "44.fc32", "version": "0.1.5" }, "librepo": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "1.fc32", "version": "1.12.1" }, "libreport-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1604906364", "release": "5.fc32", "version": "2.13.1" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "3.fc32", "version": "2.5.0" }, "libsecret": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "1.fc32", "version": "0.20.3" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "5.fc32", "version": "3.0" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1604906371", "release": "5.fc32", "version": "3.0" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "3.fc32", "version": "3.0" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "4.fc32", "version": "3.0" }, "libsigsegv": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "10.fc32", "version": "2.11" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "1.fc32", "version": "2.35.2" }, "libsolv": { "arch": "x86_64", "epoch": "0", "installdate": "1604906389", "release": "1.fc32", "version": "0.7.14" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "3.fc32", "version": "1.45.5" }, "libssh": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "1.fc32", "version": "0.9.5" }, "libssh-config": { "arch": "noarch", "epoch": "0", "installdate": "1604906364", "release": "1.fc32", "version": "0.9.5" }, "libsss_autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "2.4.0" }, "libsss_certmap": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "1.fc32", "version": "2.4.0" }, "libsss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "1.fc32", "version": "2.4.0" }, "libsss_nss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "2.4.0" }, "libsss_sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "2.4.0" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "6.fc32", "version": "10.2.1" }, "libtalloc": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "2.fc32", "version": "2.3.1" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "1.fc32", "version": "4.16.0" }, "libtdb": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "2.fc32", "version": "1.4.3" }, "libtevent": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "2.fc32", "version": "0.10.2" }, "libtextstyle": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "1.fc32", "version": "0.21" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "1.rc4.fc32", "version": "1.2.6" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "7.fc32", "version": "0.9.10" }, "libusbx": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "1.fc32", "version": "1.0.23" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1604906390", "release": "24.fc32", "version": "0.62" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1604906371", "release": "18.fc32", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "1.fc32", "version": "2.35.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "9.fc32", "version": "0.3.0" }, "libxcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "1.fc32", "version": "4.4.17" }, "libxcrypt-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "1.fc32", "version": "4.4.17" }, "libxkbcommon": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "2.fc32", "version": "0.10.0" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "7.fc32", "version": "2.9.10" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "3.fc32", "version": "0.2.2" }, "libzstd": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "4.fc32", "version": "1.4.5" }, "linux-atm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "26.fc32", "version": "2.5.1" }, "linux-firmware-whence": { "arch": "noarch", "epoch": "0", "installdate": "1604906354", "release": "113.fc32", "version": "20201022" }, "lmdb-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "0.9.25" }, "lua-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "8.fc32", "version": "5.3.5" }, "lz4-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "2.fc32", "version": "1.9.1" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1604906407", "release": "3.fc32", "version": "2.9.0" }, "mkpasswd": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "1.fc32", "version": "5.5.7" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "5.fc32", "version": "4.0.2" }, "mtools": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "1.fc32", "version": "4.0.24" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "15.20191109.fc32", "version": "6.1" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1604906366", "release": "15.20191109.fc32", "version": "6.1" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906366", "release": "15.20191109.fc32", "version": "6.1" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "0.57.20160912git.fc32", "version": "2.0" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "5.fc32", "version": "3.5.1" }, "npth": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "4.fc32", "version": "1.6" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "5.fc32", "version": "2.4.47" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1604906386", "release": "3.fc32", "version": "8.3p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1604906402", "release": "3.fc32", "version": "8.3p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1604906403", "release": "3.fc32", "version": "8.3p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1604906391", "release": "1.fc32", "version": "1.1.1g" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1604906381", "release": "1.fc32", "version": "1.1.1g" }, "openssl-pkcs11": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "6.fc32", "version": "0.4.10" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1604906382", "release": "6.fc32", "version": "1.77" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "2.fc32", "version": "0.23.21" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "2.fc32", "version": "0.23.21" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1604906381", "release": "26.fc32", "version": "1.3.1" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1604906407", "release": "3.fc32", "version": "3.3" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1604906402", "release": "8.fc32", "version": "0.80" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "2.fc32", "version": "8.44" }, "pcre2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "7.fc32", "version": "10.35" }, "pcre2-syntax": { "arch": "noarch", "epoch": "0", "installdate": "1604906354", "release": "7.fc32", "version": "10.35" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "6.fc32", "version": "2.4" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "7.fc32", "version": "1.1.0" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1604906386", "release": "2.fc32", "version": "3.0" }, "polkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906390", "release": "7.fc32", "version": "0.116" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "19.fc32", "version": "1.16" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1604906379", "release": "1.fc32", "version": "3.3.16" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1604906371", "release": "3.fc32", "version": "23.3" }, "publicsuffix-list-dafsa": { "arch": "noarch", "epoch": "0", "installdate": "1604906366", "release": "3.fc32", "version": "20190417" }, "python-pip-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1604906374", "release": "4.fc32", "version": "19.3.1" }, "python-setuptools-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1604906366", "release": "2.fc32", "version": "41.6.0" }, "python-unversioned-command": { "arch": "noarch", "epoch": "0", "installdate": "1604906375", "release": "1.fc32", "version": "3.8.6" }, "python3": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "1.fc32", "version": "3.8.6" }, "python3-attrs": { "arch": "noarch", "epoch": "0", "installdate": "1604906393", "release": "2.fc32", "version": "19.3.0" }, "python3-audit": { "arch": "x86_64", "epoch": "0", "installdate": "1604906394", "release": "0.19.20191104git1c2f876.fc32", "version": "3.0" }, "python3-babel": { "arch": "noarch", "epoch": "0", "installdate": "1604906398", "release": "2.fc32", "version": "2.8.0" }, "python3-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1604906394", "release": "1.fc32", "version": "1.14.0" }, "python3-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1604906394", "release": "15.fc32", "version": "3.0.4" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1604906390", "release": "20.fc32", "version": "5.0.6" }, "python3-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1604906395", "release": "3.fc32", "version": "2.8" }, "python3-dateutil": { "arch": "noarch", "epoch": "1", "installdate": "1604906390", "release": "8.fc32", "version": "2.8.0" }, "python3-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1604906386", "release": "1.fc32", "version": "1.2.16" }, "python3-distro": { "arch": "noarch", "epoch": "0", "installdate": "1604906389", "release": "5.fc32", "version": "1.4.0" }, "python3-dnf": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "3.fc32", "version": "4.4.0" }, "python3-dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1604906396", "release": "1.fc32", "version": "4.0.18" }, "python3-gpg": { "arch": "x86_64", "epoch": "0", "installdate": "1604906393", "release": "1.fc32", "version": "1.14.0" }, "python3-hawkey": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "3.fc32", "version": "0.54.2" }, "python3-idna": { "arch": "noarch", "epoch": "0", "installdate": "1604906386", "release": "6.fc32", "version": "2.8" }, "python3-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1604906398", "release": "1.fc32", "version": "2.11.2" }, "python3-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1604906394", "release": "11.fc32", "version": "1.21" }, "python3-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1604906394", "release": "19.fc32", "version": "1.10" }, "python3-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1604906393", "release": "2.fc32", "version": "3.2.0" }, "python3-jwt": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "7.fc32", "version": "1.7.1" }, "python3-libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1604906395", "release": "1.fc32", "version": "0.1.15" }, "python3-libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "3.fc32", "version": "0.54.2" }, "python3-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906378", "release": "1.fc32", "version": "3.8.6" }, "python3-libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604906386", "release": "5.fc32", "version": "3.0" }, "python3-libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1604906390", "release": "3.fc32", "version": "3.0" }, "python3-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1604906394", "release": "5.fc32", "version": "1.1.1" }, "python3-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "5.fc32", "version": "3.0.2" }, "python3-pip": { "arch": "noarch", "epoch": "0", "installdate": "1604906376", "release": "4.fc32", "version": "19.3.1" }, "python3-ply": { "arch": "noarch", "epoch": "0", "installdate": "1604906394", "release": "7.fc32", "version": "3.11" }, "python3-policycoreutils": { "arch": "noarch", "epoch": "0", "installdate": "1604906394", "release": "2.fc32", "version": "3.0" }, "python3-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "22.fc32", "version": "0.7.2" }, "python3-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1604906394", "release": "2.fc32", "version": "2.19" }, "python3-pyrsistent": { "arch": "x86_64", "epoch": "0", "installdate": "1604906390", "release": "1.fc32", "version": "0.16.0" }, "python3-pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "7.fc32", "version": "3.4" }, "python3-pysocks": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "4.fc32", "version": "1.7.1" }, "python3-pytz": { "arch": "noarch", "epoch": "0", "installdate": "1604906396", "release": "1.fc32", "version": "2020.1" }, "python3-pyyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1604906395", "release": "1.fc32", "version": "5.3.1" }, "python3-requests": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "8.fc32", "version": "2.22.0" }, "python3-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1604906393", "release": "3.fc32.1", "version": "4.15.1" }, "python3-setools": { "arch": "x86_64", "epoch": "0", "installdate": "1604906390", "release": "1.fc32", "version": "4.3.0" }, "python3-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1604906375", "release": "2.fc32", "version": "41.6.0" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1604906386", "release": "2.fc32", "version": "1.14.0" }, "python3-unbound": { "arch": "x86_64", "epoch": "0", "installdate": "1604906390", "release": "1.fc32", "version": "1.10.1" }, "python3-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1604906395", "release": "3.fc32", "version": "1.25.7" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "5.fc32", "version": "4.0.2" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "4.fc32", "version": "8.0" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1604906408", "release": "27.fc32", "version": "8.1" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "3.fc32.1", "version": "4.15.1" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "3.fc32.1", "version": "4.15.1" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906381", "release": "3.fc32.1", "version": "4.15.1" }, "rpm-plugin-selinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604906386", "release": "3.fc32.1", "version": "4.15.1" }, "rpm-plugin-systemd-inhibit": { "arch": "x86_64", "epoch": "0", "installdate": "1604906390", "release": "3.fc32.1", "version": "4.15.1" }, "rpm-sign-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906393", "release": "3.fc32.1", "version": "4.15.1" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1604906407", "release": "1.fc32", "version": "3.2.3" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "5.fc32", "version": "4.5" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1604906386", "release": "44.fc32", "version": "3.14.5" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1604906388", "release": "44.fc32", "version": "3.14.5" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1604906364", "release": "2.fc32", "version": "2.13.6" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1604906370", "release": "2.fc32", "version": "4.8.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1604906385", "release": "3.fc32", "version": "1.15" }, "sqlite-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906369", "release": "2.fc32", "version": "3.33.0" }, "sssd-client": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "1.fc32", "version": "2.4.0" }, "sssd-common": { "arch": "x86_64", "epoch": "0", "installdate": "1604906393", "release": "1.fc32", "version": "2.4.0" }, "sssd-kcm": { "arch": "x86_64", "epoch": "0", "installdate": "1604906402", "release": "1.fc32", "version": "2.4.0" }, "sssd-nfs-idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1604906393", "release": "1.fc32", "version": "2.4.0" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1604906407", "release": "1.fc32", "version": "1.9.2" }, "syslinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604906373", "release": "0.13.fc32", "version": "6.04" }, "syslinux-extlinux": { "arch": "x86_64", "epoch": "0", "installdate": "1604906408", "release": "0.13.fc32", "version": "6.04" }, "syslinux-extlinux-nonlinux": { "arch": "noarch", "epoch": "0", "installdate": "1604906373", "release": "0.13.fc32", "version": "6.04" }, "syslinux-nonlinux": { "arch": "noarch", "epoch": "0", "installdate": "1604906373", "release": "0.13.fc32", "version": "6.04" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1604906384", "release": "2.fc32", "version": "245.8" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906380", "release": "2.fc32", "version": "245.8" }, "systemd-pam": { "arch": "x86_64", "epoch": "0", "installdate": "1604906382", "release": "2.fc32", "version": "245.8" }, "systemd-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1604906373", "release": "2.fc32", "version": "245.8" }, "systemd-udev": { "arch": "x86_64", "epoch": "0", "installdate": "1604906384", "release": "2.fc32", "version": "245.8" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1604906408", "release": "5.fc32", "version": "1.32" }, "trousers": { "arch": "x86_64", "epoch": "0", "installdate": "1604906385", "release": "15.fc32", "version": "0.3.13" }, "trousers-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1604906381", "release": "15.fc32", "version": "0.3.13" }, "tss2": { "arch": "x86_64", "epoch": "0", "installdate": "1604906392", "release": "4.fc32", "version": "1331" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1604906354", "release": "1.fc32", "version": "2020d" }, "unbound-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906389", "release": "1.fc32", "version": "1.10.1" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1604906382", "release": "1.fc32", "version": "2.35.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1604906371", "release": "1.fc32", "version": "8.2.1941" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1604906370", "release": "19.fc32", "version": "2.21" }, "whois-nls": { "arch": "noarch", "epoch": "0", "installdate": "1604906354", "release": "1.fc32", "version": "5.5.7" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906391", "release": "3.fc32", "version": "5.4.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1604906366", "release": "1.fc32", "version": "2.29" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1604906372", "release": "1.fc32", "version": "5.2.5" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "1.fc32", "version": "5.2.5" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1604906402", "release": "3.fc32", "version": "4.4.0" }, "zchunk-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1604906389", "release": "2.fc32", "version": "1.1.5" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1604906368", "release": "21.fc32", "version": "1.2.11" } }, "platform": "fedora", "platform_family": "fedora", "platform_version": "32", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/freebsd/000077500000000000000000000000001417433310300207635ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/freebsd/11.2.json000066400000000000000000000264761417433310300222560ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.2.0/lib", "version": "14.2.0" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.2.0/lib/ohai", "version": "14.2.0" } }, "command": { "ps": "ps -axww" }, "counters": { "network": { "interfaces": { "em0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { "base_board": { "all_records": [ { "Asset Tag": "Not Specified", "Chassis Handle": "0x0003", "Contained Object Handles": "0", "Features": { "Board is a hosting board": null }, "Location In Chassis": "Not Specified", "Manufacturer": "Oracle Corporation", "Product Name": "VirtualBox", "Serial Number": "0", "Type": "Motherboard", "Version": "1.2", "application_identifier": "Base Board Information", "record_id": "0x0008", "size": "2" } ], "asset_tag": "Not Specified", "chassis_handle": "0x0003", "contained_object_handles": "0", "location_in_chassis": "Not Specified", "manufacturer": "Oracle Corporation", "product_name": "VirtualBox", "serial_number": "0", "type": "Motherboard", "version": "1.2" }, "bios": { "address": "0xE0000", "all_records": [ { "Address": "0xE0000", "Characteristics": { "8042 keyboard services are supported (int 9h)": null, "ACPI is supported": null, "Boot from CD is supported": null, "CGA/mono video services are supported (int 10h)": null, "ISA is supported": null, "PCI is supported": null, "Selectable boot is supported": null }, "ROM Size": "128 kB", "Release Date": "12/01/2006", "Runtime Size": "128 kB", "Vendor": "innotek GmbH", "Version": "VirtualBox", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "release_date": "12/01/2006", "rom_size": "128 kB", "runtime_size": "128 kB", "vendor": "innotek GmbH", "version": "VirtualBox" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Oracle Corporation", "Power Supply State": "Safe", "Security Status": "None", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0003", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Oracle Corporation", "power_supply_state": "Safe", "security_status": "None", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.1", "oem_strings": { "all_records": [ { "String 1": "vboxVer_5.2.12", "String 2": "vboxRev_122591", "application_identifier": "OEM Strings", "record_id": "0x0002", "size": "11" } ], "string_1": "vboxVer_5.2.12", "string_2": "vboxRev_122591" }, "smbios_version": "2.5", "structures": { "count": "10", "size": "450" }, "system": { "all_records": [ { "Family": "Virtual Machine", "Manufacturer": "innotek GmbH", "Product Name": "VirtualBox", "SKU Number": "Not Specified", "Serial Number": "0", "UUID": "35705324-5FAE-45F3-9072-1667B9AD344C", "Version": "1.2", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0001", "size": "1" } ], "family": "Virtual Machine", "manufacturer": "innotek GmbH", "product_name": "VirtualBox", "serial_number": "0", "sku_number": "Not Specified", "uuid": "35705324-5FAE-45F3-9072-1667B9AD344C", "version": "1.2", "wake_up_type": "Power Switch" }, "table_location": "0x000E1000" }, "domain": "local", "filesystem": { "/dev/ada0s1a": { "fs_type": "ufs", "inodes_available": "1802343", "inodes_percent_used": "10", "inodes_used": "204055", "kb_available": "12167948", "kb_size": "15225340", "kb_used": "1839368", "mount": "/", "mount_options": [ "local", "journaled soft-updates" ], "percent_used": "13%", "total_inodes": "2006398" }, "devfs": { "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "0", "kb_available": "0", "kb_size": "1", "kb_used": "1", "mount": "/dev", "mount_options": [ "local", "multilabel" ], "percent_used": "100%", "total_inodes": "0" } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "ident": "GENERIC", "machine": "amd64", "modules": { "kernel": { "refcount": "1", "size": "2036810" } }, "name": "FreeBSD", "os": "FreeBSD", "processor": "amd64", "release": "11.2-RELEASE", "securelevel": [ "kern.securelevel: -1" ], "version": "FreeBSD 11.2-RELEASE #0 r335510: Fri Jun 22 04:32:14 UTC 2018 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC " }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "em0", "interfaces": { "em0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "em" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1530184895.2087505, "os": "freebsd", "os_version": "1102000", "packages": { "ca_root_nss": { "version": "3.37.3" }, "curl": { "version": "7.60.0" }, "dmidecode": { "version": "3.1_1" }, "gettext-runtime": { "version": "0.19.8.1_1" }, "indexinfo": { "version": "0.3.1" }, "libidn2": { "version": "2.0.4" }, "libnghttp2": { "version": "1.31.1" }, "libunistring": { "version": "0.9.9" }, "pkg": { "version": "1.10.5" }, "wget": { "version": "1.19.5" } }, "platform": "freebsd", "platform_family": "freebsd", "platform_version": "11.2-RELEASE", "root_group": "wheel", "shells": [ "/bin/sh", "/bin/csh", "/bin/tcsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/freebsd/12.1.json000066400000000000000000000523131417433310300222430ustar00rootroot00000000000000{ "chef_packages": { "ohai": { "ohai_root": "/usr/local/lib/ruby/gems/2.6/gems/ohai-15.6.3/lib/ohai", "version": "15.6.3" } }, "command": { "ps": "ps -axww" }, "counters": { "network": { "interfaces": { "em0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "1.0", "Characteristics": { "BIOS characteristics not supported": null, "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "12/12/2017", "Runtime Size": "96 kB", "Vendor": "DigitalOcean", "Version": "20171212", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "1.0", "release_date": "12/12/2017", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "DigitalOcean", "version": "20171212" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Height": "Unspecified", "Lock": "Not Present", "Manufacturer": "Bochs", "Number Of Power Cords": "Unspecified", "OEM Information": "0x00000000", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "height": "Unspecified", "lock": "Not Present", "manufacturer": "Bochs", "number_of_power_cords": "Unspecified", "oem_information": "0x00000000", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "processor": { "all_records": [ { "Current Speed": "2000 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "54 06 05 00 FF FB 8B 0F", "L1 Cache Handle": "Not Provided", "L2 Cache Handle": "Not Provided", "L3 Cache Handle": "Not Provided", "Manufacturer": "Bochs", "Max Speed": "2000 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2000 MHz", "external_clock": "Unknown", "family": "Other", "id": "54 06 05 00 FF FB 8B 0F", "l1_cache_handle": "Not Provided", "l2_cache_handle": "Not Provided", "l3_cache_handle": "Not Provided", "manufacturer": "Bochs", "max_speed": "2000 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.4", "structures": { "count": "10", "size": "322" }, "system": { "all_records": [ { "Family": "DigitalOcean_Droplet", "Manufacturer": "DigitalOcean", "Product Name": "Droplet", "SKU Number": "Not Specified", "Serial Number": "174595272", "UUID": "20cb3805-f986-40f3-8112-632eeb6bc03d", "Version": "20171212", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "DigitalOcean_Droplet", "manufacturer": "DigitalOcean", "product_name": "Droplet", "serial_number": "174595272", "sku_number": "Not Specified", "uuid": "20cb3805-f986-40f3-8112-632eeb6bc03d", "version": "20171212", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "/dev/vtbd1": { "fs_type": "cd9660", "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "0", "kb_available": "0", "kb_size": "900", "kb_used": "900", "mount": "/var/lib/cloud/seed/config_drive", "mount_options": [ "local", "read-only" ], "percent_used": "100%", "total_inodes": "0" }, "devfs": { "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100", "inodes_used": "0", "kb_available": "0", "kb_size": "2", "kb_used": "2", "mount": "/dev", "mount_options": [ "local", "multilabel" ], "percent_used": "100%", "total_inodes": "0" }, "fdescfs": { "inodes_available": "57750", "inodes_percent_used": "0", "inodes_used": "4", "kb_available": "0", "kb_size": "2", "kb_used": "2", "mount": "/dev/fd", "percent_used": "100%", "total_inodes": "57754" }, "zroot/ROOT/default": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "153615", "kb_available": "89092392", "kb_size": "96315504", "kb_used": "7223112", "mount": "/", "mount_options": [ "local", "noatime", "nfsv4acls" ], "percent_used": "7%", "total_inodes": "89246007" }, "zroot/tmp": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "12", "kb_available": "89092392", "kb_size": "89092616", "kb_used": "224", "mount": "/tmp", "mount_options": [ "local", "noatime", "nosuid", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092404" }, "zroot/usr/home": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "17", "kb_available": "89092392", "kb_size": "89092648", "kb_used": "256", "mount": "/usr/home", "mount_options": [ "local", "noatime", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092409" }, "zroot/usr/ports": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "7", "kb_available": "89092392", "kb_size": "89092568", "kb_used": "176", "mount": "/usr/ports", "mount_options": [ "local", "noatime", "nosuid", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092399" }, "zroot/usr/src": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "7", "kb_available": "89092392", "kb_size": "89092568", "kb_used": "176", "mount": "/usr/src", "mount_options": [ "local", "noatime", "noexec", "nosuid", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092399" }, "zroot/var/audit": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "7", "kb_available": "89092392", "kb_size": "89092568", "kb_used": "176", "mount": "/var/audit", "mount_options": [ "local", "noatime", "noexec", "nosuid", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092399" }, "zroot/var/crash": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "7", "kb_available": "89092392", "kb_size": "89092568", "kb_used": "176", "mount": "/var/crash", "mount_options": [ "local", "noatime", "noexec", "nosuid", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092399" }, "zroot/var/log": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "22", "kb_available": "89092392", "kb_size": "89092632", "kb_used": "240", "mount": "/var/log", "mount_options": [ "local", "noatime", "noexec", "nosuid", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092414" }, "zroot/var/mail": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "8", "kb_available": "89092392", "kb_size": "89092568", "kb_used": "176", "mount": "/var/mail", "mount_options": [ "local", "noexec", "nosuid", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092400" }, "zroot/var/tmp": { "fs_type": "zfs", "inodes_available": "89092392", "inodes_percent_used": "0", "inodes_used": "8", "kb_available": "89092392", "kb_size": "89092568", "kb_used": "176", "mount": "/var/tmp", "mount_options": [ "local", "noatime", "nosuid", "nfsv4acls" ], "percent_used": "0%", "total_inodes": "89092400" } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "ident": "GENERIC", "machine": "amd64", "modules": { "aesni": { "refcount": "1", "size": "e1d8" }, "cd9660_iconv": { "refcount": "1", "size": "11b0" }, "fdescfs": { "refcount": "1", "size": "1aa0" }, "intpm": { "refcount": "1", "size": "2668" }, "kernel": { "refcount": "30", "size": "2448ef8" }, "libiconv": { "refcount": "2", "size": "8a88" }, "opensolaris": { "refcount": "2", "size": "a5b8" }, "smbus": { "refcount": "1", "size": "b50" }, "virtio_console": { "refcount": "1", "size": "6a70" }, "zfs": { "refcount": "1", "size": "3a99a8" } }, "name": "FreeBSD", "os": "FreeBSD", "processor": "amd64", "release": "12.1-RELEASE-p1", "securelevel": [ "kern.securelevel: -1" ], "version": "FreeBSD 12.1-RELEASE-p1 GENERIC " }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "amd64-portbld-freebsd12", "host_cpu": "amd64", "host_os": "freebsd12", "host_vendor": "portbld", "platform": "amd64-freebsd12", "release_date": "2019-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "amd64-portbld-freebsd12", "target_cpu": "amd64", "target_os": "freebsd12", "target_vendor": "portbld", "version": "2.6.5" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "em0", "interfaces": { "em0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "em" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1578408178.2818284, "os": "freebsd", "os_version": "1201000", "packages": { "ca_root_nss": { "version": "3.47.1" }, "curl": { "version": "7.66.0" }, "dmidecode": { "version": "3.2" }, "e2fsprogs": { "version": "1.45.3_2" }, "e2fsprogs-libblkid": { "version": "1.45.3" }, "e2fsprogs-libss": { "version": "1.45.3" }, "e2fsprogs-libuuid": { "version": "1.45.3" }, "gettext-runtime": { "version": "0.20.1" }, "indexinfo": { "version": "0.3.1" }, "jq": { "version": "1.6" }, "libedit": { "version": "3.1.20191211,1" }, "libffi": { "version": "3.2.1_3" }, "libiconv": { "version": "1.14_11" }, "libidn2": { "version": "2.2.0" }, "libnghttp2": { "version": "1.39.2" }, "libunistring": { "version": "0.9.10_1" }, "libunwind": { "version": "20170615" }, "libyaml": { "version": "0.2.2" }, "oniguruma": { "version": "6.9.3" }, "pkg": { "version": "1.12.0" }, "py27-Babel": { "version": "2.7.0" }, "py27-Jinja2": { "version": "2.10.1" }, "py27-MarkupSafe": { "version": "1.1.1" }, "py27-asn1crypto": { "version": "0.24.0" }, "py27-attrs": { "version": "19.1.0" }, "py27-blinker": { "version": "1.4" }, "py27-boto": { "version": "2.49.0_1" }, "py27-certifi": { "version": "2019.6.16" }, "py27-cffi": { "version": "1.12.3" }, "py27-chardet": { "version": "3.0.4_1" }, "py27-cheetah": { "version": "2.4.4_1" }, "py27-cloud-init": { "version": "19.2" }, "py27-configobj": { "version": "5.0.6_1" }, "py27-cryptography": { "version": "2.6.1" }, "py27-enum34": { "version": "1.1.6" }, "py27-functools32": { "version": "3.2.3_1" }, "py27-idna": { "version": "2.8" }, "py27-ipaddress": { "version": "1.0.22" }, "py27-jsonpatch": { "version": "1.21_1" }, "py27-jsonpointer": { "version": "1.9_2" }, "py27-jsonschema": { "version": "3.0.2" }, "py27-markdown": { "version": "2.6.11_1" }, "py27-oauthlib": { "version": "1.1.2" }, "py27-openssl": { "version": "19.0.0" }, "py27-pycparser": { "version": "2.19" }, "py27-pyjwt": { "version": "1.4.0_1" }, "py27-pyrsistent": { "version": "0.14.11" }, "py27-pysocks": { "version": "1.7.1" }, "py27-pytz": { "version": "2019.3,1" }, "py27-requests": { "version": "2.22.0" }, "py27-serial": { "version": "3.4_1" }, "py27-setuptools": { "version": "41.2.0" }, "py27-six": { "version": "1.12.0" }, "py27-urllib3": { "version": "1.22,1" }, "py27-yaml": { "version": "5.1" }, "py36-Babel": { "version": "2.7.0" }, "py36-Jinja2": { "version": "2.10.1" }, "py36-MarkupSafe": { "version": "1.1.1" }, "py36-asn1crypto": { "version": "0.24.0" }, "py36-attrs": { "version": "19.1.0" }, "py36-blinker": { "version": "1.4" }, "py36-boto": { "version": "2.49.0_1" }, "py36-certifi": { "version": "2019.6.16" }, "py36-cffi": { "version": "1.12.3" }, "py36-chardet": { "version": "3.0.4_1" }, "py36-configobj": { "version": "5.0.6_1" }, "py36-cryptography": { "version": "2.6.1" }, "py36-idna": { "version": "2.8" }, "py36-jsonpatch": { "version": "1.21_1" }, "py36-jsonpointer": { "version": "1.9_2" }, "py36-jsonschema": { "version": "3.0.2" }, "py36-oauthlib": { "version": "1.1.2" }, "py36-openssl": { "version": "19.0.0" }, "py36-pycparser": { "version": "2.19" }, "py36-pyjwt": { "version": "1.4.0_1" }, "py36-pyrsistent": { "version": "0.14.11" }, "py36-pysocks": { "version": "1.7.1" }, "py36-pytz": { "version": "2019.3,1" }, "py36-requests": { "version": "2.22.0" }, "py36-serial": { "version": "3.4_1" }, "py36-setuptools": { "version": "41.2.0" }, "py36-six": { "version": "1.12.0" }, "py36-urllib3": { "version": "1.22,1" }, "py36-yaml": { "version": "5.1" }, "python27": { "version": "2.7.16_1" }, "python36": { "version": "3.6.9" }, "readline": { "version": "8.0.0" }, "rsync": { "version": "3.1.3_1" }, "ruby": { "version": "2.6.5,1" }, "ruby26-gems": { "version": "3.0.6" }, "rubygem-irb": { "version": "1.0.0" }, "sudo": { "version": "1.8.28" }, "vim-console": { "version": "8.1.1954" }, "wget": { "version": "1.20.3" } }, "platform": "freebsd", "platform_family": "freebsd", "platform_version": "12.1-RELEASE-p1", "root_group": "wheel", "shard_seed": 45875297, "shells": [ "/bin/sh", "/bin/csh", "/bin/tcsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/gentoo/000077500000000000000000000000001417433310300206445ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json000066400000000000000000000557111417433310300236070ustar00rootroot00000000000000{ "block_device": { "md0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "ram0": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram1": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram10": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram11": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram12": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram13": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram14": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram15": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram2": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram3": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram4": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram5": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram6": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram7": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram8": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "ram9": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "8192" }, "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_root": "/usr/local/lib64/ruby/gems/2.5.0/gems/chef-14.0.202/lib", "version": "14.0.202" }, "ohai": { "ohai_root": "/usr/local/lib64/ruby/gems/2.5.0/gems/ohai-14.1.0/lib/ohai", "version": "14.1.0" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "306176", "inodes_percent_used": "54%", "inodes_used": "349184", "kb_available": "6189140", "kb_size": "10189112", "kb_used": "3459352", "mount_options": [ "rw", "relatime", "data=ordered" ], "mounts": [ "/" ], "percent_used": "36%", "total_inodes": "655360", "uuid": "1d323dc4-19a4-4f7e-8541-0c8f310d3204" }, "binfmt_misc": { "fs_type": "binfmt_misc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "cgroup_root": { "fs_type": "tmpfs", "inodes_available": "127896", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "10240", "kb_size": "10240", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=10240k", "mode=755" ], "mounts": [ "/sys/fs/cgroup" ], "percent_used": "0%", "total_inodes": "127899" }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "126219", "inodes_percent_used": "2%", "inodes_used": "1298", "kb_available": "10240", "kb_size": "10240", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=10240k", "nr_inodes=127517", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "127517" }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "cgroup2", "inodes_available": "127898", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "511596", "kb_size": "511596", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/dev/shm", "/proc", "/dev/pts", "/sys", "/sys/fs/cgroup/unified" ], "percent_used": "0%", "total_inodes": "127899" }, "openrc": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "release_agent=/lib64/rc/sh/cgroup-release-agent.sh", "name=openrc" ], "mounts": [ "/sys/fs/cgroup/openrc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127106", "inodes_percent_used": "1%", "inodes_used": "793", "kb_available": "101948", "kb_size": "102320", "kb_used": "372", "mount_options": [ "rw", "nodev", "relatime", "size=102320k", "mode=755" ], "mounts": [ "/run" ], "percent_used": "1%", "total_inodes": "127899" }, "xenfs": { "fs_type": "xenfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc/xen" ] } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "306176", "inodes_percent_used": "54%", "inodes_used": "349184", "kb_available": "6189140", "kb_size": "10189112", "kb_used": "3459352", "mount_options": [ "rw", "relatime", "data=ordered" ], "percent_used": "36%", "total_inodes": "655360", "uuid": "1d323dc4-19a4-4f7e-8541-0c8f310d3204" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "126219", "inodes_percent_used": "2%", "inodes_used": "1298", "kb_available": "10240", "kb_size": "10240", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=10240k", "nr_inodes=127517", "mode=755" ], "percent_used": "0%", "total_inodes": "127517" }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/dev/pts": { "devices": [ "none" ], "fs_type": "devpts", "mount_options": [ "rw", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "none" ], "fs_type": "tmpfs", "inodes_available": "127898", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "511596", "kb_size": "511596", "kb_used": "0", "mount_options": [ "rw", "relatime" ], "percent_used": "0%", "total_inodes": "127899" }, "/proc": { "devices": [ "none" ], "fs_type": "proc", "mount_options": [ "rw", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "binfmt_misc" ], "fs_type": "binfmt_misc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/xen": { "devices": [ "xenfs" ], "fs_type": "xenfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127106", "inodes_percent_used": "1%", "inodes_used": "793", "kb_available": "101948", "kb_size": "102320", "kb_used": "372", "mount_options": [ "rw", "nodev", "relatime", "size=102320k", "mode=755" ], "percent_used": "1%", "total_inodes": "127899" }, "/sys": { "devices": [ "none" ], "fs_type": "sysfs", "mount_options": [ "rw", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "cgroup_root" ], "fs_type": "tmpfs", "inodes_available": "127896", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "10240", "kb_size": "10240", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=10240k", "mode=755" ], "percent_used": "0%", "total_inodes": "127899" }, "/sys/fs/cgroup/openrc": { "devices": [ "openrc" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "release_agent=/lib64/rc/sh/cgroup-release-agent.sh", "name=openrc" ] }, "/sys/fs/cgroup/unified": { "devices": [ "none" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "306176", "inodes_percent_used": "54%", "inodes_used": "349184", "kb_available": "6189140", "kb_size": "10189112", "kb_used": "3459352", "mount": "/", "mount_options": [ "rw", "relatime", "data=ordered" ], "percent_used": "36%", "total_inodes": "655360", "uuid": "1d323dc4-19a4-4f7e-8541-0c8f310d3204" }, "binfmt_misc,/proc/sys/fs/binfmt_misc": { "device": "binfmt_misc", "fs_type": "binfmt_misc", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "cgroup_root,/sys/fs/cgroup": { "device": "cgroup_root", "fs_type": "tmpfs", "inodes_available": "127896", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "10240", "kb_size": "10240", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=10240k", "mode=755" ], "percent_used": "0%", "total_inodes": "127899" }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "126219", "inodes_percent_used": "2%", "inodes_used": "1298", "kb_available": "10240", "kb_size": "10240", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=10240k", "nr_inodes=127517", "mode=755" ], "percent_used": "0%", "total_inodes": "127517" }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "none,/dev/pts": { "device": "none", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "none,/dev/shm": { "device": "none", "fs_type": "tmpfs", "inodes_available": "127898", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "511596", "kb_size": "511596", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "relatime" ], "percent_used": "0%", "total_inodes": "127899" }, "none,/proc": { "device": "none", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "relatime" ] }, "none,/sys": { "device": "none", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "relatime" ] }, "none,/sys/fs/cgroup/unified": { "device": "none", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup/unified", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "openrc,/sys/fs/cgroup/openrc": { "device": "openrc", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/openrc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "release_agent=/lib64/rc/sh/cgroup-release-agent.sh", "name=openrc" ] }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127106", "inodes_percent_used": "1%", "inodes_used": "793", "kb_available": "101948", "kb_size": "102320", "kb_used": "372", "mount": "/run", "mount_options": [ "rw", "nodev", "relatime", "size=102320k", "mode=755" ], "percent_used": "1%", "total_inodes": "127899" }, "xenfs,/proc/xen": { "device": "xenfs", "fs_type": "xenfs", "mount": "/proc/xen", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "init", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { }, "name": "Linux", "os": "GNU/Linux", "processor": "Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz", "release": "4.9.95-gentoo", "version": "#1 SMP Wed May 2 04:02:31 UTC 2018" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2018-03-29", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.5.1" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1525498603.2671587, "os": "linux", "os_version": "4.9.95-gentoo", "packages": { }, "platform": "gentoo", "platform_family": "gentoo", "platform_version": "4.9.95-gentoo", "root_group": "root", "shard_seed": 183710757, "shells": [ "/bin/bash", "/bin/csh", "/bin/dash", "/bin/esh", "/bin/fish", "/bin/ksh", "/bin/mksh", "/bin/sash", "/bin/sh", "/bin/tcsh", "/bin/zsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/linuxmint/000077500000000000000000000000001417433310300214005ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/linuxmint/19.0.json000066400000000000000000006267041417433310300227010ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "sda": { "logical_block_size": "512", "model": "VBOX HARDDISK", "physical_block_size": "512", "queue_depth": "31", "removable": "0", "rev": "1.0", "rotational": "1", "size": "41943040", "state": "running", "timeout": "30", "vendor": "ATA" }, "sr0": { "logical_block_size": "512", "model": "CD-ROM", "physical_block_size": "512", "queue_depth": "1", "removable": "1", "rev": "1.0", "rotational": "1", "size": "2097151", "state": "running", "timeout": "30", "vendor": "VBOX" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.5.33/lib", "version": "14.5.33" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.5.5/lib/ohai", "version": "14.5.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "base_board": { "all_records": [ { "Asset Tag": "Not Specified", "Chassis Handle": "0x0003", "Contained Object Handles": "0", "Features": { "Board is a hosting board": null }, "Location In Chassis": "Not Specified", "Manufacturer": "Oracle Corporation", "Product Name": "VirtualBox", "Serial Number": "0", "Type": "Motherboard", "Version": "1.2", "application_identifier": "Base Board Information", "record_id": "0x0008", "size": "2" } ], "asset_tag": "Not Specified", "chassis_handle": "0x0003", "contained_object_handles": "0", "location_in_chassis": "Not Specified", "manufacturer": "Oracle Corporation", "product_name": "VirtualBox", "serial_number": "0", "type": "Motherboard", "version": "1.2" }, "bios": { "address": "0xE0000", "all_records": [ { "Address": "0xE0000", "Characteristics": { "8042 keyboard services are supported (int 9h)": null, "ACPI is supported": null, "Boot from CD is supported": null, "CGA/mono video services are supported (int 10h)": null, "ISA is supported": null, "PCI is supported": null, "Selectable boot is supported": null }, "ROM Size": "128 kB", "Release Date": "12/01/2006", "Runtime Size": "128 kB", "Vendor": "innotek GmbH", "Version": "VirtualBox", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "release_date": "12/01/2006", "rom_size": "128 kB", "runtime_size": "128 kB", "vendor": "innotek GmbH", "version": "VirtualBox" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Oracle Corporation", "Power Supply State": "Safe", "Security Status": "None", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0003", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Oracle Corporation", "power_supply_state": "Safe", "security_status": "None", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.1", "oem_strings": { "all_records": [ { "String 1": "vboxVer_5.2.20", "String 2": "vboxRev_125813", "application_identifier": "OEM Strings", "record_id": "0x0002", "size": "11" } ], "string_1": "vboxVer_5.2.20", "string_2": "vboxRev_125813" }, "smbios_version": "2.5", "structures": { "count": "10", "size": "450" }, "system": { "all_records": [ { "Family": "Virtual Machine", "Manufacturer": "innotek GmbH", "Product Name": "VirtualBox", "SKU Number": "Not Specified", "Serial Number": "0", "UUID": "05ACB7D3-66BD-4698-9DA3-E33BD9D29FCE", "Version": "1.2", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0001", "size": "1" } ], "family": "Virtual Machine", "manufacturer": "innotek GmbH", "product_name": "VirtualBox", "serial_number": "0", "sku_number": "Not Specified", "uuid": "05ACB7D3-66BD-4698-9DA3-E33BD9D29FCE", "version": "1.2", "wake_up_type": "Power Switch" }, "table_location": "0x000E1000" }, "domain": "local", "filesystem": { "by_device": { "/dev/sda": { "mounts": [ ] }, "/dev/sda1": { "fs_type": "ext4", "inodes_available": "1033370", "inodes_percent_used": "22%", "inodes_used": "277350", "kb_available": "12436420", "kb_size": "20509264", "kb_used": "7007988", "mount_options": [ "rw", "relatime", "errors=remount-ro", "data=ordered" ], "mounts": [ "/" ], "percent_used": "37%", "total_inodes": "1310720", "uuid": "2a043987-9f92-4d89-9e37-a3d5c9341b35" }, "/dev/sr0": { "mounts": [ ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ], "mounts": [ "/sys/fs/cgroup/unified", "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/pids" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "fusectl": { "fs_type": "fusectl", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/fuse/connections" ] }, "gvfsd-fuse": { "fs_type": "fuse.gvfsd-fuse", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=1000", "group_id=1000" ], "mounts": [ "/run/user/1000/gvfs" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=37", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13673" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126107", "inodes_percent_used": "1%", "inodes_used": "33", "kb_available": "100868", "kb_size": "100912", "kb_used": "44", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100912k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "1%", "total_inodes": "126140" }, "udev": { "fs_type": "devtmpfs", "inodes_available": "117862", "inodes_percent_used": "1%", "inodes_used": "440", "kb_available": "473208", "kb_size": "473208", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=473208k", "nr_inodes=118302", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "118302" } }, "by_mountpoint": { "/": { "devices": [ "/dev/sda1" ], "fs_type": "ext4", "inodes_available": "1033370", "inodes_percent_used": "22%", "inodes_used": "277350", "kb_available": "12436420", "kb_size": "20509264", "kb_used": "7007988", "mount_options": [ "rw", "relatime", "errors=remount-ro", "data=ordered" ], "percent_used": "37%", "total_inodes": "1310720", "uuid": "2a043987-9f92-4d89-9e37-a3d5c9341b35" }, "/dev": { "devices": [ "udev" ], "fs_type": "devtmpfs", "inodes_available": "117862", "inodes_percent_used": "1%", "inodes_used": "440", "kb_available": "473208", "kb_size": "473208", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=473208k", "nr_inodes=118302", "mode=755" ], "percent_used": "0%", "total_inodes": "118302" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126139", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "504560", "kb_size": "504560", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "126140" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=37", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13673" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125491", "inodes_percent_used": "1%", "inodes_used": "649", "kb_available": "99868", "kb_size": "100916", "kb_used": "1048", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=100916k", "mode=755" ], "percent_used": "2%", "total_inodes": "126140" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126136", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "5116", "kb_size": "5120", "kb_used": "4", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "1%", "total_inodes": "126140" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126107", "inodes_percent_used": "1%", "inodes_used": "33", "kb_available": "100868", "kb_size": "100912", "kb_used": "44", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100912k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "1%", "total_inodes": "126140" }, "/run/user/1000/gvfs": { "devices": [ "gvfsd-fuse" ], "fs_type": "fuse.gvfsd-fuse", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=1000", "group_id=1000" ] }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126122", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "504560", "kb_size": "504560", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "126140" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "/sys/fs/cgroup/unified": { "devices": [ "cgroup" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "/sys/fs/fuse/connections": { "devices": [ "fusectl" ], "fs_type": "fusectl", "mount_options": [ "rw", "relatime" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/sda,": { "device": "/dev/sda" }, "/dev/sda1,/": { "device": "/dev/sda1", "fs_type": "ext4", "inodes_available": "1033370", "inodes_percent_used": "22%", "inodes_used": "277350", "kb_available": "12436420", "kb_size": "20509264", "kb_used": "7007988", "mount": "/", "mount_options": [ "rw", "relatime", "errors=remount-ro", "data=ordered" ], "percent_used": "37%", "total_inodes": "1310720", "uuid": "2a043987-9f92-4d89-9e37-a3d5c9341b35" }, "/dev/sr0,": { "device": "/dev/sr0" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "cgroup,/sys/fs/cgroup/unified": { "device": "cgroup", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup/unified", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "fusectl,/sys/fs/fuse/connections": { "device": "fusectl", "fs_type": "fusectl", "mount": "/sys/fs/fuse/connections", "mount_options": [ "rw", "relatime" ] }, "gvfsd-fuse,/run/user/1000/gvfs": { "device": "gvfsd-fuse", "fs_type": "fuse.gvfsd-fuse", "mount": "/run/user/1000/gvfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=1000", "group_id=1000" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=37", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=13673" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126139", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "504560", "kb_size": "504560", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "126140" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125491", "inodes_percent_used": "1%", "inodes_used": "649", "kb_available": "99868", "kb_size": "100916", "kb_used": "1048", "mount": "/run", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=100916k", "mode=755" ], "percent_used": "2%", "total_inodes": "126140" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126136", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "5116", "kb_size": "5120", "kb_used": "4", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "1%", "total_inodes": "126140" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126107", "inodes_percent_used": "1%", "inodes_used": "33", "kb_available": "100868", "kb_size": "100912", "kb_used": "44", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100912k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "1%", "total_inodes": "126140" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126122", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "504560", "kb_size": "504560", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "126140" }, "udev,/dev": { "device": "udev", "fs_type": "devtmpfs", "inodes_available": "117862", "inodes_percent_used": "1%", "inodes_used": "440", "kb_available": "473208", "kb_size": "473208", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=473208k", "nr_inodes=118302", "mode=755" ], "percent_used": "0%", "total_inodes": "118302" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ac97_bus": { "refcount": "1", "size": "16384" }, "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "188416" }, "ahci": { "refcount": "1", "size": "36864", "version": "3.0" }, "autofs4": { "refcount": "2", "size": "40960" }, "btrfs": { "refcount": "0", "size": "1122304" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crct10dif_pclmul": { "refcount": "0", "size": "16384" }, "cryptd": { "refcount": "3", "size": "24576" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "24576" }, "dm_region_hash": { "refcount": "1", "size": "20480" }, "drm": { "refcount": "5", "size": "401408" }, "drm_kms_helper": { "refcount": "1", "size": "167936" }, "e1000": { "refcount": "0", "size": "143360", "version": "7.3.21-k8-NAPI" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "hid": { "refcount": "2", "size": "118784" }, "hid_generic": { "refcount": "0", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "input_leds": { "refcount": "0", "size": "16384" }, "intel_powerclamp": { "refcount": "0", "size": "16384" }, "intel_rapl_perf": { "refcount": "0", "size": "16384" }, "ip_tables": { "refcount": "0", "size": "28672" }, "joydev": { "refcount": "0", "size": "24576" }, "libahci": { "refcount": "1", "size": "32768" }, "lp": { "refcount": "0", "size": "20480" }, "mac_hid": { "refcount": "0", "size": "16384" }, "parport": { "refcount": "3", "size": "49152" }, "parport_pc": { "refcount": "0", "size": "36864" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "pcbc": { "refcount": "0", "size": "16384" }, "ppdev": { "refcount": "0", "size": "20480" }, "psmouse": { "refcount": "0", "size": "147456" }, "raid6_pq": { "refcount": "1", "size": "114688" }, "sch_fq_codel": { "refcount": "2", "size": "20480" }, "serio_raw": { "refcount": "0", "size": "16384" }, "snd": { "refcount": "11", "size": "81920" }, "snd_ac97_codec": { "refcount": "1", "size": "131072" }, "snd_intel8x0": { "refcount": "2", "size": "40960" }, "snd_pcm": { "refcount": "2", "size": "98304" }, "snd_rawmidi": { "refcount": "1", "size": "32768" }, "snd_seq": { "refcount": "2", "size": "65536" }, "snd_seq_device": { "refcount": "3", "size": "16384" }, "snd_seq_midi": { "refcount": "0", "size": "16384" }, "snd_seq_midi_event": { "refcount": "1", "size": "16384" }, "snd_timer": { "refcount": "2", "size": "32768" }, "soundcore": { "refcount": "1", "size": "16384" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "ttm": { "refcount": "1", "size": "106496" }, "usbhid": { "refcount": "0", "size": "49152" }, "vboxguest": { "refcount": "0", "size": "303104", "version": "5.2.8_KernelUbuntu r120774" }, "vboxvideo": { "refcount": "2", "size": "36864" }, "video": { "refcount": "0", "size": "40960" }, "x_tables": { "refcount": "1", "size": "40960" }, "xor": { "refcount": "1", "size": "24576" }, "zstd_compress": { "refcount": "1", "size": "163840" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.15.0-20-generic", "version": "#21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux-gnu", "release_date": "2018-03-29", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux-gnu", "target_vendor": "pc", "version": "2.5.1" } }, "lsb": { "codename": "tara", "description": "Linux Mint 19 Tara", "id": "LinuxMint", "release": "19" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1540028047.6534977, "os": "linux", "os_version": "4.15.0-20-generic", "packages": { "accountsservice": { "arch": "amd64", "version": "0.6.45-1ubuntu1" }, "acl": { "arch": "amd64", "version": "2.2.52-3build1" }, "acpi-support": { "arch": "amd64", "version": "0.142" }, "acpid": { "arch": "amd64", "version": "1:2.0.28-1ubuntu1" }, "add-apt-key": { "arch": "all", "version": "1.0-0.5" }, "adduser": { "arch": "all", "version": "3.116ubuntu1" }, "adwaita-icon-theme": { "arch": "all", "version": "3.28.0-1ubuntu1" }, "alsa-base": { "arch": "all", "version": "1.0.25+dfsg-0ubuntu5" }, "alsa-utils": { "arch": "amd64", "version": "1.1.3-1ubuntu1" }, "anacron": { "arch": "amd64", "version": "2.3-24" }, "apg": { "arch": "amd64", "version": "2.2.3.dfsg.1-5" }, "app-install-data": { "arch": "all", "version": "15.10" }, "apparmor": { "arch": "amd64", "version": "2.12-4ubuntu5" }, "apport": { "arch": "all", "version": "2.20.9-0ubuntu7" }, "appstream": { "arch": "amd64", "version": "0.12.0-3" }, "apt": { "arch": "amd64", "version": "1.6.1" }, "apt-clone": { "arch": "all", "version": "0.4.1ubuntu2" }, "apt-utils": { "arch": "amd64", "version": "1.6.1" }, "aptdaemon": { "arch": "all", "version": "1.1.1+bzr982-0ubuntu19" }, "aptdaemon-data": { "arch": "all", "version": "1.1.1+bzr982-0ubuntu19" }, "aptitude": { "arch": "amd64", "version": "0.8.10-6ubuntu1" }, "aptitude-common": { "arch": "all", "version": "0.8.10-6ubuntu1" }, "apturl": { "arch": "all", "version": "0.5.2+linuxmint7" }, "apturl-common": { "arch": "all", "version": "0.5.2+linuxmint7" }, "archdetect-deb": { "arch": "amd64", "version": "1.117ubuntu6" }, "aspell": { "arch": "amd64", "version": "0.60.7~20110707-4" }, "aspell-en": { "arch": "all", "version": "2017.08.24-0-0.1" }, "at-spi2-core": { "arch": "amd64", "version": "2.28.0-1" }, "attr": { "arch": "amd64", "version": "1:2.4.47-2build1" }, "avahi-autoipd": { "arch": "amd64", "version": "0.7-3.1ubuntu1" }, "avahi-daemon": { "arch": "amd64", "version": "0.7-3.1ubuntu1" }, "avahi-utils": { "arch": "amd64", "version": "0.7-3.1ubuntu1" }, "baobab": { "arch": "amd64", "version": "3.28.0-1" }, "base-files": { "arch": "all", "version": "19.0.1" }, "base-passwd": { "arch": "amd64", "version": "3.5.44" }, "bash": { "arch": "amd64", "version": "4.4.18-2ubuntu1" }, "bash-completion": { "arch": "all", "version": "1:2.8-1ubuntu1" }, "bc": { "arch": "amd64", "version": "1.07.1-2" }, "bind9-host": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "binutils": { "arch": "amd64", "version": "2.30-15ubuntu1" }, "binutils-common": { "arch": "amd64", "version": "2.30-15ubuntu1" }, "binutils-x86-64-linux-gnu": { "arch": "amd64", "version": "2.30-15ubuntu1" }, "bison": { "arch": "amd64", "version": "2:3.0.4.dfsg-1build1" }, "blueberry": { "arch": "all", "version": "1.2.3" }, "bluetooth": { "arch": "all", "version": "5.48-0ubuntu3" }, "bluez": { "arch": "amd64", "version": "5.48-0ubuntu3" }, "bluez-cups": { "arch": "amd64", "version": "5.48-0ubuntu3" }, "bluez-obexd": { "arch": "amd64", "version": "5.48-0ubuntu3" }, "bluez-tools": { "arch": "amd64", "version": "0.2.0~20140808-5build1" }, "bolt": { "arch": "amd64", "version": "0.2-0ubuntu1" }, "brltty": { "arch": "amd64", "version": "5.5-4ubuntu2" }, "bsdmainutils": { "arch": "amd64", "version": "11.1.2ubuntu1" }, "bsdutils": { "arch": "amd64", "version": "1:2.31.1-0.4ubuntu3" }, "btrfs-progs": { "arch": "amd64", "version": "4.15.1-1build1" }, "btrfs-tools": { "arch": "amd64", "version": "4.15.1-1build1" }, "bubblewrap": { "arch": "amd64", "version": "0.2.1-1" }, "busybox-initramfs": { "arch": "amd64", "version": "1:1.27.2-2ubuntu3" }, "busybox-static": { "arch": "amd64", "version": "1:1.27.2-2ubuntu3" }, "bzip2": { "arch": "amd64", "version": "1.0.6-8.1" }, "ca-certificates": { "arch": "all", "version": "20180409" }, "ca-certificates-java": { "arch": "all", "version": "20170930ubuntu1" }, "caribou": { "arch": "amd64", "version": "0.4.21-5" }, "casper": { "arch": "amd64", "version": "1.394" }, "chef": { "arch": "amd64", "version": "14.5.33-1" }, "cifs-utils": { "arch": "amd64", "version": "2:6.8-1" }, "cinnamon": { "arch": "amd64", "version": "3.8.8+tara" }, "cinnamon-common": { "arch": "all", "version": "3.8.8+tara" }, "cinnamon-control-center": { "arch": "amd64", "version": "3.8.1+tara" }, "cinnamon-control-center-data": { "arch": "all", "version": "3.8.1+tara" }, "cinnamon-control-center-dbg": { "arch": "amd64", "version": "3.8.1+tara" }, "cinnamon-dbg": { "arch": "amd64", "version": "3.8.8+tara" }, "cinnamon-desktop-data": { "arch": "all", "version": "3.8.1+tara" }, "cinnamon-l10n": { "arch": "all", "version": "3.8.2" }, "cinnamon-screensaver": { "arch": "amd64", "version": "3.8.2+tara" }, "cinnamon-screensaver-x-plugin": { "arch": "all", "version": "3.8.2+tara" }, "cinnamon-session": { "arch": "amd64", "version": "3.8.2+tara" }, "cinnamon-session-common": { "arch": "all", "version": "3.8.2+tara" }, "cinnamon-settings-daemon": { "arch": "amd64", "version": "3.8.4+tara" }, "cjs": { "arch": "amd64", "version": "3.8.0+tara" }, "cli-common": { "arch": "all", "version": "0.9+nmu1" }, "colord": { "arch": "amd64", "version": "1.3.3-2build1" }, "colord-data": { "arch": "all", "version": "1.3.3-2build1" }, "command-not-found": { "arch": "all", "version": "18.04.4" }, "command-not-found-data": { "arch": "amd64", "version": "18.04.4" }, "console-setup": { "arch": "all", "version": "1.178ubuntu2" }, "console-setup-linux": { "arch": "all", "version": "1.178ubuntu2" }, "coreutils": { "arch": "amd64", "version": "8.28-1ubuntu1" }, "cpio": { "arch": "amd64", "version": "2.12+dfsg-6" }, "cpp": { "arch": "amd64", "version": "4:7.3.0-3ubuntu2" }, "cpp-7": { "arch": "amd64", "version": "7.3.0-16ubuntu3" }, "cracklib-runtime": { "arch": "amd64", "version": "2.9.2-5build1" }, "crda": { "arch": "amd64", "version": "3.18-1build1" }, "cron": { "arch": "amd64", "version": "3.0pl1-128.1ubuntu1" }, "cryptsetup": { "arch": "amd64", "version": "2:2.0.2-1ubuntu1" }, "cryptsetup-bin": { "arch": "amd64", "version": "2:2.0.2-1ubuntu1" }, "cups": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "cups-browsed": { "arch": "amd64", "version": "1.20.2-0ubuntu3" }, "cups-bsd": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "cups-client": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "cups-common": { "arch": "all", "version": "2.2.7-1ubuntu2" }, "cups-core-drivers": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "cups-daemon": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "cups-filters": { "arch": "amd64", "version": "1.20.2-0ubuntu3" }, "cups-filters-core-drivers": { "arch": "amd64", "version": "1.20.2-0ubuntu3" }, "cups-ipp-utils": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "cups-pk-helper": { "arch": "amd64", "version": "0.2.6-1ubuntu1" }, "cups-ppdc": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "cups-server-common": { "arch": "all", "version": "2.2.7-1ubuntu2" }, "curl": { "arch": "amd64", "version": "7.58.0-2ubuntu3" }, "dash": { "arch": "amd64", "version": "0.5.8-2.10" }, "dbus": { "arch": "amd64", "version": "1.12.2-1ubuntu1" }, "dbus-user-session": { "arch": "amd64", "version": "1.12.2-1ubuntu1" }, "dbus-x11": { "arch": "amd64", "version": "1.12.2-1ubuntu1" }, "dc": { "arch": "amd64", "version": "1.07.1-2" }, "dconf-cli": { "arch": "amd64", "version": "0.26.0-2ubuntu3" }, "dconf-gsettings-backend": { "arch": "amd64", "version": "0.26.0-2ubuntu3" }, "dconf-service": { "arch": "amd64", "version": "0.26.0-2ubuntu3" }, "dcraw": { "arch": "amd64", "version": "9.27-1ubuntu1" }, "dctrl-tools": { "arch": "amd64", "version": "2.24-2build1" }, "debconf": { "arch": "all", "version": "1.5.66" }, "debconf-i18n": { "arch": "all", "version": "1.5.66" }, "debianutils": { "arch": "amd64", "version": "4.8.4" }, "default-jre": { "arch": "amd64", "version": "2:1.10-63ubuntu1~02" }, "default-jre-headless": { "arch": "amd64", "version": "2:1.10-63ubuntu1~02" }, "desktop-file-utils": { "arch": "amd64", "version": "0.23+linuxmint3" }, "dialog": { "arch": "amd64", "version": "1.3-20171209-1" }, "dictionaries-common": { "arch": "all", "version": "1.27.2" }, "diffstat": { "arch": "amd64", "version": "1.61-1build1" }, "diffutils": { "arch": "amd64", "version": "1:3.6-1" }, "dirmngr": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "distro-info-data": { "arch": "all", "version": "0.37" }, "dkms": { "arch": "all", "version": "2.3-3ubuntu9" }, "dmeventd": { "arch": "amd64", "version": "2:1.02.145-4.1ubuntu3" }, "dmidecode": { "arch": "amd64", "version": "3.1-1" }, "dmraid": { "arch": "amd64", "version": "1.0.0.rc16-8ubuntu1" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.145-4.1ubuntu3" }, "dmz-cursor-theme": { "arch": "all", "version": "0.4.5ubuntu1" }, "dns-root-data": { "arch": "all", "version": "2018013001" }, "dnsmasq-base": { "arch": "amd64", "version": "2.79-1" }, "dnsutils": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "doc-base": { "arch": "all", "version": "0.10.8" }, "docbook-xml": { "arch": "all", "version": "4.5-8" }, "dosfstools": { "arch": "amd64", "version": "4.1-1" }, "dpkg": { "arch": "amd64", "version": "1.19.0.5ubuntu2" }, "dpkg-dev": { "arch": "all", "version": "1.19.0.5ubuntu2" }, "dpkg-repack": { "arch": "all", "version": "1.43" }, "e2fslibs": { "arch": "amd64", "version": "1.44.1-1" }, "e2fsprogs": { "arch": "amd64", "version": "1.44.1-1" }, "ecryptfs-utils": { "arch": "amd64", "version": "111-0ubuntu5" }, "ed": { "arch": "amd64", "version": "1.10-2.1" }, "efibootmgr": { "arch": "amd64", "version": "15-1" }, "eject": { "arch": "amd64", "version": "2.1.5+deb1+cvs20081104-13.2" }, "emacsen-common": { "arch": "all", "version": "2.0.8" }, "enchant": { "arch": "amd64", "version": "1.6.0-11.1" }, "espeak-ng-data": { "arch": "amd64", "version": "1.49.2+dfsg-1" }, "ethtool": { "arch": "amd64", "version": "1:4.15-0ubuntu1" }, "evolution-data-server": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "evolution-data-server-common": { "arch": "all", "version": "3.28.1-1ubuntu1" }, "exfat-fuse": { "arch": "amd64", "version": "1.2.8-1" }, "exfat-utils": { "arch": "amd64", "version": "1.2.8-1" }, "fakeroot": { "arch": "amd64", "version": "1.22-2ubuntu1" }, "fdisk": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "file": { "arch": "amd64", "version": "1:5.32-2" }, "file-roller": { "arch": "amd64", "version": "3.28.0-1ubuntu1" }, "findutils": { "arch": "amd64", "version": "4.6.0+git+20170828-2" }, "firefox": { "arch": "amd64", "version": "61.0.1+linuxmint1+tara" }, "firefox-locale-en": { "arch": "amd64", "version": "61.0.1+linuxmint1+tara" }, "flatpak": { "arch": "amd64", "version": "0.11.3-3" }, "flex": { "arch": "amd64", "version": "2.6.4-6" }, "folder-color-switcher": { "arch": "all", "version": "1.2.3" }, "fontconfig": { "arch": "amd64", "version": "2.12.6-0ubuntu2" }, "fontconfig-config": { "arch": "all", "version": "2.12.6-0ubuntu2" }, "fonts-beng": { "arch": "all", "version": "2:1.2" }, "fonts-beng-extra": { "arch": "all", "version": "1.0-6" }, "fonts-dejavu": { "arch": "all", "version": "2.37-1" }, "fonts-dejavu-core": { "arch": "all", "version": "2.37-1" }, "fonts-dejavu-extra": { "arch": "all", "version": "2.37-1" }, "fonts-deva": { "arch": "all", "version": "2:1.2" }, "fonts-deva-extra": { "arch": "all", "version": "3.0-4" }, "fonts-droid-fallback": { "arch": "all", "version": "1:6.0.1r16-1.1" }, "fonts-freefont-ttf": { "arch": "all", "version": "20120503-7" }, "fonts-gubbi": { "arch": "all", "version": "1.3-3" }, "fonts-gujr": { "arch": "all", "version": "2:1.2" }, "fonts-gujr-extra": { "arch": "all", "version": "1.0-6" }, "fonts-guru": { "arch": "all", "version": "2:1.2" }, "fonts-guru-extra": { "arch": "all", "version": "2.0-4" }, "fonts-indic": { "arch": "all", "version": "2:1.2" }, "fonts-kacst": { "arch": "all", "version": "2.01+mry-14" }, "fonts-kacst-one": { "arch": "all", "version": "5.0+svn11846-9" }, "fonts-kalapi": { "arch": "all", "version": "1.0-2" }, "fonts-khmeros-core": { "arch": "all", "version": "5.0-7ubuntu1" }, "fonts-knda": { "arch": "all", "version": "2:1.2" }, "fonts-lao": { "arch": "all", "version": "0.0.20060226-9ubuntu1" }, "fonts-liberation": { "arch": "all", "version": "1:1.07.4-5" }, "fonts-liberation2": { "arch": "all", "version": "2.00.1-5" }, "fonts-lklug-sinhala": { "arch": "all", "version": "0.6-3" }, "fonts-lohit-beng-assamese": { "arch": "all", "version": "2.91.5-1" }, "fonts-lohit-beng-bengali": { "arch": "all", "version": "2.91.5-1" }, "fonts-lohit-deva": { "arch": "all", "version": "2.95.4-2" }, "fonts-lohit-gujr": { "arch": "all", "version": "2.92.4-2" }, "fonts-lohit-guru": { "arch": "all", "version": "2.91.2-1" }, "fonts-lohit-knda": { "arch": "all", "version": "2.5.4-1" }, "fonts-lohit-mlym": { "arch": "all", "version": "2.92.2-1" }, "fonts-lohit-orya": { "arch": "all", "version": "2.91.2-1" }, "fonts-lohit-taml": { "arch": "all", "version": "2.91.3-1" }, "fonts-lohit-taml-classical": { "arch": "all", "version": "2.5.4-1" }, "fonts-lohit-telu": { "arch": "all", "version": "2.5.5-1" }, "fonts-mathjax": { "arch": "all", "version": "2.7.3+dfsg-1" }, "fonts-mlym": { "arch": "all", "version": "2:1.2" }, "fonts-nakula": { "arch": "all", "version": "1.0-3" }, "fonts-nanum": { "arch": "all", "version": "20170925-1" }, "fonts-navilu": { "arch": "all", "version": "1.2-2" }, "fonts-noto": { "arch": "all", "version": "20171026-2" }, "fonts-noto-cjk": { "arch": "all", "version": "1:20170601+repack1-2" }, "fonts-noto-color-emoji": { "arch": "all", "version": "0~20180424-0ubuntu1" }, "fonts-noto-hinted": { "arch": "all", "version": "20171026-2" }, "fonts-noto-mono": { "arch": "all", "version": "20171026-2" }, "fonts-noto-unhinted": { "arch": "all", "version": "20171026-2" }, "fonts-opensymbol": { "arch": "all", "version": "2:102.10+LibO6.0.3-0ubuntu1" }, "fonts-orya": { "arch": "all", "version": "2:1.2" }, "fonts-orya-extra": { "arch": "all", "version": "2.0-5" }, "fonts-pagul": { "arch": "all", "version": "1.0-7" }, "fonts-sahadeva": { "arch": "all", "version": "1.0-4" }, "fonts-samyak-deva": { "arch": "all", "version": "1.2.2-4" }, "fonts-samyak-gujr": { "arch": "all", "version": "1.2.2-4" }, "fonts-samyak-mlym": { "arch": "all", "version": "1.2.2-4" }, "fonts-samyak-taml": { "arch": "all", "version": "1.2.2-4" }, "fonts-sil-abyssinica": { "arch": "all", "version": "1.500-1" }, "fonts-sil-padauk": { "arch": "all", "version": "3.003-1" }, "fonts-smc": { "arch": "all", "version": "1:7.0" }, "fonts-smc-anjalioldlipi": { "arch": "all", "version": "7.0-2" }, "fonts-smc-chilanka": { "arch": "all", "version": "1.2.0-2" }, "fonts-smc-dyuthi": { "arch": "all", "version": "2.0-1" }, "fonts-smc-karumbi": { "arch": "all", "version": "1.0-1" }, "fonts-smc-keraleeyam": { "arch": "all", "version": "2.0-1" }, "fonts-smc-manjari": { "arch": "all", "version": "1.5.1-1" }, "fonts-smc-meera": { "arch": "all", "version": "7.0-2" }, "fonts-smc-rachana": { "arch": "all", "version": "7.0-2" }, "fonts-smc-raghumalayalamsans": { "arch": "all", "version": "2.1.1-2" }, "fonts-smc-suruma": { "arch": "all", "version": "3.2.1-1" }, "fonts-smc-uroob": { "arch": "all", "version": "2.0-1" }, "fonts-symbola": { "arch": "all", "version": "2.60-1" }, "fonts-takao-pgothic": { "arch": "all", "version": "00303.01-2ubuntu1" }, "fonts-taml": { "arch": "all", "version": "2:1.3" }, "fonts-telu": { "arch": "all", "version": "2:1.2" }, "fonts-telu-extra": { "arch": "all", "version": "2.0-4" }, "fonts-thai-tlwg": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tibetan-machine": { "arch": "all", "version": "1.901b-5" }, "fonts-tlwg-garuda": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-garuda-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-kinnari": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-kinnari-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-laksaman": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-laksaman-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-loma": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-loma-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-mono": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-mono-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-norasi": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-norasi-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-purisa": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-purisa-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-sawasdee": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-sawasdee-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-typewriter": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-typewriter-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-typist": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-typist-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-typo": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-typo-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-umpush": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-umpush-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-waree": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-tlwg-waree-ttf": { "arch": "all", "version": "1:0.6.4-2" }, "fonts-ubuntu": { "arch": "all", "version": "0.83-2" }, "fonts-wqy-microhei": { "arch": "all", "version": "0.2.0-beta-3" }, "foomatic-db-compressed-ppds": { "arch": "all", "version": "20180306-1" }, "friendly-recovery": { "arch": "all", "version": "0.2.38" }, "ftp": { "arch": "amd64", "version": "0.17-34" }, "fuse": { "arch": "amd64", "version": "2.9.7-1ubuntu1" }, "fwupd": { "arch": "amd64", "version": "1.0.6-2" }, "fwupdate": { "arch": "amd64", "version": "10-3" }, "fwupdate-signed": { "arch": "amd64", "version": "1.18+10-3" }, "gawk": { "arch": "amd64", "version": "1:4.1.4+dfsg-1build1" }, "gcc": { "arch": "amd64", "version": "4:7.3.0-3ubuntu2" }, "gcc-7": { "arch": "amd64", "version": "7.3.0-16ubuntu3" }, "gcc-7-base": { "arch": "amd64", "version": "7.3.0-16ubuntu3" }, "gcc-8-base": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "gconf-service": { "arch": "amd64", "version": "3.2.6-4ubuntu1" }, "gconf-service-backend": { "arch": "amd64", "version": "3.2.6-4ubuntu1" }, "gconf2": { "arch": "amd64", "version": "3.2.6-4ubuntu1" }, "gconf2-common": { "arch": "all", "version": "3.2.6-4ubuntu1" }, "gcr": { "arch": "amd64", "version": "3.28.0-1" }, "gdb": { "arch": "amd64", "version": "8.1-0ubuntu3" }, "gdbserver": { "arch": "amd64", "version": "8.1-0ubuntu3" }, "gdebi": { "arch": "all", "version": "0.9.5.7xmint7" }, "gdebi-core": { "arch": "all", "version": "0.9.5.7xmint7" }, "gdisk": { "arch": "amd64", "version": "1.0.3-1" }, "genisoimage": { "arch": "amd64", "version": "9:1.1.11-3ubuntu2" }, "geoclue-2.0": { "arch": "amd64", "version": "2.4.7-1ubuntu1" }, "geoip-database": { "arch": "all", "version": "20180315-1" }, "gettext": { "arch": "amd64", "version": "0.19.8.1-6" }, "gettext-base": { "arch": "amd64", "version": "0.19.8.1-6" }, "ghostscript": { "arch": "amd64", "version": "9.22~dfsg+1-0ubuntu1" }, "ghostscript-x": { "arch": "amd64", "version": "9.22~dfsg+1-0ubuntu1" }, "gimp": { "arch": "amd64", "version": "2.8.22-1" }, "gimp-data": { "arch": "all", "version": "2.8.22-1" }, "gimp-help-common": { "arch": "all", "version": "2.8.2-0.1" }, "gimp-help-en": { "arch": "all", "version": "2.8.2-0.1" }, "gir1.2-accountsservice-1.0": { "arch": "amd64", "version": "0.6.45-1ubuntu1" }, "gir1.2-appindicator3-0.1": { "arch": "amd64", "version": "12.10.1+18.04.20180322.1-0ubuntu1" }, "gir1.2-appstream-1.0": { "arch": "amd64", "version": "0.12.0-3" }, "gir1.2-atk-1.0": { "arch": "amd64", "version": "2.28.1-1" }, "gir1.2-atspi-2.0": { "arch": "amd64", "version": "2.28.0-1" }, "gir1.2-caribou-1.0": { "arch": "amd64", "version": "0.4.21-5" }, "gir1.2-cinnamondesktop-3.0": { "arch": "amd64", "version": "3.8.1+tara" }, "gir1.2-clutter-1.0": { "arch": "amd64", "version": "1.26.2+dfsg-4" }, "gir1.2-clutter-gst-3.0": { "arch": "amd64", "version": "3.0.26-1" }, "gir1.2-cmenu-3.0": { "arch": "amd64", "version": "3.8.2+tara" }, "gir1.2-cogl-1.0": { "arch": "amd64", "version": "1.22.2-3" }, "gir1.2-coglpango-1.0": { "arch": "amd64", "version": "1.22.2-3" }, "gir1.2-cvc-1.0": { "arch": "amd64", "version": "3.8.1+tara" }, "gir1.2-dbusmenu-glib-0.4": { "arch": "amd64", "version": "16.04.1+18.04.20171206-0ubuntu1" }, "gir1.2-dee-1.0": { "arch": "amd64", "version": "1.2.7+17.10.20170616-0ubuntu4" }, "gir1.2-flatpak-1.0": { "arch": "amd64", "version": "0.11.3-3" }, "gir1.2-freedesktop": { "arch": "amd64", "version": "1.56.1-1" }, "gir1.2-gdesktopenums-3.0": { "arch": "amd64", "version": "3.28.0-1ubuntu1" }, "gir1.2-gdkpixbuf-2.0": { "arch": "amd64", "version": "2.36.11-2" }, "gir1.2-gkbd-3.0": { "arch": "amd64", "version": "3.26.0-3" }, "gir1.2-glib-2.0": { "arch": "amd64", "version": "1.56.1-1" }, "gir1.2-gnomebluetooth-1.0": { "arch": "amd64", "version": "3.28.0-2" }, "gir1.2-gnomedesktop-3.0": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "gir1.2-gst-plugins-base-1.0": { "arch": "amd64", "version": "1.14.0-2ubuntu1" }, "gir1.2-gstreamer-1.0": { "arch": "amd64", "version": "1.14.0-1" }, "gir1.2-gtk-3.0": { "arch": "amd64", "version": "3.22.30-1ubuntu1" }, "gir1.2-gtkclutter-1.0": { "arch": "amd64", "version": "1.8.4-3" }, "gir1.2-gtksource-3.0": { "arch": "amd64", "version": "3.24.7-1" }, "gir1.2-gtop-2.0": { "arch": "amd64", "version": "2.38.0-2" }, "gir1.2-gudev-1.0": { "arch": "amd64", "version": "1:232-2" }, "gir1.2-ibus-1.0": { "arch": "amd64", "version": "1.5.17-3ubuntu4" }, "gir1.2-javascriptcoregtk-3.0": { "arch": "amd64", "version": "2.4.11-3ubuntu3" }, "gir1.2-javascriptcoregtk-4.0": { "arch": "amd64", "version": "2.20.1-1" }, "gir1.2-json-1.0": { "arch": "amd64", "version": "1.4.2-3" }, "gir1.2-keybinder-3.0": { "arch": "amd64", "version": "0.3.2-1" }, "gir1.2-mate-desktop": { "arch": "amd64", "version": "1.20.1-2ubuntu1" }, "gir1.2-mate-panel": { "arch": "amd64", "version": "1.20.1-3ubuntu1" }, "gir1.2-matedesktop-2.0": { "arch": "amd64", "version": "1.20.1-2ubuntu1" }, "gir1.2-matepanelapplet-4.0": { "arch": "amd64", "version": "1.20.1-3ubuntu1" }, "gir1.2-meta-muffin-0.0": { "arch": "amd64", "version": "3.8.2+tara" }, "gir1.2-nemo-3.0": { "arch": "amd64", "version": "3.8.5+tara" }, "gir1.2-networkmanager-1.0": { "arch": "amd64", "version": "1.10.6-2ubuntu1" }, "gir1.2-nmgtk-1.0": { "arch": "amd64", "version": "1.8.10-2ubuntu1" }, "gir1.2-notify-0.7": { "arch": "amd64", "version": "0.7.7-3" }, "gir1.2-packagekitglib-1.0": { "arch": "amd64", "version": "1.1.9-1ubuntu2" }, "gir1.2-pango-1.0": { "arch": "amd64", "version": "1.40.14-1" }, "gir1.2-peas-1.0": { "arch": "amd64", "version": "1.22.0-2" }, "gir1.2-polkit-1.0": { "arch": "amd64", "version": "0.105-20" }, "gir1.2-rb-3.0": { "arch": "amd64", "version": "3.4.2-4ubuntu1" }, "gir1.2-secret-1": { "arch": "amd64", "version": "0.18.6-1" }, "gir1.2-soup-2.4": { "arch": "amd64", "version": "2.62.1-1" }, "gir1.2-timezonemap-1.0": { "arch": "amd64", "version": "0.4.5" }, "gir1.2-udisks-2.0": { "arch": "amd64", "version": "2.7.6-3" }, "gir1.2-upowerglib-1.0": { "arch": "amd64", "version": "0.99.7-2" }, "gir1.2-vte-2.91": { "arch": "amd64", "version": "0.52.1-1ubuntu1" }, "gir1.2-webkit-3.0": { "arch": "amd64", "version": "2.4.11-3ubuntu3" }, "gir1.2-webkit2-4.0": { "arch": "amd64", "version": "2.20.1-1" }, "gir1.2-wnck-3.0": { "arch": "amd64", "version": "3.24.1-2" }, "gir1.2-xapp-1.0": { "arch": "amd64", "version": "1.2.2+tara" }, "gir1.2-xkl-1.0": { "arch": "amd64", "version": "5.4-3" }, "gir1.2-xplayer-1.0": { "arch": "amd64", "version": "1.8.3+tara" }, "gir1.2-xplayer-plparser-1.0": { "arch": "amd64", "version": "1.0.2+tara" }, "gir1.2-xreader": { "arch": "amd64", "version": "1.8.5+tara" }, "gist": { "arch": "all", "version": "4.6.1-1" }, "gkbd-capplet": { "arch": "amd64", "version": "3.26.0-3" }, "glib-networking": { "arch": "amd64", "version": "2.56.0-1" }, "glib-networking-common": { "arch": "all", "version": "2.56.0-1" }, "glib-networking-services": { "arch": "amd64", "version": "2.56.0-1" }, "gnome-accessibility-themes": { "arch": "all", "version": "3.28-1ubuntu1" }, "gnome-bluetooth": { "arch": "amd64", "version": "3.28.0-2" }, "gnome-calculator": { "arch": "amd64", "version": "1:3.28.1-1ubuntu1" }, "gnome-calendar": { "arch": "amd64", "version": "3.28.1-1ubuntu2mint1" }, "gnome-desktop3-data": { "arch": "all", "version": "3.28.1-1ubuntu1" }, "gnome-disk-utility": { "arch": "amd64", "version": "3.28.1-0ubuntu1" }, "gnome-font-viewer": { "arch": "amd64", "version": "3.28.0-1" }, "gnome-icon-theme": { "arch": "all", "version": "3.12.0-3" }, "gnome-icon-theme-symbolic": { "arch": "all", "version": "3.12.0-2" }, "gnome-keyring": { "arch": "amd64", "version": "3.28.0.2-1ubuntu1" }, "gnome-keyring-pkcs11": { "arch": "amd64", "version": "3.28.0.2-1ubuntu1" }, "gnome-logs": { "arch": "amd64", "version": "3.28.0-1linuxmint1" }, "gnome-menus": { "arch": "amd64", "version": "3.13.3-11ubuntu1" }, "gnome-online-accounts": { "arch": "amd64", "version": "3.28.0-0ubuntu2mint1" }, "gnome-orca": { "arch": "all", "version": "3.28.0-3ubuntu1" }, "gnome-power-manager": { "arch": "amd64", "version": "3.26.0-1" }, "gnome-screenshot": { "arch": "amd64", "version": "3.25.0-1linuxmint2" }, "gnome-session-bin": { "arch": "amd64", "version": "3.28.1-0ubuntu2" }, "gnome-session-canberra": { "arch": "amd64", "version": "0.30-5ubuntu1" }, "gnome-settings-daemon": { "arch": "amd64", "version": "3.28.1-0ubuntu1" }, "gnome-settings-daemon-schemas": { "arch": "all", "version": "3.28.1-0ubuntu1" }, "gnome-system-monitor": { "arch": "amd64", "version": "3.28.1-1" }, "gnome-terminal": { "arch": "amd64", "version": "3.28.1-1ubuntu1mint2" }, "gnome-terminal-data": { "arch": "all", "version": "3.28.1-1ubuntu1mint2" }, "gnome-themes-extra": { "arch": "amd64", "version": "3.28-1ubuntu1" }, "gnome-themes-extra-data": { "arch": "all", "version": "3.28-1ubuntu1" }, "gnome-themes-standard": { "arch": "all", "version": "3.28-1ubuntu1" }, "gnupg": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "gnupg-l10n": { "arch": "all", "version": "2.2.4-1ubuntu1" }, "gnupg-utils": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "gpg": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "gpg-agent": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "gpg-wks-client": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "gpg-wks-server": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "gpgconf": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "gpgsm": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "gpgv": { "arch": "amd64", "version": "2.2.4-1ubuntu1" }, "grep": { "arch": "amd64", "version": "3.1-2" }, "groff-base": { "arch": "amd64", "version": "1.22.3-10" }, "growisofs": { "arch": "amd64", "version": "7.1-12" }, "grub-common": { "arch": "amd64", "version": "2.02-2ubuntu8" }, "grub-gfxpayload-lists": { "arch": "amd64", "version": "0.7" }, "grub-pc": { "arch": "amd64", "version": "2.02-2ubuntu8" }, "grub-pc-bin": { "arch": "amd64", "version": "2.02-2ubuntu8" }, "grub2-common": { "arch": "amd64", "version": "2.02-2ubuntu8" }, "gsettings-desktop-schemas": { "arch": "all", "version": "3.28.0-1ubuntu1" }, "gsfonts": { "arch": "all", "version": "1:8.11+urwcyr1.0.7~pre44-4.4" }, "gstreamer1.0-alsa": { "arch": "amd64", "version": "1.14.0-2ubuntu1" }, "gstreamer1.0-clutter-3.0": { "arch": "amd64", "version": "3.0.26-1" }, "gstreamer1.0-gl": { "arch": "amd64", "version": "1.14.0-2ubuntu1" }, "gstreamer1.0-packagekit": { "arch": "amd64", "version": "1.1.9-1ubuntu2" }, "gstreamer1.0-plugins-base": { "arch": "amd64", "version": "1.14.0-2ubuntu1" }, "gstreamer1.0-plugins-base-apps": { "arch": "amd64", "version": "1.14.0-2ubuntu1" }, "gstreamer1.0-plugins-good": { "arch": "amd64", "version": "1.14.0-1ubuntu1" }, "gstreamer1.0-pulseaudio": { "arch": "amd64", "version": "1.14.0-1ubuntu1" }, "gstreamer1.0-tools": { "arch": "amd64", "version": "1.14.0-1" }, "gstreamer1.0-x": { "arch": "amd64", "version": "1.14.0-2ubuntu1" }, "gtk-update-icon-cache": { "arch": "amd64", "version": "3.22.30-1ubuntu1" }, "gtk2-engines": { "arch": "amd64", "version": "1:2.20.2-5" }, "gtk2-engines-murrine": { "arch": "amd64", "version": "0.98.2-2ubuntu1" }, "gtk2-engines-pixbuf": { "arch": "amd64", "version": "2.24.32-1ubuntu1" }, "gucharmap": { "arch": "amd64", "version": "1:10.0.4-1" }, "gufw": { "arch": "all", "version": "18.04.0-0ubuntu1" }, "guile-2.0-libs": { "arch": "amd64", "version": "2.0.13+1-5build2" }, "gvfs": { "arch": "amd64", "version": "1.36.1-0ubuntu1" }, "gvfs-backends": { "arch": "amd64", "version": "1.36.1-0ubuntu1" }, "gvfs-bin": { "arch": "amd64", "version": "1.36.1-0ubuntu1" }, "gvfs-common": { "arch": "all", "version": "1.36.1-0ubuntu1" }, "gvfs-daemons": { "arch": "amd64", "version": "1.36.1-0ubuntu1" }, "gvfs-fuse": { "arch": "amd64", "version": "1.36.1-0ubuntu1" }, "gvfs-libs": { "arch": "amd64", "version": "1.36.1-0ubuntu1" }, "gzip": { "arch": "amd64", "version": "1.6-5ubuntu1" }, "hddtemp": { "arch": "amd64", "version": "0.3-beta15-53" }, "hdparm": { "arch": "amd64", "version": "9.54+ds-1" }, "hexchat": { "arch": "amd64", "version": "2.14.1-2" }, "hexchat-common": { "arch": "all", "version": "2.14.1-2" }, "hfsprogs": { "arch": "amd64", "version": "332.25-11build1" }, "hicolor-icon-theme": { "arch": "all", "version": "0.17-2" }, "hostname": { "arch": "amd64", "version": "3.20" }, "hplip": { "arch": "amd64", "version": "3.17.10+repack0-5" }, "hplip-data": { "arch": "all", "version": "3.17.10+repack0-5" }, "humanity-icon-theme": { "arch": "all", "version": "0.6.15" }, "hunspell-de-at-frami": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-de-ch-frami": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-de-de-frami": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-en-au": { "arch": "all", "version": "1:2017.08.24" }, "hunspell-en-ca": { "arch": "all", "version": "1:2017.08.24" }, "hunspell-en-gb": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-en-us": { "arch": "all", "version": "1:2017.08.24" }, "hunspell-en-za": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-es": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-fr": { "arch": "all", "version": "1:6.2-1" }, "hunspell-fr-classical": { "arch": "all", "version": "1:6.2-1" }, "hunspell-it": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-pt-br": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-pt-pt": { "arch": "all", "version": "1:6.0.3-3" }, "hunspell-ru": { "arch": "all", "version": "1:6.0.3-3" }, "hwdata": { "arch": "all", "version": "0.290-1" }, "hyphen-de": { "arch": "all", "version": "1:6.0.3-3" }, "hyphen-en-ca": { "arch": "all", "version": "0.10" }, "hyphen-en-gb": { "arch": "all", "version": "1:6.0.3-3" }, "hyphen-en-us": { "arch": "all", "version": "2.8.8-5" }, "hyphen-fr": { "arch": "all", "version": "1:6.0.3-3" }, "hyphen-it": { "arch": "all", "version": "1:6.0.3-3" }, "hyphen-pt-br": { "arch": "all", "version": "1:6.0.3-3" }, "hyphen-pt-pt": { "arch": "all", "version": "1:6.0.3-3" }, "hyphen-ru": { "arch": "all", "version": "20030310-1ubuntu3" }, "ideviceinstaller": { "arch": "amd64", "version": "1.1.0-0ubuntu3" }, "ifupdown": { "arch": "amd64", "version": "0.8.17ubuntu1" }, "ifuse": { "arch": "amd64", "version": "1.1.3-0.1" }, "iio-sensor-proxy": { "arch": "amd64", "version": "2.4-2" }, "im-config": { "arch": "all", "version": "0.34-1ubuntu1" }, "imagemagick-6-common": { "arch": "all", "version": "8:6.9.7.4+dfsg-16ubuntu6" }, "info": { "arch": "amd64", "version": "6.5.0.dfsg.1-2" }, "init": { "arch": "amd64", "version": "1.51" }, "init-system-helpers": { "arch": "all", "version": "1.51" }, "initramfs-tools": { "arch": "all", "version": "0.130ubuntu3" }, "initramfs-tools-bin": { "arch": "amd64", "version": "0.130ubuntu3" }, "initramfs-tools-core": { "arch": "all", "version": "0.130ubuntu3" }, "inputattach": { "arch": "amd64", "version": "1:1.6.0-2" }, "install-info": { "arch": "amd64", "version": "6.5.0.dfsg.1-2" }, "intltool-debian": { "arch": "all", "version": "0.35.0+20060710.4" }, "inxi": { "arch": "all", "version": "2.3.56-1" }, "ippusbxd": { "arch": "amd64", "version": "1.32-2" }, "iproute2": { "arch": "amd64", "version": "4.15.0-2ubuntu1" }, "iptables": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "iputils-arping": { "arch": "amd64", "version": "3:20161105-1ubuntu2" }, "iputils-ping": { "arch": "amd64", "version": "3:20161105-1ubuntu2" }, "iputils-tracepath": { "arch": "amd64", "version": "3:20161105-1ubuntu2" }, "irqbalance": { "arch": "amd64", "version": "1.3.0-0.1" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.3.5-3ubuntu7" }, "isc-dhcp-common": { "arch": "amd64", "version": "4.3.5-3ubuntu7" }, "iso-codes": { "arch": "all", "version": "3.79-1" }, "iso-flag-png": { "arch": "all", "version": "1.0.2" }, "iw": { "arch": "amd64", "version": "4.14-0.1" }, "java-common": { "arch": "all", "version": "0.63ubuntu1~02" }, "jfsutils": { "arch": "amd64", "version": "1.1.15-3" }, "kbd": { "arch": "amd64", "version": "2.0.4-2ubuntu1" }, "kerneloops": { "arch": "amd64", "version": "0.12+git20140509-6ubuntu2" }, "keyboard-configuration": { "arch": "all", "version": "1.178ubuntu2" }, "keyutils": { "arch": "amd64", "version": "1.5.9-9.2ubuntu2" }, "klibc-utils": { "arch": "amd64", "version": "2.0.4-9ubuntu2" }, "kmod": { "arch": "amd64", "version": "24-1ubuntu3" }, "kpartx": { "arch": "amd64", "version": "0.7.4-2ubuntu3" }, "kpartx-boot": { "arch": "all", "version": "0.7.4-2ubuntu3" }, "krb5-locales": { "arch": "all", "version": "1.16-2build1" }, "language-pack-en": { "arch": "all", "version": "1:18.04+20180712" }, "language-pack-en-base": { "arch": "all", "version": "1:18.04+20180712" }, "language-pack-gnome-en": { "arch": "all", "version": "1:18.04+20180712" }, "language-pack-gnome-en-base": { "arch": "all", "version": "1:18.04+20180712" }, "laptop-detect": { "arch": "all", "version": "0.16" }, "less": { "arch": "amd64", "version": "487-0.1" }, "libaa1": { "arch": "amd64", "version": "1.4p5-44build2" }, "libabw-0.1-1": { "arch": "amd64", "version": "0.1.2-1ubuntu1" }, "libaccountsservice0": { "arch": "amd64", "version": "0.6.45-1ubuntu1" }, "libacl1": { "arch": "amd64", "version": "2.2.52-3build1" }, "libamd2": { "arch": "amd64", "version": "1:5.1.2-2" }, "libao-common": { "arch": "all", "version": "1.2.2+20180113-1ubuntu1" }, "libao4": { "arch": "amd64", "version": "1.2.2+20180113-1ubuntu1" }, "libapparmor1": { "arch": "amd64", "version": "2.12-4ubuntu5" }, "libappindicator0.1-cil": { "arch": "all", "version": "12.10.1+18.04.20180322.1-0ubuntu1" }, "libappindicator1": { "arch": "amd64", "version": "12.10.1+18.04.20180322.1-0ubuntu1" }, "libappindicator3-1": { "arch": "amd64", "version": "12.10.1+18.04.20180322.1-0ubuntu1" }, "libappstream-glib8": { "arch": "amd64", "version": "0.7.7-2" }, "libappstream4": { "arch": "amd64", "version": "0.12.0-3" }, "libapt-inst2.0": { "arch": "amd64", "version": "1.6.1" }, "libapt-pkg-perl": { "arch": "amd64", "version": "0.1.33build1" }, "libapt-pkg5.0": { "arch": "amd64", "version": "1.6.1" }, "libarchive-zip-perl": { "arch": "all", "version": "1.60-1" }, "libarchive13": { "arch": "amd64", "version": "3.2.2-3.1" }, "libargon2-0": { "arch": "amd64", "version": "0~20161029-1.1" }, "libasan4": { "arch": "amd64", "version": "7.3.0-16ubuntu3" }, "libasn1-8-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libasound2": { "arch": "amd64", "version": "1.1.3-5" }, "libasound2-data": { "arch": "all", "version": "1.1.3-5" }, "libasound2-plugins": { "arch": "amd64", "version": "1.1.1-1ubuntu1" }, "libaspell15": { "arch": "amd64", "version": "0.60.7~20110707-4" }, "libassuan0": { "arch": "amd64", "version": "2.5.1-2" }, "libasyncns0": { "arch": "amd64", "version": "0.8-6" }, "libatasmart4": { "arch": "amd64", "version": "0.19-4" }, "libatk-adaptor": { "arch": "amd64", "version": "2.26.2-1" }, "libatk-bridge2.0-0": { "arch": "amd64", "version": "2.26.2-1" }, "libatk-wrapper-java": { "arch": "all", "version": "0.33.3-20" }, "libatk-wrapper-java-jni": { "arch": "amd64", "version": "0.33.3-20" }, "libatk1.0-0": { "arch": "amd64", "version": "2.28.1-1" }, "libatk1.0-data": { "arch": "all", "version": "2.28.1-1" }, "libatkmm-1.6-1v5": { "arch": "amd64", "version": "2.24.2-3" }, "libatm1": { "arch": "amd64", "version": "1:2.5.1-2build1" }, "libatomic1": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libatspi2.0-0": { "arch": "amd64", "version": "2.28.0-1" }, "libattr1": { "arch": "amd64", "version": "1:2.4.47-2build1" }, "libaudio2": { "arch": "amd64", "version": "1.9.4-6" }, "libaudit-common": { "arch": "all", "version": "1:2.8.2-1ubuntu1" }, "libaudit1": { "arch": "amd64", "version": "1:2.8.2-1ubuntu1" }, "libauthen-sasl-perl": { "arch": "all", "version": "2.1600-1" }, "libavahi-client3": { "arch": "amd64", "version": "0.7-3.1ubuntu1" }, "libavahi-common-data": { "arch": "amd64", "version": "0.7-3.1ubuntu1" }, "libavahi-common3": { "arch": "amd64", "version": "0.7-3.1ubuntu1" }, "libavahi-core7": { "arch": "amd64", "version": "0.7-3.1ubuntu1" }, "libavahi-glib1": { "arch": "amd64", "version": "0.7-3.1ubuntu1" }, "libavc1394-0": { "arch": "amd64", "version": "0.5.4-4build1" }, "libavcodec57": { "arch": "amd64", "version": "7:3.4.2-2" }, "libavformat57": { "arch": "amd64", "version": "7:3.4.2-2" }, "libavutil55": { "arch": "amd64", "version": "7:3.4.2-2" }, "libbabeltrace1": { "arch": "amd64", "version": "1.5.5-1" }, "libbabl-0.1-0": { "arch": "amd64", "version": "0.1.44-1" }, "libbind9-160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "libbinutils": { "arch": "amd64", "version": "2.30-15ubuntu1" }, "libbison-dev": { "arch": "amd64", "version": "2:3.0.4.dfsg-1build1" }, "libblas3": { "arch": "amd64", "version": "3.7.1-4ubuntu1" }, "libblkid1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "libblockdev-crypto2": { "arch": "amd64", "version": "2.16-2" }, "libblockdev-fs2": { "arch": "amd64", "version": "2.16-2" }, "libblockdev-loop2": { "arch": "amd64", "version": "2.16-2" }, "libblockdev-part-err2": { "arch": "amd64", "version": "2.16-2" }, "libblockdev-part2": { "arch": "amd64", "version": "2.16-2" }, "libblockdev-swap2": { "arch": "amd64", "version": "2.16-2" }, "libblockdev-utils2": { "arch": "amd64", "version": "2.16-2" }, "libblockdev2": { "arch": "amd64", "version": "2.16-2" }, "libbluetooth3": { "arch": "amd64", "version": "5.48-0ubuntu3" }, "libbluray2": { "arch": "amd64", "version": "1:1.0.2-3" }, "libboost-date-time1.65.1": { "arch": "amd64", "version": "1.65.1+dfsg-0ubuntu5" }, "libboost-filesystem1.65.1": { "arch": "amd64", "version": "1.65.1+dfsg-0ubuntu5" }, "libboost-iostreams1.65.1": { "arch": "amd64", "version": "1.65.1+dfsg-0ubuntu5" }, "libboost-locale1.65.1": { "arch": "amd64", "version": "1.65.1+dfsg-0ubuntu5" }, "libboost-system1.65.1": { "arch": "amd64", "version": "1.65.1+dfsg-0ubuntu5" }, "libboost-thread1.65.1": { "arch": "amd64", "version": "1.65.1+dfsg-0ubuntu5" }, "libbrlapi0.6": { "arch": "amd64", "version": "5.5-4ubuntu2" }, "libbsd0": { "arch": "amd64", "version": "0.8.7-1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.6-8.1" }, "libc-bin": { "arch": "amd64", "version": "2.27-3ubuntu1" }, "libc6": { "arch": "amd64", "version": "2.27-3ubuntu1" }, "libc6-dbg": { "arch": "amd64", "version": "2.27-3ubuntu1" }, "libcaca0": { "arch": "amd64", "version": "0.99.beta19-2build2~gcc5.3" }, "libcairo-gobject-perl": { "arch": "amd64", "version": "1.004-2build3" }, "libcairo-gobject2": { "arch": "amd64", "version": "1.15.10-2" }, "libcairo-perl": { "arch": "amd64", "version": "1.106-2build2" }, "libcairo2": { "arch": "amd64", "version": "1.15.10-2" }, "libcairomm-1.0-1v5": { "arch": "amd64", "version": "1.12.2-3" }, "libcamd2": { "arch": "amd64", "version": "1:5.1.2-2" }, "libcamel-1.2-61": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libcanberra-gtk3-0": { "arch": "amd64", "version": "0.30-5ubuntu1" }, "libcanberra-gtk3-module": { "arch": "amd64", "version": "0.30-5ubuntu1" }, "libcanberra-pulse": { "arch": "amd64", "version": "0.30-5ubuntu1" }, "libcanberra0": { "arch": "amd64", "version": "0.30-5ubuntu1" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.7-3.1" }, "libcap2": { "arch": "amd64", "version": "1:2.25-1.2" }, "libcap2-bin": { "arch": "amd64", "version": "1:2.25-1.2" }, "libcaribou-common": { "arch": "all", "version": "0.4.21-5" }, "libcaribou0": { "arch": "amd64", "version": "0.4.21-5" }, "libcc1-0": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libccolamd2": { "arch": "amd64", "version": "1:5.1.2-2" }, "libcdio-cdda2": { "arch": "amd64", "version": "10.2+0.94+2-2build1" }, "libcdio-paranoia2": { "arch": "amd64", "version": "10.2+0.94+2-2build1" }, "libcdio17": { "arch": "amd64", "version": "1.0.0-2ubuntu2" }, "libcdparanoia0": { "arch": "amd64", "version": "3.10.2+debian-13" }, "libcdr-0.1-1": { "arch": "amd64", "version": "0.1.4-1build1" }, "libcgi-fast-perl": { "arch": "all", "version": "1:2.13-1" }, "libcgi-pm-perl": { "arch": "all", "version": "4.38-1" }, "libchamplain-0.12-0": { "arch": "amd64", "version": "0.12.16-2" }, "libchamplain-gtk-0.12-0": { "arch": "amd64", "version": "0.12.16-2" }, "libcholmod3": { "arch": "amd64", "version": "1:5.1.2-2" }, "libchromaprint1": { "arch": "amd64", "version": "1.4.3-1" }, "libcilkrts5": { "arch": "amd64", "version": "7.3.0-16ubuntu3" }, "libcinnamon-control-center1": { "arch": "amd64", "version": "3.8.1+tara" }, "libcinnamon-desktop-dbg": { "arch": "amd64", "version": "3.8.1+tara" }, "libcinnamon-desktop4": { "arch": "amd64", "version": "3.8.1+tara" }, "libcinnamon-menu-3-0": { "arch": "amd64", "version": "3.8.2+tara" }, "libcinnamon-menu-3-0-dbg": { "arch": "amd64", "version": "3.8.2+tara" }, "libcjs-dbg": { "arch": "amd64", "version": "3.8.0+tara" }, "libcjs0f": { "arch": "amd64", "version": "3.8.0+tara" }, "libclass-accessor-perl": { "arch": "all", "version": "0.51-1" }, "libclone-perl": { "arch": "amd64", "version": "0.39-1" }, "libclucene-contribs1v5": { "arch": "amd64", "version": "2.3.3.4+dfsg-1" }, "libclucene-core1v5": { "arch": "amd64", "version": "2.3.3.4+dfsg-1" }, "libclutter-1.0-0": { "arch": "amd64", "version": "1.26.2+dfsg-4" }, "libclutter-1.0-common": { "arch": "all", "version": "1.26.2+dfsg-4" }, "libclutter-gst-3.0-0": { "arch": "amd64", "version": "3.0.26-1" }, "libclutter-gtk-1.0-0": { "arch": "amd64", "version": "1.8.4-3" }, "libcmis-0.5-5v5": { "arch": "amd64", "version": "0.5.1+git20160603-3build2" }, "libcogl-common": { "arch": "all", "version": "1.22.2-3" }, "libcogl-pango20": { "arch": "amd64", "version": "1.22.2-3" }, "libcogl-path20": { "arch": "amd64", "version": "1.22.2-3" }, "libcogl20": { "arch": "amd64", "version": "1.22.2-3" }, "libcolamd2": { "arch": "amd64", "version": "1:5.1.2-2" }, "libcolord2": { "arch": "amd64", "version": "1.3.3-2build1" }, "libcolorhug2": { "arch": "amd64", "version": "1.3.3-2build1" }, "libcom-err2": { "arch": "amd64", "version": "1.44.1-1" }, "libcrack2": { "arch": "amd64", "version": "2.9.2-5build1" }, "libcroco3": { "arch": "amd64", "version": "0.6.12-2" }, "libcryptsetup12": { "arch": "amd64", "version": "2:2.0.2-1ubuntu1" }, "libcrystalhd3": { "arch": "amd64", "version": "1:0.0~git20110715.fdd2f19-12" }, "libcscreensaver0": { "arch": "amd64", "version": "3.8.2+tara" }, "libcups2": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "libcupscgi1": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "libcupsfilters1": { "arch": "amd64", "version": "1.20.2-0ubuntu3" }, "libcupsimage2": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "libcupsmime1": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "libcupsppdc1": { "arch": "amd64", "version": "2.2.7-1ubuntu2" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.58.0-2ubuntu3" }, "libcurl4": { "arch": "amd64", "version": "7.58.0-2ubuntu3" }, "libcvc-dbg": { "arch": "amd64", "version": "3.8.1+tara" }, "libcvc0": { "arch": "amd64", "version": "3.8.1+tara" }, "libcwidget3v5": { "arch": "amd64", "version": "0.5.17-7" }, "libdaemon0": { "arch": "amd64", "version": "0.14-6" }, "libdata-dump-perl": { "arch": "all", "version": "1.23-1" }, "libdatrie1": { "arch": "amd64", "version": "0.2.10-7" }, "libdazzle-1.0-0": { "arch": "amd64", "version": "3.28.1-1" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28-13.1ubuntu1" }, "libdbus-1-3": { "arch": "amd64", "version": "1.12.2-1ubuntu1" }, "libdbus-glib-1-2": { "arch": "amd64", "version": "0.110-2" }, "libdbus-glib2.0-cil": { "arch": "all", "version": "0.6.0-1build1" }, "libdbus2.0-cil": { "arch": "all", "version": "0.8.1-2" }, "libdbusmenu-glib4": { "arch": "amd64", "version": "16.04.1+18.04.20171206-0ubuntu1" }, "libdbusmenu-gtk3-4": { "arch": "amd64", "version": "16.04.1+18.04.20171206-0ubuntu1" }, "libdbusmenu-gtk4": { "arch": "amd64", "version": "16.04.1+18.04.20171206-0ubuntu1" }, "libdconf1": { "arch": "amd64", "version": "0.26.0-2ubuntu3" }, "libdebconfclient0": { "arch": "amd64", "version": "0.213ubuntu1" }, "libdebian-installer4": { "arch": "amd64", "version": "0.110ubuntu2" }, "libdee-1.0-4": { "arch": "amd64", "version": "1.2.7+17.10.20170616-0ubuntu4" }, "libdevmapper-event1.02.1": { "arch": "amd64", "version": "2:1.02.145-4.1ubuntu3" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.145-4.1ubuntu3" }, "libdigest-hmac-perl": { "arch": "all", "version": "1.03+dfsg-1" }, "libdjvulibre-text": { "arch": "all", "version": "3.5.27.1-8" }, "libdjvulibre21": { "arch": "amd64", "version": "3.5.27.1-8" }, "libdmapsharing-3.0-2": { "arch": "amd64", "version": "2.9.39-2" }, "libdmraid1.0.0.rc16": { "arch": "amd64", "version": "1.0.0.rc16-8ubuntu1" }, "libdns-export1100": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "libdns1100": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "libdotconf0": { "arch": "amd64", "version": "1.3-0.3fakesync1" }, "libdouble-conversion1": { "arch": "amd64", "version": "2.0.1-4ubuntu1" }, "libdpkg-perl": { "arch": "all", "version": "1.19.0.5ubuntu2" }, "libdrm-amdgpu1": { "arch": "amd64", "version": "2.4.91-2" }, "libdrm-common": { "arch": "all", "version": "2.4.91-2" }, "libdrm-intel1": { "arch": "amd64", "version": "2.4.91-2" }, "libdrm-nouveau2": { "arch": "amd64", "version": "2.4.91-2" }, "libdrm-radeon1": { "arch": "amd64", "version": "2.4.91-2" }, "libdrm2": { "arch": "amd64", "version": "2.4.91-2" }, "libdv4": { "arch": "amd64", "version": "1.0.0-11" }, "libdw1": { "arch": "amd64", "version": "0.170-0.4" }, "libe-book-0.1-1": { "arch": "amd64", "version": "0.1.3-1" }, "libebackend-1.2-10": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libebook-1.2-19": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libebook-contacts-1.2-2": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libecal-1.2-19": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libecryptfs1": { "arch": "amd64", "version": "111-0ubuntu5" }, "libedata-book-1.2-25": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libedata-cal-1.2-28": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libedataserver-1.2-23": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libedataserverui-1.2-2": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libedit2": { "arch": "amd64", "version": "3.1-20170329-1" }, "libefiboot1": { "arch": "amd64", "version": "34-1" }, "libefivar1": { "arch": "amd64", "version": "34-1" }, "libegl-mesa0": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libegl1": { "arch": "amd64", "version": "1.0.0-2ubuntu2" }, "libegl1-mesa": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libelf1": { "arch": "amd64", "version": "0.170-0.4" }, "libemail-valid-perl": { "arch": "all", "version": "1.202-1" }, "libenchant1c2a": { "arch": "amd64", "version": "1.6.0-11.1" }, "libencode-locale-perl": { "arch": "all", "version": "1.05-1" }, "libeot0": { "arch": "amd64", "version": "0.01-5" }, "libepoxy0": { "arch": "amd64", "version": "1.4.3-1" }, "libept1.5.0": { "arch": "amd64", "version": "1.1+nmu3build1" }, "libepubgen-0.1-1": { "arch": "amd64", "version": "0.1.0-2ubuntu1" }, "libespeak-ng1": { "arch": "amd64", "version": "1.49.2+dfsg-1" }, "libestr0": { "arch": "amd64", "version": "0.1.10-2.1" }, "libetonyek-0.1-1": { "arch": "amd64", "version": "0.1.7-3" }, "libevdev2": { "arch": "amd64", "version": "1.5.8+dfsg-1" }, "libevent-2.1-6": { "arch": "amd64", "version": "2.1.8-stable-4build1" }, "libexempi3": { "arch": "amd64", "version": "2.4.5-2" }, "libexif12": { "arch": "amd64", "version": "0.6.21-4" }, "libexiv2-14": { "arch": "amd64", "version": "0.25-3.1" }, "libexpat1": { "arch": "amd64", "version": "2.2.5-3" }, "libexporter-tiny-perl": { "arch": "all", "version": "1.000000-2" }, "libext2fs2": { "arch": "amd64", "version": "1.44.1-1" }, "libexttextcat-2.0-0": { "arch": "amd64", "version": "3.4.5-1" }, "libexttextcat-data": { "arch": "all", "version": "3.4.5-1" }, "libfakeroot": { "arch": "amd64", "version": "1.22-2ubuntu1" }, "libfastjson4": { "arch": "amd64", "version": "0.99.8-2" }, "libfcgi-perl": { "arch": "amd64", "version": "0.78-2build1" }, "libfdisk1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "libffi6": { "arch": "amd64", "version": "3.2.1-8" }, "libfftw3-double3": { "arch": "amd64", "version": "3.3.7-1" }, "libfftw3-single3": { "arch": "amd64", "version": "3.3.7-1" }, "libfile-basedir-perl": { "arch": "all", "version": "0.07-1" }, "libfile-copy-recursive-perl": { "arch": "all", "version": "0.40-1" }, "libfile-desktopentry-perl": { "arch": "all", "version": "0.22-1" }, "libfile-fcntllock-perl": { "arch": "amd64", "version": "0.22-3build2" }, "libfile-listing-perl": { "arch": "all", "version": "6.04-1" }, "libfile-mimeinfo-perl": { "arch": "all", "version": "0.28-1" }, "libflac8": { "arch": "amd64", "version": "1.3.2-1" }, "libflatpak0": { "arch": "amd64", "version": "0.11.3-3" }, "libfont-afm-perl": { "arch": "all", "version": "1.20-2" }, "libfontconfig1": { "arch": "amd64", "version": "2.12.6-0ubuntu2" }, "libfontembed1": { "arch": "amd64", "version": "1.20.2-0ubuntu3" }, "libfontenc1": { "arch": "amd64", "version": "1:1.1.3-1" }, "libfreehand-0.1-1": { "arch": "amd64", "version": "0.1.2-2" }, "libfreetype6": { "arch": "amd64", "version": "2.8.1-2ubuntu2" }, "libfribidi0": { "arch": "amd64", "version": "0.19.7-2" }, "libfuse2": { "arch": "amd64", "version": "2.9.7-1ubuntu1" }, "libfwup1": { "arch": "amd64", "version": "10-3" }, "libfwupd2": { "arch": "amd64", "version": "1.0.6-2" }, "libgail-3-0": { "arch": "amd64", "version": "3.22.30-1ubuntu1" }, "libgail-common": { "arch": "amd64", "version": "2.24.32-1ubuntu1" }, "libgail18": { "arch": "amd64", "version": "2.24.32-1ubuntu1" }, "libgbm1": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libgc1c2": { "arch": "amd64", "version": "1:7.4.2-8ubuntu1" }, "libgcab-1.0-0": { "arch": "amd64", "version": "1.1-2" }, "libgcc-7-dev": { "arch": "amd64", "version": "7.3.0-16ubuntu3" }, "libgcc1": { "arch": "amd64", "version": "1:8-20180414-1ubuntu2" }, "libgck-1-0": { "arch": "amd64", "version": "3.28.0-1" }, "libgconf-2-4": { "arch": "amd64", "version": "3.2.6-4ubuntu1" }, "libgconf2.0-cil": { "arch": "all", "version": "2.24.2-4" }, "libgcr-base-3-1": { "arch": "amd64", "version": "3.28.0-1" }, "libgcr-ui-3-1": { "arch": "amd64", "version": "3.28.0-1" }, "libgcrypt20": { "arch": "amd64", "version": "1.8.1-4ubuntu1" }, "libgd3": { "arch": "amd64", "version": "2.2.5-4" }, "libgdata-common": { "arch": "all", "version": "0.17.9-2" }, "libgdata22": { "arch": "amd64", "version": "0.17.9-2" }, "libgdbm-compat4": { "arch": "amd64", "version": "1.14.1-6" }, "libgdbm5": { "arch": "amd64", "version": "1.14.1-6" }, "libgdiplus": { "arch": "amd64", "version": "4.2-2" }, "libgdk-pixbuf2.0-0": { "arch": "amd64", "version": "2.36.11-2" }, "libgdk-pixbuf2.0-bin": { "arch": "amd64", "version": "2.36.11-2" }, "libgdk-pixbuf2.0-common": { "arch": "all", "version": "2.36.11-2" }, "libgee-0.8-2": { "arch": "amd64", "version": "0.20.1-1" }, "libgegl-0.3-0": { "arch": "amd64", "version": "0.3.30-1ubuntu1" }, "libgeoclue-2-0": { "arch": "amd64", "version": "2.4.7-1ubuntu1" }, "libgeocode-glib0": { "arch": "amd64", "version": "3.25.4.1-4" }, "libgeoip1": { "arch": "amd64", "version": "1.6.12-1" }, "libgfortran4": { "arch": "amd64", "version": "7.3.0-16ubuntu3" }, "libgif7": { "arch": "amd64", "version": "5.1.4-2" }, "libgimp2.0": { "arch": "amd64", "version": "2.8.22-1" }, "libgirepository-1.0-1": { "arch": "amd64", "version": "1.56.1-1" }, "libgl1": { "arch": "amd64", "version": "1.0.0-2ubuntu2" }, "libgl1-mesa-dri": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libgl1-mesa-glx": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libglade2-0": { "arch": "amd64", "version": "1:2.6.4-2" }, "libglapi-mesa": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libgle3": { "arch": "amd64", "version": "3.1.0-7.2" }, "libgles2": { "arch": "amd64", "version": "1.0.0-2ubuntu2" }, "libgles2-mesa": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libglib-object-introspection-perl": { "arch": "amd64", "version": "0.044-2" }, "libglib-perl": { "arch": "amd64", "version": "3:1.326-1build1" }, "libglib2.0-0": { "arch": "amd64", "version": "2.56.1-2ubuntu1" }, "libglib2.0-bin": { "arch": "amd64", "version": "2.56.1-2ubuntu1" }, "libglib2.0-cil": { "arch": "amd64", "version": "2.12.40-2" }, "libglib2.0-data": { "arch": "all", "version": "2.56.1-2ubuntu1" }, "libglibmm-2.4-1v5": { "arch": "amd64", "version": "2.56.0-1" }, "libglu1-mesa": { "arch": "amd64", "version": "9.0.0-2.1build1" }, "libglvnd0": { "arch": "amd64", "version": "1.0.0-2ubuntu2" }, "libglx-mesa0": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libglx0": { "arch": "amd64", "version": "1.0.0-2ubuntu2" }, "libgme0": { "arch": "amd64", "version": "0.6.2-1" }, "libgmime-2.6-0": { "arch": "amd64", "version": "2.6.23+dfsg1-2" }, "libgmime-3.0-0": { "arch": "amd64", "version": "3.2.0-1" }, "libgmime2.6-cil": { "arch": "all", "version": "2.6.23+dfsg1-2" }, "libgmp10": { "arch": "amd64", "version": "2:6.1.2+dfsg-2" }, "libgnome-bluetooth13": { "arch": "amd64", "version": "3.28.0-2" }, "libgnome-desktop-3-17": { "arch": "amd64", "version": "3.28.1-1ubuntu1" }, "libgnomekbd-common": { "arch": "all", "version": "3.26.0-3" }, "libgnomekbd8": { "arch": "amd64", "version": "3.26.0-3" }, "libgnutls30": { "arch": "amd64", "version": "3.5.18-1ubuntu1" }, "libgoa-1.0-0b": { "arch": "amd64", "version": "3.28.0-0ubuntu2mint1" }, "libgoa-1.0-common": { "arch": "all", "version": "3.28.0-0ubuntu2mint1" }, "libgoa-backend-1.0-1": { "arch": "amd64", "version": "3.28.0-0ubuntu2mint1" }, "libgomp1": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libgpg-error0": { "arch": "amd64", "version": "1.27-6" }, "libgpgme11": { "arch": "amd64", "version": "1.10.0-1ubuntu1" }, "libgpgmepp6": { "arch": "amd64", "version": "1.10.0-1ubuntu1" }, "libgphoto2-6": { "arch": "amd64", "version": "2.5.16-2" }, "libgphoto2-l10n": { "arch": "all", "version": "2.5.16-2" }, "libgphoto2-port12": { "arch": "amd64", "version": "2.5.16-2" }, "libgpm2": { "arch": "amd64", "version": "1.20.7-5" }, "libgpod-common": { "arch": "amd64", "version": "0.8.3-11" }, "libgpod4": { "arch": "amd64", "version": "0.8.3-11" }, "libgraphene-1.0-0": { "arch": "amd64", "version": "1.8.0-1" }, "libgraphite2-3": { "arch": "amd64", "version": "1.3.11-2" }, "libgrilo-0.3-0": { "arch": "amd64", "version": "0.3.4-1" }, "libgs9": { "arch": "amd64", "version": "9.22~dfsg+1-0ubuntu1" }, "libgs9-common": { "arch": "all", "version": "9.22~dfsg+1-0ubuntu1" }, "libgsm1": { "arch": "amd64", "version": "1.0.13-4build1" }, "libgspell-1-1": { "arch": "amd64", "version": "1.6.1-1" }, "libgspell-1-common": { "arch": "all", "version": "1.6.1-1" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.16-2build1" }, "libgssapi3-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libgstreamer-gl1.0-0": { "arch": "amd64", "version": "1.14.0-2ubuntu1" }, "libgstreamer-plugins-base1.0-0": { "arch": "amd64", "version": "1.14.0-2ubuntu1" }, "libgstreamer-plugins-good1.0-0": { "arch": "amd64", "version": "1.14.0-1ubuntu1" }, "libgstreamer1.0-0": { "arch": "amd64", "version": "1.14.0-1" }, "libgtk-3-0": { "arch": "amd64", "version": "3.22.30-1ubuntu1" }, "libgtk-3-bin": { "arch": "amd64", "version": "3.22.30-1ubuntu1" }, "libgtk-3-common": { "arch": "all", "version": "3.22.30-1ubuntu1" }, "libgtk2-perl": { "arch": "amd64", "version": "2:1.24992-1build1" }, "libgtk2.0-0": { "arch": "amd64", "version": "2.24.32-1ubuntu1" }, "libgtk2.0-bin": { "arch": "amd64", "version": "2.24.32-1ubuntu1" }, "libgtk2.0-cil": { "arch": "amd64", "version": "2.12.40-2" }, "libgtk2.0-common": { "arch": "all", "version": "2.24.32-1ubuntu1" }, "libgtk3-perl": { "arch": "all", "version": "0.032-1" }, "libgtkmm-2.4-1v5": { "arch": "amd64", "version": "1:2.24.5-2" }, "libgtkmm-3.0-1v5": { "arch": "amd64", "version": "3.22.2-2" }, "libgtksourceview-3.0-1": { "arch": "amd64", "version": "3.24.7-1" }, "libgtksourceview-3.0-common": { "arch": "all", "version": "3.24.7-1" }, "libgtkspell0": { "arch": "amd64", "version": "2.0.16-1.2" }, "libgtop-2.0-11": { "arch": "amd64", "version": "2.38.0-2" }, "libgtop2-common": { "arch": "all", "version": "2.38.0-2" }, "libgucharmap-2-90-7": { "arch": "amd64", "version": "1:10.0.4-1" }, "libgudev-1.0-0": { "arch": "amd64", "version": "1:232-2" }, "libgusb2": { "arch": "amd64", "version": "0.2.11-1" }, "libgutenprint2": { "arch": "amd64", "version": "5.2.13-2" }, "libgweather-3-15": { "arch": "amd64", "version": "3.28.1-1" }, "libgweather-common": { "arch": "all", "version": "3.28.1-1" }, "libgxps2": { "arch": "amd64", "version": "0.3.0-2" }, "libharfbuzz-icu0": { "arch": "amd64", "version": "1.7.2-1ubuntu1" }, "libharfbuzz0b": { "arch": "amd64", "version": "1.7.2-1ubuntu1" }, "libhcrypto4-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libheimbase1-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libheimntlm0-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libhogweed4": { "arch": "amd64", "version": "3.4-1" }, "libhpmud0": { "arch": "amd64", "version": "3.17.10+repack0-5" }, "libhsqldb1.8.0-java": { "arch": "all", "version": "1.8.0.10+dfsg-8" }, "libhtml-form-perl": { "arch": "all", "version": "6.03-1" }, "libhtml-format-perl": { "arch": "all", "version": "2.12-1" }, "libhtml-parser-perl": { "arch": "amd64", "version": "3.72-3build1" }, "libhtml-tagset-perl": { "arch": "all", "version": "3.20-3" }, "libhtml-tree-perl": { "arch": "all", "version": "5.07-1" }, "libhttp-cookies-perl": { "arch": "all", "version": "6.04-1" }, "libhttp-daemon-perl": { "arch": "all", "version": "6.01-1" }, "libhttp-date-perl": { "arch": "all", "version": "6.02-1" }, "libhttp-message-perl": { "arch": "all", "version": "6.14-1" }, "libhttp-negotiate-perl": { "arch": "all", "version": "6.00-2" }, "libhunspell-1.6-0": { "arch": "amd64", "version": "1.6.2-1" }, "libhx509-5-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libhyphen0": { "arch": "amd64", "version": "2.8.8-5" }, "libibus-1.0-5": { "arch": "amd64", "version": "1.5.17-3ubuntu4" }, "libical3": { "arch": "amd64", "version": "3.0.1-5" }, "libice6": { "arch": "amd64", "version": "2:1.0.9-2" }, "libicu60": { "arch": "amd64", "version": "60.2-3ubuntu3" }, "libidn11": { "arch": "amd64", "version": "1.33-2.1ubuntu1" }, "libidn2-0": { "arch": "amd64", "version": "2.0.4-1.1build2" }, "libiec61883-0": { "arch": "amd64", "version": "1.2.0-2" }, "libieee1284-3": { "arch": "amd64", "version": "0.2.11-13" }, "libijs-0.35": { "arch": "amd64", "version": "0.35-13" }, "libilmbase12": { "arch": "amd64", "version": "2.2.0-11ubuntu2" }, "libimobiledevice-utils": { "arch": "amd64", "version": "1.2.1~git20171128.5a854327+dfsg-0.1" }, "libimobiledevice6": { "arch": "amd64", "version": "1.2.1~git20171128.5a854327+dfsg-0.1" }, "libindicator3-7": { "arch": "amd64", "version": "16.10.0+18.04.20180321.1-0ubuntu1" }, "libindicator7": { "arch": "amd64", "version": "16.10.0+18.04.20180321.1-0ubuntu1" }, "libinput-bin": { "arch": "amd64", "version": "1.10.4-1" }, "libinput10": { "arch": "amd64", "version": "1.10.4-1" }, "libio-html-perl": { "arch": "all", "version": "1.001-1" }, "libio-pty-perl": { "arch": "amd64", "version": "1:1.08-1.1build4" }, "libio-socket-inet6-perl": { "arch": "all", "version": "2.72-2" }, "libio-socket-ssl-perl": { "arch": "all", "version": "2.056-1" }, "libio-string-perl": { "arch": "all", "version": "1.08-3" }, "libip4tc0": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "libip6tc0": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "libipc-run-perl": { "arch": "all", "version": "0.96-1" }, "libipc-system-simple-perl": { "arch": "all", "version": "1.25-4" }, "libiptc0": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "libirs160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "libisc-export169": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "libisc169": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "libisccc160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "libisccfg160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "libisl19": { "arch": "amd64", "version": "0.19-1" }, "libitm1": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libiw30": { "arch": "amd64", "version": "30~pre9-12ubuntu1" }, "libjack-jackd2-0": { "arch": "amd64", "version": "1.9.12~dfsg-2" }, "libjansson4": { "arch": "amd64", "version": "2.11-1" }, "libjavascriptcoregtk-3.0-0": { "arch": "amd64", "version": "2.4.11-3ubuntu3" }, "libjavascriptcoregtk-4.0-18": { "arch": "amd64", "version": "2.20.1-1" }, "libjbig0": { "arch": "amd64", "version": "2.1-3.1build1" }, "libjbig2dec0": { "arch": "amd64", "version": "0.13-6" }, "libjpeg-turbo-progs": { "arch": "amd64", "version": "1.5.2-0ubuntu5" }, "libjpeg-turbo8": { "arch": "amd64", "version": "1.5.2-0ubuntu5" }, "libjpeg8": { "arch": "amd64", "version": "8c-2ubuntu8" }, "libjs-mathjax": { "arch": "all", "version": "2.7.3+dfsg-1" }, "libjson-c3": { "arch": "amd64", "version": "0.12.1-1.3" }, "libjson-glib-1.0-0": { "arch": "amd64", "version": "1.4.2-3" }, "libjson-glib-1.0-common": { "arch": "all", "version": "1.4.2-3" }, "libk5crypto3": { "arch": "amd64", "version": "1.16-2build1" }, "libkeybinder-3.0-0": { "arch": "amd64", "version": "0.3.2-1" }, "libkeyutils1": { "arch": "amd64", "version": "1.5.9-9.2ubuntu2" }, "libklibc": { "arch": "amd64", "version": "2.0.4-9ubuntu2" }, "libkmod2": { "arch": "amd64", "version": "24-1ubuntu3" }, "libkpathsea6": { "arch": "amd64", "version": "2017.20170613.44572-8build1" }, "libkrb5-26-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libkrb5-3": { "arch": "amd64", "version": "1.16-2build1" }, "libkrb5support0": { "arch": "amd64", "version": "1.16-2build1" }, "libksba8": { "arch": "amd64", "version": "1.3.5-2" }, "liblangtag-common": { "arch": "all", "version": "0.6.2-1" }, "liblangtag1": { "arch": "amd64", "version": "0.6.2-1" }, "liblapack3": { "arch": "amd64", "version": "3.7.1-4ubuntu1" }, "liblcms2-2": { "arch": "amd64", "version": "2.9-1" }, "liblcms2-utils": { "arch": "amd64", "version": "2.9-1" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.45+dfsg-1ubuntu1" }, "libldap-common": { "arch": "all", "version": "2.4.45+dfsg-1ubuntu1" }, "libldb1": { "arch": "amd64", "version": "2:1.2.3-1" }, "liblightdm-gobject-1-0": { "arch": "amd64", "version": "1.26.0-0ubuntu1" }, "liblirc-client0": { "arch": "amd64", "version": "0.10.0-2" }, "liblist-moreutils-perl": { "arch": "amd64", "version": "0.416-1build3" }, "libllvm6.0": { "arch": "amd64", "version": "1:6.0-1ubuntu2" }, "liblocale-gettext-perl": { "arch": "amd64", "version": "1.07-3build2" }, "liblouis-data": { "arch": "all", "version": "3.5.0-1" }, "liblouis14": { "arch": "amd64", "version": "3.5.0-1" }, "liblouisutdml-bin": { "arch": "amd64", "version": "2.7.0-1" }, "liblouisutdml-data": { "arch": "all", "version": "2.7.0-1" }, "liblouisutdml8": { "arch": "amd64", "version": "2.7.0-1" }, "liblqr-1-0": { "arch": "amd64", "version": "0.4.2-2.1" }, "liblsan0": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libltdl7": { "arch": "amd64", "version": "2.4.6-2" }, "liblvm2app2.2": { "arch": "amd64", "version": "2.02.176-4.1ubuntu3" }, "liblvm2cmd2.02": { "arch": "amd64", "version": "2.02.176-4.1ubuntu3" }, "liblwp-mediatypes-perl": { "arch": "all", "version": "6.02-1" }, "liblwp-protocol-https-perl": { "arch": "all", "version": "6.07-2" }, "liblwres160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1" }, "liblz4-1": { "arch": "amd64", "version": "0.0~r131-2ubuntu3" }, "liblzma5": { "arch": "amd64", "version": "5.2.2-1.3" }, "liblzo2-2": { "arch": "amd64", "version": "2.08-1.2" }, "libmagic-mgc": { "arch": "amd64", "version": "1:5.32-2" }, "libmagic1": { "arch": "amd64", "version": "1:5.32-2" }, "libmagickcore-6.q16-3": { "arch": "amd64", "version": "8:6.9.7.4+dfsg-16ubuntu6" }, "libmagickwand-6.q16-3": { "arch": "amd64", "version": "8:6.9.7.4+dfsg-16ubuntu6" }, "libmailtools-perl": { "arch": "all", "version": "2.18-1" }, "libmate-desktop-2-17": { "arch": "amd64", "version": "1.20.1-2ubuntu1" }, "libmate-menu2": { "arch": "amd64", "version": "1.20.0-2" }, "libmate-panel-applet-4-1": { "arch": "amd64", "version": "1.20.1-3ubuntu1" }, "libmateweather-common": { "arch": "all", "version": "1.20.0-1" }, "libmateweather1": { "arch": "amd64", "version": "1.20.0-1" }, "libmbim-glib4": { "arch": "amd64", "version": "1.14.2-2.1ubuntu1" }, "libmbim-proxy": { "arch": "amd64", "version": "1.14.2-2.1ubuntu1" }, "libmessaging-menu0": { "arch": "amd64", "version": "13.10.1+17.04.20170120-0ubuntu2" }, "libmetacity1": { "arch": "amd64", "version": "1:3.28.0-1" }, "libmetis5": { "arch": "amd64", "version": "5.1.0.dfsg-5" }, "libmhash2": { "arch": "amd64", "version": "0.9.9.9-7" }, "libminiupnpc10": { "arch": "amd64", "version": "1.9.20140610-4ubuntu2" }, "libmm-glib0": { "arch": "amd64", "version": "1.6.8-2ubuntu1" }, "libmng2": { "arch": "amd64", "version": "2.0.2-0ubuntu3" }, "libmnl0": { "arch": "amd64", "version": "1.0.4-2" }, "libmono-addins-gui0.2-cil": { "arch": "all", "version": "1.0+git20130406.adcd75b-4" }, "libmono-addins0.2-cil": { "arch": "all", "version": "1.0+git20130406.adcd75b-4" }, "libmono-cairo4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-corlib4.5-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-posix4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-security4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-sharpzip4.84-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-system-configuration4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-system-core4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-system-drawing4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-system-security4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-system-xml4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmono-system4.0-cil": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "libmount1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "libmozjs-52-0": { "arch": "amd64", "version": "52.3.1-7fakesync1" }, "libmp3lame0": { "arch": "amd64", "version": "3.100-2" }, "libmpc3": { "arch": "amd64", "version": "1.1.0-1" }, "libmpdec2": { "arch": "amd64", "version": "2.4.2-1ubuntu1" }, "libmpfr6": { "arch": "amd64", "version": "4.0.1-1" }, "libmpg123-0": { "arch": "amd64", "version": "1.25.10-1" }, "libmpx2": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libmspub-0.1-1": { "arch": "amd64", "version": "0.1.4-1" }, "libmtdev1": { "arch": "amd64", "version": "1.1.5-1ubuntu3" }, "libmtp-common": { "arch": "all", "version": "1.1.13-1" }, "libmtp-runtime": { "arch": "amd64", "version": "1.1.13-1" }, "libmtp9": { "arch": "amd64", "version": "1.1.13-1" }, "libmuffin0": { "arch": "amd64", "version": "3.8.2+tara" }, "libmusicbrainz5-2": { "arch": "amd64", "version": "5.1.0+git20150707-7" }, "libmusicbrainz5cc2v5": { "arch": "amd64", "version": "5.1.0+git20150707-7" }, "libmwaw-0.3-3": { "arch": "amd64", "version": "0.3.13-1" }, "libmythes-1.2-0": { "arch": "amd64", "version": "2:1.2.4-3" }, "libnatpmp1": { "arch": "amd64", "version": "20150609-2" }, "libnautilus-extension1a": { "arch": "amd64", "version": "1:3.26.3-0ubuntu4" }, "libncurses5": { "arch": "amd64", "version": "6.1-1ubuntu1" }, "libncursesw5": { "arch": "amd64", "version": "6.1-1ubuntu1" }, "libndp0": { "arch": "amd64", "version": "1.6-1" }, "libnemo-extension1": { "arch": "amd64", "version": "3.8.5+tara" }, "libneon27-gnutls": { "arch": "amd64", "version": "0.30.2-2build1" }, "libnet-dbus-perl": { "arch": "amd64", "version": "1.1.0-4build2" }, "libnet-dns-perl": { "arch": "all", "version": "1.10-2" }, "libnet-domain-tld-perl": { "arch": "all", "version": "1.75-1" }, "libnet-http-perl": { "arch": "all", "version": "6.17-1" }, "libnet-ip-perl": { "arch": "all", "version": "1.26-1" }, "libnet-libidn-perl": { "arch": "amd64", "version": "0.12.ds-2build4" }, "libnet-smtp-ssl-perl": { "arch": "all", "version": "1.04-1" }, "libnet-ssleay-perl": { "arch": "amd64", "version": "1.84-1build1" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.6-2" }, "libnetpbm10": { "arch": "amd64", "version": "2:10.0-15.3build1" }, "libnettle6": { "arch": "amd64", "version": "3.4-1" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.20-1ubuntu1" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3" }, "libnghttp2-14": { "arch": "amd64", "version": "1.30.0-1ubuntu1" }, "libnih1": { "arch": "amd64", "version": "1.0.3-6ubuntu2" }, "libnl-3-200": { "arch": "amd64", "version": "3.2.29-0ubuntu3" }, "libnl-genl-3-200": { "arch": "amd64", "version": "3.2.29-0ubuntu3" }, "libnm-glib4": { "arch": "amd64", "version": "1.10.6-2ubuntu1" }, "libnm-gtk0": { "arch": "amd64", "version": "1.8.10-2ubuntu1" }, "libnm-util2": { "arch": "amd64", "version": "1.10.6-2ubuntu1" }, "libnm0": { "arch": "amd64", "version": "1.10.6-2ubuntu1" }, "libnma0": { "arch": "amd64", "version": "1.8.10-2ubuntu1" }, "libnotify-bin": { "arch": "amd64", "version": "0.7.7-3" }, "libnotify4": { "arch": "amd64", "version": "0.7.7-3" }, "libnpth0": { "arch": "amd64", "version": "1.5-3" }, "libnspr4": { "arch": "amd64", "version": "2:4.18-1ubuntu1" }, "libnss-mdns": { "arch": "amd64", "version": "0.10-8ubuntu1" }, "libnss-myhostname": { "arch": "amd64", "version": "237-3ubuntu10" }, "libnss-systemd": { "arch": "amd64", "version": "237-3ubuntu10" }, "libnss3": { "arch": "amd64", "version": "2:3.35-2ubuntu2" }, "libntfs-3g88": { "arch": "amd64", "version": "1:2017.3.23-2" }, "libnuma1": { "arch": "amd64", "version": "2.0.11-2.1" }, "liboauth0": { "arch": "amd64", "version": "1.0.3-1" }, "libodfgen-0.1-1": { "arch": "amd64", "version": "0.1.6-2" }, "libogg0": { "arch": "amd64", "version": "1.3.2-1" }, "libopenexr22": { "arch": "amd64", "version": "2.2.0-11.1ubuntu1" }, "libopenjp2-7": { "arch": "amd64", "version": "2.3.0-1" }, "libopenmpt0": { "arch": "amd64", "version": "0.3.6-1" }, "libopenobex2": { "arch": "amd64", "version": "1.7.2-1" }, "libopus0": { "arch": "amd64", "version": "1.1.2-1ubuntu1" }, "liborc-0.4-0": { "arch": "amd64", "version": "1:0.4.28-1" }, "liborcus-0.13-0": { "arch": "amd64", "version": "0.13.4-2" }, "libostree-1-1": { "arch": "amd64", "version": "2018.4-2" }, "libp11-kit-gnome-keyring": { "arch": "all", "version": "3.28.0.2-1ubuntu1" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.9-2" }, "libpackagekit-glib2-18": { "arch": "amd64", "version": "1.1.9-1ubuntu2" }, "libpagemaker-0.0-0": { "arch": "amd64", "version": "0.0.4-1" }, "libpam-cap": { "arch": "amd64", "version": "1:2.25-1.2" }, "libpam-gnome-keyring": { "arch": "amd64", "version": "3.28.0.2-1ubuntu1" }, "libpam-modules": { "arch": "amd64", "version": "1.1.8-3.6ubuntu2" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.1.8-3.6ubuntu2" }, "libpam-runtime": { "arch": "all", "version": "1.1.8-3.6ubuntu2" }, "libpam-systemd": { "arch": "amd64", "version": "237-3ubuntu10" }, "libpam0g": { "arch": "amd64", "version": "1.1.8-3.6ubuntu2" }, "libpango-1.0-0": { "arch": "amd64", "version": "1.40.14-1" }, "libpango-perl": { "arch": "amd64", "version": "1.227-2build1" }, "libpangocairo-1.0-0": { "arch": "amd64", "version": "1.40.14-1" }, "libpangoft2-1.0-0": { "arch": "amd64", "version": "1.40.14-1" }, "libpangomm-1.4-1v5": { "arch": "amd64", "version": "2.40.1-4" }, "libpangoxft-1.0-0": { "arch": "amd64", "version": "1.40.14-1" }, "libpaper-utils": { "arch": "amd64", "version": "1.1.24+nmu5ubuntu1" }, "libpaper1": { "arch": "amd64", "version": "1.1.24+nmu5ubuntu1" }, "libparse-debianchangelog-perl": { "arch": "all", "version": "1.2.0-12" }, "libparted-fs-resize0": { "arch": "amd64", "version": "3.2-20" }, "libparted2": { "arch": "amd64", "version": "3.2-20" }, "libpcap0.8": { "arch": "amd64", "version": "1.8.1-6ubuntu1" }, "libpcaudio0": { "arch": "amd64", "version": "1.0-1" }, "libpci3": { "arch": "amd64", "version": "1:3.5.2-1ubuntu1" }, "libpciaccess0": { "arch": "amd64", "version": "0.14-1" }, "libpcre3": { "arch": "amd64", "version": "2:8.39-9" }, "libpcsclite1": { "arch": "amd64", "version": "1.8.23-1" }, "libpeas-1.0-0": { "arch": "amd64", "version": "1.22.0-2" }, "libpeas-1.0-python2loader": { "arch": "amd64", "version": "1.22.0-2" }, "libpeas-common": { "arch": "all", "version": "1.22.0-2" }, "libperl5.26": { "arch": "amd64", "version": "5.26.1-6" }, "libperlio-gzip-perl": { "arch": "amd64", "version": "0.19-1build3" }, "libphonenumber7": { "arch": "amd64", "version": "7.1.0-5ubuntu5" }, "libpipeline1": { "arch": "amd64", "version": "1.5.0-1" }, "libpixman-1-0": { "arch": "amd64", "version": "0.34.0-2" }, "libpkcs11-helper1": { "arch": "amd64", "version": "1.22-4" }, "libplist3": { "arch": "amd64", "version": "2.0.0-2ubuntu1" }, "libplymouth4": { "arch": "amd64", "version": "0.9.3-1ubuntu7" }, "libpng16-16": { "arch": "amd64", "version": "1.6.34-1" }, "libpolkit-agent-1-0": { "arch": "amd64", "version": "0.105-20" }, "libpolkit-backend-1-0": { "arch": "amd64", "version": "0.105-20" }, "libpolkit-gobject-1-0": { "arch": "amd64", "version": "0.105-20" }, "libpoppler-glib8": { "arch": "amd64", "version": "0.62.0-2ubuntu2" }, "libpoppler73": { "arch": "amd64", "version": "0.62.0-2ubuntu2" }, "libpopt0": { "arch": "amd64", "version": "1.16-11" }, "libprocps6": { "arch": "amd64", "version": "2:3.3.12-3ubuntu1" }, "libprotobuf10": { "arch": "amd64", "version": "3.0.0-9.1ubuntu1" }, "libproxy1-plugin-gsettings": { "arch": "amd64", "version": "0.4.15-1" }, "libproxy1-plugin-networkmanager": { "arch": "amd64", "version": "0.4.15-1" }, "libproxy1v5": { "arch": "amd64", "version": "0.4.15-1" }, "libpsl5": { "arch": "amd64", "version": "0.19.1-5build1" }, "libpulse-mainloop-glib0": { "arch": "amd64", "version": "1:11.1-1ubuntu7" }, "libpulse0": { "arch": "amd64", "version": "1:11.1-1ubuntu7" }, "libpulsedsp": { "arch": "amd64", "version": "1:11.1-1ubuntu7" }, "libpwquality-common": { "arch": "all", "version": "1.4.0-2" }, "libpwquality1": { "arch": "amd64", "version": "1.4.0-2" }, "libpython-stdlib": { "arch": "amd64", "version": "2.7.15~rc1-1" }, "libpython2.7": { "arch": "amd64", "version": "2.7.15~rc1-1" }, "libpython2.7-minimal": { "arch": "amd64", "version": "2.7.15~rc1-1" }, "libpython2.7-stdlib": { "arch": "amd64", "version": "2.7.15~rc1-1" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.6.5-3" }, "libpython3.6": { "arch": "amd64", "version": "3.6.5-3" }, "libpython3.6-minimal": { "arch": "amd64", "version": "3.6.5-3" }, "libpython3.6-stdlib": { "arch": "amd64", "version": "3.6.5-3" }, "libqmi-glib5": { "arch": "amd64", "version": "1.18.0-3ubuntu1" }, "libqmi-proxy": { "arch": "amd64", "version": "1.18.0-3ubuntu1" }, "libqpdf21": { "arch": "amd64", "version": "8.0.2-3" }, "libqt5core5a": { "arch": "amd64", "version": "5.9.5+dfsg-0ubuntu1" }, "libqt5dbus5": { "arch": "amd64", "version": "5.9.5+dfsg-0ubuntu1" }, "libqt5gui5": { "arch": "amd64", "version": "5.9.5+dfsg-0ubuntu1" }, "libqt5network5": { "arch": "amd64", "version": "5.9.5+dfsg-0ubuntu1" }, "libqt5svg5": { "arch": "amd64", "version": "5.9.5-0ubuntu1" }, "libqt5widgets5": { "arch": "amd64", "version": "5.9.5+dfsg-0ubuntu1" }, "libquadmath0": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libraptor2-0": { "arch": "amd64", "version": "2.0.14-1build1" }, "librarian0": { "arch": "amd64", "version": "0.8.1-6build1" }, "librasqal3": { "arch": "amd64", "version": "0.9.32-1build1" }, "libraw1394-11": { "arch": "amd64", "version": "2.1.2-1" }, "libraw16": { "arch": "amd64", "version": "0.18.8-1" }, "librdf0": { "arch": "amd64", "version": "1.0.17-1.1" }, "libreadline5": { "arch": "amd64", "version": "5.2+dfsg-3build1" }, "libreadline7": { "arch": "amd64", "version": "7.0-3" }, "libreoffice-avmedia-backend-gstreamer": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-base": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-base-core": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-base-drivers": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-calc": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-common": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-core": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-draw": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-gnome": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-gtk3": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-de": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-en-gb": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-en-us": { "arch": "all", "version": "1:6.0.6-0ubuntu0.18.04.1" }, "libreoffice-help-es": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-fr": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-it": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-pt": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-pt-br": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-ru": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-zh-cn": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-help-zh-tw": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-impress": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-java-common": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-de": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-en-gb": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-en-za": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-es": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-fr": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-it": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-pt": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-pt-br": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-ru": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-zh-cn": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-l10n-zh-tw": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-math": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-ogltrans": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-pdfimport": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-sdbc-hsqldb": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-style-galaxy": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-style-tango": { "arch": "all", "version": "1:6.0.3-0ubuntu1" }, "libreoffice-writer": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "librest-0.7-0": { "arch": "amd64", "version": "0.8.0-2" }, "librevenge-0.0-0": { "arch": "amd64", "version": "0.0.4-6ubuntu2" }, "librhythmbox-core10": { "arch": "amd64", "version": "3.4.2-4ubuntu1" }, "libroken18-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "librsvg2-2": { "arch": "amd64", "version": "2.40.20-2" }, "librsvg2-common": { "arch": "amd64", "version": "2.40.20-2" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d.1-1" }, "libruby2.5": { "arch": "amd64", "version": "2.5.1-1ubuntu1" }, "libsamplerate0": { "arch": "amd64", "version": "0.1.9-1" }, "libsane-common": { "arch": "all", "version": "1.0.27-1~experimental3ubuntu2" }, "libsane-hpaio": { "arch": "amd64", "version": "3.17.10+repack0-5" }, "libsane1": { "arch": "amd64", "version": "1.0.27-1~experimental3ubuntu2" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3ubuntu2" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3ubuntu2" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3ubuntu2" }, "libsbc1": { "arch": "amd64", "version": "1.3-2" }, "libsdl1.2debian": { "arch": "amd64", "version": "1.2.15+dfsg2-0.1" }, "libseccomp2": { "arch": "amd64", "version": "2.3.1-2.1ubuntu4" }, "libsecret-1-0": { "arch": "amd64", "version": "0.18.6-1" }, "libsecret-common": { "arch": "all", "version": "0.18.6-1" }, "libselinux1": { "arch": "amd64", "version": "2.7-2build2" }, "libsemanage-common": { "arch": "all", "version": "2.7-2build2" }, "libsemanage1": { "arch": "amd64", "version": "2.7-2build2" }, "libsensors4": { "arch": "amd64", "version": "1:3.4.0-4" }, "libsepol1": { "arch": "amd64", "version": "2.7-1" }, "libservlet3.1-java": { "arch": "all", "version": "8.5.30-1ubuntu1" }, "libsgutils2-2": { "arch": "amd64", "version": "1.42-2ubuntu1" }, "libshine3": { "arch": "amd64", "version": "3.1.1-1" }, "libshout3": { "arch": "amd64", "version": "2.4.1-2build1" }, "libsigc++-2.0-0v5": { "arch": "amd64", "version": "2.10.0-2" }, "libsigsegv2": { "arch": "amd64", "version": "2.12-1" }, "libslang2": { "arch": "amd64", "version": "2.3.1a-3ubuntu1" }, "libsm6": { "arch": "amd64", "version": "2:1.2.2-1" }, "libsmartcols1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "libsmbclient": { "arch": "amd64", "version": "2:4.7.6+dfsg~ubuntu-0ubuntu2" }, "libsmbios-c2": { "arch": "amd64", "version": "2.4.1-1" }, "libsnapd-glib1": { "arch": "amd64", "version": "1.39-0ubuntu1" }, "libsnappy1v5": { "arch": "amd64", "version": "1.1.7-1" }, "libsndfile1": { "arch": "amd64", "version": "1.0.28-4" }, "libsnmp-base": { "arch": "all", "version": "5.7.3+dfsg-1.8ubuntu3" }, "libsnmp30": { "arch": "amd64", "version": "5.7.3+dfsg-1.8ubuntu3" }, "libsocket6-perl": { "arch": "amd64", "version": "0.27-1build2" }, "libsodium23": { "arch": "amd64", "version": "1.0.16-2" }, "libsonic0": { "arch": "amd64", "version": "0.2.0-6" }, "libsoup-gnome2.4-1": { "arch": "amd64", "version": "2.62.1-1" }, "libsoup2.4-1": { "arch": "amd64", "version": "2.62.1-1" }, "libsoxr0": { "arch": "amd64", "version": "0.1.2-3" }, "libspectre1": { "arch": "amd64", "version": "0.2.8-1" }, "libspeechd2": { "arch": "amd64", "version": "0.8.8-1ubuntu1" }, "libspeex1": { "arch": "amd64", "version": "1.2~rc1.2-1ubuntu2" }, "libspeexdsp1": { "arch": "amd64", "version": "1.2~rc1.2-1ubuntu2" }, "libsqlite3-0": { "arch": "amd64", "version": "3.22.0-1" }, "libss2": { "arch": "amd64", "version": "1.44.1-1" }, "libssh-gcrypt-4": { "arch": "amd64", "version": "0.8.0~20170825.94fa1e38-1build1" }, "libssl1.0.0": { "arch": "amd64", "version": "1.0.2n-1ubuntu5" }, "libssl1.1": { "arch": "amd64", "version": "1.1.0g-2ubuntu4" }, "libstartup-notification0": { "arch": "amd64", "version": "0.12-5" }, "libstdc++6": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libstemmer0d": { "arch": "amd64", "version": "0+svn585-1build1" }, "libsub-name-perl": { "arch": "amd64", "version": "0.21-1build1" }, "libsuitesparseconfig5": { "arch": "amd64", "version": "1:5.1.2-2" }, "libswresample2": { "arch": "amd64", "version": "7:3.4.2-2" }, "libswscale4": { "arch": "amd64", "version": "7:3.4.2-2" }, "libsystemd0": { "arch": "amd64", "version": "237-3ubuntu10" }, "libtag1v5": { "arch": "amd64", "version": "1.11.1+dfsg.1-0.2build2" }, "libtag1v5-vanilla": { "arch": "amd64", "version": "1.11.1+dfsg.1-0.2build2" }, "libtalloc2": { "arch": "amd64", "version": "2.1.10-2ubuntu1" }, "libtasn1-6": { "arch": "amd64", "version": "4.13-2" }, "libtdb1": { "arch": "amd64", "version": "1.3.15-2" }, "libteamdctl0": { "arch": "amd64", "version": "1.26-1" }, "libtevent0": { "arch": "amd64", "version": "0.9.34-1" }, "libtext-charwidth-perl": { "arch": "amd64", "version": "0.04-7.1" }, "libtext-iconv-perl": { "arch": "amd64", "version": "1.7-5build6" }, "libtext-levenshtein-perl": { "arch": "all", "version": "0.13-1" }, "libtext-wrapi18n-perl": { "arch": "all", "version": "0.06-7.1" }, "libthai-data": { "arch": "all", "version": "0.1.27-2" }, "libthai0": { "arch": "amd64", "version": "0.1.27-2" }, "libtheora0": { "arch": "amd64", "version": "1.1.1+dfsg.1-14" }, "libtie-ixhash-perl": { "arch": "all", "version": "1.23-2" }, "libtiff5": { "arch": "amd64", "version": "4.0.9-5" }, "libtimedate-perl": { "arch": "all", "version": "2.3000-2" }, "libtimezonemap-data": { "arch": "all", "version": "0.4.5" }, "libtimezonemap1": { "arch": "amd64", "version": "0.4.5" }, "libtinfo5": { "arch": "amd64", "version": "6.1-1ubuntu1" }, "libtotem-plparser-common": { "arch": "all", "version": "3.26.0-1ubuntu2" }, "libtotem-plparser18": { "arch": "amd64", "version": "3.26.0-1ubuntu2" }, "libtry-tiny-perl": { "arch": "all", "version": "0.30-1" }, "libtsan0": { "arch": "amd64", "version": "8-20180414-1ubuntu2" }, "libtwolame0": { "arch": "amd64", "version": "0.3.13-3" }, "libubsan0": { "arch": "amd64", "version": "7.3.0-16ubuntu3" }, "libudev1": { "arch": "amd64", "version": "237-3ubuntu10" }, "libudisks2-0": { "arch": "amd64", "version": "2.7.6-3" }, "libumfpack5": { "arch": "amd64", "version": "1:5.1.2-2" }, "libunistring2": { "arch": "amd64", "version": "0.9.9-0ubuntu1" }, "libunity-protocol-private0": { "arch": "amd64", "version": "7.1.4+18.04.20180209.1-0ubuntu2" }, "libunity-scopes-json-def-desktop": { "arch": "all", "version": "7.1.4+18.04.20180209.1-0ubuntu2" }, "libunity9": { "arch": "amd64", "version": "7.1.4+18.04.20180209.1-0ubuntu2" }, "libunwind8": { "arch": "amd64", "version": "1.2.1-8" }, "libupower-glib3": { "arch": "amd64", "version": "0.99.7-2" }, "liburi-perl": { "arch": "all", "version": "1.73-1" }, "libusb-0.1-4": { "arch": "amd64", "version": "2:0.1.12-31" }, "libusb-1.0-0": { "arch": "amd64", "version": "2:1.0.21-2" }, "libusbmuxd4": { "arch": "amd64", "version": "1.1.0~git20171206.c724e70f-0.1" }, "libuuid-perl": { "arch": "amd64", "version": "0.27-1build1" }, "libuuid1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "libv4l-0": { "arch": "amd64", "version": "1.14.2-1" }, "libv4lconvert0": { "arch": "amd64", "version": "1.14.2-1" }, "libva-drm2": { "arch": "amd64", "version": "2.1.0-3" }, "libva-x11-2": { "arch": "amd64", "version": "2.1.0-3" }, "libva2": { "arch": "amd64", "version": "2.1.0-3" }, "libvdpau1": { "arch": "amd64", "version": "1.1.1-3ubuntu1" }, "libvisio-0.1-1": { "arch": "amd64", "version": "0.1.6-1build1" }, "libvisual-0.4-0": { "arch": "amd64", "version": "0.4.0-11" }, "libvisual-0.4-plugins": { "arch": "amd64", "version": "1:0.4.0+dfsg1-11" }, "libvolume-key1": { "arch": "amd64", "version": "0.3.9-4" }, "libvorbis0a": { "arch": "amd64", "version": "1.3.5-4.2" }, "libvorbisenc2": { "arch": "amd64", "version": "1.3.5-4.2" }, "libvorbisfile3": { "arch": "amd64", "version": "1.3.5-4.2" }, "libvpx5": { "arch": "amd64", "version": "1.7.0-3" }, "libvte-2.91-0": { "arch": "amd64", "version": "0.52.1-1ubuntu1" }, "libvte-2.91-common": { "arch": "all", "version": "0.52.1-1ubuntu1" }, "libwacom-bin": { "arch": "amd64", "version": "0.29-1" }, "libwacom-common": { "arch": "all", "version": "0.29-1" }, "libwacom2": { "arch": "amd64", "version": "0.29-1" }, "libwavpack1": { "arch": "amd64", "version": "5.1.0-2ubuntu1" }, "libwayland-client0": { "arch": "amd64", "version": "1.14.0-2" }, "libwayland-cursor0": { "arch": "amd64", "version": "1.14.0-2" }, "libwayland-egl1-mesa": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libwayland-server0": { "arch": "amd64", "version": "1.14.0-2" }, "libwbclient0": { "arch": "amd64", "version": "2:4.7.6+dfsg~ubuntu-0ubuntu2" }, "libwebkit2gtk-4.0-37": { "arch": "amd64", "version": "2.20.1-1" }, "libwebkitgtk-3.0-0": { "arch": "amd64", "version": "2.4.11-3ubuntu3" }, "libwebp6": { "arch": "amd64", "version": "0.6.1-2" }, "libwebpdemux2": { "arch": "amd64", "version": "0.6.1-2" }, "libwebpmux3": { "arch": "amd64", "version": "0.6.1-2" }, "libwebrtc-audio-processing1": { "arch": "amd64", "version": "0.3-1" }, "libwind0-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libwmf0.2-7": { "arch": "amd64", "version": "0.2.8.4-12" }, "libwmf0.2-7-gtk": { "arch": "amd64", "version": "0.2.8.4-12" }, "libwnck-3-0": { "arch": "amd64", "version": "3.24.1-2" }, "libwnck-3-common": { "arch": "all", "version": "3.24.1-2" }, "libwpd-0.10-10": { "arch": "amd64", "version": "0.10.2-2" }, "libwpg-0.3-3": { "arch": "amd64", "version": "0.3.1-3" }, "libwps-0.4-4": { "arch": "amd64", "version": "0.4.8-1" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-27" }, "libwww-perl": { "arch": "all", "version": "6.31-1" }, "libwww-robotrules-perl": { "arch": "all", "version": "6.01-1" }, "libx11-6": { "arch": "amd64", "version": "2:1.6.4-3" }, "libx11-data": { "arch": "all", "version": "2:1.6.4-3" }, "libx11-protocol-perl": { "arch": "all", "version": "0.56-7" }, "libx11-xcb1": { "arch": "amd64", "version": "2:1.6.4-3" }, "libx264-152": { "arch": "amd64", "version": "2:0.152.2854+gite9a5903-2" }, "libx265-146": { "arch": "amd64", "version": "2.6-3" }, "libxapian30": { "arch": "amd64", "version": "1.4.5-1" }, "libxapp1": { "arch": "amd64", "version": "1.2.2+tara" }, "libxatracker2": { "arch": "amd64", "version": "18.0.0~rc5-1ubuntu1" }, "libxau6": { "arch": "amd64", "version": "1:1.0.8-1" }, "libxaw7": { "arch": "amd64", "version": "2:1.0.13-1" }, "libxcb-dri2-0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-dri3-0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-glx0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-icccm4": { "arch": "amd64", "version": "0.4.1-1ubuntu1" }, "libxcb-image0": { "arch": "amd64", "version": "0.4.0-1build1" }, "libxcb-keysyms1": { "arch": "amd64", "version": "0.4.0-1" }, "libxcb-present0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-randr0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-render-util0": { "arch": "amd64", "version": "0.3.9-1" }, "libxcb-render0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-shape0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-shm0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-sync1": { "arch": "amd64", "version": "1.13-1" }, "libxcb-util1": { "arch": "amd64", "version": "0.4.0-0ubuntu3" }, "libxcb-xfixes0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-xinerama0": { "arch": "amd64", "version": "1.13-1" }, "libxcb-xkb1": { "arch": "amd64", "version": "1.13-1" }, "libxcb-xv0": { "arch": "amd64", "version": "1.13-1" }, "libxcb1": { "arch": "amd64", "version": "1.13-1" }, "libxcomposite1": { "arch": "amd64", "version": "1:0.4.4-2" }, "libxcursor1": { "arch": "amd64", "version": "1:1.1.15-1" }, "libxdamage1": { "arch": "amd64", "version": "1:1.1.4-3" }, "libxdmcp6": { "arch": "amd64", "version": "1:1.1.2-3" }, "libxext6": { "arch": "amd64", "version": "2:1.3.3-1" }, "libxfixes3": { "arch": "amd64", "version": "1:5.0.3-1" }, "libxfont2": { "arch": "amd64", "version": "1:2.0.3-1" }, "libxft2": { "arch": "amd64", "version": "2.3.2-1" }, "libxi6": { "arch": "amd64", "version": "2:1.7.9-1" }, "libxinerama1": { "arch": "amd64", "version": "2:1.1.3-1" }, "libxkbcommon-x11-0": { "arch": "amd64", "version": "0.8.0-1" }, "libxkbcommon0": { "arch": "amd64", "version": "0.8.0-1" }, "libxkbfile1": { "arch": "amd64", "version": "1:1.0.9-2" }, "libxklavier16": { "arch": "amd64", "version": "5.4-3" }, "libxml-namespacesupport-perl": { "arch": "all", "version": "1.12-1" }, "libxml-parser-perl": { "arch": "amd64", "version": "2.44-2build3" }, "libxml-sax-base-perl": { "arch": "all", "version": "1.09-1" }, "libxml-sax-expat-perl": { "arch": "all", "version": "0.40-2" }, "libxml-sax-perl": { "arch": "all", "version": "0.99+dfsg-2ubuntu1" }, "libxml-simple-perl": { "arch": "all", "version": "2.24-1" }, "libxml-twig-perl": { "arch": "all", "version": "1:3.50-1" }, "libxml-xpathengine-perl": { "arch": "all", "version": "0.14-1" }, "libxml2": { "arch": "amd64", "version": "2.9.4+dfsg1-6.1ubuntu1" }, "libxmlsec1": { "arch": "amd64", "version": "1.2.25-1build1" }, "libxmlsec1-nss": { "arch": "amd64", "version": "1.2.25-1build1" }, "libxmu6": { "arch": "amd64", "version": "2:1.1.2-2" }, "libxmuu1": { "arch": "amd64", "version": "2:1.1.2-2" }, "libxplayer-plparser18": { "arch": "amd64", "version": "1.0.2+tara" }, "libxplayer0": { "arch": "amd64", "version": "1.8.3+tara" }, "libxpm4": { "arch": "amd64", "version": "1:3.5.12-1" }, "libxrandr2": { "arch": "amd64", "version": "2:1.5.1-1" }, "libxreaderdocument3": { "arch": "amd64", "version": "1.8.5+tara" }, "libxreaderview3": { "arch": "amd64", "version": "1.8.5+tara" }, "libxrender1": { "arch": "amd64", "version": "1:0.9.10-1" }, "libxres1": { "arch": "amd64", "version": "2:1.2.0-2" }, "libxshmfence1": { "arch": "amd64", "version": "1.3-1" }, "libxslt1.1": { "arch": "amd64", "version": "1.1.29-5" }, "libxss1": { "arch": "amd64", "version": "1:1.2.2-1" }, "libxt6": { "arch": "amd64", "version": "1:1.1.5-1" }, "libxtables12": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "libxtst6": { "arch": "amd64", "version": "2:1.2.3-1" }, "libxv1": { "arch": "amd64", "version": "2:1.0.11-1" }, "libxvidcore4": { "arch": "amd64", "version": "2:1.3.5-1" }, "libxvmc1": { "arch": "amd64", "version": "2:1.0.10-1" }, "libxxf86dga1": { "arch": "amd64", "version": "2:1.1.4-1" }, "libxxf86vm1": { "arch": "amd64", "version": "1:1.1.4-1" }, "libyajl2": { "arch": "amd64", "version": "2.1.0-2build1" }, "libyaml-0-2": { "arch": "amd64", "version": "0.1.7-2ubuntu3" }, "libyaml-libyaml-perl": { "arch": "amd64", "version": "0.69+repack-1" }, "libyaml-tiny-perl": { "arch": "all", "version": "1.70-1" }, "libyelp0": { "arch": "amd64", "version": "3.26.0-1ubuntu2mint1" }, "libzeitgeist-2.0-0": { "arch": "amd64", "version": "1.0-0.1ubuntu1" }, "libzip4": { "arch": "amd64", "version": "1.1.2-1.1" }, "libzstd1": { "arch": "amd64", "version": "1.3.3+dfsg-2ubuntu1" }, "libzvbi-common": { "arch": "all", "version": "0.2.35-13" }, "libzvbi0": { "arch": "amd64", "version": "0.2.35-13" }, "lightdm": { "arch": "amd64", "version": "1.26.0-0ubuntu1" }, "lightdm-settings": { "arch": "all", "version": "1.2.3" }, "lintian": { "arch": "all", "version": "2.5.81ubuntu1" }, "linux-base": { "arch": "all", "version": "4.5ubuntu1" }, "linux-firmware": { "arch": "all", "version": "1.173" }, "linux-headers-4.15.0-20": { "arch": "all", "version": "4.15.0-20.21" }, "linux-headers-4.15.0-20-generic": { "arch": "amd64", "version": "4.15.0-20.21" }, "linux-image-4.15.0-20-generic": { "arch": "amd64", "version": "4.15.0-20.21" }, "linux-kernel-generic": { "arch": "all", "version": "4.15.0-20" }, "linux-libc-dev": { "arch": "amd64", "version": "4.15.0-20.21" }, "linux-modules-4.15.0-20-generic": { "arch": "amd64", "version": "4.15.0-20.21" }, "linux-modules-extra-4.15.0-20-generic": { "arch": "amd64", "version": "4.15.0-20.21" }, "linux-sound-base": { "arch": "all", "version": "1.0.25+dfsg-0ubuntu5" }, "linuxmint-keyring": { "arch": "all", "version": "2016.05.26" }, "lm-sensors": { "arch": "amd64", "version": "1:3.4.0-4" }, "localechooser-data": { "arch": "all", "version": "2.71ubuntu2" }, "locales": { "arch": "all", "version": "2.27-3ubuntu1" }, "login": { "arch": "amd64", "version": "1:4.5-1ubuntu1" }, "logrotate": { "arch": "amd64", "version": "3.11.0-0.1ubuntu1" }, "lp-solve": { "arch": "amd64", "version": "5.5.0.15-4build1" }, "lsb-base": { "arch": "all", "version": "9.20170808ubuntu1" }, "lsb-release": { "arch": "all", "version": "9.20170808ubuntu1" }, "lshw": { "arch": "amd64", "version": "02.18-0.1ubuntu6" }, "lsof": { "arch": "amd64", "version": "4.89+dfsg-0.1" }, "ltrace": { "arch": "amd64", "version": "0.7.3-6ubuntu1" }, "lupin-casper": { "arch": "all", "version": "0.57build1" }, "lvm2": { "arch": "amd64", "version": "2.02.176-4.1ubuntu3" }, "m4": { "arch": "amd64", "version": "1.4.18-1" }, "make": { "arch": "amd64", "version": "4.1-9.1ubuntu1" }, "makedev": { "arch": "all", "version": "2.3.1-93ubuntu2" }, "man-db": { "arch": "amd64", "version": "2.8.3-2" }, "manpages": { "arch": "all", "version": "4.15-1" }, "manpages-dev": { "arch": "all", "version": "4.15-1" }, "mate-desktop": { "arch": "amd64", "version": "1.20.1-2ubuntu1" }, "mate-desktop-common": { "arch": "all", "version": "1.20.1-2ubuntu1" }, "mate-menus": { "arch": "amd64", "version": "1.20.0-2" }, "mate-panel": { "arch": "amd64", "version": "1.20.1-3ubuntu1" }, "mate-panel-common": { "arch": "all", "version": "1.20.1-3ubuntu1" }, "mate-polkit": { "arch": "amd64", "version": "1.20.0-1" }, "mate-polkit-common": { "arch": "amd64", "version": "1.20.0-1" }, "mawk": { "arch": "amd64", "version": "1.3.3-17ubuntu3" }, "media-player-info": { "arch": "all", "version": "23-1" }, "memtest86+": { "arch": "amd64", "version": "5.01-3ubuntu2" }, "menu-xdg": { "arch": "all", "version": "0.5" }, "mesa-utils": { "arch": "amd64", "version": "8.4.0-1" }, "metacity": { "arch": "amd64", "version": "1:3.28.0-1" }, "metacity-common": { "arch": "all", "version": "1:3.28.0-1" }, "mime-support": { "arch": "all", "version": "3.60ubuntu1" }, "mint-artwork": { "arch": "all", "version": "1.1.6" }, "mint-backgrounds-tara": { "arch": "all", "version": "1.1" }, "mint-common": { "arch": "all", "version": "1.3.3" }, "mint-info-cinnamon": { "arch": "all", "version": "2018.02.07" }, "mint-meta-cinnamon": { "arch": "all", "version": "2018.06.08" }, "mint-meta-core": { "arch": "all", "version": "2018.06.08" }, "mint-mirrors": { "arch": "all", "version": "1.1.7" }, "mint-themes": { "arch": "all", "version": "1.7.2" }, "mint-translations": { "arch": "all", "version": "2018.06.26" }, "mint-upgrade-info": { "arch": "all", "version": "1.1.1" }, "mint-x-icons": { "arch": "all", "version": "1.5.0" }, "mint-y-icons": { "arch": "all", "version": "1.3.0" }, "mintbackup": { "arch": "all", "version": "2.3.4" }, "mintdrivers": { "arch": "all", "version": "1.4.1" }, "mintinstall": { "arch": "all", "version": "7.9.5" }, "mintlocale": { "arch": "all", "version": "1.4.9" }, "mintmenu": { "arch": "all", "version": "5.9.0" }, "mintreport": { "arch": "all", "version": "1.0.6" }, "mintsources": { "arch": "all", "version": "1.7.9" }, "mintstick": { "arch": "all", "version": "1.3.8" }, "mintsystem": { "arch": "all", "version": "8.3.8" }, "mintupdate": { "arch": "all", "version": "5.4.0" }, "mintwelcome": { "arch": "all", "version": "2.3.2" }, "mlocate": { "arch": "amd64", "version": "0.26-2ubuntu3.1" }, "mobile-broadband-provider-info": { "arch": "all", "version": "20170903-1" }, "modemmanager": { "arch": "amd64", "version": "1.6.8-2ubuntu1" }, "mono-4.0-gac": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "mono-gac": { "arch": "all", "version": "4.6.2.7+dfsg-1ubuntu1" }, "mono-runtime": { "arch": "amd64", "version": "4.6.2.7+dfsg-1ubuntu1" }, "mono-runtime-common": { "arch": "amd64", "version": "4.6.2.7+dfsg-1ubuntu1" }, "mono-runtime-sgen": { "arch": "amd64", "version": "4.6.2.7+dfsg-1ubuntu1" }, "mount": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "mousetweaks": { "arch": "amd64", "version": "3.12.0-4" }, "mozo": { "arch": "all", "version": "1.20.0-1" }, "mscompress": { "arch": "amd64", "version": "0.4-3build1" }, "mtools": { "arch": "amd64", "version": "4.0.18-2ubuntu1" }, "mtr-tiny": { "arch": "amd64", "version": "0.92-1" }, "muffin": { "arch": "amd64", "version": "3.8.2+tara" }, "muffin-common": { "arch": "all", "version": "3.8.2+tara" }, "muffin-dbg": { "arch": "amd64", "version": "3.8.2+tara" }, "multiarch-support": { "arch": "amd64", "version": "2.27-3ubuntu1" }, "mythes-de": { "arch": "all", "version": "20160424-3" }, "mythes-de-ch": { "arch": "all", "version": "20160424-3" }, "mythes-en-au": { "arch": "all", "version": "2.1-5.4" }, "mythes-en-us": { "arch": "all", "version": "1:6.0.3-3" }, "mythes-fr": { "arch": "all", "version": "1:6.0.3-3" }, "mythes-it": { "arch": "all", "version": "1:6.0.3-3" }, "mythes-pt-pt": { "arch": "all", "version": "1:6.0.3-3" }, "mythes-ru": { "arch": "all", "version": "1:6.0.3-3" }, "nano": { "arch": "amd64", "version": "2.9.3-2" }, "nautilus-data": { "arch": "all", "version": "1:3.26.3-0ubuntu4" }, "ncurses-base": { "arch": "all", "version": "6.1-1ubuntu1" }, "ncurses-bin": { "arch": "amd64", "version": "6.1-1ubuntu1" }, "nemo": { "arch": "amd64", "version": "3.8.5+tara" }, "nemo-data": { "arch": "all", "version": "3.8.5+tara" }, "nemo-dbg": { "arch": "amd64", "version": "3.8.5+tara" }, "nemo-emblems": { "arch": "all", "version": "3.8.0+tara" }, "nemo-fileroller": { "arch": "amd64", "version": "3.8.0+tara" }, "nemo-preview": { "arch": "amd64", "version": "3.8.0+tara" }, "nemo-share": { "arch": "amd64", "version": "3.8.0+tara" }, "net-tools": { "arch": "amd64", "version": "1.60+git20161116.90da8a0-1ubuntu1" }, "netbase": { "arch": "all", "version": "5.4" }, "netcat-openbsd": { "arch": "amd64", "version": "1.187-1" }, "netpbm": { "arch": "amd64", "version": "2:10.0-15.3build1" }, "netplan.io": { "arch": "amd64", "version": "0.36.1" }, "network-manager": { "arch": "amd64", "version": "1.10.6-2ubuntu1" }, "network-manager-config-connectivity-ubuntu": { "arch": "all", "version": "1.10.6-2ubuntu1" }, "network-manager-gnome": { "arch": "amd64", "version": "1.8.10-2ubuntu1" }, "network-manager-openvpn": { "arch": "amd64", "version": "1.8.2-1" }, "network-manager-openvpn-gnome": { "arch": "amd64", "version": "1.8.2-1" }, "network-manager-pptp": { "arch": "amd64", "version": "1.2.6-1" }, "network-manager-pptp-gnome": { "arch": "amd64", "version": "1.2.6-1" }, "networkd-dispatcher": { "arch": "all", "version": "1.7-0ubuntu3" }, "nplan": { "arch": "all", "version": "0.36.1" }, "ntfs-3g": { "arch": "amd64", "version": "1:2017.3.23-2" }, "nvidia-prime-applet": { "arch": "all", "version": "1.0.7" }, "obex-data-server": { "arch": "amd64", "version": "0.4.6-1" }, "onboard": { "arch": "amd64", "version": "1.4.1-2ubuntu1" }, "onboard-common": { "arch": "all", "version": "1.4.1-2ubuntu1" }, "openjdk-11-jre": { "arch": "amd64", "version": "10.0.1+10-3ubuntu1" }, "openjdk-11-jre-headless": { "arch": "amd64", "version": "10.0.1+10-3ubuntu1" }, "openprinting-ppds": { "arch": "all", "version": "20180306-1" }, "openssh-client": { "arch": "amd64", "version": "1:7.6p1-4" }, "openssl": { "arch": "amd64", "version": "1.1.0g-2ubuntu4" }, "openvpn": { "arch": "amd64", "version": "2.4.4-2ubuntu1" }, "orca": { "arch": "all", "version": "3.28.0-3ubuntu1" }, "os-prober": { "arch": "amd64", "version": "1.74ubuntu1" }, "p11-kit": { "arch": "amd64", "version": "0.23.9-2" }, "p11-kit-modules": { "arch": "amd64", "version": "0.23.9-2" }, "p7zip": { "arch": "amd64", "version": "16.02+dfsg-6" }, "packagekit": { "arch": "amd64", "version": "1.1.9-1ubuntu2" }, "packagekit-tools": { "arch": "amd64", "version": "1.1.9-1ubuntu2" }, "parted": { "arch": "amd64", "version": "3.2-20" }, "passwd": { "arch": "amd64", "version": "1:4.5-1ubuntu1" }, "patch": { "arch": "amd64", "version": "2.7.6-2ubuntu1" }, "patchutils": { "arch": "amd64", "version": "0.3.4-2" }, "pciutils": { "arch": "amd64", "version": "1:3.5.2-1ubuntu1" }, "pcmciautils": { "arch": "amd64", "version": "018-8build1" }, "perl": { "arch": "amd64", "version": "5.26.1-6" }, "perl-base": { "arch": "amd64", "version": "5.26.1-6" }, "perl-modules-5.26": { "arch": "all", "version": "5.26.1-6" }, "perl-openssl-defaults": { "arch": "amd64", "version": "3build1" }, "pinentry-curses": { "arch": "amd64", "version": "1.1.0-1" }, "pinentry-gnome3": { "arch": "amd64", "version": "1.1.0-1" }, "pix": { "arch": "amd64", "version": "1.8.2+tara" }, "pix-data": { "arch": "all", "version": "1.8.2+tara" }, "pix-dbg": { "arch": "amd64", "version": "1.8.2+tara" }, "pkg-config": { "arch": "amd64", "version": "0.29.1-0ubuntu2" }, "plymouth": { "arch": "amd64", "version": "0.9.3-1ubuntu7" }, "plymouth-label": { "arch": "amd64", "version": "0.9.3-1ubuntu7" }, "plymouth-theme-ubuntu-text": { "arch": "amd64", "version": "0.9.3-1ubuntu7" }, "pm-utils": { "arch": "all", "version": "1.4.1-17" }, "policykit-1": { "arch": "amd64", "version": "0.105-20" }, "policykit-1-gnome": { "arch": "amd64", "version": "0.105-6ubuntu2" }, "policykit-desktop-privileges": { "arch": "all", "version": "0.20" }, "poppler-data": { "arch": "all", "version": "0.4.8-2" }, "poppler-utils": { "arch": "amd64", "version": "0.62.0-2ubuntu2" }, "powermgmt-base": { "arch": "all", "version": "1.33" }, "ppp": { "arch": "amd64", "version": "2.4.7-2+2ubuntu1" }, "pppconfig": { "arch": "all", "version": "2.3.23" }, "pppoeconf": { "arch": "all", "version": "1.21ubuntu1" }, "pptp-linux": { "arch": "amd64", "version": "1.9.0+ds-2" }, "printer-driver-brlaser": { "arch": "amd64", "version": "4-1" }, "printer-driver-c2esp": { "arch": "amd64", "version": "27-4" }, "printer-driver-foo2zjs": { "arch": "amd64", "version": "20170320dfsg0-4" }, "printer-driver-foo2zjs-common": { "arch": "all", "version": "20170320dfsg0-4" }, "printer-driver-gutenprint": { "arch": "amd64", "version": "5.2.13-2" }, "printer-driver-hpcups": { "arch": "amd64", "version": "3.17.10+repack0-5" }, "printer-driver-m2300w": { "arch": "amd64", "version": "0.51-13" }, "printer-driver-min12xxw": { "arch": "amd64", "version": "0.0.9-10" }, "printer-driver-pnm2ppa": { "arch": "amd64", "version": "1.13+nondbs-0ubuntu6" }, "printer-driver-postscript-hp": { "arch": "all", "version": "3.17.10+repack0-5" }, "printer-driver-ptouch": { "arch": "amd64", "version": "1.4.2-3" }, "printer-driver-pxljr": { "arch": "amd64", "version": "1.4+repack0-5" }, "printer-driver-sag-gdi": { "arch": "all", "version": "0.1-5" }, "printer-driver-splix": { "arch": "amd64", "version": "2.0.0+svn315-6fakesync1" }, "procps": { "arch": "amd64", "version": "2:3.3.12-3ubuntu1" }, "psmisc": { "arch": "amd64", "version": "23.1-1" }, "publicsuffix": { "arch": "all", "version": "20180223.1310-1" }, "pulseaudio": { "arch": "amd64", "version": "1:11.1-1ubuntu7" }, "pulseaudio-module-bluetooth": { "arch": "amd64", "version": "1:11.1-1ubuntu7" }, "pulseaudio-utils": { "arch": "amd64", "version": "1:11.1-1ubuntu7" }, "python": { "arch": "amd64", "version": "2.7.15~rc1-1" }, "python-apt": { "arch": "amd64", "version": "1.6.0" }, "python-apt-common": { "arch": "all", "version": "1.6.0" }, "python-cairo": { "arch": "amd64", "version": "1.16.2-1" }, "python-configobj": { "arch": "all", "version": "5.0.6-2" }, "python-crypto": { "arch": "amd64", "version": "2.6.1-8ubuntu2" }, "python-dbus": { "arch": "amd64", "version": "1.2.6-1" }, "python-gi": { "arch": "amd64", "version": "3.26.1-2" }, "python-glade2": { "arch": "amd64", "version": "2.24.0-5.1ubuntu2" }, "python-gobject-2": { "arch": "amd64", "version": "2.28.6-12ubuntu3" }, "python-gtk2": { "arch": "amd64", "version": "2.24.0-5.1ubuntu2" }, "python-ldb": { "arch": "amd64", "version": "2:1.2.3-1" }, "python-mate-menu": { "arch": "amd64", "version": "1.20.0-2" }, "python-minimal": { "arch": "amd64", "version": "2.7.15~rc1-1" }, "python-nemo": { "arch": "amd64", "version": "3.8.0+tara" }, "python-parted": { "arch": "amd64", "version": "3.11.1-1ubuntu2" }, "python-samba": { "arch": "amd64", "version": "2:4.7.6+dfsg~ubuntu-0ubuntu2" }, "python-setproctitle": { "arch": "amd64", "version": "1.1.10-1build2" }, "python-six": { "arch": "all", "version": "1.11.0-2" }, "python-talloc": { "arch": "amd64", "version": "2.1.10-2ubuntu1" }, "python-tdb": { "arch": "amd64", "version": "1.3.15-2" }, "python-xdg": { "arch": "all", "version": "0.25-4ubuntu1" }, "python-xlib": { "arch": "all", "version": "0.20-3" }, "python2.7": { "arch": "amd64", "version": "2.7.15~rc1-1" }, "python2.7-minimal": { "arch": "amd64", "version": "2.7.15~rc1-1" }, "python3": { "arch": "amd64", "version": "3.6.5-3" }, "python3-apport": { "arch": "all", "version": "2.20.9-0ubuntu7" }, "python3-apt": { "arch": "amd64", "version": "1.6.0" }, "python3-aptdaemon": { "arch": "all", "version": "1.1.1+bzr982-0ubuntu19" }, "python3-aptdaemon.gtk3widgets": { "arch": "all", "version": "1.1.1+bzr982-0ubuntu19" }, "python3-brlapi": { "arch": "amd64", "version": "5.5-4ubuntu2" }, "python3-bs4": { "arch": "all", "version": "4.6.0-1" }, "python3-cairo": { "arch": "amd64", "version": "1.16.2-1" }, "python3-certifi": { "arch": "all", "version": "2018.1.18-2" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.11.5-1" }, "python3-chardet": { "arch": "all", "version": "3.0.4-1" }, "python3-commandnotfound": { "arch": "all", "version": "18.04.4" }, "python3-configobj": { "arch": "all", "version": "5.0.6-2" }, "python3-crypto": { "arch": "amd64", "version": "2.6.1-8ubuntu2" }, "python3-cups": { "arch": "amd64", "version": "1.9.73-2" }, "python3-cupshelpers": { "arch": "all", "version": "1.5.11-1ubuntu2" }, "python3-dbus": { "arch": "amd64", "version": "1.2.6-1" }, "python3-debian": { "arch": "all", "version": "0.1.32" }, "python3-defer": { "arch": "all", "version": "1.0.6-2build1" }, "python3-gdbm": { "arch": "amd64", "version": "3.6.5-3" }, "python3-gi": { "arch": "amd64", "version": "3.26.1-2" }, "python3-gi-cairo": { "arch": "amd64", "version": "3.26.1-2" }, "python3-httplib2": { "arch": "all", "version": "0.9.2+dfsg-1" }, "python3-icu": { "arch": "amd64", "version": "1.9.8-0ubuntu1" }, "python3-idna": { "arch": "all", "version": "2.6-1" }, "python3-louis": { "arch": "all", "version": "3.5.0-1" }, "python3-macaroonbakery": { "arch": "all", "version": "1.1.3-1" }, "python3-mako": { "arch": "all", "version": "1.0.7+ds1-1" }, "python3-markupsafe": { "arch": "amd64", "version": "1.0-1build1" }, "python3-minimal": { "arch": "amd64", "version": "3.6.5-3" }, "python3-nacl": { "arch": "amd64", "version": "1.1.2-1build1" }, "python3-pam": { "arch": "amd64", "version": "0.4.2-13.2ubuntu4" }, "python3-pexpect": { "arch": "all", "version": "4.2.1-1" }, "python3-pil": { "arch": "amd64", "version": "5.1.0-1" }, "python3-pkg-resources": { "arch": "all", "version": "39.0.1-2" }, "python3-problem-report": { "arch": "all", "version": "2.20.9-0ubuntu7" }, "python3-protobuf": { "arch": "amd64", "version": "3.0.0-9.1ubuntu1" }, "python3-psutil": { "arch": "amd64", "version": "5.4.2-1" }, "python3-ptyprocess": { "arch": "all", "version": "0.5.2-1" }, "python3-pyatspi": { "arch": "all", "version": "2.26.0+dfsg-1" }, "python3-pycurl": { "arch": "amd64", "version": "7.43.0.1-0.2" }, "python3-pyinotify": { "arch": "all", "version": "0.9.6-1" }, "python3-pymacaroons": { "arch": "all", "version": "0.13.0-1" }, "python3-reportlab": { "arch": "all", "version": "3.4.0-3build1" }, "python3-reportlab-accel": { "arch": "amd64", "version": "3.4.0-3build1" }, "python3-requests": { "arch": "all", "version": "2.18.4-2" }, "python3-requests-unixsocket": { "arch": "all", "version": "0.1.5-3" }, "python3-rfc3339": { "arch": "all", "version": "1.0-4" }, "python3-setproctitle": { "arch": "amd64", "version": "1.1.10-1build2" }, "python3-six": { "arch": "all", "version": "1.11.0-2" }, "python3-speechd": { "arch": "all", "version": "0.8.8-1ubuntu1" }, "python3-systemd": { "arch": "amd64", "version": "234-1build1" }, "python3-tz": { "arch": "all", "version": "2018.3-2" }, "python3-uno": { "arch": "amd64", "version": "1:6.0.3-0ubuntu1" }, "python3-urllib3": { "arch": "all", "version": "1.22-1" }, "python3-xapp": { "arch": "all", "version": "1.2.0" }, "python3-xdg": { "arch": "all", "version": "0.25-4ubuntu1" }, "python3-xkit": { "arch": "all", "version": "0.5.0ubuntu2" }, "python3-xlib": { "arch": "all", "version": "0.20-3" }, "python3-yaml": { "arch": "amd64", "version": "3.12-1build2" }, "python3.6": { "arch": "amd64", "version": "3.6.5-3" }, "python3.6-minimal": { "arch": "amd64", "version": "3.6.5-3" }, "qpdf": { "arch": "amd64", "version": "8.0.2-3" }, "qt5-gtk-platformtheme": { "arch": "amd64", "version": "5.9.5+dfsg-0ubuntu1" }, "qt5-style-plugins": { "arch": "amd64", "version": "5.0.0+git23.g335dbec-2build5" }, "qt5ct": { "arch": "amd64", "version": "0.34-1build2" }, "qttranslations5-l10n": { "arch": "all", "version": "5.9.5-0ubuntu1" }, "rake": { "arch": "all", "version": "12.3.1-1" }, "rarian-compat": { "arch": "amd64", "version": "0.8.1-6build1" }, "rdate": { "arch": "amd64", "version": "1:1.2-6" }, "readline-common": { "arch": "all", "version": "7.0-3" }, "redshift": { "arch": "amd64", "version": "1.11-1ubuntu1" }, "redshift-gtk": { "arch": "all", "version": "1.11-1ubuntu1" }, "reiserfsprogs": { "arch": "amd64", "version": "1:3.6.27-2" }, "rename": { "arch": "all", "version": "0.20-7" }, "rfkill": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "rhythmbox": { "arch": "amd64", "version": "3.4.2-4ubuntu1" }, "rhythmbox-data": { "arch": "all", "version": "3.4.2-4ubuntu1" }, "rhythmbox-plugin-tray-icon": { "arch": "all", "version": "2016.11.23.2" }, "rhythmbox-plugins": { "arch": "amd64", "version": "3.4.2-4ubuntu1" }, "rsync": { "arch": "amd64", "version": "3.1.2-2.1ubuntu1" }, "rsyslog": { "arch": "amd64", "version": "8.32.0-1ubuntu4" }, "rtkit": { "arch": "amd64", "version": "0.11-6" }, "ruby": { "arch": "amd64", "version": "1:2.5.1" }, "ruby-did-you-mean": { "arch": "all", "version": "1.2.0-2" }, "ruby-json": { "arch": "amd64", "version": "2.1.0+dfsg-2" }, "ruby-minitest": { "arch": "all", "version": "5.10.3-1" }, "ruby-net-telnet": { "arch": "all", "version": "0.1.1-2" }, "ruby-power-assert": { "arch": "all", "version": "0.3.0-1" }, "ruby-test-unit": { "arch": "all", "version": "3.2.5-1" }, "ruby2.5": { "arch": "amd64", "version": "2.5.1-1ubuntu1" }, "rubygems-integration": { "arch": "all", "version": "1.11" }, "samba-common": { "arch": "all", "version": "2:4.7.6+dfsg~ubuntu-0ubuntu2" }, "samba-common-bin": { "arch": "amd64", "version": "2:4.7.6+dfsg~ubuntu-0ubuntu2" }, "samba-libs": { "arch": "amd64", "version": "2:4.7.6+dfsg~ubuntu-0ubuntu2" }, "sane-utils": { "arch": "amd64", "version": "1.0.27-1~experimental3ubuntu2" }, "sbsigntool": { "arch": "amd64", "version": "0.6-3.2ubuntu2" }, "scrollkeeper": { "arch": "all", "version": "0.8.1-6build1" }, "seahorse": { "arch": "amd64", "version": "3.20.0-5" }, "secureboot-db": { "arch": "amd64", "version": "1.1" }, "sed": { "arch": "amd64", "version": "4.4-2" }, "sensible-utils": { "arch": "all", "version": "0.0.12" }, "session-migration": { "arch": "amd64", "version": "0.3.3" }, "sessioninstaller": { "arch": "all", "version": "0.20+bzr150-0ubuntu4.1" }, "sgml-base": { "arch": "all", "version": "1.29" }, "sgml-data": { "arch": "all", "version": "2.0.10" }, "shared-mime-info": { "arch": "amd64", "version": "1.9-2" }, "simple-scan": { "arch": "amd64", "version": "3.28.0-0ubuntu1" }, "slick-greeter": { "arch": "amd64", "version": "1.2.2+tara" }, "sound-theme-freedesktop": { "arch": "all", "version": "0.8-2ubuntu1" }, "speech-dispatcher": { "arch": "amd64", "version": "0.8.8-1ubuntu1" }, "speech-dispatcher-audio-plugins": { "arch": "amd64", "version": "0.8.8-1ubuntu1" }, "speech-dispatcher-espeak-ng": { "arch": "amd64", "version": "0.8.8-1ubuntu1" }, "squashfs-tools": { "arch": "amd64", "version": "1:4.3-6" }, "ssh-askpass-gnome": { "arch": "amd64", "version": "1:7.6p1-4" }, "ssl-cert": { "arch": "all", "version": "1.0.39" }, "strace": { "arch": "amd64", "version": "4.21-1ubuntu1" }, "streamer": { "arch": "amd64", "version": "3.103-4build1" }, "sudo": { "arch": "amd64", "version": "1.8.21p2-3ubuntu1" }, "synaptic": { "arch": "amd64", "version": "0.84.3linuxmint1+tara" }, "syslinux": { "arch": "amd64", "version": "3:6.03+dfsg1-2" }, "syslinux-common": { "arch": "all", "version": "3:6.03+dfsg1-2" }, "syslinux-legacy": { "arch": "amd64", "version": "2:3.63+dfsg-2ubuntu9" }, "syslinux-utils": { "arch": "amd64", "version": "3:6.03+dfsg1-2" }, "system-config-printer": { "arch": "all", "version": "1.5.11-1ubuntu2" }, "system-config-printer-common": { "arch": "all", "version": "1.5.11-1ubuntu2" }, "system-config-printer-gnome": { "arch": "all", "version": "1.5.11-1ubuntu2" }, "system-config-printer-udev": { "arch": "amd64", "version": "1.5.11-1ubuntu2" }, "system-tools-backends": { "arch": "amd64", "version": "2.10.2-3" }, "systemd": { "arch": "amd64", "version": "237-3ubuntu10" }, "systemd-sysv": { "arch": "amd64", "version": "237-3ubuntu10" }, "sysvinit-utils": { "arch": "amd64", "version": "2.88dsf-59.10ubuntu1" }, "t1utils": { "arch": "amd64", "version": "1.41-2" }, "tar": { "arch": "amd64", "version": "1.29b-2" }, "tcpd": { "arch": "amd64", "version": "7.6.q-27" }, "tcpdump": { "arch": "amd64", "version": "4.9.2-3" }, "telnet": { "arch": "amd64", "version": "0.17-41" }, "thermald": { "arch": "amd64", "version": "1.7.0-5ubuntu1" }, "thunderbird": { "arch": "amd64", "version": "1:60.2.1+build1-0ubuntu0.18.04.2" }, "thunderbird-gnome-support": { "arch": "amd64", "version": "1:60.2.1+build1-0ubuntu0.18.04.2" }, "thunderbird-locale-en": { "arch": "amd64", "version": "1:60.2.1+build1-0ubuntu0.18.04.2" }, "thunderbird-locale-en-us": { "arch": "all", "version": "1:60.2.1+build1-0ubuntu0.18.04.2" }, "time": { "arch": "amd64", "version": "1.7-25.1build1" }, "timeshift": { "arch": "amd64", "version": "18.6+tara" }, "tomboy": { "arch": "amd64", "version": "1.15.9-0ubuntu1" }, "transmission-common": { "arch": "all", "version": "2.92-3ubuntu2" }, "transmission-gtk": { "arch": "amd64", "version": "2.92-3ubuntu2" }, "ttf-ancient-fonts-symbola": { "arch": "all", "version": "2.60-1" }, "ttf-ubuntu-font-family": { "arch": "all", "version": "1:0.83-2" }, "tzdata": { "arch": "all", "version": "2018d-1" }, "ubuntu-advantage-tools": { "arch": "all", "version": "17" }, "ubuntu-drivers-common": { "arch": "amd64", "version": "1:0.5.2" }, "ubuntu-keyring": { "arch": "all", "version": "2018.02.28" }, "ubuntu-minimal": { "arch": "amd64", "version": "1.417" }, "ubuntu-mono": { "arch": "all", "version": "16.10+18.04.20180421.1-0ubuntu1" }, "ubuntu-system-adjustments": { "arch": "all", "version": "2018.07.09" }, "ubuntu-system-service": { "arch": "all", "version": "0.3.1" }, "ucf": { "arch": "all", "version": "3.0038" }, "udev": { "arch": "amd64", "version": "237-3ubuntu10" }, "udisks2": { "arch": "amd64", "version": "2.7.6-3" }, "ufw": { "arch": "all", "version": "0.35-5" }, "uno-libs3": { "arch": "amd64", "version": "6.0.3-0ubuntu1" }, "unzip": { "arch": "amd64", "version": "6.0-21ubuntu1" }, "update-inetd": { "arch": "all", "version": "4.44" }, "upower": { "arch": "amd64", "version": "0.99.7-2" }, "ure": { "arch": "amd64", "version": "6.0.3-0ubuntu1" }, "ureadahead": { "arch": "amd64", "version": "0.100.0-20" }, "usb-modeswitch": { "arch": "amd64", "version": "2.5.2+repack0-2ubuntu1" }, "usb-modeswitch-data": { "arch": "all", "version": "20170806-2" }, "usbmuxd": { "arch": "amd64", "version": "1.1.0-2build1" }, "usbutils": { "arch": "amd64", "version": "1:007-4build1" }, "user-setup": { "arch": "all", "version": "1.63ubuntu5" }, "util-linux": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "uuid-runtime": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3" }, "vim-common": { "arch": "all", "version": "2:8.0.1453-1ubuntu1" }, "vim-tiny": { "arch": "amd64", "version": "2:8.0.1453-1ubuntu1" }, "wamerican": { "arch": "all", "version": "2017.08.24-1" }, "wbrazilian": { "arch": "all", "version": "3.0~beta4-20" }, "wbritish": { "arch": "all", "version": "2017.08.24-1" }, "wfrench": { "arch": "all", "version": "1.2.3-11build1" }, "wget": { "arch": "amd64", "version": "1.19.4-1ubuntu2" }, "whiptail": { "arch": "amd64", "version": "0.52.20-1ubuntu1" }, "wireless-regdb": { "arch": "all", "version": "2016.06.10-0ubuntu1" }, "wireless-tools": { "arch": "amd64", "version": "30~pre9-12ubuntu1" }, "witalian": { "arch": "all", "version": "1.8" }, "wmctrl": { "arch": "amd64", "version": "1.07-7build1" }, "wngerman": { "arch": "all", "version": "20161207-4" }, "wogerman": { "arch": "all", "version": "1:2-33" }, "wpasupplicant": { "arch": "amd64", "version": "2:2.6-15ubuntu2" }, "wportuguese": { "arch": "all", "version": "20171225-1" }, "wspanish": { "arch": "all", "version": "1.0.27" }, "wswiss": { "arch": "all", "version": "20161207-4" }, "x11-apps": { "arch": "amd64", "version": "7.7+6ubuntu1" }, "x11-common": { "arch": "all", "version": "1:7.7+19ubuntu7" }, "x11-session-utils": { "arch": "amd64", "version": "7.7+2build1" }, "x11-utils": { "arch": "amd64", "version": "7.7+3build1" }, "x11-xkb-utils": { "arch": "amd64", "version": "7.7+3" }, "x11-xserver-utils": { "arch": "amd64", "version": "7.7+7build1" }, "xapps-common": { "arch": "all", "version": "1.2.2+tara" }, "xauth": { "arch": "amd64", "version": "1:1.0.10-1" }, "xawtv-plugins": { "arch": "amd64", "version": "3.103-4build1" }, "xbitmaps": { "arch": "all", "version": "1.1.1-2" }, "xbrlapi": { "arch": "amd64", "version": "5.5-4ubuntu2" }, "xdg-desktop-portal": { "arch": "amd64", "version": "0.10-4" }, "xdg-desktop-portal-gtk": { "arch": "amd64", "version": "0.10-1" }, "xdg-user-dirs": { "arch": "amd64", "version": "0.17-1ubuntu1" }, "xdg-user-dirs-gtk": { "arch": "amd64", "version": "0.10-2" }, "xdg-utils": { "arch": "all", "version": "1.1.2-1ubuntu2" }, "xed": { "arch": "amd64", "version": "1.8.3+tara" }, "xed-common": { "arch": "all", "version": "1.8.3+tara" }, "xed-dbg": { "arch": "amd64", "version": "1.8.3+tara" }, "xfonts-base": { "arch": "all", "version": "1:1.0.4+nmu1" }, "xfonts-encodings": { "arch": "all", "version": "1:1.0.4-2" }, "xfonts-scalable": { "arch": "all", "version": "1:1.0.3-1.1" }, "xfonts-utils": { "arch": "amd64", "version": "1:7.7+6" }, "xfsprogs": { "arch": "amd64", "version": "4.9.0+nmu1ubuntu2" }, "xinit": { "arch": "amd64", "version": "1.3.4-3ubuntu3" }, "xinput": { "arch": "amd64", "version": "1.6.2-1build1" }, "xkb-data": { "arch": "all", "version": "2.23.1-1ubuntu1" }, "xml-core": { "arch": "all", "version": "0.18" }, "xorg": { "arch": "amd64", "version": "1:7.7+19ubuntu7" }, "xorg-docs-core": { "arch": "all", "version": "1:1.7.1-1.1" }, "xplayer": { "arch": "amd64", "version": "1.8.3+tara" }, "xplayer-common": { "arch": "all", "version": "1.8.3+tara" }, "xplayer-dbg": { "arch": "amd64", "version": "1.8.3+tara" }, "xplayer-plugins": { "arch": "amd64", "version": "1.8.3+tara" }, "xreader": { "arch": "amd64", "version": "1.8.5+tara" }, "xreader-common": { "arch": "all", "version": "1.8.5+tara" }, "xreader-dbg": { "arch": "amd64", "version": "1.8.5+tara" }, "xscreensaver-data": { "arch": "amd64", "version": "5.36-1ubuntu1" }, "xscreensaver-data-extra": { "arch": "amd64", "version": "5.36-1ubuntu1" }, "xscreensaver-gl": { "arch": "amd64", "version": "5.36-1ubuntu1" }, "xscreensaver-gl-extra": { "arch": "amd64", "version": "5.36-1ubuntu1" }, "xserver-common": { "arch": "all", "version": "2:1.19.6-1ubuntu4" }, "xserver-xephyr": { "arch": "amd64", "version": "2:1.19.6-1ubuntu4" }, "xserver-xorg": { "arch": "amd64", "version": "1:7.7+19ubuntu7" }, "xserver-xorg-core": { "arch": "amd64", "version": "2:1.19.6-1ubuntu4" }, "xserver-xorg-input-all": { "arch": "amd64", "version": "1:7.7+19ubuntu7" }, "xserver-xorg-input-libinput": { "arch": "amd64", "version": "0.27.1-1" }, "xserver-xorg-input-wacom": { "arch": "amd64", "version": "1:0.36.1-0ubuntu1" }, "xserver-xorg-legacy": { "arch": "amd64", "version": "2:1.19.6-1ubuntu4" }, "xserver-xorg-video-all": { "arch": "amd64", "version": "1:7.7+19ubuntu7" }, "xserver-xorg-video-amdgpu": { "arch": "amd64", "version": "18.0.1-1" }, "xserver-xorg-video-ati": { "arch": "amd64", "version": "1:18.0.1-1" }, "xserver-xorg-video-fbdev": { "arch": "amd64", "version": "1:0.4.4-1build6" }, "xserver-xorg-video-intel": { "arch": "amd64", "version": "2:2.99.917+git20171229-1" }, "xserver-xorg-video-nouveau": { "arch": "amd64", "version": "1:1.0.15-2" }, "xserver-xorg-video-qxl": { "arch": "amd64", "version": "0.1.5-2build1" }, "xserver-xorg-video-radeon": { "arch": "amd64", "version": "1:18.0.1-1" }, "xserver-xorg-video-vesa": { "arch": "amd64", "version": "1:2.3.4-1build3" }, "xserver-xorg-video-vmware": { "arch": "amd64", "version": "1:13.2.1-1build1" }, "xviewer": { "arch": "amd64", "version": "1.8.1+tara" }, "xviewer-dbg": { "arch": "amd64", "version": "1.8.1+tara" }, "xviewer-plugins": { "arch": "amd64", "version": "1.2.0+tara" }, "xwayland": { "arch": "amd64", "version": "2:1.19.6-1ubuntu4" }, "xxd": { "arch": "amd64", "version": "2:8.0.1453-1ubuntu1" }, "xz-utils": { "arch": "amd64", "version": "5.2.2-1.3" }, "yelp": { "arch": "amd64", "version": "3.26.0-1ubuntu2mint1" }, "yelp-xsl": { "arch": "all", "version": "3.20.1-4" }, "zenity": { "arch": "amd64", "version": "3.28.1-1" }, "zenity-common": { "arch": "all", "version": "3.28.1-1" }, "zip": { "arch": "amd64", "version": "3.0-11build1" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.11.dfsg-0ubuntu2" } }, "platform": "linuxmint", "platform_family": "debian", "platform_version": "19", "root_group": "root", "shard_seed": 226856501, "shells": [ "/bin/sh", "/bin/bash", "/bin/rbash", "/bin/dash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/mac_os_x/000077500000000000000000000000001417433310300211415ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/mac_os_x/10.14.json000066400000000000000000001034611417433310300225040ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/usr/local/lib/ruby/gems/2.5.0/gems/chef-14.5.33/lib", "version": "14.5.33" }, "ohai": { "ohai_root": "/usr/local/lib/ruby/gems/2.5.0/gems/ohai-14.6.2/lib/ohai", "version": "14.6.2" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "en0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/disk1s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9223372036853013087", "inodes_percent_used": "0%", "inodes_used": "1762720", "kb_available": "113339540", "kb_size": "488347692", "kb_used": "371158600", "mount_options": [ "local", "journaled" ], "mounts": [ "/" ], "percent_used": "77%", "total_inodes": "9223372036854775807" }, "/dev/disk1s4": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9223372036854775804", "inodes_percent_used": "0%", "inodes_used": "3", "kb_available": "113339540", "kb_size": "488347692", "kb_used": "3145768", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "mounts": [ "/private/var/vm" ], "percent_used": "3%", "total_inodes": "9223372036854775807" }, "devfs": { "block_size": 512, "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "649", "kb_available": "0", "kb_size": "187", "kb_used": "187", "mount_options": [ "local", "nobrowse" ], "mounts": [ "/dev" ], "percent_used": "100%", "total_inodes": "649" }, "map -hosts": { "block_size": 512, "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "nosuid", "automounted", "nobrowse" ], "mounts": [ "/net" ], "percent_used": "100%", "total_inodes": "0" }, "map auto_home": { "block_size": 512, "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "mounts": [ "/home" ], "percent_used": "100%", "total_inodes": "0" } }, "by_mountpoint": { "/": { "block_size": 512, "devices": [ "/dev/disk1s1" ], "fs_type": "apfs", "inodes_available": "9223372036853013087", "inodes_percent_used": "0%", "inodes_used": "1762720", "kb_available": "113339540", "kb_size": "488347692", "kb_used": "371158600", "mount_options": [ "local", "journaled" ], "percent_used": "77%", "total_inodes": "9223372036854775807" }, "/dev": { "block_size": 512, "devices": [ "devfs" ], "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "649", "kb_available": "0", "kb_size": "187", "kb_used": "187", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "649" }, "/home": { "block_size": 512, "devices": [ "map auto_home" ], "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" }, "/net": { "block_size": 512, "devices": [ "map -hosts" ], "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "nosuid", "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" }, "/private/var/vm": { "block_size": 512, "devices": [ "/dev/disk1s4" ], "fs_type": "apfs", "inodes_available": "9223372036854775804", "inodes_percent_used": "0%", "inodes_used": "3", "kb_available": "113339540", "kb_size": "488347692", "kb_used": "3145768", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "3%", "total_inodes": "9223372036854775807" } }, "by_pair": { "/dev/disk1s1,/": { "block_size": 512, "device": "/dev/disk1s1", "fs_type": "apfs", "inodes_available": "9223372036853013087", "inodes_percent_used": "0%", "inodes_used": "1762720", "kb_available": "113339540", "kb_size": "488347692", "kb_used": "371158600", "mount": "/", "mount_options": [ "local", "journaled" ], "percent_used": "77%", "total_inodes": "9223372036854775807" }, "/dev/disk1s4,/private/var/vm": { "block_size": 512, "device": "/dev/disk1s4", "fs_type": "apfs", "inodes_available": "9223372036854775804", "inodes_percent_used": "0%", "inodes_used": "3", "kb_available": "113339540", "kb_size": "488347692", "kb_used": "3145768", "mount": "/private/var/vm", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "3%", "total_inodes": "9223372036854775807" }, "devfs,/dev": { "block_size": 512, "device": "devfs", "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "649", "kb_available": "0", "kb_size": "187", "kb_used": "187", "mount": "/dev", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "649" }, "map -hosts,/net": { "block_size": 512, "device": "map -hosts", "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/net", "mount_options": [ "nosuid", "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" }, "map auto_home,/home": { "block_size": 512, "device": "map auto_home", "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/home", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" } } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "com.apple.AGDCPluginDisplayMetrics": { "index": "150", "refcount": "0", "size": 12288, "version": "3.22.9" }, "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": { "index": "62", "refcount": "0", "size": 53248, "version": "1.0.0" }, "com.apple.AppleGPUWrangler": { "index": "133", "refcount": "0", "size": 53248, "version": "3.22.9" }, "com.apple.AppleGraphicsDeviceControl": { "index": "105", "refcount": "9", "size": 36864, "version": "3.22.18" }, "com.apple.AppleSystemPolicy": { "index": "60", "refcount": "0", "size": 28672, "version": "1.0" }, "com.apple.BootCache": { "index": "63", "refcount": "0", "size": 57344, "version": "40" }, "com.apple.driver.AGDCBacklightControl": { "index": "141", "refcount": "0", "size": 20480, "version": "3.22.9" }, "com.apple.driver.AGPM": { "index": "158", "refcount": "0", "size": 102400, "version": "110.23.41" }, "com.apple.driver.AirPort.BrcmNIC": { "index": "76", "refcount": "0", "size": 8114176, "version": "1400.1.1" }, "com.apple.driver.AppleACPIButtons": { "index": "48", "refcount": "0", "size": 16384, "version": "6.1" }, "com.apple.driver.AppleACPIEC": { "index": "44", "refcount": "0", "size": 28672, "version": "6.1" }, "com.apple.driver.AppleACPIPlatform": { "index": "14", "refcount": "2", "size": 638976, "version": "6.1" }, "com.apple.driver.AppleAHCIPort": { "index": "68", "refcount": "0", "size": 81920, "version": "329.200.2" }, "com.apple.driver.AppleAPIC": { "index": "41", "refcount": "0", "size": 12288, "version": "1.7" }, "com.apple.driver.AppleActuatorDriver": { "index": "96", "refcount": "0", "size": 61440, "version": "2400.15" }, "com.apple.driver.AppleBacklightExpert": { "index": "136", "refcount": "1", "size": 24576, "version": "1.1.0" }, "com.apple.driver.AppleBusPowerController": { "index": "20", "refcount": "1", "size": 32768, "version": "1.0" }, "com.apple.driver.AppleCameraInterface": { "index": "117", "refcount": "0", "size": 688128, "version": "6.7.0" }, "com.apple.driver.AppleCredentialManager": { "index": "24", "refcount": "1", "size": 249856, "version": "1.0" }, "com.apple.driver.AppleEFINVRAM": { "index": "51", "refcount": "2", "size": 45056, "version": "2.1" }, "com.apple.driver.AppleEFIRuntime": { "index": "49", "refcount": "2", "size": 20480, "version": "2.1" }, "com.apple.driver.AppleEffaceableStorage": { "index": "33", "refcount": "2", "size": 49152, "version": "1.0" }, "com.apple.driver.AppleFDEKeyStore": { "index": "34", "refcount": "0", "size": 49152, "version": "28.30" }, "com.apple.driver.AppleGraphicsControl": { "index": "119", "refcount": "2", "size": 12288, "version": "3.22.18" }, "com.apple.driver.AppleGraphicsDevicePolicy": { "index": "151", "refcount": "0", "size": 73728, "version": "3.22.18" }, "com.apple.driver.AppleHDA": { "index": "162", "refcount": "0", "size": 749568, "version": "282.10" }, "com.apple.driver.AppleHDAController": { "index": "127", "refcount": "1", "size": 118784, "version": "282.10" }, "com.apple.driver.AppleHIDKeyboard": { "index": "94", "refcount": "1", "size": 45056, "version": "208" }, "com.apple.driver.AppleHPET": { "index": "46", "refcount": "0", "size": 12288, "version": "1.8" }, "com.apple.driver.AppleHSBluetoothDriver": { "index": "99", "refcount": "1", "size": 57344, "version": "138" }, "com.apple.driver.AppleHV": { "index": "146", "refcount": "0", "size": 36864, "version": "1" }, "com.apple.driver.AppleInputDeviceSupport": { "index": "92", "refcount": "2", "size": 94208, "version": "2400.7" }, "com.apple.driver.AppleIntelFramebufferAzul": { "index": "111", "refcount": "0", "size": 1458176, "version": "12.0.0" }, "com.apple.driver.AppleIntelHD5000Graphics": { "index": "138", "refcount": "0", "size": 503808, "version": "12.0.0" }, "com.apple.driver.AppleIntelSlowAdaptiveClocking": { "index": "115", "refcount": "0", "size": 8192, "version": "4.0.0" }, "com.apple.driver.AppleKeyStore": { "index": "32", "refcount": "0", "size": 430080, "version": "2" }, "com.apple.driver.AppleLPC": { "index": "125", "refcount": "0", "size": 12288, "version": "3.1" }, "com.apple.driver.AppleMCCSControl": { "index": "113", "refcount": "0", "size": 61440, "version": "1.5.7" }, "com.apple.driver.AppleMobileFileIntegrity": { "index": "30", "refcount": "6", "size": 118784, "version": "1.0.5" }, "com.apple.driver.AppleMultitouchDriver": { "index": "93", "refcount": "3", "size": 159744, "version": "2400.15" }, "com.apple.driver.AppleMuxControl": { "index": "120", "refcount": "0", "size": 77824, "version": "3.22.18" }, "com.apple.driver.AppleOSXWatchdog": { "index": "118", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleRTC": { "index": "47", "refcount": "0", "size": 32768, "version": "2.0" }, "com.apple.driver.AppleSEPManager": { "index": "19", "refcount": "3", "size": 98304, "version": "1.0.1" }, "com.apple.driver.AppleSMBIOS": { "index": "45", "refcount": "0", "size": 16384, "version": "2.1" }, "com.apple.driver.AppleSMC": { "index": "13", "refcount": "8", "size": 122880, "version": "3.1.9" }, "com.apple.driver.AppleSMCLMU": { "index": "116", "refcount": "0", "size": 20480, "version": "212" }, "com.apple.driver.AppleSSE": { "index": "144", "refcount": "0", "size": 53248, "version": "1.0" }, "com.apple.driver.AppleSmartBatteryManager": { "index": "50", "refcount": "0", "size": 45056, "version": "161.0.0" }, "com.apple.driver.AppleThunderboltDPAdapterFamily": { "index": "58", "refcount": "1", "size": 61440, "version": "5.5.7" }, "com.apple.driver.AppleThunderboltDPInAdapter": { "index": "59", "refcount": "0", "size": 24576, "version": "5.5.7" }, "com.apple.driver.AppleThunderboltIP": { "index": "103", "refcount": "0", "size": 90112, "version": "3.1.2" }, "com.apple.driver.AppleThunderboltNHI": { "index": "56", "refcount": "0", "size": 131072, "version": "4.7.5" }, "com.apple.driver.AppleThunderboltPCIDownAdapter": { "index": "57", "refcount": "0", "size": 20480, "version": "2.1.4" }, "com.apple.driver.AppleTopCaseHIDEventDriver": { "index": "100", "refcount": "0", "size": 40960, "version": "138" }, "com.apple.driver.AppleUSBCardReader": { "index": "87", "refcount": "0", "size": 53248, "version": "456.200.8" }, "com.apple.driver.AppleUSBHostMergeProperties": { "index": "52", "refcount": "1", "size": 16384, "version": "1.2" }, "com.apple.driver.AppleUSBTDM": { "index": "31", "refcount": "1", "size": 73728, "version": "456.200.8" }, "com.apple.driver.AppleUSBTopCaseDriver": { "index": "95", "refcount": "0", "size": 8192, "version": "138" }, "com.apple.driver.AppleUpstreamUserClient": { "index": "156", "refcount": "0", "size": 20480, "version": "3.6.5" }, "com.apple.driver.AudioAUUC": { "index": "172", "refcount": "0", "size": 20480, "version": "1.70" }, "com.apple.driver.DiskImages": { "index": "35", "refcount": "0", "size": 102400, "version": "493.0.0" }, "com.apple.driver.DspFuncLib": { "index": "161", "refcount": "1", "size": 1318912, "version": "282.10" }, "com.apple.driver.IOSlaveProcessor": { "index": "18", "refcount": "5", "size": 28672, "version": "1" }, "com.apple.driver.KernelRelayHost": { "index": "23", "refcount": "3", "size": 118784, "version": "1" }, "com.apple.driver.X86PlatformPlugin": { "index": "122", "refcount": "1", "size": 98304, "version": "1.0.0" }, "com.apple.driver.X86PlatformShim": { "index": "157", "refcount": "1", "size": 28672, "version": "1.0.0" }, "com.apple.driver.corecapture": { "index": "73", "refcount": "2", "size": 167936, "version": "1.0.4" }, "com.apple.driver.eficheck": { "index": "135", "refcount": "0", "size": 12288, "version": "1" }, "com.apple.driver.pmtelemetry": { "index": "140", "refcount": "0", "size": 73728, "version": "1" }, "com.apple.driver.usb.AppleUSBCommon": { "index": "21", "refcount": "7", "size": 32768, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHostCompositeDevice": { "index": "80", "refcount": "0", "size": 32768, "version": "1.2" }, "com.apple.driver.usb.AppleUSBHostPacketFilter": { "index": "54", "refcount": "0", "size": 20480, "version": "1.0" }, "com.apple.driver.usb.AppleUSBXHCI": { "index": "69", "refcount": "1", "size": 319488, "version": "1.2" }, "com.apple.driver.usb.AppleUSBXHCIPCI": { "index": "70", "refcount": "0", "size": 196608, "version": "1.2" }, "com.apple.driver.usb.IOUSBHostHIDDevice": { "index": "85", "refcount": "1", "size": 49152, "version": "1.2" }, "com.apple.driver.usb.networking": { "index": "81", "refcount": "0", "size": 32768, "version": "5.0.0" }, "com.apple.filesystems.afpfs": { "index": "180", "refcount": "0", "size": 331776, "version": "11.1" }, "com.apple.filesystems.apfs": { "index": "79", "refcount": "1", "size": 1044480, "version": "945.200.129" }, "com.apple.filesystems.autofs": { "index": "165", "refcount": "0", "size": 36864, "version": "3.0" }, "com.apple.filesystems.hfs.encodings.kext": { "index": "61", "refcount": "2", "size": 32768, "version": "1" }, "com.apple.filesystems.hfs.kext": { "index": "65", "refcount": "0", "size": 430080, "version": "407.200.4" }, "com.apple.filesystems.smbfs": { "index": "177", "refcount": "0", "size": 413696, "version": "3.3" }, "com.apple.fileutil": { "index": "169", "refcount": "0", "size": 94208, "version": "1" }, "com.apple.iokit.IO80211Family": { "index": "75", "refcount": "1", "size": 1032192, "version": "1200.12.2" }, "com.apple.iokit.IOACPIFamily": { "index": "11", "refcount": "31", "size": 36864, "version": "1.4" }, "com.apple.iokit.IOAHCIBlockStorage": { "index": "77", "refcount": "0", "size": 159744, "version": "301.200.2" }, "com.apple.iokit.IOAHCIFamily": { "index": "67", "refcount": "2", "size": 106496, "version": "288" }, "com.apple.iokit.IOAVBFamily": { "index": "149", "refcount": "0", "size": 65536, "version": "700.6" }, "com.apple.iokit.IOAcceleratorFamily2": { "index": "110", "refcount": "3", "size": 675840, "version": "400.24" }, "com.apple.iokit.IOAudioFamily": { "index": "84", "refcount": "4", "size": 258048, "version": "206.5" }, "com.apple.iokit.IOEthernetAVBController": { "index": "147", "refcount": "2", "size": 28672, "version": "1.1.0" }, "com.apple.iokit.IOGraphicsFamily": { "index": "104", "refcount": "22", "size": 307200, "version": "530.9" }, "com.apple.iokit.IOHDAFamily": { "index": "126", "refcount": "2", "size": 49152, "version": "282.10" }, "com.apple.iokit.IOHIDFamily": { "index": "42", "refcount": "11", "size": 516096, "version": "2.0.0" }, "com.apple.iokit.IONDRVSupport": { "index": "132", "refcount": "3", "size": 65536, "version": "530" }, "com.apple.iokit.IONetworkingFamily": { "index": "15", "refcount": "9", "size": 196608, "version": "3.4" }, "com.apple.iokit.IOPCIFamily": { "index": "12", "refcount": "41", "size": 217088, "version": "2.9" }, "com.apple.iokit.IOReportFamily": { "index": "17", "refcount": "7", "size": 28672, "version": "47" }, "com.apple.iokit.IOSCSIArchitectureModelFamily": { "index": "26", "refcount": "4", "size": 176128, "version": "408.200.1" }, "com.apple.iokit.IOSCSIBlockCommandsDevice": { "index": "27", "refcount": "2", "size": 102400, "version": "408.200.1" }, "com.apple.iokit.IOSMBusFamily": { "index": "43", "refcount": "3", "size": 16384, "version": "1.1" }, "com.apple.iokit.IOSerialFamily": { "index": "142", "refcount": "1", "size": 57344, "version": "11" }, "com.apple.iokit.IOSlowAdaptiveClockingFamily": { "index": "114", "refcount": "1", "size": 20480, "version": "1.0.0" }, "com.apple.iokit.IOStorageFamily": { "index": "25", "refcount": "8", "size": 163840, "version": "2.1" }, "com.apple.iokit.IOSurface": { "index": "109", "refcount": "3", "size": 139264, "version": "255.1" }, "com.apple.iokit.IOThunderboltFamily": { "index": "55", "refcount": "5", "size": 966656, "version": "6.8.1" }, "com.apple.iokit.IOTimeSyncFamily": { "index": "16", "refcount": "2", "size": 184320, "version": "700.7" }, "com.apple.iokit.IOUSBFamily": { "index": "53", "refcount": "3", "size": 634880, "version": "900.4.2" }, "com.apple.iokit.IOUSBHostFamily": { "index": "22", "refcount": "18", "size": 499712, "version": "1.2" }, "com.apple.iokit.IOUSBMassStorageDriver": { "index": "28", "refcount": "2", "size": 184320, "version": "145.200.2" }, "com.apple.iokit.IOUSBUserClient": { "index": "167", "refcount": "1", "size": 12288, "version": "900.4.2" }, "com.apple.iokit.IOUserEthernet": { "index": "145", "refcount": "0", "size": 24576, "version": "1.0.1" }, "com.apple.kec.Libm": { "index": "9", "refcount": "2", "size": 65536, "version": "1" }, "com.apple.kec.corecrypto": { "index": "8", "refcount": "10", "size": 741376, "version": "1.0" }, "com.apple.kec.pthread": { "index": "10", "refcount": "0", "size": 40960, "version": "1" }, "com.apple.kext.AMD7000Controller": { "index": "107", "refcount": "0", "size": 372736, "version": "2.0.0" }, "com.apple.kext.AMDFramebuffer": { "index": "155", "refcount": "0", "size": 172032, "version": "2.0.0" }, "com.apple.kext.AMDRadeonX4000": { "index": "153", "refcount": "0", "size": 4984832, "version": "2.0.0" }, "com.apple.kext.AMDRadeonX4000HWServices": { "index": "152", "refcount": "0", "size": 73728, "version": "2.0.0" }, "com.apple.kext.AMDRadeonX4030HWLibs": { "index": "154", "refcount": "0", "size": 7663616, "version": "1.0" }, "com.apple.kext.AMDSupport": { "index": "106", "refcount": "2", "size": 2043904, "version": "2.0.0" }, "com.apple.kext.CoreTrust": { "index": "29", "refcount": "1", "size": 40960, "version": "1" }, "com.apple.kext.OSvKernDSPLib": { "index": "160", "refcount": "1", "size": 77824, "version": "527" }, "com.apple.kext.triggers": { "index": "164", "refcount": "2", "size": 20480, "version": "1.0" }, "com.apple.nke.applicationfirewall": { "index": "40", "refcount": "0", "size": 36864, "version": "190" }, "com.apple.plugin.IOgPTPPlugin": { "index": "148", "refcount": "1", "size": 634880, "version": "700.7" }, "com.apple.security.SecureRemotePassword": { "index": "179", "refcount": "1", "size": 65536, "version": "1.0" }, "com.apple.security.TMSafetyNet": { "index": "39", "refcount": "0", "size": 8192, "version": "8" }, "com.apple.security.quarantine": { "index": "38", "refcount": "0", "size": 32768, "version": "3" }, "com.apple.security.sandbox": { "index": "37", "refcount": "1", "size": 200704, "version": "300.0" }, "com.apple.vecLib.kext": { "index": "83", "refcount": "2", "size": 843776, "version": "1.2.0" }, "org.virtualbox.kext.VBoxDrv": { "index": "166", "refcount": "3", "size": 409600, "version": "5.2.20" }, "org.virtualbox.kext.VBoxNetAdp": { "index": "171", "refcount": "0", "size": 24576, "version": "5.2.20" }, "org.virtualbox.kext.VBoxNetFlt": { "index": "170", "refcount": "0", "size": 20480, "version": "5.2.20" }, "org.virtualbox.kext.VBoxUSB": { "index": "168", "refcount": "0", "size": 32768, "version": "5.2.20" } }, "name": "Darwin", "os": "Darwin", "processor": "i386", "release": "18.0.0", "version": "Darwin Kernel Version 18.0.0: Wed Aug 22 20:13:40 PDT 2018; root:xnu-4903.201.2~1/RELEASE_X86_64" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-apple-darwin17.3.0", "host_cpu": "x86_64", "host_os": "darwin17.3.0", "host_vendor": "apple", "platform": "x86_64-darwin17", "release_date": "2018-03-29", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-apple-darwin17", "target_cpu": "x86_64", "target_os": "darwin17", "target_vendor": "apple", "version": "2.5.1" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "en0", "interfaces": { "en0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "en" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1539987361.061263, "os": "darwin", "os_version": "18.0.0", "platform": "mac_os_x", "platform_build": "18A391", "platform_family": "mac_os_x", "platform_version": "10.14", "root_group": "wheel", "shard_seed": 73399073, "shells": [ "/bin/bash", "/bin/csh", "/bin/ksh", "/bin/sh", "/bin/tcsh", "/bin/zsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/mac_os_x/10.15.json000066400000000000000000001141201417433310300224770ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.0.257/lib", "version": "16.0.257" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.0.20/lib/ohai", "version": "16.0.20" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "en0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/disk1s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9761528819", "inodes_percent_used": "0%", "inodes_used": "6449341", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "936864528", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Data" ], "percent_used": "98%", "total_inodes": "9767978160" }, "/dev/disk1s4": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767978159", "inodes_percent_used": "0%", "inodes_used": "1", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "1048600", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/private/var/vm" ], "percent_used": "4%", "total_inodes": "9767978160" }, "/dev/disk1s5": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767490685", "inodes_percent_used": "0%", "inodes_used": "487475", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "10959756", "mount_options": [ "local", "read-only", "journaled" ], "mounts": [ "/" ], "percent_used": "29%", "total_inodes": "9767978160" }, "devfs": { "block_size": 512, "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "672", "kb_available": "0", "kb_size": "193", "kb_used": "193", "mount_options": [ "local", "nobrowse" ], "mounts": [ "/dev" ], "percent_used": "100%", "total_inodes": "672" }, "map auto_home": { "block_size": 512, "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "mounts": [ "/System/Volumes/Data/home" ], "percent_used": "100%", "total_inodes": "0" } }, "by_mountpoint": { "/": { "block_size": 512, "devices": [ "/dev/disk1s5" ], "fs_type": "apfs", "inodes_available": "9767490685", "inodes_percent_used": "0%", "inodes_used": "487475", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "10959756", "mount_options": [ "local", "read-only", "journaled" ], "percent_used": "29%", "total_inodes": "9767978160" }, "/System/Volumes/Data": { "block_size": 512, "devices": [ "/dev/disk1s1" ], "fs_type": "apfs", "inodes_available": "9761528819", "inodes_percent_used": "0%", "inodes_used": "6449341", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "936864528", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "98%", "total_inodes": "9767978160" }, "/System/Volumes/Data/home": { "block_size": 512, "devices": [ "map auto_home" ], "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" }, "/dev": { "block_size": 512, "devices": [ "devfs" ], "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "672", "kb_available": "0", "kb_size": "193", "kb_used": "193", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "672" }, "/private/var/vm": { "block_size": 512, "devices": [ "/dev/disk1s4" ], "fs_type": "apfs", "inodes_available": "9767978159", "inodes_percent_used": "0%", "inodes_used": "1", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "1048600", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "4%", "total_inodes": "9767978160" } }, "by_pair": { "/dev/disk1s1,/System/Volumes/Data": { "block_size": 512, "device": "/dev/disk1s1", "fs_type": "apfs", "inodes_available": "9761528819", "inodes_percent_used": "0%", "inodes_used": "6449341", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "936864528", "mount": "/System/Volumes/Data", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "98%", "total_inodes": "9767978160" }, "/dev/disk1s4,/private/var/vm": { "block_size": 512, "device": "/dev/disk1s4", "fs_type": "apfs", "inodes_available": "9767978159", "inodes_percent_used": "0%", "inodes_used": "1", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "1048600", "mount": "/private/var/vm", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "4%", "total_inodes": "9767978160" }, "/dev/disk1s5,/": { "block_size": 512, "device": "/dev/disk1s5", "fs_type": "apfs", "inodes_available": "9767490685", "inodes_percent_used": "0%", "inodes_used": "487475", "kb_available": "27126076", "kb_size": "976797816", "kb_used": "10959756", "mount": "/", "mount_options": [ "local", "read-only", "journaled" ], "percent_used": "29%", "total_inodes": "9767978160" }, "devfs,/dev": { "block_size": 512, "device": "devfs", "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "672", "kb_available": "0", "kb_size": "193", "kb_used": "193", "mount": "/dev", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "672" }, "map auto_home,/System/Volumes/Data/home": { "block_size": 512, "device": "map auto_home", "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/System/Volumes/Data/home", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" } } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "com.apple.AGDCPluginDisplayMetrics": { "index": "175", "refcount": "0", "size": 12288, "version": "5.1.16" }, "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": { "index": "97", "refcount": "0", "size": 49152, "version": "1.0.0" }, "com.apple.AppleGPUWrangler": { "index": "153", "refcount": "0", "size": 45056, "version": "5.1.16" }, "com.apple.AppleGraphicsDeviceControl": { "index": "123", "refcount": "9", "size": 40960, "version": "5.1.16" }, "com.apple.AppleSystemPolicy": { "index": "46", "refcount": "0", "size": 57344, "version": "2.0.0" }, "com.apple.BootCache": { "index": "99", "refcount": "0", "size": 57344, "version": "40" }, "com.apple.driver.AGDCBacklightControl": { "index": "164", "refcount": "0", "size": 20480, "version": "5.1.16" }, "com.apple.driver.AGPM": { "index": "169", "refcount": "0", "size": 135168, "version": "111.4.4" }, "com.apple.driver.AppleACPIButtons": { "index": "57", "refcount": "0", "size": 16384, "version": "6.1" }, "com.apple.driver.AppleACPIEC": { "index": "53", "refcount": "0", "size": 28672, "version": "6.1" }, "com.apple.driver.AppleACPIPlatform": { "index": "16", "refcount": "2", "size": 634880, "version": "6.1" }, "com.apple.driver.AppleAPIC": { "index": "50", "refcount": "0", "size": 12288, "version": "1.7" }, "com.apple.driver.AppleAVEBridge": { "index": "116", "refcount": "0", "size": 20480, "version": "6.1" }, "com.apple.driver.AppleActuatorDriver": { "index": "150", "refcount": "0", "size": 61440, "version": "3440.1" }, "com.apple.driver.AppleBCMWLANBusInterfacePCIe": { "index": "91", "refcount": "0", "size": 335872, "version": "1" }, "com.apple.driver.AppleBCMWLANCore": { "index": "90", "refcount": "1", "size": 1875968, "version": "1.0.0" }, "com.apple.driver.AppleBacklightExpert": { "index": "158", "refcount": "1", "size": 20480, "version": "1.1.0" }, "com.apple.driver.AppleBridgeAudioController": { "index": "140", "refcount": "0", "size": 49152, "version": "6.70.3" }, "com.apple.driver.AppleBusPowerController": { "index": "18", "refcount": "1", "size": 32768, "version": "1.0" }, "com.apple.driver.AppleCredentialManager": { "index": "39", "refcount": "1", "size": 331776, "version": "1.0" }, "com.apple.driver.AppleEFINVRAM": { "index": "59", "refcount": "1", "size": 57344, "version": "2.1" }, "com.apple.driver.AppleEFIRuntime": { "index": "58", "refcount": "1", "size": 20480, "version": "2.1" }, "com.apple.driver.AppleEffaceableNOR": { "index": "68", "refcount": "0", "size": 53248, "version": "1.0" }, "com.apple.driver.AppleEffaceableStorage": { "index": "34", "refcount": "3", "size": 49152, "version": "1.0" }, "com.apple.driver.AppleFDEKeyStore": { "index": "35", "refcount": "0", "size": 49152, "version": "28.30" }, "com.apple.driver.AppleGFXHDA": { "index": "132", "refcount": "0", "size": 479232, "version": "100.1.426" }, "com.apple.driver.AppleGraphicsControl": { "index": "137", "refcount": "2", "size": 12288, "version": "5.1.16" }, "com.apple.driver.AppleGraphicsDevicePolicy": { "index": "179", "refcount": "0", "size": 81920, "version": "5.1.16" }, "com.apple.driver.AppleHIDALSService": { "index": "144", "refcount": "0", "size": 8192, "version": "1" }, "com.apple.driver.AppleHIDKeyboard": { "index": "151", "refcount": "0", "size": 45056, "version": "209" }, "com.apple.driver.AppleHPM": { "index": "80", "refcount": "0", "size": 61440, "version": "3.4.4" }, "com.apple.driver.AppleHSBluetoothDriver": { "index": "148", "refcount": "1", "size": 57344, "version": "3430.1" }, "com.apple.driver.AppleHV": { "index": "173", "refcount": "0", "size": 40960, "version": "1" }, "com.apple.driver.AppleInputDeviceSupport": { "index": "145", "refcount": "2", "size": 110592, "version": "3440.8" }, "com.apple.driver.AppleIntelCFLGraphicsFramebuffer": { "index": "142", "refcount": "0", "size": 2306048, "version": "14.0.5" }, "com.apple.driver.AppleIntelKBLGraphics": { "index": "162", "refcount": "0", "size": 1007616, "version": "14.0.5" }, "com.apple.driver.AppleIntelLpssDmac": { "index": "78", "refcount": "1", "size": 32768, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssI2C": { "index": "77", "refcount": "1", "size": 40960, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssI2CController": { "index": "79", "refcount": "1", "size": 102400, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssUARTCommon": { "index": "126", "refcount": "1", "size": 12288, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssUARTv1": { "index": "127", "refcount": "0", "size": 12288, "version": "3.0.60" }, "com.apple.driver.AppleIntelPCHPMC": { "index": "121", "refcount": "0", "size": 24576, "version": "2.0.1" }, "com.apple.driver.AppleIntelSlowAdaptiveClocking": { "index": "119", "refcount": "0", "size": 8192, "version": "4.0.0" }, "com.apple.driver.AppleKeyStore": { "index": "42", "refcount": "0", "size": 516096, "version": "2" }, "com.apple.driver.AppleMCCSControl": { "index": "136", "refcount": "0", "size": 61440, "version": "1.11" }, "com.apple.driver.AppleMobileFileIntegrity": { "index": "32", "refcount": "9", "size": 163840, "version": "1.0.5" }, "com.apple.driver.AppleMultitouchDriver": { "index": "146", "refcount": "2", "size": 163840, "version": "3440.1" }, "com.apple.driver.AppleMuxControl2": { "index": "138", "refcount": "0", "size": 86016, "version": "5.1.16" }, "com.apple.driver.AppleOnboardSerial": { "index": "125", "refcount": "2", "size": 188416, "version": "1.0" }, "com.apple.driver.AppleSEPManager": { "index": "37", "refcount": "3", "size": 110592, "version": "1.0.1" }, "com.apple.driver.AppleSMBIOS": { "index": "54", "refcount": "0", "size": 16384, "version": "2.1" }, "com.apple.driver.AppleSMC": { "index": "15", "refcount": "12", "size": 126976, "version": "3.1.9" }, "com.apple.driver.AppleSMCRTC": { "index": "55", "refcount": "0", "size": 28672, "version": "1.0" }, "com.apple.driver.AppleSSE": { "index": "171", "refcount": "0", "size": 45056, "version": "1.0" }, "com.apple.driver.AppleSmartBatteryManager": { "index": "56", "refcount": "0", "size": 53248, "version": "161.0.0" }, "com.apple.driver.AppleThunderboltDPAdapterFamily": { "index": "81", "refcount": "1", "size": 61440, "version": "6.2.6" }, "com.apple.driver.AppleThunderboltDPInAdapter": { "index": "82", "refcount": "0", "size": 24576, "version": "6.2.6" }, "com.apple.driver.AppleThunderboltIP": { "index": "157", "refcount": "0", "size": 90112, "version": "3.1.4" }, "com.apple.driver.AppleThunderboltNHI": { "index": "74", "refcount": "0", "size": 163840, "version": "5.8.6" }, "com.apple.driver.AppleThunderboltPCIDownAdapter": { "index": "83", "refcount": "0", "size": 20480, "version": "2.5.4" }, "com.apple.driver.AppleTopCaseHIDEventDriver": { "index": "149", "refcount": "0", "size": 40960, "version": "3430.1" }, "com.apple.driver.AppleUSBAudio": { "index": "188", "refcount": "0", "size": 434176, "version": "322.2" }, "com.apple.driver.AppleUSBHostMergeProperties": { "index": "19", "refcount": "4", "size": 16384, "version": "1.2" }, "com.apple.driver.AppleUSBTDM": { "index": "41", "refcount": "2", "size": 86016, "version": "489.101.1" }, "com.apple.driver.AppleUpstreamUserClient": { "index": "165", "refcount": "0", "size": 20480, "version": "3.6.8" }, "com.apple.driver.AppleVirtIO": { "index": "94", "refcount": "0", "size": 110592, "version": "1.0" }, "com.apple.driver.AudioAUUC": { "index": "192", "refcount": "0", "size": 20480, "version": "1.70" }, "com.apple.driver.BCMWLANFirmware4355.Hashstore": { "index": "104", "refcount": "0", "size": 12288, "version": "1" }, "com.apple.driver.BCMWLANFirmware4364.Hashstore": { "index": "103", "refcount": "0", "size": 49152, "version": "1" }, "com.apple.driver.BCMWLANFirmware4377.Hashstore": { "index": "102", "refcount": "0", "size": 28672, "version": "1" }, "com.apple.driver.BridgeAudioCommunication": { "index": "152", "refcount": "0", "size": 53248, "version": "6.70.3" }, "com.apple.driver.DiskImages": { "index": "27", "refcount": "0", "size": 102400, "version": "493.0.0" }, "com.apple.driver.IOImageLoader": { "index": "88", "refcount": "5", "size": 114688, "version": "1.0.0" }, "com.apple.driver.IOSlaveProcessor": { "index": "36", "refcount": "5", "size": 28672, "version": "1" }, "com.apple.driver.KernelRelayHost": { "index": "38", "refcount": "3", "size": 118784, "version": "1" }, "com.apple.driver.MaxTranserSizeOverrideDriver": { "index": "198", "refcount": "0", "size": 8192, "version": "489.101.1" }, "com.apple.driver.X86PlatformPlugin": { "index": "139", "refcount": "1", "size": 98304, "version": "1.0.0" }, "com.apple.driver.X86PlatformShim": { "index": "167", "refcount": "1", "size": 28672, "version": "1.0.0" }, "com.apple.driver.corecapture": { "index": "85", "refcount": "7", "size": 184320, "version": "1.0.4" }, "com.apple.driver.pmtelemetry": { "index": "166", "refcount": "0", "size": 110592, "version": "1" }, "com.apple.driver.usb.AppleUSBCommon": { "index": "20", "refcount": "12", "size": 57344, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHostBillboardDevice": { "index": "203", "refcount": "0", "size": 12288, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHostCompositeDevice": { "index": "105", "refcount": "4", "size": 32768, "version": "1.2" }, "com.apple.driver.usb.AppleUSBHub": { "index": "193", "refcount": "0", "size": 217088, "version": "1.2" }, "com.apple.driver.usb.AppleUSBVHCI": { "index": "71", "refcount": "1", "size": 163840, "version": "1.2" }, "com.apple.driver.usb.AppleUSBVHCIBCE": { "index": "72", "refcount": "0", "size": 16384, "version": "1.2" }, "com.apple.driver.usb.AppleUSBVHCICommon": { "index": "69", "refcount": "3", "size": 36864, "version": "1.0" }, "com.apple.driver.usb.AppleUSBVHCICommonBCE": { "index": "70", "refcount": "1", "size": 53248, "version": "1.0" }, "com.apple.driver.usb.AppleUSBXHCI": { "index": "63", "refcount": "1", "size": 360448, "version": "1.2" }, "com.apple.driver.usb.AppleUSBXHCIPCI": { "index": "64", "refcount": "0", "size": 217088, "version": "1.2" }, "com.apple.driver.usb.IOUSBHostHIDDevice": { "index": "110", "refcount": "0", "size": 49152, "version": "1.2" }, "com.apple.driver.usb.cdc": { "index": "107", "refcount": "3", "size": 32768, "version": "5.0.0" }, "com.apple.driver.usb.cdc.acm": { "index": "201", "refcount": "0", "size": 32768, "version": "5.0.0" }, "com.apple.driver.usb.cdc.ecm": { "index": "196", "refcount": "0", "size": 49152, "version": "5.0.0" }, "com.apple.driver.usb.cdc.ncm": { "index": "108", "refcount": "0", "size": 69632, "version": "5.0.0" }, "com.apple.driver.usb.networking": { "index": "106", "refcount": "4", "size": 32768, "version": "5.0.0" }, "com.apple.driver.usb.realtek8153patcher": { "index": "194", "refcount": "0", "size": 20480, "version": "5.0.0" }, "com.apple.driver.usb.serial": { "index": "200", "refcount": "1", "size": 24576, "version": "6.0.0" }, "com.apple.driver.watchdog": { "index": "14", "refcount": "1", "size": 36864, "version": "1" }, "com.apple.filesystems.afpfs": { "index": "191", "refcount": "0", "size": 331776, "version": "11.2" }, "com.apple.filesystems.apfs": { "index": "76", "refcount": "1", "size": 1212416, "version": "1412.101.1" }, "com.apple.filesystems.autofs": { "index": "112", "refcount": "0", "size": 36864, "version": "3.0" }, "com.apple.filesystems.hfs.encodings.kext": { "index": "95", "refcount": "2", "size": 20480, "version": "1" }, "com.apple.filesystems.hfs.kext": { "index": "100", "refcount": "0", "size": 409600, "version": "522.100.5" }, "com.apple.filesystems.smbfs": { "index": "187", "refcount": "0", "size": 421888, "version": "3.4.2" }, "com.apple.fileutil": { "index": "176", "refcount": "0", "size": 98304, "version": "20.036.15" }, "com.apple.iokit.CoreAnalyticsFamily": { "index": "30", "refcount": "0", "size": 65536, "version": "1" }, "com.apple.iokit.EndpointSecurity": { "index": "33", "refcount": "0", "size": 262144, "version": "1" }, "com.apple.iokit.IOACPIFamily": { "index": "12", "refcount": "37", "size": 36864, "version": "1.4" }, "com.apple.iokit.IOAVBFamily": { "index": "174", "refcount": "0", "size": 139264, "version": "840.3" }, "com.apple.iokit.IOAcceleratorFamily2": { "index": "141", "refcount": "3", "size": 802816, "version": "438.4.5" }, "com.apple.iokit.IOAudioFamily": { "index": "93", "refcount": "4", "size": 258048, "version": "300.2" }, "com.apple.iokit.IOBufferCopyController": { "index": "67", "refcount": "0", "size": 40960, "version": "1.1.0" }, "com.apple.iokit.IOBufferCopyEngineFamily": { "index": "66", "refcount": "6", "size": 65536, "version": "1" }, "com.apple.iokit.IOEthernetAVBController": { "index": "114", "refcount": "2", "size": 28672, "version": "1.1.0" }, "com.apple.iokit.IOGraphicsFamily": { "index": "122", "refcount": "20", "size": 331776, "version": "575.1" }, "com.apple.iokit.IOHIDFamily": { "index": "51", "refcount": "10", "size": 655360, "version": "2.0.0" }, "com.apple.iokit.IONDRVSupport": { "index": "131", "refcount": "3", "size": 57344, "version": "575.1" }, "com.apple.iokit.IONVMeFamily": { "index": "65", "refcount": "0", "size": 274432, "version": "2.1.0" }, "com.apple.iokit.IONetworkingFamily": { "index": "28", "refcount": "14", "size": 196608, "version": "3.4" }, "com.apple.iokit.IOPCIFamily": { "index": "13", "refcount": "46", "size": 233472, "version": "2.9" }, "com.apple.iokit.IOReportFamily": { "index": "17", "refcount": "10", "size": 28672, "version": "47" }, "com.apple.iokit.IOSCSIArchitectureModelFamily": { "index": "23", "refcount": "5", "size": 176128, "version": "422.101.1" }, "com.apple.iokit.IOSCSIBlockCommandsDevice": { "index": "40", "refcount": "2", "size": 102400, "version": "422.101.1" }, "com.apple.iokit.IOSMBusFamily": { "index": "52", "refcount": "3", "size": 16384, "version": "1.1" }, "com.apple.iokit.IOSerialFamily": { "index": "87", "refcount": "9", "size": 57344, "version": "11" }, "com.apple.iokit.IOSkywalkFamily": { "index": "84", "refcount": "5", "size": 290816, "version": "1" }, "com.apple.iokit.IOSlowAdaptiveClockingFamily": { "index": "118", "refcount": "1", "size": 24576, "version": "1.0.0" }, "com.apple.iokit.IOStorageFamily": { "index": "22", "refcount": "9", "size": 163840, "version": "2.1" }, "com.apple.iokit.IOSurface": { "index": "96", "refcount": "3", "size": 192512, "version": "269.11" }, "com.apple.iokit.IOThunderboltFamily": { "index": "73", "refcount": "6", "size": 999424, "version": "7.6.0" }, "com.apple.iokit.IOTimeSyncFamily": { "index": "29", "refcount": "3", "size": 258048, "version": "840.3" }, "com.apple.iokit.IOUSBFamily": { "index": "61", "refcount": "2", "size": 626688, "version": "900.4.2" }, "com.apple.iokit.IOUSBHostFamily": { "index": "21", "refcount": "25", "size": 1024000, "version": "1.2" }, "com.apple.iokit.IOUSBMassStorageDriver": { "index": "24", "refcount": "1", "size": 212992, "version": "157.101.3" }, "com.apple.iokit.IOUSBUserClient": { "index": "177", "refcount": "1", "size": 12288, "version": "900.4.2" }, "com.apple.iokit.IOUserEthernet": { "index": "172", "refcount": "0", "size": 24576, "version": "1.0.1" }, "com.apple.iokit.SCSITaskUserClient": { "index": "202", "refcount": "0", "size": 28672, "version": "422.101.1" }, "com.apple.kec.Libm": { "index": "9", "refcount": "2", "size": 65536, "version": "1" }, "com.apple.kec.corecrypto": { "index": "10", "refcount": "13", "size": 905216, "version": "1.0" }, "com.apple.kec.pthread": { "index": "11", "refcount": "0", "size": 40960, "version": "1" }, "com.apple.kext.AMD9500Controller": { "index": "154", "refcount": "0", "size": 491520, "version": "3.0.8" }, "com.apple.kext.AMDFramebuffer": { "index": "185", "refcount": "0", "size": 172032, "version": "3.0.8" }, "com.apple.kext.AMDRadeonServiceManager": { "index": "180", "refcount": "0", "size": 20480, "version": "3.0.8" }, "com.apple.kext.AMDRadeonX4000": { "index": "182", "refcount": "0", "size": 4534272, "version": "3.0.8" }, "com.apple.kext.AMDRadeonX4000HWServices": { "index": "181", "refcount": "0", "size": 69632, "version": "3.0.8" }, "com.apple.kext.AMDRadeonX4100HWLibs": { "index": "183", "refcount": "0", "size": 12914688, "version": "1.0" }, "com.apple.kext.AMDSupport": { "index": "124", "refcount": "2", "size": 2117632, "version": "3.0.8" }, "com.apple.kext.CoreTrust": { "index": "31", "refcount": "2", "size": 49152, "version": "1" }, "com.apple.kext.triggers": { "index": "111", "refcount": "2", "size": 20480, "version": "1.0" }, "com.apple.nke.applicationfirewall": { "index": "48", "refcount": "0", "size": 40960, "version": "303" }, "com.apple.plugin.IOgPTPPlugin": { "index": "115", "refcount": "1", "size": 733184, "version": "840.3" }, "com.apple.private.KextAudit": { "index": "60", "refcount": "0", "size": 12288, "version": "1.0" }, "com.apple.security.AppleImage4": { "index": "49", "refcount": "0", "size": 69632, "version": "1" }, "com.apple.security.SecureRemotePassword": { "index": "190", "refcount": "1", "size": 65536, "version": "1.0" }, "com.apple.security.TMSafetyNet": { "index": "47", "refcount": "0", "size": 8192, "version": "8" }, "com.apple.security.quarantine": { "index": "45", "refcount": "1", "size": 49152, "version": "4" }, "com.apple.security.sandbox": { "index": "44", "refcount": "2", "size": 368640, "version": "300.0" }, "com.apple.vecLib.kext": { "index": "92", "refcount": "1", "size": 704512, "version": "1.2.0" }, "org.virtualbox.kext.VBoxDrv": { "index": "113", "refcount": "3", "size": 987136, "version": "6.1.6" }, "org.virtualbox.kext.VBoxNetAdp": { "index": "186", "refcount": "0", "size": 24576, "version": "6.1.6" }, "org.virtualbox.kext.VBoxNetFlt": { "index": "184", "refcount": "0", "size": 20480, "version": "6.1.6" }, "org.virtualbox.kext.VBoxUSB": { "index": "178", "refcount": "0", "size": 32768, "version": "6.1.6" } }, "name": "Darwin", "os": "Darwin", "processor": "i386", "release": "19.4.0", "version": "Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-apple-darwin19.4.0", "host_cpu": "x86_64", "host_os": "darwin19.4.0", "host_vendor": "apple", "platform": "x86_64-darwin19", "release_date": "2020-03-31", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-apple-darwin19", "target_cpu": "x86_64", "target_os": "darwin19", "target_vendor": "apple", "version": "2.7.1" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "en0", "interfaces": { "en0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "en" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1588216088.4460108, "os": "darwin", "os_version": "19.4.0", "platform": "mac_os_x", "platform_build": "19E287", "platform_family": "mac_os_x", "platform_version": "10.15.4", "root_group": "wheel", "shard_seed": 73399073, "shells": [ "/bin/bash", "/bin/csh", "/bin/ksh", "/bin/sh", "/bin/tcsh", "/bin/zsh", "/usr/local/bin/fish" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/mac_os_x/11.0.json000066400000000000000000002170141417433310300224200ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.7.61/lib", "version": "16.7.61" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.7.37/lib/ohai", "version": "16.7.37" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "en0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/disk1s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9760779400", "inodes_percent_used": "0%", "inodes_used": "7198760", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "883627812", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Data" ], "percent_used": "93%", "total_inodes": "9767978160" }, "/dev/disk1s2": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767977321", "inodes_percent_used": "0%", "inodes_used": "839", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "297092", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Preboot" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk1s3": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767978079", "inodes_percent_used": "0%", "inodes_used": "81", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "640140", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/Volumes/Recovery" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk1s4": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767978158", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "2097204", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "mounts": [ "/System/Volumes/VM" ], "percent_used": "3%", "total_inodes": "9767978160" }, "/dev/disk1s5": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767410777", "inodes_percent_used": "0%", "inodes_used": "567383", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount_options": [ "sealed", "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Update/mnt1" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/dev/disk1s5s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767414228", "inodes_percent_used": "0%", "inodes_used": "563932", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "mounts": [ "/" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/dev/disk1s6": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767977762", "inodes_percent_used": "0%", "inodes_used": "398", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "108864", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Update" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk3s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "104475113195", "inodes_percent_used": "0%", "inodes_used": "2303845", "kb_available": "5294952576", "kb_size": "10447741704", "kb_used": "208851000", "mount_options": [ "local", "nodev", "nosuid", "journaled", "nobrowse" ], "mounts": [ "/Volumes/Backups of MacBook Pro" ], "percent_used": "4%", "total_inodes": "104477417040" }, "devfs": { "block_size": 512, "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "698", "kb_available": "0", "kb_size": "201", "kb_used": "201", "mount_options": [ "local", "nobrowse" ], "mounts": [ "/dev" ], "percent_used": "100%", "total_inodes": "698" }, "map auto_home": { "block_size": 512, "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "mounts": [ "/System/Volumes/Data/home" ], "percent_used": "100%", "total_inodes": "0" } }, "by_mountpoint": { "/": { "block_size": 512, "devices": [ "/dev/disk1s5s1" ], "fs_type": "apfs", "inodes_available": "9767414228", "inodes_percent_used": "0%", "inodes_used": "563932", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/System/Volumes/Data": { "block_size": 512, "devices": [ "/dev/disk1s1" ], "fs_type": "apfs", "inodes_available": "9760779400", "inodes_percent_used": "0%", "inodes_used": "7198760", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "883627812", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "93%", "total_inodes": "9767978160" }, "/System/Volumes/Data/home": { "block_size": 512, "devices": [ "map auto_home" ], "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" }, "/System/Volumes/Preboot": { "block_size": 512, "devices": [ "/dev/disk1s2" ], "fs_type": "apfs", "inodes_available": "9767977321", "inodes_percent_used": "0%", "inodes_used": "839", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "297092", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/System/Volumes/Update": { "block_size": 512, "devices": [ "/dev/disk1s6" ], "fs_type": "apfs", "inodes_available": "9767977762", "inodes_percent_used": "0%", "inodes_used": "398", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "108864", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/System/Volumes/Update/mnt1": { "block_size": 512, "devices": [ "/dev/disk1s5" ], "fs_type": "apfs", "inodes_available": "9767410777", "inodes_percent_used": "0%", "inodes_used": "567383", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount_options": [ "sealed", "local", "journaled", "nobrowse" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/System/Volumes/VM": { "block_size": 512, "devices": [ "/dev/disk1s4" ], "fs_type": "apfs", "inodes_available": "9767978158", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "2097204", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "3%", "total_inodes": "9767978160" }, "/Volumes/Recovery": { "block_size": 512, "devices": [ "/dev/disk1s3" ], "fs_type": "apfs", "inodes_available": "9767978079", "inodes_percent_used": "0%", "inodes_used": "81", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "640140", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev": { "block_size": 512, "devices": [ "devfs" ], "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "698", "kb_available": "0", "kb_size": "201", "kb_used": "201", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "698" } }, "by_pair": { "/dev/disk1s2,/System/Volumes/Preboot": { "block_size": 512, "device": "/dev/disk1s2", "fs_type": "apfs", "inodes_available": "9767977321", "inodes_percent_used": "0%", "inodes_used": "839", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "297092", "mount": "/System/Volumes/Preboot", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk1s3,/Volumes/Recovery": { "block_size": 512, "device": "/dev/disk1s3", "fs_type": "apfs", "inodes_available": "9767978079", "inodes_percent_used": "0%", "inodes_used": "81", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "640140", "mount": "/Volumes/Recovery", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk1s4,/System/Volumes/VM": { "block_size": 512, "device": "/dev/disk1s4", "fs_type": "apfs", "inodes_available": "9767978158", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "2097204", "mount": "/System/Volumes/VM", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "3%", "total_inodes": "9767978160" }, "/dev/disk1s5,/System/Volumes/Update/mnt1": { "block_size": 512, "device": "/dev/disk1s5", "fs_type": "apfs", "inodes_available": "9767410777", "inodes_percent_used": "0%", "inodes_used": "567383", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount": "/System/Volumes/Update/mnt1", "mount_options": [ "sealed", "local", "journaled", "nobrowse" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/dev/disk1s5s1,/": { "block_size": 512, "device": "/dev/disk1s5s1", "fs_type": "apfs", "inodes_available": "9767414228", "inodes_percent_used": "0%", "inodes_used": "563932", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount": "/", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/dev/disk1s6,/System/Volumes/Update": { "block_size": 512, "device": "/dev/disk1s6", "fs_type": "apfs", "inodes_available": "9767977762", "inodes_percent_used": "0%", "inodes_used": "398", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "108864", "mount": "/System/Volumes/Update", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "devfs,/dev": { "block_size": 512, "device": "devfs", "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "698", "kb_available": "0", "kb_size": "201", "kb_used": "201", "mount": "/dev", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "698" }, "map auto_home,/System/Volumes/Data/home": { "block_size": 512, "device": "map auto_home", "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/System/Volumes/Data/home", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" } } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "com.apple.AGDCPluginDisplayMetrics": { "index": "162", "refcount": "0", "size": 8192, "version": "6.1.27" }, "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": { "index": "87", "refcount": "0", "size": 36864, "version": "1.0.0" }, "com.apple.AppleGPUWrangler": { "index": "131", "refcount": "0", "size": 28672, "version": "6.1.27" }, "com.apple.AppleGraphicsDeviceControl": { "index": "119", "refcount": "9", "size": 16384, "version": "6.1.27" }, "com.apple.AppleSystemPolicy": { "index": "50", "refcount": "0", "size": 57344, "version": "2.0.0" }, "com.apple.BootCache": { "index": "88", "refcount": "0", "size": 49152, "version": "40" }, "com.apple.driver.AGDCBacklightControl": { "index": "144", "refcount": "0", "size": 12288, "version": "6.1.27" }, "com.apple.driver.AGPM": { "index": "195", "refcount": "0", "size": 118784, "version": "119" }, "com.apple.driver.AppleACPIButtons": { "index": "57", "refcount": "0", "size": 8192, "version": "6.1" }, "com.apple.driver.AppleACPIEC": { "index": "54", "refcount": "0", "size": 20480, "version": "6.1" }, "com.apple.driver.AppleACPIPlatform": { "index": "16", "refcount": "2", "size": 487424, "version": "6.1" }, "com.apple.driver.AppleAPIC": { "index": "51", "refcount": "0", "size": 8192, "version": "1.7" }, "com.apple.driver.AppleAVEBridge": { "index": "160", "refcount": "0", "size": 12288, "version": "6.1" }, "com.apple.driver.AppleActuatorDriver": { "index": "190", "refcount": "0", "size": 28672, "version": "4400.28" }, "com.apple.driver.AppleBCMWLANBusInterfacePCIeMac": { "index": "85", "refcount": "0", "size": 323584, "version": "1" }, "com.apple.driver.AppleBCMWLANCoreMac": { "index": "84", "refcount": "1", "size": 1785856, "version": "1.0.0" }, "com.apple.driver.AppleBSDKextStarter": { "index": "92", "refcount": "0", "size": 4096, "version": "3" }, "com.apple.driver.AppleBacklightExpert": { "index": "142", "refcount": "1", "size": 8192, "version": "1.1.0" }, "com.apple.driver.AppleBridgeAudioController": { "index": "147", "refcount": "0", "size": 36864, "version": "100.2" }, "com.apple.driver.AppleBusPowerController": { "index": "19", "refcount": "1", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleCredentialManager": { "index": "24", "refcount": "1", "size": 327680, "version": "1.0" }, "com.apple.driver.AppleDiskImages2": { "index": "149", "refcount": "0", "size": 49152, "version": "1" }, "com.apple.driver.AppleEFINVRAM": { "index": "59", "refcount": "2", "size": 40960, "version": "2.1" }, "com.apple.driver.AppleEFIRuntime": { "index": "58", "refcount": "1", "size": 8192, "version": "2.1" }, "com.apple.driver.AppleEffaceableNOR": { "index": "69", "refcount": "0", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleEffaceableStorage": { "index": "25", "refcount": "3", "size": 24576, "version": "1.0" }, "com.apple.driver.AppleFDEKeyStore": { "index": "26", "refcount": "0", "size": 24576, "version": "28.30" }, "com.apple.driver.AppleGFXHDA": { "index": "137", "refcount": "0", "size": 385024, "version": "100.1.431" }, "com.apple.driver.AppleGraphicsControl": { "index": "128", "refcount": "2", "size": 4096, "version": "6.1.27" }, "com.apple.driver.AppleGraphicsDevicePolicy": { "index": "171", "refcount": "0", "size": 36864, "version": "6.1.27" }, "com.apple.driver.AppleHIDALSService": { "index": "184", "refcount": "0", "size": 4096, "version": "1" }, "com.apple.driver.AppleHIDKeyboard": { "index": "191", "refcount": "0", "size": 16384, "version": "222" }, "com.apple.driver.AppleHPM": { "index": "98", "refcount": "0", "size": 24576, "version": "3.4.4" }, "com.apple.driver.AppleHSBluetoothDriver": { "index": "186", "refcount": "1", "size": 24576, "version": "4000.27" }, "com.apple.driver.AppleHV": { "index": "150", "refcount": "0", "size": 40960, "version": "1" }, "com.apple.driver.AppleInputDeviceSupport": { "index": "187", "refcount": "2", "size": 53248, "version": "4400.35" }, "com.apple.driver.AppleIntelCFLGraphicsFramebuffer": { "index": "121", "refcount": "0", "size": 778240, "version": "16.0.0" }, "com.apple.driver.AppleIntelKBLGraphics": { "index": "174", "refcount": "0", "size": 749568, "version": "16.0.0" }, "com.apple.driver.AppleIntelLpssDmac": { "index": "95", "refcount": "1", "size": 20480, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssI2C": { "index": "96", "refcount": "1", "size": 28672, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssI2CController": { "index": "97", "refcount": "1", "size": 53248, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssUARTCommon": { "index": "166", "refcount": "1", "size": 4096, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssUARTv1": { "index": "167", "refcount": "0", "size": 4096, "version": "3.0.60" }, "com.apple.driver.AppleIntelPCHPMC": { "index": "148", "refcount": "0", "size": 12288, "version": "2.0.1" }, "com.apple.driver.AppleIntelSlowAdaptiveClocking": { "index": "117", "refcount": "0", "size": 4096, "version": "4.0.0" }, "com.apple.driver.AppleKeyStore": { "index": "34", "refcount": "0", "size": 524288, "version": "2" }, "com.apple.driver.AppleMCCSControl": { "index": "141", "refcount": "0", "size": 45056, "version": "1.14" }, "com.apple.driver.AppleMobileFileIntegrity": { "index": "28", "refcount": "9", "size": 86016, "version": "1.0.5" }, "com.apple.driver.AppleMultitouchDriver": { "index": "188", "refcount": "2", "size": 81920, "version": "4400.28" }, "com.apple.driver.AppleMuxControl2": { "index": "129", "refcount": "0", "size": 77824, "version": "6.1.27" }, "com.apple.driver.AppleOnboardSerial": { "index": "165", "refcount": "2", "size": 65536, "version": "1.0" }, "com.apple.driver.AppleSEPManager": { "index": "18", "refcount": "3", "size": 65536, "version": "1.0.1" }, "com.apple.driver.AppleSMBIOS": { "index": "55", "refcount": "0", "size": 12288, "version": "2.1" }, "com.apple.driver.AppleSMC": { "index": "15", "refcount": "13", "size": 102400, "version": "3.1.9" }, "com.apple.driver.AppleSMCRTC": { "index": "56", "refcount": "0", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleSSE": { "index": "35", "refcount": "0", "size": 28672, "version": "1.0" }, "com.apple.driver.AppleSmartBatteryManager": { "index": "60", "refcount": "0", "size": 65536, "version": "161.0.0" }, "com.apple.driver.AppleThunderboltDPAdapterFamily": { "index": "99", "refcount": "1", "size": 94208, "version": "8.1.4" }, "com.apple.driver.AppleThunderboltDPInAdapter": { "index": "100", "refcount": "0", "size": 40960, "version": "8.1.4" }, "com.apple.driver.AppleThunderboltIP": { "index": "126", "refcount": "0", "size": 249856, "version": "4.0.3" }, "com.apple.driver.AppleThunderboltNHI": { "index": "75", "refcount": "0", "size": 196608, "version": "7.2.8" }, "com.apple.driver.AppleThunderboltPCIDownAdapter": { "index": "101", "refcount": "0", "size": 16384, "version": "4.1.1" }, "com.apple.driver.AppleTopCaseHIDEventDriver": { "index": "189", "refcount": "0", "size": 28672, "version": "4000.27" }, "com.apple.driver.AppleUSBAudio": { "index": "238", "refcount": "0", "size": 307200, "version": "401.4" }, "com.apple.driver.AppleUSBHostMergeProperties": { "index": "21", "refcount": "4", "size": 4096, "version": "1.2" }, "com.apple.driver.AppleUSBTDM": { "index": "33", "refcount": "2", "size": 32768, "version": "511.40.9" }, "com.apple.driver.AppleUpstreamUserClient": { "index": "178", "refcount": "0", "size": 12288, "version": "3.6.8" }, "com.apple.driver.AppleXsanScheme": { "index": "206", "refcount": "0", "size": 12288, "version": "3" }, "com.apple.driver.AudioAUUC": { "index": "228", "refcount": "0", "size": 12288, "version": "1.70" }, "com.apple.driver.BCMWLANFirmware4355.Hashstore": { "index": "102", "refcount": "0", "size": 8192, "version": "1" }, "com.apple.driver.BCMWLANFirmware4364.Hashstore": { "index": "103", "refcount": "0", "size": 28672, "version": "1" }, "com.apple.driver.BCMWLANFirmware4377.Hashstore": { "index": "104", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.BCMWLANFirmware4378.Hashstore": { "index": "105", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.BridgeAudioCommunication": { "index": "161", "refcount": "0", "size": 40960, "version": "100.2" }, "com.apple.driver.DiskImages": { "index": "44", "refcount": "0", "size": 49152, "version": "493.0.0" }, "com.apple.driver.IOImageLoader": { "index": "79", "refcount": "6", "size": 69632, "version": "1.0.0" }, "com.apple.driver.IOSlaveProcessor": { "index": "17", "refcount": "5", "size": 8192, "version": "1" }, "com.apple.driver.KernelRelayHost": { "index": "23", "refcount": "3", "size": 61440, "version": "1" }, "com.apple.driver.LuaHardwareAccess": { "index": "158", "refcount": "0", "size": 12288, "version": "1.0.16" }, "com.apple.driver.X86PlatformPlugin": { "index": "133", "refcount": "1", "size": 81920, "version": "1.0.0" }, "com.apple.driver.X86PlatformShim": { "index": "193", "refcount": "1", "size": 24576, "version": "1.0.0" }, "com.apple.driver.corecapture": { "index": "78", "refcount": "8", "size": 94208, "version": "1.0.4" }, "com.apple.driver.pmtelemetry": { "index": "159", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.driver.usb.AppleUSBCommon": { "index": "20", "refcount": "13", "size": 16384, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHostBillboardDevice": { "index": "236", "refcount": "0", "size": 8192, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHostCompositeDevice": { "index": "106", "refcount": "4", "size": 12288, "version": "1.2" }, "com.apple.driver.usb.AppleUSBHub": { "index": "109", "refcount": "0", "size": 176128, "version": "1.2" }, "com.apple.driver.usb.AppleUSBUserHCI": { "index": "237", "refcount": "0", "size": 98304, "version": "1" }, "com.apple.driver.usb.AppleUSBVHCI": { "index": "71", "refcount": "1", "size": 122880, "version": "1.2" }, "com.apple.driver.usb.AppleUSBVHCIBCE": { "index": "73", "refcount": "0", "size": 4096, "version": "1.2" }, "com.apple.driver.usb.AppleUSBVHCICommon": { "index": "70", "refcount": "3", "size": 24576, "version": "1.0" }, "com.apple.driver.usb.AppleUSBVHCICommonBCE": { "index": "72", "refcount": "1", "size": 45056, "version": "1.0" }, "com.apple.driver.usb.AppleUSBXHCI": { "index": "62", "refcount": "1", "size": 319488, "version": "1.2" }, "com.apple.driver.usb.AppleUSBXHCIPCI": { "index": "63", "refcount": "0", "size": 163840, "version": "1.2" }, "com.apple.driver.usb.IOUSBHostHIDDevice": { "index": "243", "refcount": "0", "size": 40960, "version": "1.2" }, "com.apple.driver.usb.cdc": { "index": "108", "refcount": "3", "size": 8192, "version": "5.0.0" }, "com.apple.driver.usb.cdc.acm": { "index": "241", "refcount": "0", "size": 8192, "version": "5.0.0" }, "com.apple.driver.usb.cdc.ecm": { "index": "239", "refcount": "0", "size": 12288, "version": "5.0.0" }, "com.apple.driver.usb.cdc.ncm": { "index": "110", "refcount": "0", "size": 28672, "version": "5.0.0" }, "com.apple.driver.usb.networking": { "index": "107", "refcount": "4", "size": 8192, "version": "5.0.0" }, "com.apple.driver.usb.realtek8153patcher": { "index": "229", "refcount": "0", "size": 12288, "version": "5.0.0" }, "com.apple.driver.usb.serial": { "index": "240", "refcount": "1", "size": 12288, "version": "6.0.0" }, "com.apple.driver.watchdog": { "index": "12", "refcount": "1", "size": 8192, "version": "1" }, "com.apple.filesystems.apfs": { "index": "77", "refcount": "2", "size": 1454080, "version": "1677.50.1" }, "com.apple.filesystems.autofs": { "index": "183", "refcount": "0", "size": 32768, "version": "3.0" }, "com.apple.filesystems.hfs.encodings.kext": { "index": "89", "refcount": "1", "size": 8192, "version": "1" }, "com.apple.filesystems.hfs.kext": { "index": "90", "refcount": "0", "size": 405504, "version": "556.41.1" }, "com.apple.filesystems.smbfs": { "index": "201", "refcount": "0", "size": 434176, "version": "3.4.1" }, "com.apple.filesystems.tmpfs": { "index": "93", "refcount": "0", "size": 49152, "version": "1" }, "com.apple.fileutil": { "index": "180", "refcount": "0", "size": 94208, "version": "20.036.15" }, "com.apple.iokit.CoreAnalyticsFamily": { "index": "36", "refcount": "4", "size": 28672, "version": "1" }, "com.apple.iokit.EndpointSecurity": { "index": "40", "refcount": "0", "size": 311296, "version": "1" }, "com.apple.iokit.IOACPIFamily": { "index": "13", "refcount": "38", "size": 8192, "version": "1.4" }, "com.apple.iokit.IOAVBFamily": { "index": "154", "refcount": "0", "size": 77824, "version": "900.12" }, "com.apple.iokit.IOAcceleratorFamily2": { "index": "120", "refcount": "3", "size": 434176, "version": "439.35.4" }, "com.apple.iokit.IOAudioFamily": { "index": "135", "refcount": "3", "size": 122880, "version": "300.6.1" }, "com.apple.iokit.IOBufferCopyController": { "index": "68", "refcount": "0", "size": 16384, "version": "1.1.0" }, "com.apple.iokit.IOBufferCopyEngineFamily": { "index": "67", "refcount": "6", "size": 28672, "version": "1" }, "com.apple.iokit.IOEthernetAVBController": { "index": "152", "refcount": "2", "size": 8192, "version": "1.1.0" }, "com.apple.iokit.IOGraphicsFamily": { "index": "118", "refcount": "20", "size": 192512, "version": "585" }, "com.apple.iokit.IOHIDFamily": { "index": "52", "refcount": "10", "size": 380928, "version": "2.0.0" }, "com.apple.iokit.IOKitRegistryCompatibility": { "index": "45", "refcount": "0", "size": 4096, "version": "1" }, "com.apple.iokit.IONDRVSupport": { "index": "136", "refcount": "3", "size": 36864, "version": "585" }, "com.apple.iokit.IONVMeFamily": { "index": "66", "refcount": "0", "size": 172032, "version": "2.1.0" }, "com.apple.iokit.IONetworkingFamily": { "index": "46", "refcount": "13", "size": 94208, "version": "3.4" }, "com.apple.iokit.IOPCIFamily": { "index": "14", "refcount": "45", "size": 163840, "version": "2.9" }, "com.apple.iokit.IOReportFamily": { "index": "42", "refcount": "10", "size": 12288, "version": "47" }, "com.apple.iokit.IOSCSIArchitectureModelFamily": { "index": "29", "refcount": "4", "size": 81920, "version": "436.40.6" }, "com.apple.iokit.IOSCSIBlockCommandsDevice": { "index": "31", "refcount": "1", "size": 57344, "version": "436.40.6" }, "com.apple.iokit.IOSMBusFamily": { "index": "53", "refcount": "3", "size": 4096, "version": "1.1" }, "com.apple.iokit.IOSerialFamily": { "index": "83", "refcount": "8", "size": 24576, "version": "11" }, "com.apple.iokit.IOSkywalkFamily": { "index": "81", "refcount": "5", "size": 253952, "version": "1" }, "com.apple.iokit.IOSlowAdaptiveClockingFamily": { "index": "116", "refcount": "1", "size": 8192, "version": "1.0.0" }, "com.apple.iokit.IOStorageFamily": { "index": "30", "refcount": "10", "size": 73728, "version": "2.1" }, "com.apple.iokit.IOSurface": { "index": "91", "refcount": "3", "size": 114688, "version": "289.3" }, "com.apple.iokit.IOThunderboltFamily": { "index": "74", "refcount": "6", "size": 884736, "version": "9.3.2" }, "com.apple.iokit.IOTimeSyncFamily": { "index": "47", "refcount": "3", "size": 110592, "version": "900.11" }, "com.apple.iokit.IOUSBFamily": { "index": "64", "refcount": "2", "size": 405504, "version": "900.4.2" }, "com.apple.iokit.IOUSBHostFamily": { "index": "22", "refcount": "26", "size": 577536, "version": "1.2" }, "com.apple.iokit.IOUSBMassStorageDriver": { "index": "32", "refcount": "1", "size": 106496, "version": "184.40.6" }, "com.apple.iokit.IOUSBUserClient": { "index": "196", "refcount": "1", "size": 4096, "version": "900.4.2" }, "com.apple.iokit.IOUserEthernet": { "index": "157", "refcount": "0", "size": 12288, "version": "1.0.1" }, "com.apple.iokit.SCSITaskUserClient": { "index": "242", "refcount": "0", "size": 20480, "version": "436.40.6" }, "com.apple.kec.Libm": { "index": "9", "refcount": "2", "size": 57344, "version": "1" }, "com.apple.kec.corecrypto": { "index": "10", "refcount": "13", "size": 577536, "version": "1.0" }, "com.apple.kec.pthread": { "index": "11", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.kext.AMD9500Controller": { "index": "170", "refcount": "0", "size": 413696, "version": "4.0.0" }, "com.apple.kext.AMDFramebuffer": { "index": "181", "refcount": "0", "size": 159744, "version": "4.0.0" }, "com.apple.kext.AMDRadeonServiceManager": { "index": "175", "refcount": "0", "size": 12288, "version": "4.0.0" }, "com.apple.kext.AMDRadeonX4000": { "index": "177", "refcount": "0", "size": 4435968, "version": "4.0.0" }, "com.apple.kext.AMDRadeonX4000HWServices": { "index": "176", "refcount": "0", "size": 12288, "version": "4.0.0" }, "com.apple.kext.AMDRadeonX4100HWLibs": { "index": "179", "refcount": "0", "size": 1347584, "version": "1.0" }, "com.apple.kext.AMDSupport": { "index": "169", "refcount": "2", "size": 815104, "version": "4.0.0" }, "com.apple.kext.CoreTrust": { "index": "27", "refcount": "2", "size": 28672, "version": "1" }, "com.apple.kext.triggers": { "index": "182", "refcount": "2", "size": 12288, "version": "1.0" }, "com.apple.nke.applicationfirewall": { "index": "48", "refcount": "0", "size": 36864, "version": "310" }, "com.apple.plugin.IOgPTPPlugin": { "index": "153", "refcount": "1", "size": 425984, "version": "900.11" }, "com.apple.private.KextAudit": { "index": "61", "refcount": "0", "size": 4096, "version": "1.0" }, "com.apple.security.AppleImage4": { "index": "49", "refcount": "1", "size": 65536, "version": "3.0.0" }, "com.apple.security.quarantine": { "index": "39", "refcount": "2", "size": 32768, "version": "4" }, "com.apple.security.sandbox": { "index": "38", "refcount": "3", "size": 278528, "version": "300.0" }, "com.apple.vecLib.kext": { "index": "134", "refcount": "1", "size": 700416, "version": "1.2.0" }, "org.virtualbox.kext.VBoxDrv": { "index": "192", "refcount": "3", "size": 729088, "version": "6.1.16" }, "org.virtualbox.kext.VBoxNetAdp": { "index": "200", "refcount": "0", "size": 8192, "version": "6.1.16" }, "org.virtualbox.kext.VBoxNetFlt": { "index": "199", "refcount": "0", "size": 16384, "version": "6.1.16" }, "org.virtualbox.kext.VBoxUSB": { "index": "197", "refcount": "0", "size": 20480, "version": "6.1.16" } }, "name": "Darwin", "os": "Darwin", "processor": "i386", "release": "20.1.0", "version": "Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-apple-darwin17.7.0", "host_cpu": "x86_64", "host_os": "darwin17.7.0", "host_vendor": "apple", "platform": "x86_64-darwin17", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-apple-darwin17", "target_cpu": "x86_64", "target_os": "darwin17", "target_vendor": "apple", "version": "2.7.2" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "en0", "interfaces": { "en0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "en" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1606367956.306448, "os": "darwin", "os_version": "20.1.0", "packages": { "50onPaletteServer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.0" }, "ARDAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.9.8" }, "AVB Audio Configuration": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "900.12" }, "About This Mac": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Accessibility Inspector": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "5.0" }, "Activity Monitor": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.14" }, "AddPrinter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "16" }, "AddressBookUrlForwarder": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "AinuIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "AirDrop": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "AirPlayUIAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "AirPort Base Station Agent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.2.1" }, "AirPort Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.3.9" }, "AirScanLegacyDiscovery": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "16" }, "AirScanScanner": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "16" }, "App Store": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "AppleScript Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.2" }, "Archive Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.15" }, "Assistant": { "lastmodified": "2020-09-04T03:48:35+00:00", "source": "unknown", "version": null }, "Assistive Control": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "Audio MIDI Setup": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.5" }, "Automator": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.10" }, "Automator Application Stub": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "unknown", "version": "1.3" }, "Automator Installer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.10" }, "Bluetooth File Exchange": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0.1" }, "Bluetooth Setup Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0.1" }, "BluetoothUIServer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0.1" }, "Books": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "Boot Camp Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.1.0" }, "Build Web Page": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.1" }, "Calculator": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.16" }, "Calendar": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "CalendarFileHandler": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0" }, "Captive Network Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "Certificate Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "CharacterPalette": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0.1" }, "Chess": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.18" }, "ChineseTextConverterService": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.1" }, "Clock": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Cocoa-AppleScript Applet": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "unknown", "version": "1.0" }, "ColorSync Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.14.0" }, "Computer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Console": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1" }, "Contacts": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "13.0" }, "ControlCenter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "ControlStrip": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "CoreLocationAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2420.8.10.3.1" }, "CoreServicesUIAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "358.3" }, "Create ML": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "2.0" }, "DVD Player": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.0" }, "Database Events": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0.6" }, "Designer": { "lastmodified": "2020-09-04T03:48:35+00:00", "source": "unknown", "version": null }, "Dictation": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.0.87.1" }, "Dictionary": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.3.0" }, "Digital Color Meter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.22" }, "Directory Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.0" }, "DiscHelper": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Disk Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "20.0" }, "DiskImageMounter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "595.40.1" }, "Display Calibrator": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.12.0" }, "Dock": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.8" }, "Dwell Control": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "EmojiFunctionRowIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "EscrowSecurityAlert": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Expansion Slot Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "FaceTime": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "Family (OSX)": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Feedback Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "FileMerge": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "2.11" }, "Find My": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "Finder": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0.1" }, "Folder Actions Setup": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.2" }, "FolderActionsDispatcher": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Font Book": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.0" }, "Games": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Grapher": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.7" }, "HindiIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Home": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "Image Capture": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0" }, "Image Events": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.6" }, "Install Command Line Developer Tools": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2384" }, "Install in Progress": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "Installer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.2.0" }, "Installer Progress": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Instruments": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "12.2" }, "JapaneseIM-KanaTyping": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.3" }, "JapaneseIM-RomajiTyping": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.3" }, "JavaLauncher": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "316" }, "KeyboardAccessAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "KeyboardSetupAssistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.7" }, "Keychain Access": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Keychain Circle Notification": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Keynote": { "lastmodified": "2020-11-14T03:05:01+00:00", "source": "mac_app_store", "version": "10.3.5" }, "KoreanIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Language Chooser": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Launchpad": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Linguist": { "lastmodified": "2020-09-04T03:48:35+00:00", "source": "unknown", "version": null }, "LocationMenu": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "MRT": { "lastmodified": "2020-11-14T03:35:19+00:00", "source": "apple", "version": "1.72" }, "Mail": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "14.0" }, "MakePDF": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.1" }, "ManagedClient": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "13.0" }, "Maps": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "MassStorageCamera": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1707" }, "Memory Slot Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.5.3" }, "Messages": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "14.0" }, "Migration Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Mission Control": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.2" }, "Music": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.1" }, "NetAuthAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.2" }, "Network": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Network Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.9.2" }, "News": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.1" }, "Notes": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.8" }, "Notification Center": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "NowPlayingTouchUI": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Numbers": { "lastmodified": "2020-11-14T03:08:32+00:00", "source": "mac_app_store", "version": "10.3.5" }, "OBEXAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0.1" }, "ODSAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.8" }, "OSDUIHelper": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "OpenSpell": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "PIPAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "PTPCamera": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1707" }, "Pages": { "lastmodified": "2020-11-14T03:07:55+00:00", "source": "mac_app_store", "version": "10.3.5" }, "Paired Devices": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.1.0" }, "Pass Viewer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Photo Booth": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Photo Library Migration Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "Photos": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.0" }, "PluginIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "24" }, "Podcasts": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.0" }, "PodcastsAuthAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "PowerChime": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "PressAndHold": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Preview": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Problem Reporter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.13" }, "ProfileHelper": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Python": { "lastmodified": "2020-03-30T18:24:38+00:00", "source": "apple", "version": "3.7.3" }, "QuickTime Player": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.5" }, "RapportUIAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.1.0" }, "Reality Composer": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "1.5" }, "Recents": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "RegisterPluginIMApp": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "24" }, "Reminders": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "7.0" }, "ReportPanic": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.13" }, "Rosetta 2 Updater": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "SCIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "SSMenuAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.9.8" }, "Safari": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "14.0.1" }, "Screen Sharing": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "550.19" }, "Screen Time": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "ScreenSaverEngine": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "Screenshot": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Script Editor": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.11" }, "Script Menu": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1" }, "ScriptMonitor": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0.1" }, "Setup Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.10" }, "Simulator": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "12.2" }, "Siri": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "201.1.13" }, "Software Update": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6" }, "SpacesTouchBarAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "SpeechService": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "9.0.48.1" }, "Spotlight": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "Stickies": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.2" }, "Stocks": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.1" }, "Storage Management": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Summary Service": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "System Events": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.3.6" }, "System Information": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "System Preferences": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "14.0" }, "SystemUIServer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.7" }, "TCIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "TV": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.1" }, "TYIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "TamilIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.6" }, "Terminal": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.11" }, "TextEdit": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.16" }, "TextInputMenuAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "TextInputSwitcher": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1" }, "ThermalTrap": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Ticket Viewer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.1" }, "Time Machine": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.3" }, "TrackpadIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "UIKitSystem": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "UniversalAccessControl": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "7.0" }, "UnmountAssistantAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "UserNotificationCenter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "64.101" }, "VietnameseIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "VirtualScanner": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1707" }, "Voice Memos": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.2" }, "VoiceOver": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10" }, "VoiceOver Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10" }, "Watch Face Help": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Weather": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.2" }, "WebKitPluginHost": { "lastmodified": "2020-03-30T18:24:38+00:00", "source": "unknown", "version": null }, "WiFiAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "17.0" }, "WidgetKit Simulator": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Wireless Diagnostics": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Xcode": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "mac_app_store", "version": "12.2" }, "Xcode Server Builder": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "1.0" }, "check_afp": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.0" }, "iCloud": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "iCloud Drive": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "iMovie": { "lastmodified": "2020-11-14T03:07:09+00:00", "source": "mac_app_store", "version": "10.2.1" }, "iOS App Installer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "loginwindow": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "9.0" }, "rcd": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "360" }, "screencaptureui": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" } }, "platform": "mac_os_x", "platform_build": "20B29", "platform_family": "mac_os_x", "platform_version": "11.0.1", "root_group": "wheel", "shard_seed": 194742951, "shells": [ "/bin/bash", "/bin/csh", "/bin/ksh", "/bin/sh", "/bin/tcsh", "/bin/zsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/mac_os_x/11.json000066400000000000000000002167661417433310300222770ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.7.61/lib", "version": "16.7.61" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.7.37/lib/ohai", "version": "16.7.37" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "en0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/disk1s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9760779400", "inodes_percent_used": "0%", "inodes_used": "7198760", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "883627812", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Data" ], "percent_used": "93%", "total_inodes": "9767978160" }, "/dev/disk1s2": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767977321", "inodes_percent_used": "0%", "inodes_used": "839", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "297092", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Preboot" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk1s3": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767978079", "inodes_percent_used": "0%", "inodes_used": "81", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "640140", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/Volumes/Recovery" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk1s4": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767978158", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "2097204", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "mounts": [ "/System/Volumes/VM" ], "percent_used": "3%", "total_inodes": "9767978160" }, "/dev/disk1s5": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767410777", "inodes_percent_used": "0%", "inodes_used": "567383", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount_options": [ "sealed", "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Update/mnt1" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/dev/disk1s5s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767414228", "inodes_percent_used": "0%", "inodes_used": "563932", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "mounts": [ "/" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/dev/disk1s6": { "block_size": 512, "fs_type": "apfs", "inodes_available": "9767977762", "inodes_percent_used": "0%", "inodes_used": "398", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "108864", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Update" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk3s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "104475113195", "inodes_percent_used": "0%", "inodes_used": "2303845", "kb_available": "5294952576", "kb_size": "10447741704", "kb_used": "208851000", "mount_options": [ "local", "nodev", "nosuid", "journaled", "nobrowse" ], "mounts": [ "/Volumes/Backups of MacBook Pro" ], "percent_used": "4%", "total_inodes": "104477417040" }, "devfs": { "block_size": 512, "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "698", "kb_available": "0", "kb_size": "201", "kb_used": "201", "mount_options": [ "local", "nobrowse" ], "mounts": [ "/dev" ], "percent_used": "100%", "total_inodes": "698" }, "map auto_home": { "block_size": 512, "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "mounts": [ "/System/Volumes/Data/home" ], "percent_used": "100%", "total_inodes": "0" } }, "by_mountpoint": { "/": { "block_size": 512, "devices": [ "/dev/disk1s5s1" ], "fs_type": "apfs", "inodes_available": "9767414228", "inodes_percent_used": "0%", "inodes_used": "563932", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/System/Volumes/Data": { "block_size": 512, "devices": [ "/dev/disk1s1" ], "fs_type": "apfs", "inodes_available": "9760779400", "inodes_percent_used": "0%", "inodes_used": "7198760", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "883627812", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "93%", "total_inodes": "9767978160" }, "/System/Volumes/Data/home": { "block_size": 512, "devices": [ "map auto_home" ], "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" }, "/System/Volumes/Preboot": { "block_size": 512, "devices": [ "/dev/disk1s2" ], "fs_type": "apfs", "inodes_available": "9767977321", "inodes_percent_used": "0%", "inodes_used": "839", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "297092", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/System/Volumes/Update": { "block_size": 512, "devices": [ "/dev/disk1s6" ], "fs_type": "apfs", "inodes_available": "9767977762", "inodes_percent_used": "0%", "inodes_used": "398", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "108864", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/System/Volumes/Update/mnt1": { "block_size": 512, "devices": [ "/dev/disk1s5" ], "fs_type": "apfs", "inodes_available": "9767410777", "inodes_percent_used": "0%", "inodes_used": "567383", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount_options": [ "sealed", "local", "journaled", "nobrowse" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/System/Volumes/VM": { "block_size": 512, "devices": [ "/dev/disk1s4" ], "fs_type": "apfs", "inodes_available": "9767978158", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "2097204", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "3%", "total_inodes": "9767978160" }, "/Volumes/Recovery": { "block_size": 512, "devices": [ "/dev/disk1s3" ], "fs_type": "apfs", "inodes_available": "9767978079", "inodes_percent_used": "0%", "inodes_used": "81", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "640140", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev": { "block_size": 512, "devices": [ "devfs" ], "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "698", "kb_available": "0", "kb_size": "201", "kb_used": "201", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "698" } }, "by_pair": { "/dev/disk1s2,/System/Volumes/Preboot": { "block_size": 512, "device": "/dev/disk1s2", "fs_type": "apfs", "inodes_available": "9767977321", "inodes_percent_used": "0%", "inodes_used": "839", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "297092", "mount": "/System/Volumes/Preboot", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk1s3,/Volumes/Recovery": { "block_size": 512, "device": "/dev/disk1s3", "fs_type": "apfs", "inodes_available": "9767978079", "inodes_percent_used": "0%", "inodes_used": "81", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "640140", "mount": "/Volumes/Recovery", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "/dev/disk1s4,/System/Volumes/VM": { "block_size": 512, "device": "/dev/disk1s4", "fs_type": "apfs", "inodes_available": "9767978158", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "2097204", "mount": "/System/Volumes/VM", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "3%", "total_inodes": "9767978160" }, "/dev/disk1s5,/System/Volumes/Update/mnt1": { "block_size": 512, "device": "/dev/disk1s5", "fs_type": "apfs", "inodes_available": "9767410777", "inodes_percent_used": "0%", "inodes_used": "567383", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount": "/System/Volumes/Update/mnt1", "mount_options": [ "sealed", "local", "journaled", "nobrowse" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/dev/disk1s5s1,/": { "block_size": 512, "device": "/dev/disk1s5s1", "fs_type": "apfs", "inodes_available": "9767414228", "inodes_percent_used": "0%", "inodes_used": "563932", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "21988712", "mount": "/", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "percent_used": "25%", "total_inodes": "9767978160" }, "/dev/disk1s6,/System/Volumes/Update": { "block_size": 512, "device": "/dev/disk1s6", "fs_type": "apfs", "inodes_available": "9767977762", "inodes_percent_used": "0%", "inodes_used": "398", "kb_available": "67834964", "kb_size": "976797816", "kb_used": "108864", "mount": "/System/Volumes/Update", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "9767978160" }, "devfs,/dev": { "block_size": 512, "device": "devfs", "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "698", "kb_available": "0", "kb_size": "201", "kb_used": "201", "mount": "/dev", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "698" }, "map auto_home,/System/Volumes/Data/home": { "block_size": 512, "device": "map auto_home", "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/System/Volumes/Data/home", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" } } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "com.apple.AGDCPluginDisplayMetrics": { "index": "162", "refcount": "0", "size": 8192, "version": "6.1.27" }, "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": { "index": "87", "refcount": "0", "size": 36864, "version": "1.0.0" }, "com.apple.AppleGPUWrangler": { "index": "131", "refcount": "0", "size": 28672, "version": "6.1.27" }, "com.apple.AppleGraphicsDeviceControl": { "index": "119", "refcount": "9", "size": 16384, "version": "6.1.27" }, "com.apple.AppleSystemPolicy": { "index": "50", "refcount": "0", "size": 57344, "version": "2.0.0" }, "com.apple.BootCache": { "index": "88", "refcount": "0", "size": 49152, "version": "40" }, "com.apple.driver.AGDCBacklightControl": { "index": "144", "refcount": "0", "size": 12288, "version": "6.1.27" }, "com.apple.driver.AGPM": { "index": "195", "refcount": "0", "size": 118784, "version": "119" }, "com.apple.driver.AppleACPIButtons": { "index": "57", "refcount": "0", "size": 8192, "version": "6.1" }, "com.apple.driver.AppleACPIEC": { "index": "54", "refcount": "0", "size": 20480, "version": "6.1" }, "com.apple.driver.AppleACPIPlatform": { "index": "16", "refcount": "2", "size": 487424, "version": "6.1" }, "com.apple.driver.AppleAPIC": { "index": "51", "refcount": "0", "size": 8192, "version": "1.7" }, "com.apple.driver.AppleAVEBridge": { "index": "160", "refcount": "0", "size": 12288, "version": "6.1" }, "com.apple.driver.AppleActuatorDriver": { "index": "190", "refcount": "0", "size": 28672, "version": "4400.28" }, "com.apple.driver.AppleBCMWLANBusInterfacePCIeMac": { "index": "85", "refcount": "0", "size": 323584, "version": "1" }, "com.apple.driver.AppleBCMWLANCoreMac": { "index": "84", "refcount": "1", "size": 1785856, "version": "1.0.0" }, "com.apple.driver.AppleBSDKextStarter": { "index": "92", "refcount": "0", "size": 4096, "version": "3" }, "com.apple.driver.AppleBacklightExpert": { "index": "142", "refcount": "1", "size": 8192, "version": "1.1.0" }, "com.apple.driver.AppleBridgeAudioController": { "index": "147", "refcount": "0", "size": 36864, "version": "100.2" }, "com.apple.driver.AppleBusPowerController": { "index": "19", "refcount": "1", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleCredentialManager": { "index": "24", "refcount": "1", "size": 327680, "version": "1.0" }, "com.apple.driver.AppleDiskImages2": { "index": "149", "refcount": "0", "size": 49152, "version": "1" }, "com.apple.driver.AppleEFINVRAM": { "index": "59", "refcount": "2", "size": 40960, "version": "2.1" }, "com.apple.driver.AppleEFIRuntime": { "index": "58", "refcount": "1", "size": 8192, "version": "2.1" }, "com.apple.driver.AppleEffaceableNOR": { "index": "69", "refcount": "0", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleEffaceableStorage": { "index": "25", "refcount": "3", "size": 24576, "version": "1.0" }, "com.apple.driver.AppleFDEKeyStore": { "index": "26", "refcount": "0", "size": 24576, "version": "28.30" }, "com.apple.driver.AppleGFXHDA": { "index": "137", "refcount": "0", "size": 385024, "version": "100.1.431" }, "com.apple.driver.AppleGraphicsControl": { "index": "128", "refcount": "2", "size": 4096, "version": "6.1.27" }, "com.apple.driver.AppleGraphicsDevicePolicy": { "index": "171", "refcount": "0", "size": 36864, "version": "6.1.27" }, "com.apple.driver.AppleHIDALSService": { "index": "184", "refcount": "0", "size": 4096, "version": "1" }, "com.apple.driver.AppleHIDKeyboard": { "index": "191", "refcount": "0", "size": 16384, "version": "222" }, "com.apple.driver.AppleHPM": { "index": "98", "refcount": "0", "size": 24576, "version": "3.4.4" }, "com.apple.driver.AppleHSBluetoothDriver": { "index": "186", "refcount": "1", "size": 24576, "version": "4000.27" }, "com.apple.driver.AppleHV": { "index": "150", "refcount": "0", "size": 40960, "version": "1" }, "com.apple.driver.AppleInputDeviceSupport": { "index": "187", "refcount": "2", "size": 53248, "version": "4400.35" }, "com.apple.driver.AppleIntelCFLGraphicsFramebuffer": { "index": "121", "refcount": "0", "size": 778240, "version": "16.0.0" }, "com.apple.driver.AppleIntelKBLGraphics": { "index": "174", "refcount": "0", "size": 749568, "version": "16.0.0" }, "com.apple.driver.AppleIntelLpssDmac": { "index": "95", "refcount": "1", "size": 20480, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssI2C": { "index": "96", "refcount": "1", "size": 28672, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssI2CController": { "index": "97", "refcount": "1", "size": 53248, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssUARTCommon": { "index": "166", "refcount": "1", "size": 4096, "version": "3.0.60" }, "com.apple.driver.AppleIntelLpssUARTv1": { "index": "167", "refcount": "0", "size": 4096, "version": "3.0.60" }, "com.apple.driver.AppleIntelPCHPMC": { "index": "148", "refcount": "0", "size": 12288, "version": "2.0.1" }, "com.apple.driver.AppleIntelSlowAdaptiveClocking": { "index": "117", "refcount": "0", "size": 4096, "version": "4.0.0" }, "com.apple.driver.AppleKeyStore": { "index": "34", "refcount": "0", "size": 524288, "version": "2" }, "com.apple.driver.AppleMCCSControl": { "index": "141", "refcount": "0", "size": 45056, "version": "1.14" }, "com.apple.driver.AppleMobileFileIntegrity": { "index": "28", "refcount": "9", "size": 86016, "version": "1.0.5" }, "com.apple.driver.AppleMultitouchDriver": { "index": "188", "refcount": "2", "size": 81920, "version": "4400.28" }, "com.apple.driver.AppleMuxControl2": { "index": "129", "refcount": "0", "size": 77824, "version": "6.1.27" }, "com.apple.driver.AppleOnboardSerial": { "index": "165", "refcount": "2", "size": 65536, "version": "1.0" }, "com.apple.driver.AppleSEPManager": { "index": "18", "refcount": "3", "size": 65536, "version": "1.0.1" }, "com.apple.driver.AppleSMBIOS": { "index": "55", "refcount": "0", "size": 12288, "version": "2.1" }, "com.apple.driver.AppleSMC": { "index": "15", "refcount": "13", "size": 102400, "version": "3.1.9" }, "com.apple.driver.AppleSMCRTC": { "index": "56", "refcount": "0", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleSSE": { "index": "35", "refcount": "0", "size": 28672, "version": "1.0" }, "com.apple.driver.AppleSmartBatteryManager": { "index": "60", "refcount": "0", "size": 65536, "version": "161.0.0" }, "com.apple.driver.AppleThunderboltDPAdapterFamily": { "index": "99", "refcount": "1", "size": 94208, "version": "8.1.4" }, "com.apple.driver.AppleThunderboltDPInAdapter": { "index": "100", "refcount": "0", "size": 40960, "version": "8.1.4" }, "com.apple.driver.AppleThunderboltIP": { "index": "126", "refcount": "0", "size": 249856, "version": "4.0.3" }, "com.apple.driver.AppleThunderboltNHI": { "index": "75", "refcount": "0", "size": 196608, "version": "7.2.8" }, "com.apple.driver.AppleThunderboltPCIDownAdapter": { "index": "101", "refcount": "0", "size": 16384, "version": "4.1.1" }, "com.apple.driver.AppleTopCaseHIDEventDriver": { "index": "189", "refcount": "0", "size": 28672, "version": "4000.27" }, "com.apple.driver.AppleUSBAudio": { "index": "238", "refcount": "0", "size": 307200, "version": "401.4" }, "com.apple.driver.AppleUSBHostMergeProperties": { "index": "21", "refcount": "4", "size": 4096, "version": "1.2" }, "com.apple.driver.AppleUSBTDM": { "index": "33", "refcount": "2", "size": 32768, "version": "511.40.9" }, "com.apple.driver.AppleUpstreamUserClient": { "index": "178", "refcount": "0", "size": 12288, "version": "3.6.8" }, "com.apple.driver.AppleXsanScheme": { "index": "206", "refcount": "0", "size": 12288, "version": "3" }, "com.apple.driver.AudioAUUC": { "index": "228", "refcount": "0", "size": 12288, "version": "1.70" }, "com.apple.driver.BCMWLANFirmware4355.Hashstore": { "index": "102", "refcount": "0", "size": 8192, "version": "1" }, "com.apple.driver.BCMWLANFirmware4364.Hashstore": { "index": "103", "refcount": "0", "size": 28672, "version": "1" }, "com.apple.driver.BCMWLANFirmware4377.Hashstore": { "index": "104", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.BCMWLANFirmware4378.Hashstore": { "index": "105", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.BridgeAudioCommunication": { "index": "161", "refcount": "0", "size": 40960, "version": "100.2" }, "com.apple.driver.DiskImages": { "index": "44", "refcount": "0", "size": 49152, "version": "493.0.0" }, "com.apple.driver.IOImageLoader": { "index": "79", "refcount": "6", "size": 69632, "version": "1.0.0" }, "com.apple.driver.IOSlaveProcessor": { "index": "17", "refcount": "5", "size": 8192, "version": "1" }, "com.apple.driver.KernelRelayHost": { "index": "23", "refcount": "3", "size": 61440, "version": "1" }, "com.apple.driver.LuaHardwareAccess": { "index": "158", "refcount": "0", "size": 12288, "version": "1.0.16" }, "com.apple.driver.X86PlatformPlugin": { "index": "133", "refcount": "1", "size": 81920, "version": "1.0.0" }, "com.apple.driver.X86PlatformShim": { "index": "193", "refcount": "1", "size": 24576, "version": "1.0.0" }, "com.apple.driver.corecapture": { "index": "78", "refcount": "8", "size": 94208, "version": "1.0.4" }, "com.apple.driver.pmtelemetry": { "index": "159", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.driver.usb.AppleUSBCommon": { "index": "20", "refcount": "13", "size": 16384, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHostBillboardDevice": { "index": "236", "refcount": "0", "size": 8192, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHostCompositeDevice": { "index": "106", "refcount": "4", "size": 12288, "version": "1.2" }, "com.apple.driver.usb.AppleUSBHub": { "index": "109", "refcount": "0", "size": 176128, "version": "1.2" }, "com.apple.driver.usb.AppleUSBUserHCI": { "index": "237", "refcount": "0", "size": 98304, "version": "1" }, "com.apple.driver.usb.AppleUSBVHCI": { "index": "71", "refcount": "1", "size": 122880, "version": "1.2" }, "com.apple.driver.usb.AppleUSBVHCIBCE": { "index": "73", "refcount": "0", "size": 4096, "version": "1.2" }, "com.apple.driver.usb.AppleUSBVHCICommon": { "index": "70", "refcount": "3", "size": 24576, "version": "1.0" }, "com.apple.driver.usb.AppleUSBVHCICommonBCE": { "index": "72", "refcount": "1", "size": 45056, "version": "1.0" }, "com.apple.driver.usb.AppleUSBXHCI": { "index": "62", "refcount": "1", "size": 319488, "version": "1.2" }, "com.apple.driver.usb.AppleUSBXHCIPCI": { "index": "63", "refcount": "0", "size": 163840, "version": "1.2" }, "com.apple.driver.usb.IOUSBHostHIDDevice": { "index": "243", "refcount": "0", "size": 40960, "version": "1.2" }, "com.apple.driver.usb.cdc": { "index": "108", "refcount": "3", "size": 8192, "version": "5.0.0" }, "com.apple.driver.usb.cdc.acm": { "index": "241", "refcount": "0", "size": 8192, "version": "5.0.0" }, "com.apple.driver.usb.cdc.ecm": { "index": "239", "refcount": "0", "size": 12288, "version": "5.0.0" }, "com.apple.driver.usb.cdc.ncm": { "index": "110", "refcount": "0", "size": 28672, "version": "5.0.0" }, "com.apple.driver.usb.networking": { "index": "107", "refcount": "4", "size": 8192, "version": "5.0.0" }, "com.apple.driver.usb.realtek8153patcher": { "index": "229", "refcount": "0", "size": 12288, "version": "5.0.0" }, "com.apple.driver.usb.serial": { "index": "240", "refcount": "1", "size": 12288, "version": "6.0.0" }, "com.apple.driver.watchdog": { "index": "12", "refcount": "1", "size": 8192, "version": "1" }, "com.apple.filesystems.apfs": { "index": "77", "refcount": "2", "size": 1454080, "version": "1677.50.1" }, "com.apple.filesystems.autofs": { "index": "183", "refcount": "0", "size": 32768, "version": "3.0" }, "com.apple.filesystems.hfs.encodings.kext": { "index": "89", "refcount": "1", "size": 8192, "version": "1" }, "com.apple.filesystems.hfs.kext": { "index": "90", "refcount": "0", "size": 405504, "version": "556.41.1" }, "com.apple.filesystems.smbfs": { "index": "201", "refcount": "0", "size": 434176, "version": "3.4.1" }, "com.apple.filesystems.tmpfs": { "index": "93", "refcount": "0", "size": 49152, "version": "1" }, "com.apple.fileutil": { "index": "180", "refcount": "0", "size": 94208, "version": "20.036.15" }, "com.apple.iokit.CoreAnalyticsFamily": { "index": "36", "refcount": "4", "size": 28672, "version": "1" }, "com.apple.iokit.EndpointSecurity": { "index": "40", "refcount": "0", "size": 311296, "version": "1" }, "com.apple.iokit.IOACPIFamily": { "index": "13", "refcount": "38", "size": 8192, "version": "1.4" }, "com.apple.iokit.IOAVBFamily": { "index": "154", "refcount": "0", "size": 77824, "version": "900.12" }, "com.apple.iokit.IOAcceleratorFamily2": { "index": "120", "refcount": "3", "size": 434176, "version": "439.35.4" }, "com.apple.iokit.IOAudioFamily": { "index": "135", "refcount": "3", "size": 122880, "version": "300.6.1" }, "com.apple.iokit.IOBufferCopyController": { "index": "68", "refcount": "0", "size": 16384, "version": "1.1.0" }, "com.apple.iokit.IOBufferCopyEngineFamily": { "index": "67", "refcount": "6", "size": 28672, "version": "1" }, "com.apple.iokit.IOEthernetAVBController": { "index": "152", "refcount": "2", "size": 8192, "version": "1.1.0" }, "com.apple.iokit.IOGraphicsFamily": { "index": "118", "refcount": "20", "size": 192512, "version": "585" }, "com.apple.iokit.IOHIDFamily": { "index": "52", "refcount": "10", "size": 380928, "version": "2.0.0" }, "com.apple.iokit.IOKitRegistryCompatibility": { "index": "45", "refcount": "0", "size": 4096, "version": "1" }, "com.apple.iokit.IONDRVSupport": { "index": "136", "refcount": "3", "size": 36864, "version": "585" }, "com.apple.iokit.IONVMeFamily": { "index": "66", "refcount": "0", "size": 172032, "version": "2.1.0" }, "com.apple.iokit.IONetworkingFamily": { "index": "46", "refcount": "13", "size": 94208, "version": "3.4" }, "com.apple.iokit.IOPCIFamily": { "index": "14", "refcount": "45", "size": 163840, "version": "2.9" }, "com.apple.iokit.IOReportFamily": { "index": "42", "refcount": "10", "size": 12288, "version": "47" }, "com.apple.iokit.IOSCSIArchitectureModelFamily": { "index": "29", "refcount": "4", "size": 81920, "version": "436.40.6" }, "com.apple.iokit.IOSCSIBlockCommandsDevice": { "index": "31", "refcount": "1", "size": 57344, "version": "436.40.6" }, "com.apple.iokit.IOSMBusFamily": { "index": "53", "refcount": "3", "size": 4096, "version": "1.1" }, "com.apple.iokit.IOSerialFamily": { "index": "83", "refcount": "8", "size": 24576, "version": "11" }, "com.apple.iokit.IOSkywalkFamily": { "index": "81", "refcount": "5", "size": 253952, "version": "1" }, "com.apple.iokit.IOSlowAdaptiveClockingFamily": { "index": "116", "refcount": "1", "size": 8192, "version": "1.0.0" }, "com.apple.iokit.IOStorageFamily": { "index": "30", "refcount": "10", "size": 73728, "version": "2.1" }, "com.apple.iokit.IOSurface": { "index": "91", "refcount": "3", "size": 114688, "version": "289.3" }, "com.apple.iokit.IOThunderboltFamily": { "index": "74", "refcount": "6", "size": 884736, "version": "9.3.2" }, "com.apple.iokit.IOTimeSyncFamily": { "index": "47", "refcount": "3", "size": 110592, "version": "900.11" }, "com.apple.iokit.IOUSBFamily": { "index": "64", "refcount": "2", "size": 405504, "version": "900.4.2" }, "com.apple.iokit.IOUSBHostFamily": { "index": "22", "refcount": "26", "size": 577536, "version": "1.2" }, "com.apple.iokit.IOUSBMassStorageDriver": { "index": "32", "refcount": "1", "size": 106496, "version": "184.40.6" }, "com.apple.iokit.IOUSBUserClient": { "index": "196", "refcount": "1", "size": 4096, "version": "900.4.2" }, "com.apple.iokit.IOUserEthernet": { "index": "157", "refcount": "0", "size": 12288, "version": "1.0.1" }, "com.apple.iokit.SCSITaskUserClient": { "index": "242", "refcount": "0", "size": 20480, "version": "436.40.6" }, "com.apple.kec.Libm": { "index": "9", "refcount": "2", "size": 57344, "version": "1" }, "com.apple.kec.corecrypto": { "index": "10", "refcount": "13", "size": 577536, "version": "1.0" }, "com.apple.kec.pthread": { "index": "11", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.kext.AMD9500Controller": { "index": "170", "refcount": "0", "size": 413696, "version": "4.0.0" }, "com.apple.kext.AMDFramebuffer": { "index": "181", "refcount": "0", "size": 159744, "version": "4.0.0" }, "com.apple.kext.AMDRadeonServiceManager": { "index": "175", "refcount": "0", "size": 12288, "version": "4.0.0" }, "com.apple.kext.AMDRadeonX4000": { "index": "177", "refcount": "0", "size": 4435968, "version": "4.0.0" }, "com.apple.kext.AMDRadeonX4000HWServices": { "index": "176", "refcount": "0", "size": 12288, "version": "4.0.0" }, "com.apple.kext.AMDRadeonX4100HWLibs": { "index": "179", "refcount": "0", "size": 1347584, "version": "1.0" }, "com.apple.kext.AMDSupport": { "index": "169", "refcount": "2", "size": 815104, "version": "4.0.0" }, "com.apple.kext.CoreTrust": { "index": "27", "refcount": "2", "size": 28672, "version": "1" }, "com.apple.kext.triggers": { "index": "182", "refcount": "2", "size": 12288, "version": "1.0" }, "com.apple.nke.applicationfirewall": { "index": "48", "refcount": "0", "size": 36864, "version": "310" }, "com.apple.plugin.IOgPTPPlugin": { "index": "153", "refcount": "1", "size": 425984, "version": "900.11" }, "com.apple.private.KextAudit": { "index": "61", "refcount": "0", "size": 4096, "version": "1.0" }, "com.apple.security.AppleImage4": { "index": "49", "refcount": "1", "size": 65536, "version": "3.0.0" }, "com.apple.security.quarantine": { "index": "39", "refcount": "2", "size": 32768, "version": "4" }, "com.apple.security.sandbox": { "index": "38", "refcount": "3", "size": 278528, "version": "300.0" }, "com.apple.vecLib.kext": { "index": "134", "refcount": "1", "size": 700416, "version": "1.2.0" }, "org.virtualbox.kext.VBoxDrv": { "index": "192", "refcount": "3", "size": 729088, "version": "6.1.16" }, "org.virtualbox.kext.VBoxNetAdp": { "index": "200", "refcount": "0", "size": 8192, "version": "6.1.16" }, "org.virtualbox.kext.VBoxNetFlt": { "index": "199", "refcount": "0", "size": 16384, "version": "6.1.16" }, "org.virtualbox.kext.VBoxUSB": { "index": "197", "refcount": "0", "size": 20480, "version": "6.1.16" } }, "name": "Darwin", "os": "Darwin", "processor": "i386", "release": "20.1.0", "version": "Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-apple-darwin17.7.0", "host_cpu": "x86_64", "host_os": "darwin17.7.0", "host_vendor": "apple", "platform": "x86_64-darwin17", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-apple-darwin17", "target_cpu": "x86_64", "target_os": "darwin17", "target_vendor": "apple", "version": "2.7.2" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "en0", "interfaces": { "en0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "en" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1606367956.306448, "os": "darwin", "os_version": "20.1.0", "packages": { "50onPaletteServer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.0" }, "ARDAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.9.8" }, "AVB Audio Configuration": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "900.12" }, "About This Mac": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Accessibility Inspector": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "5.0" }, "Activity Monitor": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.14" }, "AddPrinter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "16" }, "AddressBookUrlForwarder": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "AinuIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "AirDrop": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "AirPlayUIAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "AirPort Base Station Agent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.2.1" }, "AirPort Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.3.9" }, "AirScanLegacyDiscovery": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "16" }, "AirScanScanner": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "16" }, "App Store": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "AppleScript Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.2" }, "Archive Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.15" }, "Assistant": { "lastmodified": "2020-09-04T03:48:35+00:00", "source": "unknown", "version": null }, "Assistive Control": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "Audio MIDI Setup": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.5" }, "Automator": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.10" }, "Automator Application Stub": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "unknown", "version": "1.3" }, "Automator Installer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.10" }, "Bluetooth File Exchange": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0.1" }, "Bluetooth Setup Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0.1" }, "BluetoothUIServer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0.1" }, "Books": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "Boot Camp Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.1.0" }, "Build Web Page": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.1" }, "Calculator": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.16" }, "Calendar": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "CalendarFileHandler": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0" }, "Captive Network Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "Certificate Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "CharacterPalette": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0.1" }, "Chess": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.18" }, "ChineseTextConverterService": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.1" }, "Clock": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Cocoa-AppleScript Applet": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "unknown", "version": "1.0" }, "ColorSync Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.14.0" }, "Computer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Console": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1" }, "Contacts": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "13.0" }, "ControlCenter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "ControlStrip": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "CoreLocationAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2420.8.10.3.1" }, "CoreServicesUIAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "358.3" }, "Create ML": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "2.0" }, "DVD Player": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.0" }, "Database Events": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0.6" }, "Designer": { "lastmodified": "2020-09-04T03:48:35+00:00", "source": "unknown", "version": null }, "Dictation": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.0.87.1" }, "Dictionary": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.3.0" }, "Digital Color Meter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.22" }, "Directory Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.0" }, "DiscHelper": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Disk Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "20.0" }, "DiskImageMounter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "595.40.1" }, "Display Calibrator": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.12.0" }, "Dock": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.8" }, "Dwell Control": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "EmojiFunctionRowIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "EscrowSecurityAlert": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Expansion Slot Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "FaceTime": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "Family (OSX)": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Feedback Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "FileMerge": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "2.11" }, "Find My": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "Finder": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0.1" }, "Folder Actions Setup": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.2" }, "FolderActionsDispatcher": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Font Book": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.0" }, "Games": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Grapher": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.7" }, "HindiIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Home": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "Image Capture": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0" }, "Image Events": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.6" }, "Install Command Line Developer Tools": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2384" }, "Install in Progress": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "Installer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.2.0" }, "Installer Progress": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Instruments": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "12.2" }, "JapaneseIM-KanaTyping": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.3" }, "JapaneseIM-RomajiTyping": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.3" }, "JavaLauncher": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "316" }, "KeyboardAccessAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "KeyboardSetupAssistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.7" }, "Keychain Access": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Keychain Circle Notification": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Keynote": { "lastmodified": "2020-11-14T03:05:01+00:00", "source": "mac_app_store", "version": "10.3.5" }, "KoreanIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Language Chooser": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Launchpad": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Linguist": { "lastmodified": "2020-09-04T03:48:35+00:00", "source": "unknown", "version": null }, "LocationMenu": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "MRT": { "lastmodified": "2020-11-14T03:35:19+00:00", "source": "apple", "version": "1.72" }, "Mail": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "14.0" }, "MakePDF": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.1" }, "ManagedClient": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "13.0" }, "Maps": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "MassStorageCamera": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1707" }, "Memory Slot Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.5.3" }, "Messages": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "14.0" }, "Migration Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Mission Control": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.2" }, "Music": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.1" }, "NetAuthAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.2" }, "Network": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Network Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.9.2" }, "News": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.1" }, "Notes": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.8" }, "Notification Center": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "NowPlayingTouchUI": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Numbers": { "lastmodified": "2020-11-14T03:08:32+00:00", "source": "mac_app_store", "version": "10.3.5" }, "OBEXAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "8.0.1" }, "ODSAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.8" }, "OSDUIHelper": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "OpenSpell": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "PIPAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "PTPCamera": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1707" }, "Pages": { "lastmodified": "2020-11-14T03:07:55+00:00", "source": "mac_app_store", "version": "10.3.5" }, "Paired Devices": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.1.0" }, "Pass Viewer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Photo Booth": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Photo Library Migration Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "Photos": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6.0" }, "PluginIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "24" }, "Podcasts": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.0" }, "PodcastsAuthAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "PowerChime": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "PressAndHold": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Preview": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Problem Reporter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.13" }, "ProfileHelper": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Python": { "lastmodified": "2020-03-30T18:24:38+00:00", "source": "apple", "version": "3.7.3" }, "QuickTime Player": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.5" }, "RapportUIAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.1.0" }, "Reality Composer": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "1.5" }, "Recents": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "RegisterPluginIMApp": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "24" }, "Reminders": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "7.0" }, "ReportPanic": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.13" }, "Rosetta 2 Updater": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "SCIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "SSMenuAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.9.8" }, "Safari": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "14.0.1" }, "Screen Sharing": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "550.19" }, "Screen Time": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "ScreenSaverEngine": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "Screenshot": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Script Editor": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.11" }, "Script Menu": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1" }, "ScriptMonitor": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0.1" }, "Setup Assistant": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.10" }, "Simulator": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "12.2" }, "Siri": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "201.1.13" }, "Software Update": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "6" }, "SpacesTouchBarAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "SpeechService": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "9.0.48.1" }, "Spotlight": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.0" }, "Stickies": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10.2" }, "Stocks": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "3.1" }, "Storage Management": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Summary Service": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.0" }, "System Events": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.3.6" }, "System Information": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "System Preferences": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "14.0" }, "SystemUIServer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.7" }, "TCIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "TV": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1.1" }, "TYIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "TamilIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.6" }, "Terminal": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.11" }, "TextEdit": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.16" }, "TextInputMenuAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "TextInputSwitcher": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.1" }, "ThermalTrap": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Ticket Viewer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.1" }, "Time Machine": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.3" }, "TrackpadIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "UIKitSystem": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "UniversalAccessControl": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "7.0" }, "UnmountAssistantAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "5.0" }, "UserNotificationCenter": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "64.101" }, "VietnameseIM": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "VirtualScanner": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1707" }, "Voice Memos": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "2.2" }, "VoiceOver": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10" }, "VoiceOver Utility": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "10" }, "Watch Face Help": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Weather": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.2" }, "WebKitPluginHost": { "lastmodified": "2020-03-30T18:24:38+00:00", "source": "unknown", "version": null }, "WiFiAgent": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "17.0" }, "WidgetKit Simulator": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "Wireless Diagnostics": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "11.0" }, "Xcode": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "mac_app_store", "version": "12.2" }, "Xcode Server Builder": { "lastmodified": "2020-11-14T04:36:50+00:00", "source": "apple", "version": "1.0" }, "check_afp": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "4.0" }, "iCloud": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "iCloud Drive": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "iMovie": { "lastmodified": "2020-11-14T03:07:09+00:00", "source": "mac_app_store", "version": "10.2.1" }, "iOS App Installer": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" }, "loginwindow": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "9.0" }, "rcd": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "360" }, "screencaptureui": { "lastmodified": "2020-01-01T08:00:00+00:00", "source": "apple", "version": "1.0" } }, "platform": "mac_os_x", "platform_build": "20B29", "platform_family": "mac_os_x", "platform_version": "11.0.1", "root_group": "wheel", "shard_seed": 194742951, "shells": [ "/bin/bash", "/bin/csh", "/bin/ksh", "/bin/sh", "/bin/tcsh", "/bin/zsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/mac_os_x/12.json000066400000000000000000002636401417433310300222710ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.9.26/lib", "version": "17.9.26" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.9.0/lib/ohai", "version": "17.9.0" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "en0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/disk1s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "49", "kb_available": "492960", "kb_size": "512000", "kb_used": "7540", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/iSCPreboot" ], "percent_used": "2%", "total_inodes": "4929649" }, "/dev/disk1s2": { "block_size": 512, "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "3", "kb_available": "492960", "kb_size": "512000", "kb_used": "6164", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "mounts": [ "/System/Volumes/xarts" ], "percent_used": "2%", "total_inodes": "4929603" }, "/dev/disk1s3": { "block_size": 512, "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "37", "kb_available": "492960", "kb_size": "512000", "kb_used": "476", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Hardware" ], "percent_used": "1%", "total_inodes": "4929637" }, "/dev/disk3s1s1": { "block_size": 512, "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "577251", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "21986792", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "mounts": [ "/" ], "percent_used": "6%", "total_inodes": "3873815851" }, "/dev/disk3s2": { "block_size": 512, "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "3573", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "949760", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Preboot" ], "percent_used": "1%", "total_inodes": "3873242173" }, "/dev/disk3s4": { "block_size": 512, "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "225", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "604884", "mount_options": [ "local", "journaled", "nobrowse" ], "mounts": [ "/System/Volumes/Update" ], "percent_used": "1%", "total_inodes": "3873238825" }, "/dev/disk3s5": { "block_size": 512, "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "4132472", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "556537356", "mount_options": [ "local", "journaled", "nobrowse", "protect" ], "mounts": [ "/System/Volumes/Data" ], "percent_used": "59%", "total_inodes": "3877371072" }, "/dev/disk3s6": { "block_size": 512, "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "2097172", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "mounts": [ "/System/Volumes/VM" ], "percent_used": "1%", "total_inodes": "3873238602" }, "devfs": { "block_size": 512, "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "709", "kb_available": "0", "kb_size": "204", "kb_used": "204", "mount_options": [ "local", "nobrowse" ], "mounts": [ "/dev" ], "percent_used": "100%", "total_inodes": "709" }, "map auto_home": { "block_size": 512, "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "mounts": [ "/System/Volumes/Data/home" ], "percent_used": "100%", "total_inodes": "0" } }, "by_mountpoint": { "/": { "block_size": 512, "devices": [ "/dev/disk3s1s1" ], "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "577251", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "21986792", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "percent_used": "6%", "total_inodes": "3873815851" }, "/System/Volumes/Data": { "block_size": 512, "devices": [ "/dev/disk3s5" ], "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "4132472", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "556537356", "mount_options": [ "local", "journaled", "nobrowse", "protect" ], "percent_used": "59%", "total_inodes": "3877371072" }, "/System/Volumes/Data/home": { "block_size": 512, "devices": [ "map auto_home" ], "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" }, "/System/Volumes/Hardware": { "block_size": 512, "devices": [ "/dev/disk1s3" ], "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "37", "kb_available": "492960", "kb_size": "512000", "kb_used": "476", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "4929637" }, "/System/Volumes/Preboot": { "block_size": 512, "devices": [ "/dev/disk3s2" ], "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "3573", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "949760", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "3873242173" }, "/System/Volumes/Update": { "block_size": 512, "devices": [ "/dev/disk3s4" ], "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "225", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "604884", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "3873238825" }, "/System/Volumes/VM": { "block_size": 512, "devices": [ "/dev/disk3s6" ], "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "2097172", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "1%", "total_inodes": "3873238602" }, "/System/Volumes/iSCPreboot": { "block_size": 512, "devices": [ "/dev/disk1s1" ], "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "49", "kb_available": "492960", "kb_size": "512000", "kb_used": "7540", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "2%", "total_inodes": "4929649" }, "/System/Volumes/xarts": { "block_size": 512, "devices": [ "/dev/disk1s2" ], "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "3", "kb_available": "492960", "kb_size": "512000", "kb_used": "6164", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "2%", "total_inodes": "4929603" }, "/dev": { "block_size": 512, "devices": [ "devfs" ], "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "709", "kb_available": "0", "kb_size": "204", "kb_used": "204", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "709" } }, "by_pair": { "/dev/disk1s1,/System/Volumes/iSCPreboot": { "block_size": 512, "device": "/dev/disk1s1", "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "49", "kb_available": "492960", "kb_size": "512000", "kb_used": "7540", "mount": "/System/Volumes/iSCPreboot", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "2%", "total_inodes": "4929649" }, "/dev/disk1s2,/System/Volumes/xarts": { "block_size": 512, "device": "/dev/disk1s2", "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "3", "kb_available": "492960", "kb_size": "512000", "kb_used": "6164", "mount": "/System/Volumes/xarts", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "2%", "total_inodes": "4929603" }, "/dev/disk1s3,/System/Volumes/Hardware": { "block_size": 512, "device": "/dev/disk1s3", "fs_type": "apfs", "inodes_available": "4929600", "inodes_percent_used": "0%", "inodes_used": "37", "kb_available": "492960", "kb_size": "512000", "kb_used": "476", "mount": "/System/Volumes/Hardware", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "4929637" }, "/dev/disk3s1s1,/": { "block_size": 512, "device": "/dev/disk3s1s1", "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "577251", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "21986792", "mount": "/", "mount_options": [ "sealed", "local", "read-only", "journaled" ], "percent_used": "6%", "total_inodes": "3873815851" }, "/dev/disk3s2,/System/Volumes/Preboot": { "block_size": 512, "device": "/dev/disk3s2", "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "3573", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "949760", "mount": "/System/Volumes/Preboot", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "3873242173" }, "/dev/disk3s4,/System/Volumes/Update": { "block_size": 512, "device": "/dev/disk3s4", "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "225", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "604884", "mount": "/System/Volumes/Update", "mount_options": [ "local", "journaled", "nobrowse" ], "percent_used": "1%", "total_inodes": "3873238825" }, "/dev/disk3s5,/System/Volumes/Data": { "block_size": 512, "device": "/dev/disk3s5", "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "4132472", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "556537356", "mount": "/System/Volumes/Data", "mount_options": [ "local", "journaled", "nobrowse", "protect" ], "percent_used": "59%", "total_inodes": "3877371072" }, "/dev/disk3s6,/System/Volumes/VM": { "block_size": 512, "device": "/dev/disk3s6", "fs_type": "apfs", "inodes_available": "3873238600", "inodes_percent_used": "0%", "inodes_used": "2", "kb_available": "387323860", "kb_size": "971350180", "kb_used": "2097172", "mount": "/System/Volumes/VM", "mount_options": [ "local", "noexec", "journaled", "noatime", "nobrowse" ], "percent_used": "1%", "total_inodes": "3873238602" }, "devfs,/dev": { "block_size": 512, "device": "devfs", "fs_type": "devfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "709", "kb_available": "0", "kb_size": "204", "kb_used": "204", "mount": "/dev", "mount_options": [ "local", "nobrowse" ], "percent_used": "100%", "total_inodes": "709" }, "map auto_home,/System/Volumes/Data/home": { "block_size": 512, "device": "map auto_home", "fs_type": "autofs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "0", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/System/Volumes/Data/home", "mount_options": [ "automounted", "nobrowse" ], "percent_used": "100%", "total_inodes": "0" } } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "machine": "arm64", "modules": { "com.apple.AGXFirmwareKextG13GRTBuddy": { "index": "169", "refcount": "0", "size": 16384, "version": "188.9" }, "com.apple.AGXFirmwareKextRTBuddy64": { "index": "168", "refcount": "1", "size": 16384, "version": "188.9" }, "com.apple.AGXG13G": { "index": "126", "refcount": "0", "size": 81920, "version": "188.9" }, "com.apple.AUC": { "index": "35", "refcount": "1", "size": 16384, "version": "1.0" }, "com.apple.AppleEmbeddedSimpleSPINORFlasher": { "index": "167", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": { "index": "175", "refcount": "0", "size": 32768, "version": "1.0.0" }, "com.apple.AppleSystemPolicy": { "index": "25", "refcount": "0", "size": 16384, "version": "2.0.0" }, "com.apple.BootCache": { "index": "176", "refcount": "0", "size": 16384, "version": "40" }, "com.apple.IOTextEncryptionFamily": { "index": "180", "refcount": "0", "size": 16384, "version": "1.0.0" }, "com.apple.UVCService": { "index": "251", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleA7IOP": { "index": "40", "refcount": "9", "size": 16384, "version": "1.0.2" }, "com.apple.driver.AppleAOPAudio": { "index": "219", "refcount": "0", "size": 65536, "version": "102.2" }, "com.apple.driver.AppleAOPVoiceTrigger": { "index": "218", "refcount": "0", "size": 16384, "version": "100.1" }, "com.apple.driver.AppleARMPMU": { "index": "48", "refcount": "2", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleARMPlatform": { "index": "17", "refcount": "95", "size": 65536, "version": "1.0.2" }, "com.apple.driver.AppleARMWatchdogTimer": { "index": "117", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleAVD": { "index": "131", "refcount": "0", "size": 360448, "version": "552" }, "com.apple.driver.AppleAVE2": { "index": "141", "refcount": "0", "size": 262144, "version": "520.21.1" }, "com.apple.driver.AppleActuatorDriver": { "index": "229", "refcount": "0", "size": 16384, "version": "5430.1" }, "com.apple.driver.AppleAudioClockLibs": { "index": "29", "refcount": "4", "size": 16384, "version": "100.9.1" }, "com.apple.driver.AppleBCMWLANBusInterfacePCIe": { "index": "102", "refcount": "0", "size": 81920, "version": "1" }, "com.apple.driver.AppleBCMWLANCore": { "index": "100", "refcount": "1", "size": 442368, "version": "1.0.0" }, "com.apple.driver.AppleBSDKextStarter": { "index": "182", "refcount": "0", "size": 16384, "version": "3" }, "com.apple.driver.AppleBTM": { "index": "202", "refcount": "0", "size": 16384, "version": "1.0.1" }, "com.apple.driver.AppleBiometricSensor": { "index": "38", "refcount": "1", "size": 49152, "version": "2" }, "com.apple.driver.AppleBiometricServices": { "index": "224", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleBluetoothDebug": { "index": "205", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleBluetoothDebugService": { "index": "101", "refcount": "3", "size": 16384, "version": "1" }, "com.apple.driver.AppleBluetoothModule": { "index": "105", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleCS42L83Audio": { "index": "163", "refcount": "0", "size": 16384, "version": "520.5" }, "com.apple.driver.AppleCSEmbeddedAudio": { "index": "162", "refcount": "1", "size": 16384, "version": "520.5" }, "com.apple.driver.AppleConvergedIPCOLYBTControl": { "index": "207", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.driver.AppleConvergedPCI": { "index": "206", "refcount": "1", "size": 32768, "version": "1" }, "com.apple.driver.AppleCredentialManager": { "index": "56", "refcount": "1", "size": 81920, "version": "1.0" }, "com.apple.driver.AppleDCP": { "index": "135", "refcount": "2", "size": 16384, "version": "1" }, "com.apple.driver.AppleDCPDPTXProxy": { "index": "186", "refcount": "0", "size": 16384, "version": "1.0.0" }, "com.apple.driver.AppleDPDisplayTCON": { "index": "159", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleDiagnosticDataAccessReadOnly": { "index": "166", "refcount": "0", "size": 16384, "version": "1.0.0" }, "com.apple.driver.AppleDialogPMU": { "index": "160", "refcount": "1", "size": 16384, "version": "1.0.1" }, "com.apple.driver.AppleDiskImages2": { "index": "57", "refcount": "0", "size": 16384, "version": "126.60.3" }, "com.apple.driver.AppleDisplayCrossbar": { "index": "114", "refcount": "0", "size": 32768, "version": "1.0.0" }, "com.apple.driver.AppleEffaceableStorage": { "index": "58", "refcount": "3", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleEmbeddedAudio": { "index": "156", "refcount": "4", "size": 32768, "version": "520.5" }, "com.apple.driver.AppleEmbeddedAudioLibs": { "index": "93", "refcount": "4", "size": 32768, "version": "100.9.1" }, "com.apple.driver.AppleEmbeddedPCIE": { "index": "95", "refcount": "7", "size": 32768, "version": "1" }, "com.apple.driver.AppleEmbeddedTempSensor": { "index": "49", "refcount": "3", "size": 16384, "version": "1.0.0" }, "com.apple.driver.AppleEmbeddedUSBHost": { "index": "145", "refcount": "2", "size": 16384, "version": "1" }, "com.apple.driver.AppleEventLogHandler": { "index": "128", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleFDEKeyStore": { "index": "59", "refcount": "0", "size": 16384, "version": "28.30" }, "com.apple.driver.AppleFileSystemDriver": { "index": "193", "refcount": "0", "size": 16384, "version": "3.0.1" }, "com.apple.driver.AppleFireStormErrorHandler": { "index": "86", "refcount": "1", "size": 16384, "version": "1" }, "com.apple.driver.AppleFirmwareKit": { "index": "133", "refcount": "5", "size": 16384, "version": "1" }, "com.apple.driver.AppleFirmwareUpdateKext": { "index": "92", "refcount": "4", "size": 16384, "version": "1" }, "com.apple.driver.AppleGPIOICController": { "index": "89", "refcount": "2", "size": 16384, "version": "1.0.2" }, "com.apple.driver.AppleH10PearlCameraInterface": { "index": "122", "refcount": "1", "size": 16384, "version": "17.0.3" }, "com.apple.driver.AppleH11ANEInterface": { "index": "124", "refcount": "0", "size": 491520, "version": "5.35.0" }, "com.apple.driver.AppleH13CameraInterface": { "index": "123", "refcount": "0", "size": 114688, "version": "4.87.0" }, "com.apple.driver.AppleHIDKeyboard": { "index": "230", "refcount": "0", "size": 16384, "version": "228" }, "com.apple.driver.AppleHIDTransport": { "index": "191", "refcount": "1", "size": 32768, "version": "5400.30" }, "com.apple.driver.AppleHIDTransportSPI": { "index": "192", "refcount": "0", "size": 32768, "version": "5400.30" }, "com.apple.driver.AppleHPM": { "index": "158", "refcount": "0", "size": 32768, "version": "3.4.4" }, "com.apple.driver.AppleHSBluetoothDriver": { "index": "226", "refcount": "1", "size": 16384, "version": "5020.1" }, "com.apple.driver.AppleIISController": { "index": "30", "refcount": "6", "size": 16384, "version": "100.1" }, "com.apple.driver.AppleIPAppender": { "index": "60", "refcount": "0", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleInputDeviceSupport": { "index": "190", "refcount": "4", "size": 16384, "version": "5400.30" }, "com.apple.driver.AppleIntelI210Ethernet": { "index": "245", "refcount": "0", "size": 16384, "version": "2.3.1" }, "com.apple.driver.AppleJPEGDriver": { "index": "132", "refcount": "0", "size": 32768, "version": "4.7.9" }, "com.apple.driver.AppleM2ScalerCSCDriver": { "index": "28", "refcount": "4", "size": 196608, "version": "265.0.0" }, "com.apple.driver.AppleMesaSEPDriver": { "index": "223", "refcount": "1", "size": 49152, "version": "100.99" }, "com.apple.driver.AppleMobileApNonce": { "index": "84", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleMobileFileIntegrity": { "index": "21", "refcount": "14", "size": 114688, "version": "1.0.5" }, "com.apple.driver.AppleMultiFunctionManager": { "index": "104", "refcount": "1", "size": 16384, "version": "1" }, "com.apple.driver.AppleMultitouchDriver": { "index": "227", "refcount": "2", "size": 32768, "version": "5430.1" }, "com.apple.driver.AppleNANDConfigAccess": { "index": "165", "refcount": "2", "size": 16384, "version": "1.0.0" }, "com.apple.driver.AppleOLYHAL": { "index": "97", "refcount": "2", "size": 16384, "version": "1" }, "com.apple.driver.AppleOnboardSerial": { "index": "46", "refcount": "6", "size": 16384, "version": "1.0" }, "com.apple.driver.ApplePIODMA": { "index": "108", "refcount": "1", "size": 16384, "version": "1" }, "com.apple.driver.ApplePMGR": { "index": "120", "refcount": "5", "size": 81920, "version": "1" }, "com.apple.driver.ApplePMP": { "index": "183", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.ApplePMPFirmware": { "index": "173", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.ApplePassthroughPPM": { "index": "154", "refcount": "0", "size": 65536, "version": "3.0" }, "com.apple.driver.AppleS5L8960XNCO": { "index": "127", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleS8000AES": { "index": "119", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleSART": { "index": "152", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleSEPHDCPManager": { "index": "214", "refcount": "0", "size": 16384, "version": "1.0.1" }, "com.apple.driver.AppleSEPKeyStore": { "index": "66", "refcount": "0", "size": 32768, "version": "2" }, "com.apple.driver.AppleSEPManager": { "index": "41", "refcount": "10", "size": 49152, "version": "1.0.1" }, "com.apple.driver.AppleSMC": { "index": "51", "refcount": "9", "size": 49152, "version": "3.1.9" }, "com.apple.driver.AppleSPIMC": { "index": "88", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleSPMI": { "index": "153", "refcount": "0", "size": 16384, "version": "1.0.1" }, "com.apple.driver.AppleSPMIPMU": { "index": "161", "refcount": "0", "size": 16384, "version": "1.0.1" }, "com.apple.driver.AppleSPU": { "index": "170", "refcount": "3", "size": 32768, "version": "1" }, "com.apple.driver.AppleSSE": { "index": "67", "refcount": "0", "size": 16384, "version": "1.0" }, "com.apple.driver.AppleSerialShim": { "index": "142", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleSmartBatteryManager": { "index": "201", "refcount": "0", "size": 16384, "version": "161.0.0" }, "com.apple.driver.AppleSmartIO2": { "index": "171", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.driver.AppleStockholmControl": { "index": "164", "refcount": "0", "size": 16384, "version": "1.0.0" }, "com.apple.driver.AppleT8020DART": { "index": "107", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleT8020SOCTuner": { "index": "140", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleT8101": { "index": "87", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.driver.AppleT8103CLPCv3": { "index": "139", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleT8103PCIe": { "index": "106", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.AppleT8103PCIeC": { "index": "110", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.driver.AppleT8103PMGR": { "index": "121", "refcount": "0", "size": 81920, "version": "1" }, "com.apple.driver.AppleT8103TypeCPhy": { "index": "129", "refcount": "0", "size": 114688, "version": "1" }, "com.apple.driver.AppleTAS5770LAmp": { "index": "157", "refcount": "0", "size": 16384, "version": "520.5" }, "com.apple.driver.AppleThunderboltDPAdapterFamily": { "index": "196", "refcount": "2", "size": 32768, "version": "8.5.1" }, "com.apple.driver.AppleThunderboltDPInAdapter": { "index": "197", "refcount": "0", "size": 16384, "version": "8.5.1" }, "com.apple.driver.AppleThunderboltDPOutAdapter": { "index": "241", "refcount": "0", "size": 49152, "version": "8.5.1" }, "com.apple.driver.AppleThunderboltIP": { "index": "198", "refcount": "0", "size": 81920, "version": "4.0.3" }, "com.apple.driver.AppleThunderboltNHI": { "index": "111", "refcount": "0", "size": 212992, "version": "7.2.8" }, "com.apple.driver.AppleThunderboltPCIDownAdapter": { "index": "194", "refcount": "1", "size": 16384, "version": "4.1.1" }, "com.apple.driver.AppleThunderboltPCIUpAdapter": { "index": "242", "refcount": "0", "size": 32768, "version": "4.1.1" }, "com.apple.driver.AppleThunderboltUSBDownAdapter": { "index": "195", "refcount": "0", "size": 16384, "version": "1.0.4" }, "com.apple.driver.AppleTopCaseHIDEventDriver": { "index": "228", "refcount": "0", "size": 16384, "version": "5020.1" }, "com.apple.driver.AppleTrustedAccessory": { "index": "216", "refcount": "1", "size": 32768, "version": "1" }, "com.apple.driver.AppleTypeCPhy": { "index": "112", "refcount": "4", "size": 16384, "version": "1" }, "com.apple.driver.AppleUSBAudio": { "index": "249", "refcount": "0", "size": 49152, "version": "414.5" }, "com.apple.driver.AppleUSBDeviceNCM": { "index": "200", "refcount": "0", "size": 16384, "version": "5.0.0" }, "com.apple.driver.AppleUSBHostMergeProperties": { "index": "53", "refcount": "3", "size": 16384, "version": "1.2" }, "com.apple.driver.AppleUSBTDM": { "index": "65", "refcount": "1", "size": 16384, "version": "532.40.7" }, "com.apple.driver.AppleUSBXDCI": { "index": "150", "refcount": "1", "size": 49152, "version": "1.0" }, "com.apple.driver.AppleUSBXDCIARM": { "index": "151", "refcount": "0", "size": 32768, "version": "1.0" }, "com.apple.driver.AppleXsanScheme": { "index": "203", "refcount": "0", "size": 16384, "version": "3" }, "com.apple.driver.BCMWLANFirmware4378.Hashstore": { "index": "217", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.CoreKDL": { "index": "221", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.DCPAVFamilyProxy": { "index": "134", "refcount": "2", "size": 16384, "version": "1" }, "com.apple.driver.DCPDPFamilyProxy": { "index": "184", "refcount": "1", "size": 16384, "version": "1" }, "com.apple.driver.DiskImages": { "index": "79", "refcount": "5", "size": 16384, "version": "493.0.0" }, "com.apple.driver.DiskImages.FileBackingStore": { "index": "209", "refcount": "0", "size": 16384, "version": "493.0.0" }, "com.apple.driver.DiskImages.KernelBacked": { "index": "208", "refcount": "4", "size": 16384, "version": "493.0.0" }, "com.apple.driver.DiskImages.RAMBackingStore": { "index": "210", "refcount": "0", "size": 16384, "version": "493.0.0" }, "com.apple.driver.DiskImages.ReadWriteDiskImage": { "index": "212", "refcount": "0", "size": 16384, "version": "493.0.0" }, "com.apple.driver.DiskImages.UDIFDiskImage": { "index": "211", "refcount": "0", "size": 16384, "version": "493.0.0" }, "com.apple.driver.FairPlayIOKit": { "index": "71", "refcount": "2", "size": 229376, "version": "68.13.1" }, "com.apple.driver.IOBluetoothHIDDriver": { "index": "225", "refcount": "1", "size": 32768, "version": "9.0.0" }, "com.apple.driver.IOBluetoothHostControllerPCIeTransport": { "index": "73", "refcount": "0", "size": 16384, "version": "9.0.0" }, "com.apple.driver.IODARTFamily": { "index": "26", "refcount": "4", "size": 16384, "version": "1" }, "com.apple.driver.IOImageLoader": { "index": "98", "refcount": "3", "size": 16384, "version": "1.0.0" }, "com.apple.driver.IOSlaveProcessor": { "index": "39", "refcount": "22", "size": 16384, "version": "1" }, "com.apple.driver.KernelRelayHost": { "index": "55", "refcount": "2", "size": 32768, "version": "1" }, "com.apple.driver.RTBuddy": { "index": "50", "refcount": "13", "size": 49152, "version": "1.0.0" }, "com.apple.driver.SEPHibernation": { "index": "213", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.driver.corecapture": { "index": "96", "refcount": "10", "size": 32768, "version": "1.0.4" }, "com.apple.driver.driverkit.serial": { "index": "237", "refcount": "0", "size": 16384, "version": "6.0.0" }, "com.apple.driver.usb.AppleSynopsysUSB40XHCI": { "index": "148", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.driver.usb.AppleSynopsysUSBXHCI": { "index": "147", "refcount": "1", "size": 32768, "version": "1" }, "com.apple.driver.usb.AppleUSBCommon": { "index": "52", "refcount": "13", "size": 16384, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHostCompositeDevice": { "index": "143", "refcount": "3", "size": 16384, "version": "1.2" }, "com.apple.driver.usb.AppleUSBHostPacketFilter": { "index": "115", "refcount": "0", "size": 16384, "version": "1.0" }, "com.apple.driver.usb.AppleUSBHub": { "index": "144", "refcount": "1", "size": 32768, "version": "1.2" }, "com.apple.driver.usb.AppleUSBUserHCI": { "index": "82", "refcount": "0", "size": 32768, "version": "1" }, "com.apple.driver.usb.AppleUSBXHCI": { "index": "146", "refcount": "3", "size": 49152, "version": "1.2" }, "com.apple.driver.usb.AppleUSBXHCIPCI": { "index": "243", "refcount": "0", "size": 32768, "version": "1.2" }, "com.apple.driver.usb.IOUSBHostHIDDevice": { "index": "253", "refcount": "0", "size": 16384, "version": "1.2" }, "com.apple.driver.usb.cdc": { "index": "250", "refcount": "0", "size": 16384, "version": "5.0.0" }, "com.apple.driver.usb.networking": { "index": "199", "refcount": "2", "size": 16384, "version": "5.0.0" }, "com.apple.filesystems.apfs": { "index": "204", "refcount": "2", "size": 278528, "version": "1933.61.1" }, "com.apple.filesystems.autofs": { "index": "232", "refcount": "0", "size": 16384, "version": "3.0" }, "com.apple.filesystems.hfs.encodings.kext": { "index": "178", "refcount": "1", "size": 16384, "version": "1" }, "com.apple.filesystems.hfs.kext": { "index": "179", "refcount": "0", "size": 65536, "version": "582.60.2" }, "com.apple.filesystems.lifs": { "index": "181", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.filesystems.smbfs": { "index": "239", "refcount": "0", "size": 65536, "version": "4.0" }, "com.apple.filesystems.tmpfs": { "index": "187", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.fileutil": { "index": "233", "refcount": "0", "size": 16384, "version": "20.036.15" }, "com.apple.iokit.AppleARMIISAudio": { "index": "155", "refcount": "4", "size": 32768, "version": "100.1" }, "com.apple.iokit.AppleSEPGenericTransfer": { "index": "215", "refcount": "4", "size": 16384, "version": "1" }, "com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport": { "index": "68", "refcount": "0", "size": 16384, "version": "9.0.0" }, "com.apple.iokit.CSRBluetoothHostControllerUSBTransport": { "index": "69", "refcount": "0", "size": 16384, "version": "9.0.0" }, "com.apple.iokit.CoreAnalyticsFamily": { "index": "36", "refcount": "8", "size": 16384, "version": "1" }, "com.apple.iokit.EndpointSecurity": { "index": "70", "refcount": "0", "size": 49152, "version": "1" }, "com.apple.iokit.IOAVBFamily": { "index": "236", "refcount": "0", "size": 32768, "version": "1010.2" }, "com.apple.iokit.IOAVFamily": { "index": "34", "refcount": "11", "size": 147456, "version": "1.0.0" }, "com.apple.iokit.IOAccessoryManager": { "index": "47", "refcount": "9", "size": 98304, "version": "1.0.0" }, "com.apple.iokit.IOAudio2Family": { "index": "31", "refcount": "7", "size": 16384, "version": "1.0" }, "com.apple.iokit.IOAudioFamily": { "index": "248", "refcount": "1", "size": 32768, "version": "300.10" }, "com.apple.iokit.IOBiometricFamily": { "index": "222", "refcount": "2", "size": 16384, "version": "1" }, "com.apple.iokit.IOBluetoothFamily": { "index": "72", "refcount": "2", "size": 81920, "version": "9.0.0" }, "com.apple.iokit.IOBluetoothHostControllerTransport": { "index": "74", "refcount": "0", "size": 16384, "version": "9.0.0" }, "com.apple.iokit.IOBluetoothHostControllerUARTTransport": { "index": "75", "refcount": "0", "size": 16384, "version": "9.0.0" }, "com.apple.iokit.IOBluetoothHostControllerUSBTransport": { "index": "76", "refcount": "0", "size": 16384, "version": "9.0.0" }, "com.apple.iokit.IOBluetoothSerialManager": { "index": "77", "refcount": "0", "size": 16384, "version": "9.0.0" }, "com.apple.iokit.IOCECFamily": { "index": "32", "refcount": "2", "size": 16384, "version": "1" }, "com.apple.iokit.IOCryptoAcceleratorFamily": { "index": "18", "refcount": "5", "size": 16384, "version": "1.0.1" }, "com.apple.iokit.IODisplayPortFamily": { "index": "113", "refcount": "4", "size": 65536, "version": "1.0.0" }, "com.apple.iokit.IOEthernetAVBController": { "index": "234", "refcount": "2", "size": 16384, "version": "1.1.0" }, "com.apple.iokit.IOGPUFamily": { "index": "125", "refcount": "1", "size": 32768, "version": "35.11" }, "com.apple.iokit.IOGraphicsFamily": { "index": "78", "refcount": "1", "size": 32768, "version": "593" }, "com.apple.iokit.IOHDCPFamily": { "index": "33", "refcount": "4", "size": 32768, "version": "1.0.0" }, "com.apple.iokit.IOHIDFamily": { "index": "37", "refcount": "27", "size": 32768, "version": "2.0.0" }, "com.apple.iokit.IOKitRegistryCompatibility": { "index": "80", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.iokit.IOMobileGraphicsFamily": { "index": "136", "refcount": "2", "size": 49152, "version": "343.0.0" }, "com.apple.iokit.IONVMeFamily": { "index": "172", "refcount": "0", "size": 65536, "version": "2.1.0" }, "com.apple.iokit.IONetworkingFamily": { "index": "43", "refcount": "15", "size": 16384, "version": "3.4" }, "com.apple.iokit.IOPCIFamily": { "index": "63", "refcount": "18", "size": 16384, "version": "2.9" }, "com.apple.iokit.IOReportFamily": { "index": "14", "refcount": "27", "size": 16384, "version": "47" }, "com.apple.iokit.IOSCSIArchitectureModelFamily": { "index": "61", "refcount": "4", "size": 16384, "version": "452.60.2" }, "com.apple.iokit.IOSCSIBlockCommandsDevice": { "index": "62", "refcount": "1", "size": 16384, "version": "452.60.2" }, "com.apple.iokit.IOSerialFamily": { "index": "42", "refcount": "5", "size": 16384, "version": "11" }, "com.apple.iokit.IOSkywalkFamily": { "index": "45", "refcount": "7", "size": 16384, "version": "1.0" }, "com.apple.iokit.IOSlowAdaptiveClockingFamily": { "index": "15", "refcount": "1", "size": 16384, "version": "1.0.0" }, "com.apple.iokit.IOStorageFamily": { "index": "16", "refcount": "17", "size": 16384, "version": "2.1" }, "com.apple.iokit.IOSurface": { "index": "27", "refcount": "14", "size": 32768, "version": "302.11.1" }, "com.apple.iokit.IOThunderboltFamily": { "index": "109", "refcount": "12", "size": 180224, "version": "9.3.3" }, "com.apple.iokit.IOTimeSyncFamily": { "index": "81", "refcount": "3", "size": 32768, "version": "1000.11" }, "com.apple.iokit.IOUSBDeviceFamily": { "index": "149", "refcount": "3", "size": 32768, "version": "2.0.0" }, "com.apple.iokit.IOUSBHostFamily": { "index": "54", "refcount": "18", "size": 81920, "version": "1.2" }, "com.apple.iokit.IOUSBMassStorageDriver": { "index": "64", "refcount": "1", "size": 16384, "version": "209.40.6" }, "com.apple.iokit.IOUserEthernet": { "index": "83", "refcount": "0", "size": 16384, "version": "1.0.1" }, "com.apple.iokit.SCSITaskUserClient": { "index": "254", "refcount": "0", "size": 16384, "version": "452.60.2" }, "com.apple.kec.AppleEncryptedArchive": { "index": "9", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.kec.InvalidateHmac": { "index": "10", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.kec.Libm": { "index": "11", "refcount": "7", "size": 32768, "version": "1" }, "com.apple.kec.corecrypto": { "index": "8", "refcount": "18", "size": 114688, "version": "12.0" }, "com.apple.kec.pthread": { "index": "12", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.kext.CoreTrust": { "index": "19", "refcount": "2", "size": 16384, "version": "1" }, "com.apple.kext.triggers": { "index": "231", "refcount": "2", "size": 16384, "version": "1.0" }, "com.apple.nke.applicationfirewall": { "index": "13", "refcount": "0", "size": 16384, "version": "402" }, "com.apple.nke.l2tp": { "index": "189", "refcount": "0", "size": 16384, "version": "1.9" }, "com.apple.nke.ppp": { "index": "188", "refcount": "1", "size": 16384, "version": "1.9" }, "com.apple.plugin.IOAVBDiscoveryPlugin": { "index": "240", "refcount": "0", "size": 16384, "version": "1010.2" }, "com.apple.plugin.IOgPTPPlugin": { "index": "235", "refcount": "1", "size": 147456, "version": "1000.11" }, "com.apple.security.AppleImage4": { "index": "20", "refcount": "2", "size": 49152, "version": "4.2.0" }, "com.apple.security.BootPolicy": { "index": "177", "refcount": "0", "size": 16384, "version": "1" }, "com.apple.security.quarantine": { "index": "24", "refcount": "2", "size": 16384, "version": "4" }, "com.apple.security.sandbox": { "index": "23", "refcount": "2", "size": 131072, "version": "300.0" }, "com.apple.vecLib.kext": { "index": "247", "refcount": "1", "size": 16384, "version": "1.2.0" } }, "name": "Darwin", "os": "Darwin", "processor": "arm", "release": "21.3.0", "version": "Darwin Kernel Version 21.3.0: Wed Dec 8 00:40:46 PST 2021; root:xnu-8019.80.11.111.1~1/RELEASE_ARM64_T8101" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "arm64-apple-darwin21", "host_cpu": "arm64", "host_os": "darwin21", "host_vendor": "apple", "platform": "arm64-darwin21", "release_date": "2021-11-24", "ruby_bin": "/usr/local/bin/ruby", "target": "arm64-apple-darwin21", "target_cpu": "arm64", "target_os": "darwin21", "target_vendor": "apple", "version": "3.0.3" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "en0", "interfaces": { "en0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "en" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1643229512.970539, "os": "darwin", "os_version": "21.3.0", "packages": { "50onPaletteServer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.1.0" }, "ABAssistantService": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "AMSEngagementViewService": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "AOSAlertManager": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.07" }, "AOSHeartbeat": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.07" }, "AOSPushRelay": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.07" }, "AOSUIPrefPaneLauncher": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "ARDAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.9.8" }, "AVB Audio Configuration": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1010.2" }, "AXVisualSupportAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "About This Mac": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Accessibility Inspector": { "lastmodified": "2021-12-19T00:40:49+00:00", "source": "apple", "version": "5.0" }, "AccessibilityVisualsAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Activity Monitor": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.14" }, "Add Printer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "17" }, "AddressBookManager": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "AddressBookSourceSync": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "AddressBookSync": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "AddressBookUrlForwarder": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "AinuIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "AirDrop": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "AirPlayUIAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.0" }, "AirPort Base Station Agent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.2.1" }, "AirPort Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.3.9" }, "AirScanScanner": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "16" }, "App Store": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.0" }, "AppSSOAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "AppleScript Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.1.2" }, "AppleSpell": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.4" }, "AquaAppearanceHelper": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Archive Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.15" }, "AskPermissionUI": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Assistive Control": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.0" }, "Audio MIDI Setup": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.5" }, "AutomationModeUI": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Automator": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.10" }, "Automator Application Stub": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "unknown", "version": "1.3" }, "Automator Installer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.10" }, "Bluetooth File Exchange": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0" }, "Bluetooth Setup Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0" }, "BluetoothUIServer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0" }, "BluetoothUIService": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Books": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "4.2" }, "Boot Camp Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.1.0" }, "Build Web Page": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.1" }, "CIMFindInputCodeTool": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "104" }, "Calculator": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.16" }, "Calendar": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "CalendarFileHandler": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "8.0" }, "Calibration Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Captive Network Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.0" }, "Certificate Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.0" }, "CharacterPalette": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.0.1" }, "Chess": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.18" }, "ChineseTextConverterService": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.1" }, "ClassroomStudentMenuExtra": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Clock": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "ColorSync Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "12.0.0" }, "Computer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Conflict Resolver": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "8.1" }, "Console": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.1" }, "Contacts": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2498.2.1" }, "Control Center": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "ControlStrip": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "CoreLocationAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2666.0.1" }, "CoreServicesUIAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "369" }, "Create ML": { "lastmodified": "2021-12-19T00:40:49+00:00", "source": "apple", "version": "3.0" }, "DFRHUD": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "DVD Player": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.0" }, "Database Events": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0.6" }, "Diagnostics Reporter": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Dictation": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.1.23" }, "Dictionary": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.3.0" }, "Digital Color Meter": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.22" }, "Directory Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.2" }, "DiscHelper": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Disk Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "21.0" }, "DiskImageMounter": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "DiskImages UI Agent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "621" }, "Display Calibrator": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "4.14" }, "Dock": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.8" }, "Dwell Control": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "EmojiFunctionRowIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Erase Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "EscrowSecurityAlert": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Expansion Slot Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.0" }, "FaceTime": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.0" }, "Family": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Family (OSX)": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Feedback Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.1" }, "FileMerge": { "lastmodified": "2021-12-19T00:40:49+00:00", "source": "apple", "version": "2.11" }, "Find My": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.0" }, "FindMyMacMessenger": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "4.1" }, "Finder": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "12.1" }, "Folder Actions Setup": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.2" }, "FolderActionsDispatcher": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "FollowUpUI": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Font Book": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.0" }, "FontRegistryUIAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "81.0" }, "Game Center": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "GarageBand": { "lastmodified": "2021-12-10T22:43:45+00:00", "source": "mac_app_store", "version": "10.4.5" }, "Grapher": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.7" }, "HelpViewer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "7.0" }, "HindiIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Home": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.0" }, "IDSRemoteURLConnectionAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.0" }, "IMAutomaticHistoryDeletionAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.0" }, "IMTransferAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.0" }, "Image Capture": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "8.0" }, "Image Events": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.1.6" }, "Install Command Line Developer Tools": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2392" }, "Install in Progress": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.0" }, "Installer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.2.0" }, "Installer Progress": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Instruments": { "lastmodified": "2021-12-19T00:40:49+00:00", "source": "apple", "version": "13.2.1" }, "JapaneseIM-KanaTyping": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.3" }, "JapaneseIM-RomajiTyping": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.3" }, "JavaLauncher": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "319" }, "KerberosMenuExtra": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "KeyboardAccessAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10" }, "KeyboardSetupAssistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Keychain Access": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "Keychain Circle Notification": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Keynote": { "lastmodified": "2021-09-28T19:22:26+00:00", "source": "mac_app_store", "version": "11.2" }, "KoreanIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Language Chooser": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Launchpad": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "LinkedNotesUIService": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "LocationMenu": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "MRT": { "lastmodified": "2022-01-20T18:28:39+00:00", "source": "apple", "version": "1.86" }, "MTLReplayer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Mail": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "15.0" }, "MakePDF": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.1" }, "ManagedClient": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "14.0" }, "Maps": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.0" }, "MassStorageCamera": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1742.3.1" }, "Memory Slot Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.5.3" }, "Messages": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "14.0" }, "Migration Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "12.2" }, "Mission Control": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.2" }, "Music": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.2.2" }, "NetAuthAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6.2" }, "Network": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Network Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.9.2" }, "News": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "7.2.1" }, "Notes": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "4.9" }, "Notification Center": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "NowPlayingTouchUI": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Numbers": { "lastmodified": "2021-09-28T19:09:47+00:00", "source": "mac_app_store", "version": "11.2" }, "OBEXAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0" }, "ODSAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.9" }, "OSDUIHelper": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.1" }, "OpenSpell": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "PIPAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "PTPCamera": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1742.3.1" }, "Pages": { "lastmodified": "2021-09-28T19:19:43+00:00", "source": "mac_app_store", "version": "11.2" }, "Paired Devices": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.3.0" }, "Pass Viewer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Photo Booth": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "12.0" }, "Photo Library Migration Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.0" }, "Photos": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "7.0" }, "PluginIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "25" }, "Podcasts": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.1.0" }, "PodcastsAuthAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "PowerChime": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "PressAndHold": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Preview": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "PrinterProxy": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "20" }, "Problem Reporter": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.13" }, "Profile Installer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Python": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.7.18" }, "QuickTime Player": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.5" }, "RapportUIAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.3.0" }, "Reality Composer": { "lastmodified": "2021-12-19T00:40:49+00:00", "source": "apple", "version": "1.5" }, "Recents": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "RegisterPluginIMApp": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "25" }, "Reminders": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "7.0" }, "Rosetta 2 Updater": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "SCIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "SSMenuAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.9.8" }, "STMUIHelper": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Safari": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "15.3" }, "Screen Sharing": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.0" }, "Screen Time": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.0" }, "ScreenReaderUIServer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10" }, "ScreenSaverEngine": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.0" }, "Screenshot": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Script Editor": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.11" }, "Script Menu": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1" }, "ScriptMonitor": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0.1" }, "Setup Assistant": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.10" }, "ShortcutDroplet": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Shortcuts": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.0" }, "Simulator": { "lastmodified": "2021-12-19T00:40:49+00:00", "source": "apple", "version": "13.2" }, "Siri": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3103.2.1" }, "SmartCard Pairing": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Software Update": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "6" }, "SoftwareUpdateNotificationManager": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "SpacesTouchBarAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Speech Downloader": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0.56" }, "SpeechRecognitionServer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0.56" }, "SpeechService": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0.88.1" }, "SpeechSynthesisServer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0.88.1" }, "SpeechSynthesizerAuditor": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Spotlight": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "3.0" }, "Stickies": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.2" }, "Stocks": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "4.2.1" }, "Storage Management": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Summary Service": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.0" }, "SyncServer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "8.1" }, "System Events": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.3.6" }, "System Information": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "System Preferences": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "15.0" }, "SystemUIServer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.7" }, "TCIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "TV": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.2.2" }, "TYIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "TamilIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.6" }, "Terminal": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.12" }, "TextEdit": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.17" }, "TextInputMenuAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "TextInputSwitcher": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.1" }, "ThermalTrap": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Ticket Viewer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "4.1" }, "Time Machine": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.3" }, "TrackpadIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "UASharedPasteboardProgressUI": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "54.1" }, "UIKitSystem": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "UniversalAccessControl": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "7.0" }, "UnmountAssistantAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.0" }, "UserNotificationCenter": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "71" }, "VietnameseIM": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "VirtualScanner": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1742.3.1" }, "Voice Memos": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.3" }, "VoiceOver": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10" }, "VoiceOver Quickstart": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10" }, "VoiceOver Utility": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10" }, "Watch Face Help": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Weather": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "2.1" }, "WebKitPluginHost": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "612" }, "WiFiAgent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "17.0" }, "WidgetKit Simulator": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "Wireless Diagnostics": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "11.0" }, "Wish": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "8.5.9" }, "Xcode": { "lastmodified": "2021-12-19T00:40:49+00:00", "source": "mac_app_store", "version": "13.2.1" }, "Xcode Previews": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "13.0" }, "Xcode Server Builder": { "lastmodified": "2021-12-19T00:40:49+00:00", "source": "apple", "version": "1.0" }, "com.apple.ctcategories": { "lastmodified": "2021-10-18T19:50:50+00:00", "source": "unknown", "version": null }, "eaptlstrust": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "13.0" }, "iCloud": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "iCloud Drive": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "iCloudUserNotificationsd": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "iMovie": { "lastmodified": "2021-11-16T15:25:47+00:00", "source": "mac_app_store", "version": "10.3.1" }, "iOS App Installer": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "identityservicesd": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.0" }, "imagent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "10.0" }, "loginwindow": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "9.0" }, "nbagent": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "pythonwrapper": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "qlmanage": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "quicklookd": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "5.0" }, "rcd": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "361" }, "screencaptureui": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "sociallayerd": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "storeuid": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" }, "syncuid": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "8.1" }, "universalAccessAuthWarn": { "lastmodified": "2021-12-14T04:31:08+00:00", "source": "apple", "version": "1.0" } }, "platform": "mac_os_x", "platform_build": "21D5025f", "platform_family": "mac_os_x", "platform_version": "12.2", "root_group": "wheel", "shard_seed": 267408224, "shells": [ "/bin/bash", "/bin/csh", "/bin/dash", "/bin/ksh", "/bin/sh", "/bin/tcsh", "/bin/zsh", "/usr/local/bin/pwsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/openbsd/000077500000000000000000000000001417433310300210035ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/openbsd/6.2.json000066400000000000000000000170331417433310300222070ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/usr/local/lib/ruby/gems/2.4/gems/chef-14.3.37/lib", "version": "14.3.37" }, "ohai": { "ohai_root": "/usr/local/lib/ruby/gems/2.4/gems/ohai-14.3.0/lib/ohai", "version": "14.3.0" } }, "command": { "ps": "ps -axww" }, "counters": { "network": { "interfaces": { "em0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "dmidecode_version": "3.1" }, "domain": "local", "filesystem": { "/dev/wd0a": { "kb_available": "918140", "kb_size": "1125820", "kb_used": "151392", "mount": "/", "percent_used": "14%" }, "/dev/wd0d": { "kb_available": "1482524", "kb_size": "1560572", "kb_used": "20", "mount": "/tmp", "percent_used": "0%" }, "/dev/wd0e": { "kb_available": "2184572", "kb_size": "2312028", "kb_used": "11856", "mount": "/var", "percent_used": "1%" }, "/dev/wd0f": { "kb_available": "1118276", "kb_size": "2638620", "kb_used": "1388416", "mount": "/usr", "percent_used": "55%" }, "/dev/wd0g": { "kb_available": "1088508", "kb_size": "1528796", "kb_used": "363852", "mount": "/usr/X11R6", "percent_used": "25%" }, "/dev/wd0h": { "kb_available": "4155176", "kb_size": "4896444", "kb_used": "496448", "mount": "/usr/local", "percent_used": "11%" }, "/dev/wd0i": { "kb_available": "2274584", "kb_size": "2394300", "kb_used": "4", "mount": "/usr/src", "percent_used": "0%" }, "/dev/wd0j": { "kb_available": "6510336", "kb_size": "6852988", "kb_used": "4", "mount": "/usr/obj", "percent_used": "0%" }, "/dev/wd0k": { "kb_available": "7462920", "kb_size": "7855708", "kb_used": "4", "mount": "/home", "percent_used": "0%" } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "machine": "amd64", "name": "OpenBSD", "os": "OpenBSD", "processor": "amd64", "release": "6.2", "securelevel": [ ], "version": "GENERIC.MP#134" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-unknown-openbsd6.2", "host_cpu": "x86_64", "host_os": "openbsd6.2", "host_vendor": "unknown", "platform": "x86_64-openbsd", "release_date": "2017-09-14", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-unknown-openbsd6.2", "target_cpu": "x86_64", "target_os": "openbsd6.2", "target_vendor": "unknown", "version": "2.4.2" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "em0", "interfaces": { "em0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "em" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1532045240.266272, "os": "openbsd", "os_version": "6.2", "platform": "openbsd", "platform_family": "openbsd", "platform_version": "6.2", "root_group": "wheel", "shells": [ "/bin/sh", "/bin/csh", "/bin/ksh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/opensuse/000077500000000000000000000000001417433310300212125ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/opensuse/15.2.json000066400000000000000000004211651417433310300225030ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520", "state": "Connected" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec206ca8-3268-4133-c46b-470125d9e71f", "UUID": "ec206ca8-3268-4133-c46b-470125d9e71f", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec206ca8-3268-4133-c46b-470125d9e71f", "sku_number": "Not Specified", "uuid": "ec206ca8-3268-4133-c46b-470125d9e71f", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "xfs", "inodes_available": "153078", "inodes_percent_used": "1%", "inodes_used": "522", "kb_available": "214968", "kb_size": "303780", "kb_used": "88812", "label": "BOOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "mounts": [ "/boot" ], "percent_used": "30%", "total_inodes": "153600", "uuid": "c3c7c454-9a24-4e06-9d4b-74ff3ffaf0b9" }, "/dev/xvda2": { "fs_type": "xfs", "inodes_available": "5018146", "inodes_percent_used": "2%", "inodes_used": "70622", "kb_available": "8266056", "kb_size": "10167296", "kb_used": "1901240", "label": "ROOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "mounts": [ "/" ], "percent_used": "19%", "total_inodes": "5088768", "uuid": "932dc0b8-bf4b-43fe-9ff7-761b313a689a" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ], "mounts": [ "/sys/fs/cgroup/unified", "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/pids" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "118270", "inodes_percent_used": "1%", "inodes_used": "323", "kb_available": "474372", "kb_size": "474372", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=474372k", "nr_inodes=118593", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "118593" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rpc_pipefs": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=21436" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "124074", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "99264", "kb_size": "99264", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99264k", "mode=700", "uid=1000", "gid=100" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "124080" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2" ], "fs_type": "xfs", "inodes_available": "5018146", "inodes_percent_used": "2%", "inodes_used": "70622", "kb_available": "8266056", "kb_size": "10167296", "kb_used": "1901240", "label": "ROOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "19%", "total_inodes": "5088768", "uuid": "932dc0b8-bf4b-43fe-9ff7-761b313a689a" }, "/boot": { "devices": [ "/dev/xvda1" ], "fs_type": "xfs", "inodes_available": "153078", "inodes_percent_used": "1%", "inodes_used": "522", "kb_available": "214968", "kb_size": "303780", "kb_used": "88812", "label": "BOOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "30%", "total_inodes": "153600", "uuid": "c3c7c454-9a24-4e06-9d4b-74ff3ffaf0b9" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "118270", "inodes_percent_used": "1%", "inodes_used": "323", "kb_available": "474372", "kb_size": "474372", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=474372k", "nr_inodes=118593", "mode=755" ], "percent_used": "0%", "total_inodes": "118593" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124079", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "496320", "kb_size": "496320", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124080" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=21436" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "123688", "inodes_percent_used": "1%", "inodes_used": "392", "kb_available": "483284", "kb_size": "496320", "kb_used": "13036", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "3%", "total_inodes": "124080" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124074", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "99264", "kb_size": "99264", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99264k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "124080" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124062", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "496320", "kb_size": "496320", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "124080" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "/sys/fs/cgroup/unified": { "devices": [ "cgroup" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "rpc_pipefs" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/boot": { "device": "/dev/xvda1", "fs_type": "xfs", "inodes_available": "153078", "inodes_percent_used": "1%", "inodes_used": "522", "kb_available": "214968", "kb_size": "303780", "kb_used": "88812", "label": "BOOT", "mount": "/boot", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "30%", "total_inodes": "153600", "uuid": "c3c7c454-9a24-4e06-9d4b-74ff3ffaf0b9" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "xfs", "inodes_available": "5018146", "inodes_percent_used": "2%", "inodes_used": "70622", "kb_available": "8266056", "kb_size": "10167296", "kb_used": "1901240", "label": "ROOT", "mount": "/", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "19%", "total_inodes": "5088768", "uuid": "932dc0b8-bf4b-43fe-9ff7-761b313a689a" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "cgroup,/sys/fs/cgroup/unified": { "device": "cgroup", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup/unified", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "118270", "inodes_percent_used": "1%", "inodes_used": "323", "kb_available": "474372", "kb_size": "474372", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "size=474372k", "nr_inodes=118593", "mode=755" ], "percent_used": "0%", "total_inodes": "118593" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rpc_pipefs,/var/lib/nfs/rpc_pipefs": { "device": "rpc_pipefs", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=21436" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124079", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "496320", "kb_size": "496320", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124080" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "123688", "inodes_percent_used": "1%", "inodes_used": "392", "kb_available": "483284", "kb_size": "496320", "kb_used": "13036", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "3%", "total_inodes": "124080" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124074", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "99264", "kb_size": "99264", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99264k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "124080" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124062", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "496320", "kb_size": "496320", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "124080" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "372736" }, "af_packet": { "refcount": "0", "size": "53248" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "be2iscsi": { "refcount": "0", "size": "122880", "version": "11.4.0.1" }, "bnx2i": { "refcount": "0", "size": "53248", "version": "2.7.10.1" }, "button": { "refcount": "0", "size": "24576" }, "cirrus": { "refcount": "0", "size": "16384" }, "cnic": { "refcount": "1", "size": "69632", "version": "2.5.22" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "1", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "cryptd": { "refcount": "2", "size": "24576" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "cxgb3": { "refcount": "1", "size": "180224", "version": "1.1.5-ko" }, "cxgb3i": { "refcount": "0", "size": "40960", "version": "2.0.1-ko" }, "cxgb4": { "refcount": "1", "size": "499712", "version": "2.0.0-ko" }, "cxgb4i": { "refcount": "0", "size": "53248", "version": "0.9.5-ko" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "28672" }, "dm_mod": { "refcount": "2", "size": "155648" }, "dm_region_hash": { "refcount": "1", "size": "20480" }, "drm": { "refcount": "3", "size": "544768" }, "drm_kms_helper": { "refcount": "3", "size": "229376" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "floppy": { "refcount": "0", "size": "90112" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "28672" }, "intel_rapl_common": { "refcount": "1", "size": "28672" }, "intel_rapl_msr": { "refcount": "0", "size": "20480" }, "iscsi_boot_sysfs": { "refcount": "3", "size": "20480" }, "iscsi_ibft": { "refcount": "0", "size": "16384", "version": "0.5.0" }, "iscsi_tcp": { "refcount": "0", "size": "28672" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "libcxgb": { "refcount": "2", "size": "28672", "version": "1.0.0-ko" }, "libcxgbi": { "refcount": "2", "size": "69632", "version": "0.9.1-ko" }, "libiscsi": { "refcount": "8", "size": "69632" }, "libiscsi_tcp": { "refcount": "4", "size": "36864" }, "mdio": { "refcount": "1", "size": "16384" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "16384" }, "qla4xxx": { "refcount": "0", "size": "299008", "version": "5.04.00-k6" }, "rfkill": { "refcount": "3", "size": "28672" }, "sb_edac": { "refcount": "0", "size": "28672" }, "scsi_transport_iscsi": { "refcount": "7", "size": "126976", "version": "2.0-870" }, "serio_raw": { "refcount": "0", "size": "20480" }, "sg": { "refcount": "0", "size": "40960", "version": "3.5.36" }, "sunrpc": { "refcount": "1", "size": "479232" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "uio": { "refcount": "1", "size": "20480" }, "xen_blkfront": { "refcount": "3", "size": "45056" }, "xen_netfront": { "refcount": "0", "size": "36864" }, "xfs": { "refcount": "2", "size": "1503232" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "5.3.18-lp152.20.7-default", "version": "#1 SMP Mon Jun 29 14:58:38 UTC 2020 (2a0430f)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604984441.5547175, "os": "linux", "os_version": "5.3.18-lp152.20.7-default", "packages": { "GeoIP-data": { "arch": "noarch", "epoch": "0", "installdate": "1594403879", "release": "lp152.3.2", "version": "1.6.12" }, "SUSEConnect": { "arch": "x86_64", "epoch": "0", "installdate": "1594403923", "release": "lp152.1.1", "version": "0.3.25" }, "aaa_base": { "arch": "x86_64", "epoch": "0", "installdate": "1594403928", "release": "lp152.13.1", "version": "84.87+git20180409.04c9dae" }, "aaa_base-extras": { "arch": "x86_64", "epoch": "0", "installdate": "1594403929", "release": "lp152.13.1", "version": "84.87+git20180409.04c9dae" }, "apparmor-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1594403927", "release": "lp152.1.2", "version": "2.13.4" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1594403927", "release": "lp152.4.18", "version": "3.1.20" }, "at-spi2-core": { "arch": "x86_64", "epoch": "0", "installdate": "1594403919", "release": "lp152.2.4", "version": "2.34.0" }, "attr": { "arch": "x86_64", "epoch": "0", "installdate": "1594403879", "release": "lp152.4.115", "version": "2.4.47" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1594403927", "release": "lp152.6.1", "version": "2.8.1" }, "augeas": { "arch": "x86_64", "epoch": "0", "installdate": "1594403880", "release": "lp152.3.7", "version": "1.10.1" }, "augeas-lenses": { "arch": "x86_64", "epoch": "0", "installdate": "1594403880", "release": "lp152.3.7", "version": "1.10.1" }, "autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1594403930", "release": "lp152.8.6", "version": "5.1.3" }, "autoyast2-installation": { "arch": "noarch", "epoch": "0", "installdate": "1594403966", "release": "lp152.1.1", "version": "4.2.37" }, "aws-cli": { "arch": "noarch", "epoch": "0", "installdate": "1594403972", "release": "lp152.94.1", "version": "1.18.79" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.11.80", "version": "4.4" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1594403880", "release": "lp152.4.123", "version": "1.07.1" }, "bind-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403963", "release": "lp152.13.6", "version": "9.11.2" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.3.19", "version": "2.32" }, "blktrace": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.4.7", "version": "1.1.0+git.20170126" }, "blog": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.6.6", "version": "2.18" }, "boost-license1_66_0": { "arch": "noarch", "epoch": "0", "installdate": "1594403858", "release": "lp152.6.2", "version": "1.66.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1594403911", "release": "lp152.8.2", "version": "2+git20170807.10b2785" }, "ca-certificates-mozilla": { "arch": "noarch", "epoch": "0", "installdate": "1594403913", "release": "lp152.1.1", "version": "2.40" }, "catatonit": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.3.7", "version": "0.1.3" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1604984429", "release": "1.sles12", "version": "16.6.14" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1594403929", "release": "lp152.12.1", "version": "3.2" }, "chrony-pool-openSUSE": { "arch": "noarch", "epoch": "0", "installdate": "1594403928", "release": "lp152.12.1", "version": "3.2" }, "cifs-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.1.3", "version": "6.9" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1594403970", "release": "lp152.15.1", "version": "19.4" }, "cloud-init-config-suse": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.15.1", "version": "19.4" }, "cloud-netconfig-ec2": { "arch": "noarch", "epoch": "0", "installdate": "1594403950", "release": "lp152.28.1", "version": "1.4" }, "command-not-found": { "arch": "noarch", "epoch": "0", "installdate": "1594403962", "release": "lp152.1.2", "version": "0.2.2+20190613.e6c2668" }, "containerd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403909", "release": "lp152.1.1", "version": "1.2.13" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403863", "release": "lp152.4.7", "version": "8.29" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.4.67", "version": "2.12" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1594403905", "release": "lp152.1.1", "version": "2.9.7" }, "cracklib-dict-small": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.1.1", "version": "2.9.7" }, "crash": { "arch": "x86_64", "epoch": "0", "installdate": "1594403902", "release": "lp152.2.15", "version": "7.2.8" }, "cron": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.6.26", "version": "4.2" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1594403928", "release": "lp152.6.26", "version": "1.5.1" }, "cups-config": { "arch": "x86_64", "epoch": "0", "installdate": "1594403917", "release": "lp152.8.2", "version": "2.2.7" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.3.3.1", "version": "7.66.0" }, "cyrus-sasl": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.7.3", "version": "2.1.26" }, "cyrus-sasl-digestmd5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403906", "release": "lp152.7.3", "version": "2.1.26" }, "cyrus-sasl-gssapi": { "arch": "x86_64", "epoch": "0", "installdate": "1594403906", "release": "lp152.7.3", "version": "2.1.26" }, "cyrus-sasl-plain": { "arch": "x86_64", "epoch": "0", "installdate": "1594403906", "release": "lp152.7.3", "version": "2.1.26" }, "cyrus-sasl-saslauthd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.7.3", "version": "2.1.26" }, "dbus-1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403916", "release": "lp152.5.27", "version": "1.12.2" }, "dbus-1-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1594403919", "release": "lp152.3.8", "version": "0.108" }, "deltarpm": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.5.7", "version": "3.6.1" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.7.3.1", "version": "1.02.163" }, "dhcp": { "arch": "x86_64", "epoch": "0", "installdate": "1594403930", "release": "lp152.7.4", "version": "4.3.5" }, "dhcp-client": { "arch": "x86_64", "epoch": "0", "installdate": "1594403963", "release": "lp152.7.4", "version": "4.3.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403863", "release": "lp152.4.5", "version": "3.6" }, "dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.5.3", "version": "3.2" }, "docker": { "arch": "x86_64", "epoch": "0", "installdate": "1594403956", "release": "lp152.1.1", "version": "19.03.11_ce" }, "docker-libnetwork": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.1.1", "version": "0.7.0.1+gitr2902_153d0769a118" }, "docker-runc": { "arch": "x86_64", "epoch": "0", "installdate": "1594403901", "release": "lp152.1.1", "version": "1.0.0rc10+gitr3981_dc9208a3303f" }, "dos2unix": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.3.5", "version": "7.4.0" }, "dosfstools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.3.6", "version": "4.1" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.2", "version": "049.1+suse.144.ge0eaf296" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1594403911", "release": "lp152.10.26", "version": "1.43.8" }, "efibootmgr": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.4.5", "version": "14" }, "elfutils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.5.103", "version": "0.168" }, "ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.1.3", "version": "5.3" }, "expect": { "arch": "x86_64", "epoch": "0", "installdate": "1594403905", "release": "lp152.3.111", "version": "5.45.3" }, "fdupes": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.3.114", "version": "1.61" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.9.13", "version": "5.32" }, "file-magic": { "arch": "noarch", "epoch": "0", "installdate": "1594403858", "release": "lp152.9.13", "version": "5.32" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1594403858", "release": "lp152.10.4", "version": "15.0" }, "fillup": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.4.5", "version": "1.42" }, "findutils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.4.113", "version": "4.6.0" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.5.1", "version": "2.12.6" }, "fonts-config": { "arch": "noarch", "epoch": "0", "installdate": "1594403930", "release": "lp152.1.1", "version": "20200609+git0.42e2b1b" }, "fping": { "arch": "x86_64", "epoch": "0", "installdate": "1594403903", "release": "lp152.5.5", "version": "4.0" }, "gamin-server": { "arch": "x86_64", "epoch": "0", "installdate": "1594403882", "release": "lp152.3.10", "version": "0.1.10" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1594403864", "release": "lp152.3.114", "version": "4.2.1" }, "gettext-runtime": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.5.85", "version": "0.19.8.1" }, "gio-branding-upstream": { "arch": "noarch", "epoch": "0", "installdate": "1594403916", "release": "lp152.1.14", "version": "2.62.5" }, "girepository-1_0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403919", "release": "lp152.2.4", "version": "1.62.0" }, "glib2-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403917", "release": "lp152.1.14", "version": "2.62.5" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1594403858", "release": "lp152.25.10", "version": "2.26" }, "glibc-i18ndata": { "arch": "noarch", "epoch": "0", "installdate": "1594403883", "release": "lp152.25.10", "version": "2.26" }, "glibc-locale": { "arch": "x86_64", "epoch": "0", "installdate": "1594403868", "release": "lp152.25.10", "version": "2.26" }, "glibc-locale-base": { "arch": "x86_64", "epoch": "0", "installdate": "1594403864", "release": "lp152.25.10", "version": "2.26" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1594403992", "release": "5b86e619", "version": "29dd7d91", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1594403992", "release": "53674dd4", "version": "3dbdc284" }, { "arch": "(none)", "epoch": "0", "installdate": "1594403992", "release": "5847eb1f", "version": "39db7c82" }, { "arch": "(none)", "epoch": "0", "installdate": "1594403992", "release": "58a1d0d6", "version": "edf0d733" }, { "arch": "(none)", "epoch": "0", "installdate": "1594403992", "release": "5aaa90a5", "version": "307e3d54" }, { "arch": "(none)", "epoch": "0", "installdate": "1594403992", "release": "5b86e619", "version": "29dd7d91" } ] }, "gpg2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403869", "release": "lp152.8.8", "version": "2.2.5" }, "gptfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1594403902", "release": "lp152.4.7", "version": "1.0.1" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.5.27", "version": "3.1" }, "groff": { "arch": "x86_64", "epoch": "0", "installdate": "1594403883", "release": "lp152.5.7", "version": "1.22.3" }, "growpart": { "arch": "noarch", "epoch": "0", "installdate": "1594403922", "release": "lp152.26.1", "version": "0.31" }, "grub2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403923", "release": "lp152.6.9", "version": "2.04" }, "grub2-i386-pc": { "arch": "noarch", "epoch": "0", "installdate": "1594403924", "release": "lp152.6.9", "version": "2.04" }, "grub2-x86_64-efi": { "arch": "noarch", "epoch": "0", "installdate": "1594403925", "release": "lp152.6.9", "version": "2.04" }, "grub2-x86_64-xen": { "arch": "noarch", "epoch": "0", "installdate": "1594403884", "release": "lp152.6.9", "version": "2.04" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1594403884", "release": "lp152.1.84", "version": "1.10" }, "hardlink": { "arch": "x86_64", "epoch": "0", "installdate": "1594403884", "release": "lp152.3.5", "version": "1.0+git.e66999f" }, "haveged": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.4.8", "version": "1.9.2" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1594403913", "release": "lp152.3.5", "version": "3.16" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1594403885", "release": "lp152.1.1", "version": "0.334" }, "hwinfo": { "arch": "x86_64", "epoch": "0", "installdate": "1594403902", "release": "lp152.1.2", "version": "21.70" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.6.110", "version": "6.5" }, "initviocons": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.3.5", "version": "0.5" }, "iproute2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403903", "release": "lp152.3.2", "version": "5.3" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.1.4", "version": "1.8.3" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403903", "release": "lp152.7.7", "version": "s20161105" }, "irqbalance": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.3.3", "version": "1.4.0" }, "iscsiuio": { "arch": "x86_64", "epoch": "0", "installdate": "1594403928", "release": "lp152.17.2", "version": "0.7.8.6" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403915", "release": "lp152.10.3", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1594403885", "release": "lp152.10.3", "version": "2.0.4" }, "kdump": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.6.2", "version": "0.9.0" }, "kernel-default": { "arch": "x86_64", "epoch": "0", "installdate": "1594403947", "release": "lp152.20.7.1", "version": "5.3.18" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403932", "release": "lp152.3.2", "version": "2.0.20" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.5.114", "version": "1.5.10" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.7.6", "version": "25" }, "kmod-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1594403930", "release": "lp152.7.6", "version": "25" }, "krb5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403870", "release": "lp152.5.4.1", "version": "1.16.3" }, "krb5-client": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.5.4.1", "version": "1.16.3" }, "ksh": { "arch": "x86_64", "epoch": "0", "installdate": "1594403930", "release": "lp152.3.43", "version": "93vu" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1594403896", "release": "lp152.3.58", "version": "530" }, "libGeoIP1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403896", "release": "lp152.3.2", "version": "1.6.12" }, "libHX28": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.3.4", "version": "3.22" }, "libX11-6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403906", "release": "lp152.4.5", "version": "1.6.5" }, "libX11-data": { "arch": "noarch", "epoch": "0", "installdate": "1594403885", "release": "lp152.4.5", "version": "1.6.5" }, "libXau6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.3.4", "version": "1.0.8" }, "libXext6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.3.4", "version": "1.3.3" }, "libXtst6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403914", "release": "lp152.3.4", "version": "1.2.3" }, "libacl1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.5.106", "version": "2.2.52" }, "libaio1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.3.4", "version": "0.3.109" }, "libapparmor1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.1.2", "version": "2.13.4" }, "libargon2-1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.4.5", "version": "0.0+git20171227.670229c" }, "libasm1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.5.103", "version": "0.168" }, "libassuan0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.4.6", "version": "2.5.1" }, "libatspi0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.2.4", "version": "2.34.0" }, "libattr1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.4.115", "version": "2.4.47" }, "libaudit1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.6.3", "version": "2.8.1" }, "libaugeas0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.3.7", "version": "1.10.1" }, "libauparse0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.6.3", "version": "2.8.1" }, "libavahi-client3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.2.7", "version": "0.7" }, "libavahi-common3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403885", "release": "lp152.2.7", "version": "0.7" }, "libbind9-160": { "arch": "x86_64", "epoch": "0", "installdate": "1594403914", "release": "lp152.13.6", "version": "9.11.2" }, "libblkid1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403902", "release": "lp152.4.78", "version": "2.33.1" }, "libboost_regex1_66_0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.6.2", "version": "1.66.0" }, "libboost_system1_66_0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.6.2", "version": "1.66.0" }, "libboost_thread1_66_0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.6.2", "version": "1.66.0" }, "libbsd0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.4.1", "version": "0.8.7" }, "libbz2-1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.6.98", "version": "1.0.6" }, "libcap-ng0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.4.114", "version": "0.7.9" }, "libcap2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.4.115", "version": "2.25" }, "libcares2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403903", "release": "lp152.1.5", "version": "1.15.0+20200117" }, "libcom_err2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.10.26", "version": "1.43.8" }, "libcrack2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403896", "release": "lp152.1.1", "version": "2.9.7" }, "libcroco-0_6-3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.1.114", "version": "0.6.13" }, "libcryptsetup12": { "arch": "x86_64", "epoch": "0", "installdate": "1594403922", "release": "lp152.3.45", "version": "2.0.5" }, "libcups2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403918", "release": "lp152.8.2", "version": "2.2.7" }, "libcurl4": { "arch": "x86_64", "epoch": "0", "installdate": "1594403870", "release": "lp152.3.3.1", "version": "7.66.0" }, "libdb-4_8": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.8.73", "version": "4.8.30" }, "libdbus-1-3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.5.27", "version": "1.12.2" }, "libdcerpc-binding0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libdcerpc0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403966", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libdevmapper-event1_03": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.7.3.1", "version": "1.02.163" }, "libdevmapper1_03": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.7.3.1", "version": "1.02.163" }, "libdns169": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.13.6", "version": "9.11.2" }, "libdw1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.5.103", "version": "0.168" }, "libebl-plugins": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.5.103", "version": "0.168" }, "libedit0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.4.5", "version": "3.1.snap20150325" }, "libefivar1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.2.6", "version": "35" }, "libelf1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.5.103", "version": "0.168" }, "libesmtp": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.3.5", "version": "1.0.6" }, "libestr0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.3.4", "version": "0.1.10" }, "libevent-2_1-8": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.4.5", "version": "2.1.8" }, "libexpat1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.5.5", "version": "2.2.5" }, "libext2fs2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.10.26", "version": "1.43.8" }, "libfam0-gamin": { "arch": "x86_64", "epoch": "0", "installdate": "1594403896", "release": "lp152.3.10", "version": "0.1.10" }, "libfastjson4": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.3.5", "version": "0.99.8" }, "libfdisk1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403910", "release": "lp152.4.78", "version": "2.33.1" }, "libffi7": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.6.5", "version": "3.2.1.git259" }, "libfl2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.4.105", "version": "2.6.4" }, "libfreebl3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.1.1", "version": "3.53" }, "libfreetype6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403900", "release": "lp152.1.1", "version": "2.10.1" }, "libfuse2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403886", "release": "lp152.4.25", "version": "2.9.7" }, "libgcc_s1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.1.107", "version": "9.2.1+r274709" }, "libgcrypt20": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.16.8", "version": "1.8.2" }, "libgdbm4": { "arch": "x86_64", "epoch": "0", "installdate": "1594403887", "release": "lp152.3.104", "version": "1.12" }, "libgio-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403918", "release": "lp152.1.14", "version": "2.62.5" }, "libgirepository-1_0-1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.2.4", "version": "1.62.0" }, "libglib-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.1.14", "version": "2.62.5" }, "libgmodule-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403887", "release": "lp152.1.14", "version": "2.62.5" }, "libgmp10": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.5.26", "version": "6.1.2" }, "libgnutls30": { "arch": "x86_64", "epoch": "0", "installdate": "1594403864", "release": "lp152.8.1", "version": "3.6.7" }, "libgobject-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403887", "release": "lp152.1.14", "version": "2.62.5" }, "libgpg-error0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.3.59", "version": "1.29" }, "libgpgme11": { "arch": "x86_64", "epoch": "0", "installdate": "1594403870", "release": "lp152.2.4", "version": "1.13.1" }, "libhavege1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403887", "release": "lp152.4.8", "version": "1.9.2" }, "libhogweed4": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.3.16", "version": "3.4.1" }, "libicu-suse65_1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403905", "release": "lp152.2.1", "version": "65.1" }, "libicu65_1-ledata": { "arch": "noarch", "epoch": "0", "installdate": "1594403888", "release": "lp152.2.1", "version": "65.1" }, "libidn11": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.3.6", "version": "1.34" }, "libidn2-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.1.3", "version": "2.2.0" }, "libip4tc2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.1.4", "version": "1.8.3" }, "libip6tc2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.1.4", "version": "1.8.3" }, "libirs160": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.13.6", "version": "9.11.2" }, "libisc166": { "arch": "x86_64", "epoch": "0", "installdate": "1594403900", "release": "lp152.13.6", "version": "9.11.2" }, "libisccc160": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.13.6", "version": "9.11.2" }, "libisccfg160": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.13.6", "version": "9.11.2" }, "libjansson4": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.3.5", "version": "2.9" }, "libjemalloc2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.3.9", "version": "5.0.1" }, "libjson-c3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.3.4", "version": "0.13" }, "libkeyutils1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.5.114", "version": "1.5.10" }, "libkmod2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.7.6", "version": "25" }, "libksba8": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.4.6", "version": "1.3.5" }, "libldap-2_4-2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.13.2", "version": "2.4.46" }, "libldap-data": { "arch": "noarch", "epoch": "0", "installdate": "1594403858", "release": "lp152.13.2", "version": "2.4.46" }, "libldapcpp1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.3.5", "version": "0.3.1" }, "libldb2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403910", "release": "lp152.1.2", "version": "2.0.10" }, "liblmdb-0_9_17": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.6.3", "version": "0.9.17" }, "liblockdev1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403916", "release": "lp152.3.58", "version": "1.0.3_git201003141408" }, "liblogging0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.5.5", "version": "1.0.6" }, "liblognorm5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.3.6", "version": "2.0.4" }, "liblua5_3-5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.4.112", "version": "5.3.4" }, "liblvm2cmd2_03": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.7.3.1", "version": "2.03.05" }, "liblwres160": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.13.6", "version": "9.11.2" }, "liblz4-1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.4.3", "version": "1.8.0" }, "liblzma5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.5.100", "version": "5.2.3" }, "liblzo2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.4.8", "version": "2.10" }, "libmagic1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.9.13", "version": "5.32" }, "libmetalink3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.3.4", "version": "0.1.3" }, "libmnl0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.3.4", "version": "1.0.4" }, "libmodman1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.3.5", "version": "2.0.1" }, "libmount1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403910", "release": "lp152.4.78", "version": "2.33.1" }, "libmozjs-60": { "arch": "x86_64", "epoch": "0", "installdate": "1594403911", "release": "lp152.2.3", "version": "60.9.0" }, "libncurses6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.7.67", "version": "6.1" }, "libndr-krb5pac0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libndr-nbt0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403966", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libndr-standard0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403964", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libndr0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libnetapi0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libnetfilter_conntrack3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403900", "release": "lp152.1.3", "version": "1.0.7" }, "libnettle6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.3.16", "version": "3.4.1" }, "libnfnetlink0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.4.4", "version": "1.0.1" }, "libnftnl11": { "arch": "x86_64", "epoch": "0", "installdate": "1594403900", "release": "lp152.1.5", "version": "1.1.4" }, "libnghttp2-14": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.1.3", "version": "1.40.0" }, "libnl-config": { "arch": "noarch", "epoch": "0", "installdate": "1594403888", "release": "lp152.3.6", "version": "3.3.0" }, "libnl3-200": { "arch": "x86_64", "epoch": "0", "installdate": "1594403900", "release": "lp152.3.6", "version": "3.3.0" }, "libnpth0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.4.4", "version": "1.5" }, "libnscd1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403888", "release": "lp152.4.4", "version": "2.0.2" }, "libnsl2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403910", "release": "lp152.4.105", "version": "1.2.0" }, "libnuma1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.4.6", "version": "2.0.11" }, "libopeniscsiusr0_2_0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403900", "release": "lp152.17.2", "version": "2.1.1" }, "libopenssl1_1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.6.22", "version": "1.1.1d" }, "libp11-kit0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.6.4", "version": "0.23.2" }, "libparted0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403922", "release": "lp152.11.2", "version": "3.2" }, "libpcap1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.5.4", "version": "1.8.1" }, "libpci3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.4.1", "version": "3.5.6" }, "libpcre1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.6.104", "version": "8.41" }, "libpcre2-8-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.3.9", "version": "10.31" }, "libpgm-5_2-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.5.3", "version": "5.2.122" }, "libpipeline1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.3.4", "version": "1.4.1" }, "libpng16-16": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.4.6", "version": "1.6.34" }, "libpolkit0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403919", "release": "lp152.1.4", "version": "0.116" }, "libpopt0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.4.105", "version": "1.16" }, "libprocps7": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.2.3", "version": "3.3.15" }, "libproxy1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.4.6", "version": "0.4.15" }, "libpsl5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.3.7", "version": "0.20.1" }, "libpython3_6m1_0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.4.3.1", "version": "3.6.10" }, "libqrencode4": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.3.8", "version": "4.0.0" }, "libreadline7": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.11.80", "version": "7.0" }, "libruby2_5-2_5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.1.11", "version": "2.5.8" }, "libsamba-credentials0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403965", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libsamba-errors0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403902", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libsamba-hostconfig0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403963", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libsamba-passdb0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403966", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libsamba-util0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403962", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libsamdb0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403966", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libsasl2-3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.7.3", "version": "2.1.26" }, "libseccomp2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.1.3", "version": "2.4.1" }, "libselinux1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.1.47", "version": "3.0" }, "libsemanage1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403901", "release": "lp152.1.45", "version": "3.0" }, "libsepol1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.1.47", "version": "3.0" }, "libsigc-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.1.3", "version": "2.10.2" }, "libsmartcols1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403889", "release": "lp152.4.78", "version": "2.33.1" }, "libsmbconf0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403966", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libsmbldap2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libsmi": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.3.6", "version": "0.4.8" }, "libsmi2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403901", "release": "lp152.3.6", "version": "0.4.8" }, "libsnappy1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.3.5", "version": "1.1.3" }, "libsodium23": { "arch": "x86_64", "epoch": "0", "installdate": "1594403922", "release": "lp152.80.1", "version": "1.0.18" }, "libsolv-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403865", "release": "lp152.1.1", "version": "0.7.14" }, "libsqlite3-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.3.5", "version": "3.28.0" }, "libssh4": { "arch": "x86_64", "epoch": "0", "installdate": "1594403870", "release": "lp152.4.2", "version": "0.8.7" }, "libstdc++6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.1.107", "version": "9.2.1+r274709" }, "libstorage-ng-ruby": { "arch": "x86_64", "epoch": "0", "installdate": "1594403960", "release": "lp152.1.2", "version": "4.2.75" }, "libstorage-ng1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403950", "release": "lp152.1.2", "version": "4.2.75" }, "libsystemd0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.30.1", "version": "234" }, "libtalloc2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.1.3", "version": "2.2.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403863", "release": "lp152.5.5", "version": "4.13" }, "libtasn1-6": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.5.5", "version": "4.13" }, "libtdb1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.1.3", "version": "1.4.2" }, "libtevent-util0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403965", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libtevent0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403902", "release": "lp152.1.3", "version": "0.10.0" }, "libtirpc-netconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.5.104", "version": "1.0.2" }, "libtirpc3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403902", "release": "lp152.5.104", "version": "1.0.2" }, "libudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.30.1", "version": "234" }, "libunistring2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.3.4", "version": "0.9.9" }, "libunwind": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.4.5", "version": "1.2.1" }, "libusb-1_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.3.4", "version": "1.0.21" }, "libutempter0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403917", "release": "lp152.5.114", "version": "1.1.6" }, "libuuid1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.4.78", "version": "2.33.1" }, "libverto1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.5.115", "version": "0.2.6" }, "libwbclient0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403919", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "libwrap0": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.3.114", "version": "7.6" }, "libx86emu3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.1.3", "version": "3.1" }, "libxcb1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.4.5", "version": "1.13" }, "libxml2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.9.1", "version": "2.9.7" }, "libxtables12": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.1.4", "version": "1.8.3" }, "libyajl2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.4.11", "version": "2.1.0" }, "libyaml-0-2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.3.5", "version": "0.1.7" }, "libyui-ncurses-pkg11": { "arch": "x86_64", "epoch": "0", "installdate": "1594403911", "release": "lp152.1.1", "version": "2.50.7" }, "libyui-ncurses11": { "arch": "x86_64", "epoch": "0", "installdate": "1594403903", "release": "lp152.1.3", "version": "2.54.5" }, "libyui11": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.1.3", "version": "3.9.3" }, "libz1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.7.8", "version": "1.2.11" }, "libzck1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403860", "release": "lp152.1.4", "version": "1.1.5" }, "libzio1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403861", "release": "lp152.4.113", "version": "1.06" }, "libzmq5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403923", "release": "lp152.6.6", "version": "4.2.3" }, "libzstd1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.1.12", "version": "1.4.4" }, "libzypp": { "arch": "x86_64", "epoch": "0", "installdate": "1594403870", "release": "lp152.1.1", "version": "17.23.6" }, "lockdev": { "arch": "x86_64", "epoch": "0", "installdate": "1594403916", "release": "lp152.3.58", "version": "1.0.3_git201003141408" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.5.7", "version": "3.13.0" }, "lsof": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.3.7", "version": "4.91" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.3.5", "version": "0.28" }, "lvm2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403934", "release": "lp152.7.3.1", "version": "2.03.05" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1594403890", "release": "lp152.3.7", "version": "12.5" }, "makedumpfile": { "arch": "x86_64", "epoch": "0", "installdate": "1594403901", "release": "lp152.4.1", "version": "1.6.7" }, "man": { "arch": "x86_64", "epoch": "0", "installdate": "1594403917", "release": "lp152.6.6", "version": "2.7.6" }, "man-pages": { "arch": "noarch", "epoch": "0", "installdate": "1594403891", "release": "lp152.6.1", "version": "4.16" }, "mozilla-nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1594403891", "release": "lp152.1.1", "version": "4.25" }, "mozilla-nss-certs": { "arch": "x86_64", "epoch": "0", "installdate": "1594403903", "release": "lp152.1.1", "version": "3.53" }, "ncurses-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403891", "release": "lp152.7.67", "version": "6.1" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403916", "release": "lp152.5.5", "version": "2.0+git20170221.479bb4a" }, "netcat-openbsd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.3.5", "version": "1.178" }, "netcfg": { "arch": "noarch", "epoch": "0", "installdate": "1594403892", "release": "lp152.3.4", "version": "11.6" }, "nfs-client": { "arch": "x86_64", "epoch": "0", "installdate": "1594403927", "release": "lp152.8.3", "version": "2.1.1" }, "nfs-kernel-server": { "arch": "x86_64", "epoch": "0", "installdate": "1594403929", "release": "lp152.8.3", "version": "2.1.1" }, "nfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.4.5", "version": "0.26" }, "nscd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.25.10", "version": "2.26" }, "open-iscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.17.2", "version": "2.1.1" }, "openSUSE-build-key": { "arch": "noarch", "epoch": "0", "installdate": "1594403892", "release": "lp152.4.2", "version": "1.0" }, "openSUSE-release": { "arch": "x86_64", "epoch": "0", "installdate": "1594403869", "release": "lp152.575.1", "version": "15.2" }, "openSUSE-release-dvd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403858", "release": "lp152.575.1", "version": "15.2" }, "openldap2-client": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.13.2", "version": "2.4.46" }, "openslp": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.10.2", "version": "2.0.0" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1594403928", "release": "lp152.3.18", "version": "8.1p1" }, "openssl": { "arch": "noarch", "epoch": "0", "installdate": "1594403903", "release": "lp152.1.1", "version": "1.1.1d" }, "openssl-1_1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.6.22", "version": "1.1.1d" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.6.4", "version": "0.23.2" }, "p11-kit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.6.4", "version": "0.23.2" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1594403913", "release": "lp152.10.25", "version": "1.3.0" }, "pam-config": { "arch": "x86_64", "epoch": "0", "installdate": "1594403915", "release": "lp152.1.5", "version": "1.1" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1594403923", "release": "lp152.11.2", "version": "3.2" }, "patterns-base-minimal_base": { "arch": "x86_64", "epoch": "0", "installdate": "1594403932", "release": "lp152.34.2", "version": "20171206" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1594403900", "release": "lp152.4.1", "version": "3.5.6" }, "perl": { "arch": "x86_64", "epoch": "0", "installdate": "1594403900", "release": "lp152.11.1", "version": "5.26.1" }, "perl-Bootloader": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.1.1", "version": "0.928" }, "perl-Crypt-SmbHash": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.3.2", "version": "0.12" }, "perl-Digest-MD4": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.3.4", "version": "1.9" }, "perl-Digest-SHA1": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.3.4", "version": "2.13" }, "perl-Parse-RecDescent": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.3.3", "version": "1.967015" }, "perl-X500-DN": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.3.2", "version": "0.29" }, "perl-XML-LibXML": { "arch": "x86_64", "epoch": "0", "installdate": "1594403914", "release": "lp152.3.4", "version": "2.0132" }, "perl-XML-NamespaceSupport": { "arch": "noarch", "epoch": "0", "installdate": "1594403906", "release": "lp152.3.2", "version": "1.12" }, "perl-XML-Parser": { "arch": "x86_64", "epoch": "0", "installdate": "1594403906", "release": "lp152.3.23", "version": "2.44" }, "perl-XML-SAX": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.3.2", "version": "0.99" }, "perl-XML-SAX-Base": { "arch": "noarch", "epoch": "0", "installdate": "1594403906", "release": "lp152.3.2", "version": "1.09" }, "perl-XML-SAX-Expat": { "arch": "noarch", "epoch": "0", "installdate": "1594403914", "release": "lp152.3.3", "version": "0.51" }, "perl-XML-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1594403916", "release": "lp152.3.2", "version": "2.24" }, "perl-base": { "arch": "x86_64", "epoch": "0", "installdate": "1594403859", "release": "lp152.11.1", "version": "5.26.1" }, "perl-gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1594403906", "release": "lp152.3.114", "version": "1.07" }, "permissions": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.13.1", "version": "20181224" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.3.5", "version": "2.3.3" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.5.12", "version": "1.1.0" }, "pkg-config": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.3.114", "version": "0.29.2" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1594403919", "release": "lp152.1.4", "version": "0.116" }, "polkit-default-privs": { "arch": "noarch", "epoch": "0", "installdate": "1594403920", "release": "lp152.1.1", "version": "13.2+20200421.207b724" }, "procps": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.2.3", "version": "3.3.15" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1594403892", "release": "lp152.8.1", "version": "23.0" }, "purge-kernels-service": { "arch": "noarch", "epoch": "0", "installdate": "1594403892", "release": "lp152.4.1", "version": "0" }, "python-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1594403922", "release": "lp152.101.1", "version": "20200701.9f5a2f6" }, "python3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403949", "release": "lp152.4.3.1", "version": "3.6.10" }, "python3-Babel": { "arch": "noarch", "epoch": "0", "installdate": "1594403960", "release": "lp152.1.1", "version": "2.8.0" }, "python3-Jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1594403962", "release": "lp152.2.5", "version": "2.10.1" }, "python3-M2Crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1594403950", "release": "lp152.2.3.1", "version": "0.35.2" }, "python3-MarkupSafe": { "arch": "x86_64", "epoch": "0", "installdate": "1594403959", "release": "lp152.3.5", "version": "1.0" }, "python3-PyJWT": { "arch": "noarch", "epoch": "0", "installdate": "1594403968", "release": "lp152.1.2", "version": "1.7.1" }, "python3-PyNaCl": { "arch": "x86_64", "epoch": "0", "installdate": "1594403968", "release": "lp152.4.3", "version": "1.2.1" }, "python3-PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1594403950", "release": "lp152.2.3", "version": "5.3.1" }, "python3-appdirs": { "arch": "noarch", "epoch": "0", "installdate": "1594403959", "release": "lp152.3.2", "version": "1.4.3" }, "python3-asn1crypto": { "arch": "noarch", "epoch": "0", "installdate": "1594403959", "release": "lp152.3.4", "version": "0.24.0" }, "python3-base": { "arch": "x86_64", "epoch": "0", "installdate": "1594403934", "release": "lp152.4.3.1", "version": "3.6.10" }, "python3-bcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1594403968", "release": "lp152.3.1", "version": "3.1.7" }, "python3-bind": { "arch": "noarch", "epoch": "0", "installdate": "1594403962", "release": "lp152.13.6", "version": "9.11.2" }, "python3-blinker": { "arch": "noarch", "epoch": "0", "installdate": "1594403959", "release": "lp152.3.2", "version": "1.4" }, "python3-boto3": { "arch": "noarch", "epoch": "0", "installdate": "1594403970", "release": "lp152.2.1", "version": "1.14.2" }, "python3-botocore": { "arch": "noarch", "epoch": "0", "installdate": "1594403969", "release": "lp152.2.1", "version": "1.17.2" }, "python3-certifi": { "arch": "noarch", "epoch": "0", "installdate": "1594403959", "release": "lp152.3.3", "version": "2018.1.18" }, "python3-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.2.5", "version": "1.14.0" }, "python3-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1594403959", "release": "lp152.4.3", "version": "3.0.4" }, "python3-colorama": { "arch": "noarch", "epoch": "0", "installdate": "1594403950", "release": "lp152.2.1", "version": "0.4.3" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1594403961", "release": "lp152.3.3", "version": "5.0.6" }, "python3-configshell-fb": { "arch": "noarch", "epoch": "0", "installdate": "1594403962", "release": "lp152.1.1", "version": "1.1.27" }, "python3-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.2.1", "version": "2.9.2" }, "python3-curses": { "arch": "x86_64", "epoch": "0", "installdate": "1594403949", "release": "lp152.4.3.1", "version": "3.6.10" }, "python3-dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1594403962", "release": "lp152.6.7", "version": "1.2.4" }, "python3-distro": { "arch": "noarch", "epoch": "0", "installdate": "1594403959", "release": "lp152.1.1", "version": "1.5.0" }, "python3-docutils": { "arch": "noarch", "epoch": "0", "installdate": "1594403958", "release": "lp152.3.3", "version": "0.14" }, "python3-ec2imgutils": { "arch": "noarch", "epoch": "0", "installdate": "1594403972", "release": "lp152.24.1", "version": "8.1.2" }, "python3-ec2metadata": { "arch": "noarch", "epoch": "0", "installdate": "1594403950", "release": "lp152.4.1", "version": "3.0.2" }, "python3-ecdsa": { "arch": "noarch", "epoch": "0", "installdate": "1594403961", "release": "lp152.1.2", "version": "0.13.3" }, "python3-gobject": { "arch": "x86_64", "epoch": "0", "installdate": "1594403958", "release": "lp152.2.3", "version": "3.34.0" }, "python3-idna": { "arch": "noarch", "epoch": "0", "installdate": "1594403958", "release": "lp152.3.4", "version": "2.6" }, "python3-jmespath": { "arch": "noarch", "epoch": "0", "installdate": "1594403967", "release": "lp152.2.2", "version": "0.10.0" }, "python3-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1594403962", "release": "lp152.3.1", "version": "1.23" }, "python3-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1594403958", "release": "lp152.3.3", "version": "1.14" }, "python3-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1594403958", "release": "lp152.4.3", "version": "2.6.0" }, "python3-msgpack": { "arch": "x86_64", "epoch": "0", "installdate": "1594403958", "release": "lp152.2.5", "version": "0.5.6" }, "python3-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1594403968", "release": "lp152.3.3", "version": "2.0.6" }, "python3-packaging": { "arch": "noarch", "epoch": "0", "installdate": "1594403961", "release": "lp152.1.1", "version": "20.3" }, "python3-paramiko": { "arch": "noarch", "epoch": "0", "installdate": "1594403968", "release": "lp152.3.3.1", "version": "2.4.2" }, "python3-ply": { "arch": "noarch", "epoch": "0", "installdate": "1594403958", "release": "lp152.3.4", "version": "3.10" }, "python3-psutil": { "arch": "x86_64", "epoch": "0", "installdate": "1594403950", "release": "lp152.2.3", "version": "5.7.0" }, "python3-py": { "arch": "noarch", "epoch": "0", "installdate": "1594403957", "release": "lp152.1.1", "version": "1.8.1" }, "python3-pyasn1": { "arch": "noarch", "epoch": "0", "installdate": "1594403957", "release": "lp152.3.4", "version": "0.4.2" }, "python3-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1594403957", "release": "lp152.3.4", "version": "2.17" }, "python3-pyparsing": { "arch": "noarch", "epoch": "0", "installdate": "1594403957", "release": "lp152.3.3", "version": "2.2.0" }, "python3-pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1594403957", "release": "lp152.3.5", "version": "3.4" }, "python3-python-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1594403961", "release": "lp152.2.4", "version": "2.7.3" }, "python3-pytz": { "arch": "noarch", "epoch": "0", "installdate": "1594403950", "release": "lp152.2.1", "version": "2020.1" }, "python3-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1594403961", "release": "lp152.5.4", "version": "0.21.0" }, "python3-pyzmq": { "arch": "x86_64", "epoch": "0", "installdate": "1594403972", "release": "lp152.3.5", "version": "17.0.0" }, "python3-requests": { "arch": "noarch", "epoch": "0", "installdate": "1594403968", "release": "lp152.3.1", "version": "2.23.0" }, "python3-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1594403957", "release": "lp152.17.5", "version": "4.14.1" }, "python3-rsa": { "arch": "noarch", "epoch": "0", "installdate": "1594403962", "release": "lp152.3.3", "version": "3.4.2" }, "python3-rtslib-fb": { "arch": "noarch", "epoch": "0", "installdate": "1594403962", "release": "lp152.1.1", "version": "2.1.71" }, "python3-s3transfer": { "arch": "noarch", "epoch": "0", "installdate": "1594403970", "release": "lp152.4.1", "version": "0.3.3" }, "python3-salt": { "arch": "x86_64", "epoch": "0", "installdate": "1594403974", "release": "lp152.2.1", "version": "3000" }, "python3-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1594403963", "release": "lp152.2.3", "version": "40.5.0" }, "python3-simplejson": { "arch": "x86_64", "epoch": "0", "installdate": "1594403957", "release": "lp152.3.7", "version": "3.13.2" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1594403957", "release": "lp152.3.1", "version": "1.14.0" }, "python3-solv": { "arch": "x86_64", "epoch": "0", "installdate": "1594403957", "release": "lp152.1.1", "version": "0.7.14" }, "python3-talloc": { "arch": "x86_64", "epoch": "0", "installdate": "1594403957", "release": "lp152.1.3", "version": "2.2.0" }, "python3-targetcli-fb": { "arch": "noarch", "epoch": "0", "installdate": "1594403963", "release": "lp152.1.1", "version": "2.1.52" }, "python3-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1594403968", "release": "lp152.4.2", "version": "1.24" }, "python3-urwid": { "arch": "x86_64", "epoch": "0", "installdate": "1594403957", "release": "lp152.3.4", "version": "2.0.1" }, "python3-zypp-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1594403957", "release": "lp152.3.4", "version": "0.6.3" }, "quota": { "arch": "x86_64", "epoch": "0", "installdate": "1594403910", "release": "lp152.3.6", "version": "4.05" }, "release-notes-openSUSE": { "arch": "noarch", "epoch": "0", "installdate": "1594403893", "release": "lp152.1.1", "version": "15.2.20200604" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.7.3", "version": "0.2.3" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1594403863", "release": "lp152.17.5", "version": "4.14.1" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1594403928", "release": "lp152.5.7", "version": "3.1.3" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1594403932", "release": "lp152.2.7", "version": "8.39.0" }, "ruby": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.3.6", "version": "2.5" }, "ruby-common": { "arch": "noarch", "epoch": "0", "installdate": "1594403920", "release": "lp152.5.2", "version": "2.1" }, "ruby-solv": { "arch": "x86_64", "epoch": "0", "installdate": "1594403893", "release": "lp152.1.1", "version": "0.7.14" }, "ruby2.5": { "arch": "x86_64", "epoch": "0", "installdate": "1594403919", "release": "lp152.1.11", "version": "2.5.8" }, "ruby2.5-rubygem-abstract_method": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.3.5", "version": "1.2.1" }, "ruby2.5-rubygem-cfa": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.1.1", "version": "1.0.2" }, "ruby2.5-rubygem-cfa_grub2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.1.5", "version": "2.0.0" }, "ruby2.5-rubygem-cheetah": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.1.1", "version": "0.5.2" }, "ruby2.5-rubygem-fast_gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.3.5", "version": "1.6.0" }, "ruby2.5-rubygem-gem2rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.5.26", "version": "0.10.1" }, "ruby2.5-rubygem-ruby-augeas": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.3.6", "version": "0.5.0" }, "ruby2.5-rubygem-ruby-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.3.4", "version": "0.14.0" }, "ruby2.5-rubygem-simpleidn": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.3.5", "version": "0.0.9" }, "ruby2.5-stdlib": { "arch": "x86_64", "epoch": "0", "installdate": "1594403919", "release": "lp152.1.11", "version": "2.5.8" }, "salt": { "arch": "x86_64", "epoch": "0", "installdate": "1594403975", "release": "lp152.2.1", "version": "3000" }, "salt-minion": { "arch": "x86_64", "epoch": "0", "installdate": "1594403975", "release": "lp152.2.1", "version": "3000" }, "samba-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1594403961", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "samba-libs-python3": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.2.12", "version": "4.11.5+git.161.74bc5e6ec8e" }, "scout": { "arch": "noarch", "epoch": "0", "installdate": "1594403961", "release": "lp152.1.2", "version": "0.2.2+20190613.e6c2668" }, "screen": { "arch": "x86_64", "epoch": "0", "installdate": "1594403918", "release": "lp152.5.111", "version": "4.6.2" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1594403893", "release": "lp152.4.15", "version": "4.4" }, "shadow": { "arch": "x86_64", "epoch": "0", "installdate": "1594403915", "release": "lp152.3.80", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1594403903", "release": "lp152.1.89", "version": "1.12" }, "strace": { "arch": "x86_64", "epoch": "0", "installdate": "1594403893", "release": "lp152.1.3", "version": "5.3" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1594403914", "release": "lp152.7.17", "version": "1.8.22" }, "suse-module-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403929", "release": "lp152.4.1", "version": "15.2.11" }, "sysconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1594403929", "release": "lp152.1.1", "version": "0.85.4" }, "sysconfig-netconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1594403930", "release": "lp152.1.1", "version": "0.85.4" }, "syslog-service": { "arch": "noarch", "epoch": "0", "installdate": "1594403930", "release": "lp152.4.7", "version": "2.0" }, "system-group-hardware": { "arch": "noarch", "epoch": "0", "installdate": "1594403916", "release": "lp152.5.114", "version": "20170617" }, "system-user-lp": { "arch": "noarch", "epoch": "0", "installdate": "1594403917", "release": "lp152.5.114", "version": "20170617" }, "system-user-man": { "arch": "noarch", "epoch": "0", "installdate": "1594403916", "release": "lp152.5.114", "version": "20170617" }, "system-user-nobody": { "arch": "noarch", "epoch": "0", "installdate": "1594403916", "release": "lp152.5.114", "version": "20170617" }, "system-user-root": { "arch": "noarch", "epoch": "0", "installdate": "1594403858", "release": "lp152.1.100", "version": "20190513" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403924", "release": "lp152.30.1", "version": "234" }, "systemd-presets-branding-openSUSE": { "arch": "noarch", "epoch": "0", "installdate": "1594403905", "release": "lp152.14.2", "version": "12.2" }, "systemd-presets-common-SUSE": { "arch": "noarch", "epoch": "0", "installdate": "1594403893", "release": "lp152.8.2", "version": "15" }, "systemd-sysvinit": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.30.1", "version": "234" }, "sysuser-shadow": { "arch": "noarch", "epoch": "0", "installdate": "1594403916", "release": "lp152.4.114", "version": "2.0" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403896", "release": "lp152.3.5", "version": "2.88+" }, "tar": { "arch": "x86_64", "epoch": "0", "installdate": "1594403905", "release": "lp152.3.6", "version": "1.30" }, "targetcli-fb-common": { "arch": "noarch", "epoch": "0", "installdate": "1594403893", "release": "lp152.1.1", "version": "2.1.52" }, "tcl": { "arch": "x86_64", "epoch": "0", "installdate": "1594403893", "release": "lp152.6.104", "version": "8.6.7" }, "tcpd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403902", "release": "lp152.3.114", "version": "7.6" }, "tcpdump": { "arch": "x86_64", "epoch": "0", "installdate": "1594403913", "release": "lp152.6.5", "version": "4.9.2" }, "tcsh": { "arch": "x86_64", "epoch": "0", "installdate": "1594403894", "release": "lp152.7.1", "version": "6.20.00" }, "telnet": { "arch": "x86_64", "epoch": "0", "installdate": "1594403926", "release": "lp152.3.6", "version": "1.2" }, "terminfo": { "arch": "x86_64", "epoch": "0", "installdate": "1594403894", "release": "lp152.7.67", "version": "6.1" }, "terminfo-base": { "arch": "x86_64", "epoch": "0", "installdate": "1594403862", "release": "lp152.7.67", "version": "6.1" }, "thin-provisioning-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403897", "release": "lp152.3.7", "version": "0.7.5" }, "timezone": { "arch": "x86_64", "epoch": "0", "installdate": "1594403895", "release": "lp152.2.1", "version": "2020a" }, "udev": { "arch": "x86_64", "epoch": "0", "installdate": "1594403925", "release": "lp152.30.1", "version": "234" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1594403895", "release": "lp152.6.8", "version": "6.00" }, "update-alternatives": { "arch": "x86_64", "epoch": "0", "installdate": "1594403863", "release": "lp152.4.104", "version": "1.19.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1594403917", "release": "lp152.4.78", "version": "2.33.1" }, "util-linux-systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1594403925", "release": "lp152.4.78", "version": "2.33.1" }, "vim": { "arch": "x86_64", "epoch": "0", "installdate": "1594403906", "release": "lp152.7.1", "version": "8.0.1568" }, "vim-data-common": { "arch": "noarch", "epoch": "0", "installdate": "1594403895", "release": "lp152.7.1", "version": "8.0.1568" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1594403911", "release": "lp152.1.2", "version": "1.20.3" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1594403895", "release": "lp152.4.114", "version": "2.21" }, "wicked": { "arch": "x86_64", "epoch": "0", "installdate": "1594403927", "release": "lp152.1.3", "version": "0.6.63" }, "wicked-service": { "arch": "x86_64", "epoch": "0", "installdate": "1594403928", "release": "lp152.1.3", "version": "0.6.63" }, "xen-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.1.1", "version": "4.13.1_02" }, "xen-tools-domU": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.1.1", "version": "4.13.1_02" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1594403910", "release": "lp152.11.2", "version": "4.15.0" }, "xtables-plugins": { "arch": "x86_64", "epoch": "0", "installdate": "1594403907", "release": "lp152.1.4", "version": "1.8.3" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1594403895", "release": "lp152.5.100", "version": "5.2.3" }, "yast2": { "arch": "x86_64", "epoch": "0", "installdate": "1594403930", "release": "lp152.1.1", "version": "4.2.83" }, "yast2-add-on": { "arch": "noarch", "epoch": "0", "installdate": "1594403966", "release": "lp152.1.1", "version": "4.2.15" }, "yast2-audit-laf": { "arch": "noarch", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.2", "version": "4.2.0" }, "yast2-bootloader": { "arch": "x86_64", "epoch": "0", "installdate": "1594403964", "release": "lp152.1.1", "version": "4.2.25" }, "yast2-core": { "arch": "x86_64", "epoch": "0", "installdate": "1594403906", "release": "lp152.2.8", "version": "4.1.0" }, "yast2-country": { "arch": "x86_64", "epoch": "0", "installdate": "1594403964", "release": "lp152.1.1", "version": "4.2.18" }, "yast2-country-data": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.1.1", "version": "4.2.18" }, "yast2-dhcp-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403966", "release": "lp152.1.1", "version": "4.2.3" }, "yast2-dns-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.1", "version": "4.2.4" }, "yast2-firewall": { "arch": "noarch", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.1", "version": "4.2.4" }, "yast2-ftp-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403966", "release": "lp152.1.1", "version": "4.2.5" }, "yast2-hardware-detection": { "arch": "x86_64", "epoch": "0", "installdate": "1594403921", "release": "lp152.1.4", "version": "4.1.1" }, "yast2-http-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.1", "version": "4.2.7" }, "yast2-installation": { "arch": "noarch", "epoch": "0", "installdate": "1594403966", "release": "lp152.1.1", "version": "4.2.42" }, "yast2-iscsi-client": { "arch": "noarch", "epoch": "0", "installdate": "1594403964", "release": "lp152.1.1", "version": "4.2.6" }, "yast2-iscsi-lio-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403964", "release": "lp152.1.1", "version": "4.2.5" }, "yast2-journal": { "arch": "noarch", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.2", "version": "4.2.2" }, "yast2-kdump": { "arch": "x86_64", "epoch": "0", "installdate": "1594403967", "release": "lp152.1.1", "version": "4.2.9" }, "yast2-ldap": { "arch": "x86_64", "epoch": "0", "installdate": "1594403965", "release": "lp152.2.4", "version": "4.1.0" }, "yast2-logs": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.1.1", "version": "4.2.83" }, "yast2-mail": { "arch": "noarch", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.2", "version": "4.2.2" }, "yast2-network": { "arch": "noarch", "epoch": "0", "installdate": "1594403964", "release": "lp152.1.1", "version": "4.2.66" }, "yast2-nfs-client": { "arch": "noarch", "epoch": "0", "installdate": "1594403964", "release": "lp152.1.1", "version": "4.2.8" }, "yast2-nfs-common": { "arch": "noarch", "epoch": "0", "installdate": "1594403895", "release": "lp152.1.1", "version": "4.2.4" }, "yast2-nfs-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.1", "version": "4.2.4" }, "yast2-nis-client": { "arch": "x86_64", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.3", "version": "4.2.3" }, "yast2-nis-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.1", "version": "4.2.2" }, "yast2-ntp-client": { "arch": "noarch", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.1", "version": "4.2.11" }, "yast2-online-update": { "arch": "noarch", "epoch": "0", "installdate": "1594403963", "release": "lp152.1.2", "version": "4.2.2" }, "yast2-online-update-frontend": { "arch": "noarch", "epoch": "0", "installdate": "1594403964", "release": "lp152.1.2", "version": "4.2.2" }, "yast2-packager": { "arch": "x86_64", "epoch": "0", "installdate": "1594403962", "release": "lp152.1.1", "version": "4.2.62" }, "yast2-pam": { "arch": "noarch", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.2", "version": "4.2.4" }, "yast2-perl-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1594403914", "release": "lp152.2.4", "version": "4.1.0" }, "yast2-pkg-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.1.3", "version": "4.2.7" }, "yast2-printer": { "arch": "x86_64", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.5", "version": "4.2.0" }, "yast2-proxy": { "arch": "noarch", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.2", "version": "4.2.2" }, "yast2-python3-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1594403956", "release": "lp152.1.3", "version": "4.1.3" }, "yast2-registration": { "arch": "noarch", "epoch": "0", "installdate": "1594403966", "release": "lp152.1.1", "version": "4.2.41" }, "yast2-ruby-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1594403920", "release": "lp152.1.3", "version": "4.2.8" }, "yast2-samba-client": { "arch": "noarch", "epoch": "0", "installdate": "1594403964", "release": "lp152.1.1", "version": "4.2.3" }, "yast2-samba-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.1", "version": "4.2.4" }, "yast2-schema": { "arch": "x86_64", "epoch": "0", "installdate": "1594403895", "release": "lp152.1.1", "version": "4.2.10" }, "yast2-security": { "arch": "noarch", "epoch": "0", "installdate": "1594403932", "release": "lp152.1.1", "version": "4.2.12" }, "yast2-services-manager": { "arch": "noarch", "epoch": "0", "installdate": "1594403932", "release": "lp152.1.2", "version": "4.2.5" }, "yast2-slp": { "arch": "x86_64", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.4", "version": "4.1.1" }, "yast2-squid": { "arch": "x86_64", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.5", "version": "4.2.1" }, "yast2-storage-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1594403963", "release": "lp152.1.1", "version": "4.2.109" }, "yast2-sudo": { "arch": "noarch", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.1", "version": "4.2.3" }, "yast2-support": { "arch": "noarch", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.1", "version": "4.2.3" }, "yast2-sysconfig": { "arch": "noarch", "epoch": "0", "installdate": "1594403931", "release": "lp152.1.2", "version": "4.2.1" }, "yast2-tftp-server": { "arch": "noarch", "epoch": "0", "installdate": "1594403932", "release": "lp152.1.2", "version": "4.2.0" }, "yast2-trans-stats": { "arch": "noarch", "epoch": "0", "installdate": "1594403895", "release": "lp152.3.2", "version": "2.19.0" }, "yast2-transfer": { "arch": "x86_64", "epoch": "0", "installdate": "1594403923", "release": "lp152.2.4", "version": "4.1.0" }, "yast2-tune": { "arch": "x86_64", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.1", "version": "4.2.3" }, "yast2-update": { "arch": "x86_64", "epoch": "0", "installdate": "1594403966", "release": "lp152.1.1", "version": "4.2.18" }, "yast2-users": { "arch": "x86_64", "epoch": "0", "installdate": "1594403965", "release": "lp152.1.1", "version": "4.2.11" }, "yast2-xml": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.1.3", "version": "4.1.1" }, "yast2-ycp-ui-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1594403912", "release": "lp152.1.3", "version": "4.2.9" }, "yp-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1594403913", "release": "lp152.5.6", "version": "4.2.2" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1594403895", "release": "lp152.4.8", "version": "3.0" }, "zsh": { "arch": "x86_64", "epoch": "0", "installdate": "1594403896", "release": "lp152.2.7", "version": "5.6" }, "zypper": { "arch": "x86_64", "epoch": "0", "installdate": "1594403871", "release": "lp152.1.3", "version": "1.14.36" }, "zypper-migration-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1594403924", "release": "lp152.1.1", "version": "0.12.1580220831.7102be8" } }, "platform": "opensuseleap", "platform_family": "suse", "platform_version": "15.2", "root_group": "root", "shard_seed": 220920007, "shells": [ "/bin/ash", "/bin/bash", "/bin/csh", "/bin/dash", "/bin/false", "/bin/ksh", "/bin/ksh93", "/bin/mksh", "/bin/pdksh", "/bin/sh", "/bin/tcsh", "/bin/true", "/bin/zsh", "/usr/bin/csh", "/usr/bin/dash", "/usr/bin/ksh", "/usr/bin/ksh93", "/usr/bin/mksh", "/usr/bin/passwd", "/usr/bin/pdksh", "/usr/bin/bash", "/usr/bin/tcsh", "/usr/bin/zsh", "/usr/bin/fish" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/oracle/000077500000000000000000000000001417433310300206165ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/oracle/6.10.json000066400000000000000000003032031417433310300220760ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "ram0": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram1": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram10": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram11": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram12": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram13": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram14": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram15": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram2": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram3": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram4": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram5": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram6": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram7": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram8": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "ram9": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "32768" }, "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "104857600" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.3.45/lib", "version": "16.3.45" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.3.2/lib/ohai", "version": "16.3.2" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "127926", "inodes_percent_used": "1%", "inodes_used": "74", "kb_available": "1660312", "kb_size": "1983056", "kb_used": "203960", "mount_options": [ "rw" ], "mounts": [ "/boot" ], "percent_used": "11%", "total_inodes": "128000", "uuid": "f113826a-342a-497d-b4ad-d83ebb96583f" }, "/dev/xvda2": { "fs_type": "ext4", "inodes_available": "2492325", "inodes_percent_used": "3%", "inodes_used": "71771", "kb_available": "35662692", "kb_size": "40185208", "kb_used": "2458132", "mount_options": [ "rw" ], "mounts": [ "/" ], "percent_used": "7%", "total_inodes": "2564096", "uuid": "e6af2cdc-0d1b-42ad-8794-92a84aa4b28e" }, "/dev/xvda3": { "fs_type": "swap", "mounts": [ ], "uuid": "ebf447f8-d7e1-4a69-a9aa-48f98e7600ad" }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "gid=5", "mode=620" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "mount_options": [ "rw", "seclabel", "relatime", "size=493116k", "nr_inodes=123279", "mode=755" ], "mounts": [ "/dev" ] }, "none": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc/sys/fs/binfmt_misc", "/selinux" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw" ], "mounts": [ "/proc" ] }, "sunrpc": { "fs_type": "rpc_pipefs", "mount_options": [ "rw" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw" ], "mounts": [ "/sys" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126674", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506700", "kb_size": "506700", "kb_used": "0", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "mounts": [ "/dev/shm" ], "percent_used": "0%", "total_inodes": "126675" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2" ], "fs_type": "ext4", "inodes_available": "2492325", "inodes_percent_used": "3%", "inodes_used": "71771", "kb_available": "35662692", "kb_size": "40185208", "kb_used": "2458132", "mount_options": [ "rw" ], "percent_used": "7%", "total_inodes": "2564096", "uuid": "e6af2cdc-0d1b-42ad-8794-92a84aa4b28e" }, "/boot": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "127926", "inodes_percent_used": "1%", "inodes_used": "74", "kb_available": "1660312", "kb_size": "1983056", "kb_used": "203960", "mount_options": [ "rw" ], "percent_used": "11%", "total_inodes": "128000", "uuid": "f113826a-342a-497d-b4ad-d83ebb96583f" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "mount_options": [ "rw", "seclabel", "relatime", "size=493116k", "nr_inodes=123279", "mode=755" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "gid=5", "mode=620" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126674", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506700", "kb_size": "506700", "kb_used": "0", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "percent_used": "0%", "total_inodes": "126675" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "none" ], "fs_type": "binfmt_misc", "mount_options": [ "rw" ] }, "/selinux": { "devices": [ "none" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "sunrpc" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/boot": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "127926", "inodes_percent_used": "1%", "inodes_used": "74", "kb_available": "1660312", "kb_size": "1983056", "kb_used": "203960", "mount": "/boot", "mount_options": [ "rw" ], "percent_used": "11%", "total_inodes": "128000", "uuid": "f113826a-342a-497d-b4ad-d83ebb96583f" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "ext4", "inodes_available": "2492325", "inodes_percent_used": "3%", "inodes_used": "71771", "kb_available": "35662692", "kb_size": "40185208", "kb_used": "2458132", "mount": "/", "mount_options": [ "rw" ], "percent_used": "7%", "total_inodes": "2564096", "uuid": "e6af2cdc-0d1b-42ad-8794-92a84aa4b28e" }, "/dev/xvda3,": { "device": "/dev/xvda3", "fs_type": "swap", "uuid": "ebf447f8-d7e1-4a69-a9aa-48f98e7600ad" }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "gid=5", "mode=620" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "mount": "/dev", "mount_options": [ "rw", "seclabel", "relatime", "size=493116k", "nr_inodes=123279", "mode=755" ] }, "none,/proc/sys/fs/binfmt_misc": { "device": "none", "fs_type": "binfmt_misc", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw" ] }, "none,/selinux": { "device": "none", "fs_type": "selinuxfs", "mount": "/selinux", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw" ] }, "sunrpc,/var/lib/nfs/rpc_pipefs": { "device": "sunrpc", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126674", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506700", "kb_size": "506700", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "percent_used": "0%", "total_inodes": "126675" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "init", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "acpi_cpufreq": { "refcount": "0", "size": "20480" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "24576" }, "dm_mod": { "refcount": "2", "size": "114688" }, "dm_region_hash": { "refcount": "1", "size": "24576" }, "ext4": { "refcount": "2", "size": "626688" }, "floppy": { "refcount": "0", "size": "77824" }, "i2c_core": { "refcount": "1", "size": "65536" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "ib_addr": { "refcount": "3", "size": "20480" }, "ib_cm": { "refcount": "3", "size": "65536" }, "ib_core": { "refcount": "10", "size": "102400" }, "ib_ipoib": { "refcount": "0", "size": "114688", "version": "1.0.0" }, "ib_mad": { "refcount": "3", "size": "49152" }, "ib_sa": { "refcount": "4", "size": "36864" }, "ib_ucm": { "refcount": "0", "size": "20480" }, "ib_umad": { "refcount": "0", "size": "24576" }, "ib_uverbs": { "refcount": "2", "size": "61440" }, "ipv6": { "refcount": "57", "size": "417792" }, "iw_cm": { "refcount": "1", "size": "45056" }, "jbd2": { "refcount": "1", "size": "126976" }, "mbcache2": { "refcount": "3", "size": "16384" }, "parport": { "refcount": "2", "size": "49152" }, "parport_pc": { "refcount": "0", "size": "28672" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "16384" }, "ppdev": { "refcount": "0", "size": "20480" }, "rdma_cm": { "refcount": "1", "size": "49152" }, "rdma_ucm": { "refcount": "0", "size": "24576" }, "sunrpc": { "refcount": "1", "size": "344064" }, "xen_blkfront": { "refcount": "4", "size": "45056" }, "xen_netfront": { "refcount": "0", "size": "36864" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.1.12-124.21.1.el6uek.x86_64", "version": "#2 SMP Tue Nov 6 13:31:13 PST 2018" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "lsb": { "codename": "n/a", "description": "Oracle Linux Server release 6.10", "id": "OracleServer", "release": "6.10" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1597357108.7209845, "os": "linux", "os_version": "4.1.12-124.21.1.el6uek.x86_64", "packages": { "MAKEDEV": { "arch": "x86_64", "epoch": "0", "installdate": "1523286606", "release": "6.el6", "version": "3.24" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1540916672", "release": "7.el6_9.1", "version": "2.2.49" }, "aic94xx-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523286701", "release": "2.el6", "version": "30" }, "alsa-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523362615", "release": "4.el6", "version": "1.1.0" }, "amazon-ssm-agent": { "arch": "x86_64", "epoch": "0", "installdate": "1523362400", "release": "1", "version": "2.2.392.0" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1523362646", "release": "49.el6", "version": "3.1.10" }, "atk": { "arch": "x86_64", "epoch": "0", "installdate": "1523362616", "release": "1.el6", "version": "1.30.0" }, "atmel-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523286703", "release": "7.el6", "version": "1.3" }, "attr": { "arch": "x86_64", "epoch": "0", "installdate": "1523286702", "release": "7.el6", "version": "2.4.44" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1523286702", "release": "6.el6", "version": "2.4.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "6.el6", "version": "2.4.5" }, "avahi-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523362615", "release": "17.el6", "version": "0.6.25" }, "b43-openfwwf": { "arch": "noarch", "epoch": "0", "installdate": "1523286701", "release": "10.el6", "version": "5.2" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1523286562", "release": "4.0.1.el6", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "48.el6", "version": "4.1.2" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1523286585", "release": "1.el6", "version": "1.06.95" }, "bind-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1540916668", "release": "0.68.rc1.el6_10.1", "version": "9.8.2" }, "bind-utils": { "arch": "x86_64", "epoch": "32", "installdate": "1540916668", "release": "0.68.rc1.el6_10.1", "version": "9.8.2" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1540916664", "release": "5.48.el6", "version": "2.20.51.0.2" }, "busybox": { "arch": "x86_64", "epoch": "1", "installdate": "1523286636", "release": "21.el6_6", "version": "1.15.1" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1523286583", "release": "7.el6_0", "version": "1.0.5" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286579", "release": "7.el6_0", "version": "1.0.5" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1540916667", "release": "65.1.el6", "version": "2018.2.22" }, "cairo": { "arch": "x86_64", "epoch": "0", "installdate": "1523362614", "release": "6.el6_6", "version": "1.8.8" }, "cdparanoia-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523362643", "release": "5.1.el6", "version": "10.2" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1523286583", "release": "1.el6", "version": "2.0.22" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1597357098", "release": "1.el6", "version": "16.3.45" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1523286579", "release": "1.el6", "version": "1.3.49.5" }, "cloog-ppl": { "arch": "x86_64", "epoch": "0", "installdate": "1523362269", "release": "1.2.el6", "version": "0.15.7" }, "compat-db43": { "arch": "i686", "epoch": "0", "installdate": "1523362650", "release": "17.el6", "version": "4.3.29" }, "compat-libcap1": { "arch": "x86_64", "epoch": "0", "installdate": "1523362273", "release": "1", "version": "1.10" }, "compat-libstdc++-296": { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "144.el6", "version": "2.96" }, "compat-libstdc++-33": { "arch": "x86_64", "epoch": "0", "installdate": "1523362269", "release": "69.el6", "version": "3.2.3", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1523362345", "release": "69.el6", "version": "3.2.3" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523362269", "release": "69.el6", "version": "3.2.3" } ] }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1540916659", "release": "47.0.1.el6", "version": "8.4" }, "coreutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1540916658", "release": "47.0.1.el6", "version": "8.4" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1523286583", "release": "13.el6", "version": "2.10" }, "cpp": { "arch": "x86_64", "epoch": "0", "installdate": "1540916671", "release": "23.0.1.el6", "version": "4.4.7" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1523286591", "release": "4.el6", "version": "2.8.16" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1523286592", "release": "4.el6", "version": "2.8.16" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1523286633", "release": "16.el6_8.2", "version": "1.4.4" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1523286633", "release": "16.el6_8.2", "version": "1.4.4" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1523286633", "release": "33.el6", "version": "1.10" }, "cups": { "arch": "x86_64", "epoch": "1", "installdate": "1540916702", "release": "79.el6", "version": "1.4.2" }, "cups-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1540916665", "release": "79.el6", "version": "1.4.2" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1540916665", "release": "53.0.1.el6_9", "version": "7.19.7" }, "cvs": { "arch": "x86_64", "epoch": "0", "installdate": "1523362624", "release": "16.el6", "version": "1.11.23" }, "cyrus-sasl": { "arch": "x86_64", "epoch": "0", "installdate": "1523286630", "release": "15.el6_6.2", "version": "2.1.23" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523286582", "release": "15.el6_6.2", "version": "2.1.23" }, "dash": { "arch": "x86_64", "epoch": "0", "installdate": "1523286589", "release": "4.el6", "version": "0.5.5.1" }, "db4": { "arch": "x86_64", "epoch": "0", "installdate": "1523286579", "release": "22.el6", "version": "4.7.25" }, "db4-cxx": { "arch": "x86_64", "epoch": "0", "installdate": "1523362629", "release": "22.el6", "version": "4.7.25" }, "db4-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1523362632", "release": "22.el6", "version": "4.7.25" }, "db4-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1523286586", "release": "22.el6", "version": "4.7.25" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1540916672", "release": "9.0.1.el6", "version": "1.2.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1523286621", "release": "6.el6_4", "version": "0.86" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1540916658", "release": "9.0.1.el6", "version": "1.2.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523286622", "release": "6.1.el6", "version": "0.83.0" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1540916690", "release": "12.el6_9.1", "version": "1.02.117" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1540916690", "release": "12.el6_9.1", "version": "1.02.117" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1540916703", "release": "63.P1.0.1.el6_10", "version": "4.1.1" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1540916636", "release": "63.P1.0.1.el6_10", "version": "4.1.1" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523286587", "release": "28.el6", "version": "2.8.1" }, "dracut": { "arch": "noarch", "epoch": "0", "installdate": "1540916676", "release": "411.0.1.el6", "version": "004" }, "dracut-kernel": { "arch": "noarch", "epoch": "0", "installdate": "1540916676", "release": "411.0.1.el6", "version": "004" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286702", "release": "1.0.3.el6", "version": "1.42.8" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286587", "release": "1.0.3.el6", "version": "1.42.8" }, "ed": { "arch": "x86_64", "epoch": "0", "installdate": "1523362643", "release": "3.3.el6", "version": "1.1" }, "efibootmgr": { "arch": "x86_64", "epoch": "0", "installdate": "1523286702", "release": "15.el6", "version": "0.5.4" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1523286580", "release": "2.el6", "version": "0.164" }, "elfutils-libelf-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1523362619", "release": "2.el6", "version": "0.164" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "2.el6", "version": "0.164" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1523286600", "release": "6.el6", "version": "3.5" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "13.el6_8", "version": "2.0.1" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "30.el6", "version": "5.04" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286580", "release": "30.el6", "version": "5.04" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1523286552", "release": "3.el6", "version": "2.4.30" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1523286583", "release": "9.el6", "version": "4.4.2" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1523286604", "release": "7.el6", "version": "1.2.0" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523286604", "release": "7.el6", "version": "1.2.0" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1523362293", "release": "5.el6", "version": "2.8.0" }, "foomatic": { "arch": "x86_64", "epoch": "0", "installdate": "1523362642", "release": "5.el6_7", "version": "4.0.4" }, "foomatic-db": { "arch": "noarch", "epoch": "0", "installdate": "1523362642", "release": "8.20091126.el6", "version": "4.0" }, "foomatic-db-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1523362615", "release": "8.20091126.el6", "version": "4.0" }, "foomatic-db-ppds": { "arch": "noarch", "epoch": "0", "installdate": "1523362638", "release": "8.20091126.el6", "version": "4.0" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1523362292", "release": "17.el6", "version": "2.3.11" }, "gamin": { "arch": "x86_64", "epoch": "0", "installdate": "1523286620", "release": "9.el6", "version": "0.1.10" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1523286579", "release": "10.el6_7.3", "version": "3.1.7" }, "gcc": { "arch": "x86_64", "epoch": "0", "installdate": "1540916672", "release": "23.0.1.el6", "version": "4.4.7" }, "gcc-c++": { "arch": "x86_64", "epoch": "0", "installdate": "1540916742", "release": "23.0.1.el6", "version": "4.4.7" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1523286606", "release": "39.el6", "version": "1.8.0", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1523362366", "release": "39.el6", "version": "1.8.0" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523286606", "release": "39.el6", "version": "1.8.0" } ] }, "gdbm-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1523362646", "release": "39.el6", "version": "1.8.0" }, "gdk-pixbuf2": { "arch": "x86_64", "epoch": "0", "installdate": "1523362616", "release": "6.el6_7", "version": "2.24.1" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1523362625", "release": "18.el6", "version": "0.17" }, "ghostscript": { "arch": "x86_64", "epoch": "0", "installdate": "1523362629", "release": "23.el6_9.2", "version": "8.70" }, "ghostscript-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1523362625", "release": "23.2.el6", "version": "5.50" }, "git": { "arch": "x86_64", "epoch": "0", "installdate": "1523362373", "release": "9.el6_9", "version": "1.7.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1540916675", "release": "10.el6", "version": "2.28.8" }, "glibc": { "arch": "i686", "epoch": "0", "installdate": "1540916739", "release": "1.212.0.1.el6", "version": "2.12", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1540916641", "release": "1.212.0.1.el6", "version": "2.12" }, { "arch": "i686", "epoch": "0", "installdate": "1540916739", "release": "1.212.0.1.el6", "version": "2.12" } ] }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1540916652", "release": "1.212.0.1.el6", "version": "2.12" }, "glibc-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1540916663", "release": "1.212.0.1.el6", "version": "2.12", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1540916739", "release": "1.212.0.1.el6", "version": "2.12" }, { "arch": "x86_64", "epoch": "0", "installdate": "1540916663", "release": "1.212.0.1.el6", "version": "2.12" } ] }, "glibc-headers": { "arch": "x86_64", "epoch": "0", "installdate": "1540916662", "release": "1.212.0.1.el6", "version": "2.12" }, "gmp": { "arch": "x86_64", "epoch": "0", "installdate": "1540916658", "release": "13.el6", "version": "4.3.1" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1540916666", "release": "9.el6_10", "version": "2.0.14" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1540916661", "release": "22.el6", "version": "2.12.23" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1523361779", "release": "53619141", "version": "ec551f03" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1523286604", "release": "3.el6", "version": "1.1.8" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1523286581", "release": "6.el6", "version": "2.20" }, "groff": { "arch": "x86_64", "epoch": "0", "installdate": "1523286591", "release": "21.el6", "version": "1.18.1.4" }, "grub": { "arch": "x86_64", "epoch": "1", "installdate": "1523286701", "release": "99.0.1.el6", "version": "0.97" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1523286621", "release": "7.0.5.el6", "version": "7.0.15" }, "gstreamer": { "arch": "x86_64", "epoch": "0", "installdate": "1523362622", "release": "1.0.1.el6", "version": "0.10.29" }, "gstreamer-plugins-base": { "arch": "x86_64", "epoch": "0", "installdate": "1523362644", "release": "2.el6", "version": "0.10.29" }, "gstreamer-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1523362622", "release": "1.0.1.el6", "version": "0.10.29" }, "gtk2": { "arch": "x86_64", "epoch": "0", "installdate": "1523362648", "release": "9.el6", "version": "2.24.23" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1523286591", "release": "24.el6", "version": "1.3.12" }, "hicolor-icon-theme": { "arch": "noarch", "epoch": "0", "installdate": "1523362647", "release": "1.1.el6", "version": "0.11" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1540916691", "release": "20.1.el6", "version": "0.233" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "8.el6", "version": "4.13a" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1540916676", "release": "1.0.2.el6", "version": "9.03.61" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1540916665", "release": "57.0.1.el6", "version": "2.6.32" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1540916663", "release": "19.0.1.el6", "version": "1.4.7" }, "iptables-ipv6": { "arch": "x86_64", "epoch": "0", "installdate": "1540916736", "release": "19.0.1.el6", "version": "1.4.7" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1523286626", "release": "24.el6", "version": "20071127" }, "ipw2100-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523286703", "release": "11.el6", "version": "1.3" }, "ipw2200-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523286703", "release": "4.el6", "version": "3.1" }, "iso-codes": { "arch": "noarch", "epoch": "0", "installdate": "1523362624", "release": "2.el6", "version": "3.16" }, "jasper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1540916736", "release": "22.el6", "version": "1.900.1" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1523286637", "release": "11.el6", "version": "1.15" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1523286636", "release": "11.el6", "version": "1.15" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1540916698", "release": "754.6.3.el6", "version": "2.6.32", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523361944", "release": "696.23.1.el6", "version": "2.6.32" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523286660", "release": "696.el6", "version": "2.6.32" }, { "arch": "x86_64", "epoch": "0", "installdate": "1540916698", "release": "754.6.3.el6", "version": "2.6.32" } ] }, "kernel-headers": { "arch": "x86_64", "epoch": "0", "installdate": "1540916637", "release": "754.6.3.el6", "version": "2.6.32" }, "kernel-uek": { "arch": "x86_64", "epoch": "0", "installdate": "1541604025", "release": "124.21.1.el6uek", "version": "4.1.12", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523361938", "release": "112.16.4.el6uek", "version": "4.1.12" }, { "arch": "x86_64", "epoch": "0", "installdate": "1540916684", "release": "124.20.7.el6uek", "version": "4.1.12" }, { "arch": "x86_64", "epoch": "0", "installdate": "1541604025", "release": "124.21.1.el6uek", "version": "4.1.12" } ] }, "kernel-uek-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1540916635", "release": "124.20.7.el6uek", "version": "4.1.12", "versions": [ { "arch": "noarch", "epoch": "0", "installdate": "1541604017", "release": "124.21.1.el6uek", "version": "4.1.12" }, { "arch": "noarch", "epoch": "0", "installdate": "1523361919", "release": "112.16.4.el6uek", "version": "4.1.12" }, { "arch": "noarch", "epoch": "0", "installdate": "1540916635", "release": "124.20.7.el6uek", "version": "4.1.12" } ] }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1540916692", "release": "1.0.27.el6", "version": "2.0.7" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523362269", "release": "5.0.1.el6", "version": "1.4" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286600", "release": "5.0.1.el6", "version": "1.4" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1540916690", "release": "106.0.1.el6_10.1", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286600", "release": "65.el6", "version": "1.10.3" }, "ksh": { "arch": "x86_64", "epoch": "0", "installdate": "1523362275", "release": "37.el6_9", "version": "20120801" }, "lcms-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523362615", "release": "1.el6", "version": "1.19" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1523286591", "release": "13.el6", "version": "436" }, "libICE": { "arch": "x86_64", "epoch": "0", "installdate": "1523362267", "release": "1.el6", "version": "1.0.6", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1523362648", "release": "1.el6", "version": "1.0.6" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523362267", "release": "1.el6", "version": "1.0.6" } ] }, "libSM": { "arch": "x86_64", "epoch": "0", "installdate": "1523362268", "release": "2.el6", "version": "1.2.1", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "2.el6", "version": "1.2.1" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523362268", "release": "2.el6", "version": "1.2.1" } ] }, "libX11": { "arch": "i686", "epoch": "0", "installdate": "1523362328", "release": "3.el6", "version": "1.6.4", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362271", "release": "3.el6", "version": "1.6.4" }, { "arch": "i686", "epoch": "0", "installdate": "1523362328", "release": "3.el6", "version": "1.6.4" } ] }, "libX11-common": { "arch": "noarch", "epoch": "0", "installdate": "1523362271", "release": "3.el6", "version": "1.6.4" }, "libXau": { "arch": "x86_64", "epoch": "0", "installdate": "1523362267", "release": "4.el6", "version": "1.0.6", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1523362328", "release": "4.el6", "version": "1.0.6" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523362267", "release": "4.el6", "version": "1.0.6" } ] }, "libXaw": { "arch": "x86_64", "epoch": "0", "installdate": "1523362312", "release": "2.el6", "version": "1.0.11" }, "libXcomposite": { "arch": "x86_64", "epoch": "0", "installdate": "1523362624", "release": "4.el6", "version": "0.4.3" }, "libXcursor": { "arch": "x86_64", "epoch": "0", "installdate": "1523362315", "release": "2.1.el6", "version": "1.1.14" }, "libXdamage": { "arch": "x86_64", "epoch": "0", "installdate": "1523362293", "release": "4.el6", "version": "1.1.3" }, "libXdmcp": { "arch": "x86_64", "epoch": "0", "installdate": "1523362304", "release": "3.el6", "version": "1.1.1" }, "libXext": { "arch": "i686", "epoch": "0", "installdate": "1523362328", "release": "1.el6", "version": "1.3.3", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362271", "release": "1.el6", "version": "1.3.3" }, { "arch": "i686", "epoch": "0", "installdate": "1523362328", "release": "1.el6", "version": "1.3.3" } ] }, "libXfixes": { "arch": "x86_64", "epoch": "0", "installdate": "1523362292", "release": "1.el6", "version": "5.0.3" }, "libXfont": { "arch": "x86_64", "epoch": "0", "installdate": "1523362292", "release": "2.el6", "version": "1.5.1" }, "libXft": { "arch": "x86_64", "epoch": "0", "installdate": "1523362312", "release": "1.el6", "version": "2.3.2" }, "libXi": { "arch": "i686", "epoch": "0", "installdate": "1523362336", "release": "1.el6", "version": "1.7.8", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362271", "release": "1.el6", "version": "1.7.8" }, { "arch": "i686", "epoch": "0", "installdate": "1523362336", "release": "1.el6", "version": "1.7.8" } ] }, "libXinerama": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "2.1.el6", "version": "1.1.3" }, "libXmu": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "2.el6", "version": "1.1.1" }, "libXp": { "arch": "x86_64", "epoch": "0", "installdate": "1523362357", "release": "2.1.el6", "version": "1.0.2", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1523362328", "release": "2.1.el6", "version": "1.0.2" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523362357", "release": "2.1.el6", "version": "1.0.2" } ] }, "libXpm": { "arch": "i686", "epoch": "0", "installdate": "1523362333", "release": "2.el6", "version": "3.5.10", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362312", "release": "2.el6", "version": "3.5.10" }, { "arch": "i686", "epoch": "0", "installdate": "1523362333", "release": "2.el6", "version": "3.5.10" } ] }, "libXrandr": { "arch": "x86_64", "epoch": "0", "installdate": "1523362271", "release": "1.el6", "version": "1.5.1" }, "libXrender": { "arch": "i686", "epoch": "0", "installdate": "1523362380", "release": "1.el6", "version": "0.9.10", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362271", "release": "1.el6", "version": "0.9.10" }, { "arch": "i686", "epoch": "0", "installdate": "1523362380", "release": "1.el6", "version": "0.9.10" } ] }, "libXt": { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "6.1.el6", "version": "1.1.4", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "6.1.el6", "version": "1.1.4" }, { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "6.1.el6", "version": "1.1.4" } ] }, "libXtst": { "arch": "i686", "epoch": "0", "installdate": "1523362337", "release": "1.el6", "version": "1.2.3", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "1.el6", "version": "1.2.3" }, { "arch": "i686", "epoch": "0", "installdate": "1523362337", "release": "1.el6", "version": "1.2.3" } ] }, "libXv": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "1.el6", "version": "1.0.11" }, "libXxf86dga": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "2.1.el6", "version": "1.1.4" }, "libXxf86misc": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "4.el6", "version": "1.0.3" }, "libXxf86vm": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "2.1.el6", "version": "1.1.3" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1540916658", "release": "7.el6_9.1", "version": "2.2.49" }, "libaio": { "arch": "i686", "epoch": "0", "installdate": "1523362361", "release": "10.el6", "version": "0.3.107", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362267", "release": "10.el6", "version": "0.3.107" }, { "arch": "i686", "epoch": "0", "installdate": "1523362361", "release": "10.el6", "version": "0.3.107" } ] }, "libaio-devel": { "arch": "i686", "epoch": "0", "installdate": "1523362625", "release": "10.el6", "version": "0.3.107", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362268", "release": "10.el6", "version": "0.3.107" }, { "arch": "i686", "epoch": "0", "installdate": "1523362625", "release": "10.el6", "version": "0.3.107" } ] }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "7.el6", "version": "2.4.44" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1523362617", "release": "12.28.el6_9.2", "version": "2.17.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "5.5.el6", "version": "2.16" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1523286600", "release": "3.el6_0.1", "version": "0.6.4" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "1.0.3.el6", "version": "1.42.8" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1540916661", "release": "53.0.1.el6_9", "version": "7.19.7" }, "libdmx": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "3.el6", "version": "1.1.3" }, "libdrm": { "arch": "x86_64", "epoch": "0", "installdate": "1523286626", "release": "2.el6", "version": "2.4.65" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1523362269", "release": "4.20080712cvs.1.el6", "version": "2.11" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "4.el6", "version": "1.4.13" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1523286606", "release": "3.2.el6", "version": "3.0.5" }, "libfontenc": { "arch": "x86_64", "epoch": "0", "installdate": "1523362292", "release": "3.el6", "version": "1.1.2" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1540916635", "release": "23.0.1.el6", "version": "4.4.7", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1540916739", "release": "23.0.1.el6", "version": "4.4.7" }, { "arch": "x86_64", "epoch": "0", "installdate": "1540916635", "release": "23.0.1.el6", "version": "4.4.7" } ] }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "12.el6_8", "version": "1.4.5" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1540916664", "release": "23.0.1.el6", "version": "4.4.7" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1523286583", "release": "4.el6", "version": "1.7" }, "libgssglue": { "arch": "x86_64", "epoch": "0", "installdate": "1523362266", "release": "11.el6", "version": "0.1" }, "libgudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1523286623", "release": "2.73.0.1.el6_8.2", "version": "147" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1523286582", "release": "2.el6", "version": "1.18" }, "libjpeg-turbo": { "arch": "x86_64", "epoch": "0", "installdate": "1523362303", "release": "3.el6_5", "version": "1.2.1" }, "libmcpp": { "arch": "x86_64", "epoch": "0", "installdate": "1523362315", "release": "4.1.el6", "version": "2.7.2" }, "libmng": { "arch": "x86_64", "epoch": "0", "installdate": "1523362615", "release": "4.1.el6", "version": "1.0.10" }, "libnih": { "arch": "x86_64", "epoch": "0", "installdate": "1540916672", "release": "8.el6", "version": "1.0.1" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1523286606", "release": "2.el6", "version": "1.1.4" }, "libogg": { "arch": "x86_64", "epoch": "2", "installdate": "1523362614", "release": "2.1.el6", "version": "1.1.4" }, "liboil": { "arch": "x86_64", "epoch": "0", "installdate": "1523362643", "release": "4.1.el6", "version": "0.3.16" }, "libpciaccess": { "arch": "x86_64", "epoch": "0", "installdate": "1523286597", "release": "1.el6", "version": "0.13.4" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1523362613", "release": "2.el6_7", "version": "1.2.49" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1523286579", "release": "7.el6", "version": "2.0.94" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1523286586", "release": "7.el6", "version": "2.0.94" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1523286604", "release": "5.1.el6", "version": "2.0.43" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1523286579", "release": "4.el6", "version": "2.0.41" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1523286586", "release": "1.0.3.el6", "version": "1.42.8" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1523286601", "release": "2.el6_7.1", "version": "1.4.2" }, "libstdc++": { "arch": "i686", "epoch": "0", "installdate": "1540916739", "release": "23.0.1.el6", "version": "4.4.7", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1540916658", "release": "23.0.1.el6", "version": "4.4.7" }, { "arch": "i686", "epoch": "0", "installdate": "1540916739", "release": "23.0.1.el6", "version": "4.4.7" } ] }, "libstdc++-devel": { "arch": "i686", "epoch": "0", "installdate": "1540916741", "release": "23.0.1.el6", "version": "4.4.7", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1540916674", "release": "23.0.1.el6", "version": "4.4.7" }, { "arch": "i686", "epoch": "0", "installdate": "1540916741", "release": "23.0.1.el6", "version": "4.4.7" } ] }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "6.el6_5", "version": "2.3" }, "libthai": { "arch": "x86_64", "epoch": "0", "installdate": "1523362619", "release": "3.el6", "version": "0.1.12" }, "libtheora": { "arch": "x86_64", "epoch": "1", "installdate": "1523362619", "release": "2.el6", "version": "1.1.0" }, "libtiff": { "arch": "x86_64", "epoch": "0", "installdate": "1523362615", "release": "21.el6_8", "version": "3.9.4" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1540916664", "release": "15.el6", "version": "0.2.1" }, "libtool-ltdl": { "arch": "x86_64", "epoch": "0", "installdate": "1523362387", "release": "15.5.el6", "version": "2.2.6", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1523362650", "release": "15.5.el6", "version": "2.2.6" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523362387", "release": "15.5.el6", "version": "2.2.6" } ] }, "libudev": { "arch": "x86_64", "epoch": "0", "installdate": "1523286582", "release": "2.73.0.1.el6_8.2", "version": "147" }, "libusb": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "23.el6", "version": "0.1.12" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1523286621", "release": "8.el6_7", "version": "0.56.13" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1523286605", "release": "4.1.el6", "version": "1.1.5" }, "libuuid": { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "12.28.el6_9.2", "version": "2.17.2", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362616", "release": "12.28.el6_9.2", "version": "2.17.2" }, { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "12.28.el6_9.2", "version": "2.17.2" } ] }, "libvisual": { "arch": "x86_64", "epoch": "0", "installdate": "1523362622", "release": "10.el6", "version": "0.4.0" }, "libvorbis": { "arch": "x86_64", "epoch": "1", "installdate": "1523362619", "release": "5.el6_9.1", "version": "1.2.3" }, "libxcb": { "arch": "i686", "epoch": "0", "installdate": "1523362328", "release": "4.el6", "version": "1.12", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362267", "release": "4.el6", "version": "1.12" }, { "arch": "i686", "epoch": "0", "installdate": "1523362328", "release": "4.el6", "version": "1.12" } ] }, "libxkbfile": { "arch": "x86_64", "epoch": "0", "installdate": "1523362303", "release": "1.1.el6", "version": "1.0.6" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1523286581", "release": "21.0.1.el6_8.1", "version": "2.7.6" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523286616", "release": "21.0.1.el6_8.1", "version": "2.7.6" }, "libxshmfence": { "arch": "x86_64", "epoch": "0", "installdate": "1523362304", "release": "1.el6", "version": "1.2" }, "linux-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523361930", "release": "56.git17e62881.0.2.el6", "version": "20171128" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1523286597", "release": "28.el6", "version": "3.7.8" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1523286582", "release": "4.1.el6", "version": "5.1.4" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1523286600", "release": "3.1.el6_5.1", "version": "2.03" }, "m2crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1523286618", "release": "9.el6", "version": "0.20.2" }, "m4": { "arch": "x86_64", "epoch": "0", "installdate": "1523286589", "release": "5.el6", "version": "1.4.13" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1540916736", "release": "10.el6_10", "version": "12.4" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1523286588", "release": "23.el6", "version": "3.81" }, "man": { "arch": "x86_64", "epoch": "0", "installdate": "1523362643", "release": "39.el6", "version": "1.6f" }, "mcpp": { "arch": "x86_64", "epoch": "0", "installdate": "1523362315", "release": "4.1.el6", "version": "2.7.2" }, "mdadm": { "arch": "x86_64", "epoch": "0", "installdate": "1540916690", "release": "8.0.2.el6", "version": "3.3.4" }, "mesa-dri-drivers": { "arch": "x86_64", "epoch": "0", "installdate": "1523362305", "release": "4.el6", "version": "11.0.7" }, "mesa-dri-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1523362293", "release": "4.el6", "version": "11.0.7" }, "mesa-dri1-drivers": { "arch": "x86_64", "epoch": "0", "installdate": "1523362306", "release": "8.el6", "version": "7.11" }, "mesa-libGL": { "arch": "x86_64", "epoch": "0", "installdate": "1523362306", "release": "4.el6", "version": "11.0.7" }, "mesa-libGLU": { "arch": "x86_64", "epoch": "0", "installdate": "1523362615", "release": "4.el6", "version": "11.0.7" }, "mesa-private-llvm": { "arch": "x86_64", "epoch": "0", "installdate": "1523362305", "release": "1.el6", "version": "3.6.2" }, "mingetty": { "arch": "x86_64", "epoch": "0", "installdate": "1523286600", "release": "5.el6", "version": "1.08" }, "module-init-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1523286595", "release": "26.0.1.el6", "version": "3.9" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1523362267", "release": "6.el6", "version": "2.4.1" }, "mysql-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286604", "release": "8.0.1.el6_8", "version": "5.1.73" }, "nc": { "arch": "x86_64", "epoch": "0", "installdate": "1523362258", "release": "24.el6", "version": "1.84" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1523286589", "release": "4.20090207.el6", "version": "5.7" }, "ncurses-base": { "arch": "x86_64", "epoch": "0", "installdate": "1523286563", "release": "4.20090207.el6", "version": "5.7" }, "ncurses-libs": { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "4.20090207.el6", "version": "5.7", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "4.20090207.el6", "version": "5.7" }, { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "4.20090207.el6", "version": "5.7" } ] }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1523286586", "release": "114.el6", "version": "1.60" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1523286624", "release": "4.el6", "version": "0.52.11" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523286624", "release": "4.el6", "version": "0.52.11" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1540916665", "release": "78.0.1.el6_10.1", "version": "1.2.3" }, "nfs-utils-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "13.el6", "version": "1.1.5" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1540916658", "release": "1.el6", "version": "4.19.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1540916660", "release": "9.0.1.el6_10", "version": "3.36.0" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1540916660", "release": "23.3.0.1.el6_8", "version": "3.14.3" }, "nss-softokn-freebl": { "arch": "i686", "epoch": "0", "installdate": "1523362319", "release": "23.3.0.1.el6_8", "version": "3.14.3", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362319", "release": "23.3.0.1.el6_8", "version": "3.14.3" }, { "arch": "i686", "epoch": "0", "installdate": "1523362319", "release": "23.3.0.1.el6_8", "version": "3.14.3" } ] }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1540916660", "release": "9.0.1.el6_10", "version": "3.36.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1540916736", "release": "9.0.1.el6_10", "version": "3.36.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1540916658", "release": "1.el6", "version": "3.36.0" }, "openjpeg-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523362617", "release": "16.el6_8", "version": "1.3" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1523286602", "release": "16.el6", "version": "2.4.40" }, "openmotif21": { "arch": "i686", "epoch": "0", "installdate": "1523362649", "release": "11.EL6", "version": "2.1.30" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1523361919", "release": "123.el6_9", "version": "5.3p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1523362269", "release": "123.el6_9", "version": "5.3p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1523361939", "release": "123.el6_9", "version": "5.3p1" }, "openssl": { "arch": "x86_64", "epoch": "0", "installdate": "1540916668", "release": "57.0.6.el6", "version": "1.0.1e" }, "oracle-ebs-server-R12-preinstall": { "arch": "x86_64", "epoch": "0", "installdate": "1540916742", "release": "9.el6", "version": "1.0" }, "oracle-logos": { "arch": "noarch", "epoch": "0", "installdate": "1523286597", "release": "1.0.5.el6", "version": "60.0.14" }, "oracle-rdbms-server-11gR2-preinstall": { "arch": "x86_64", "epoch": "0", "installdate": "1523362275", "release": "14.el6", "version": "1.0" }, "oraclelinux-release": { "arch": "x86_64", "epoch": "6", "installdate": "1540916637", "release": "10.0.2", "version": "6Server" }, "oraclelinux-release-notes": { "arch": "x86_64", "epoch": "0", "installdate": "1540916738", "release": "22.0.2.el6", "version": "6Server" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "2.el6_5.2", "version": "0.18.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "2.el6_5.2", "version": "0.18.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1523286595", "release": "24.0.1.el6", "version": "1.1.1" }, "pango": { "arch": "x86_64", "epoch": "0", "installdate": "1523362619", "release": "11.el6", "version": "1.28.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1523286622", "release": "7.el6", "version": "0.77" }, "patch": { "arch": "x86_64", "epoch": "0", "installdate": "1540916736", "release": "8.el6_9", "version": "2.6" }, "pax": { "arch": "x86_64", "epoch": "0", "installdate": "1523362629", "release": "10.1.el6", "version": "3.4" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523286597", "release": "4.el6", "version": "3.1.10" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286583", "release": "4.el6", "version": "3.1.10" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1523286581", "release": "7.el6", "version": "7.8" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1523362301", "release": "144.el6", "version": "5.10.1" }, "perl-CGI": { "arch": "x86_64", "epoch": "0", "installdate": "1523362622", "release": "144.el6", "version": "3.51" }, "perl-CPAN": { "arch": "x86_64", "epoch": "0", "installdate": "1523362729", "release": "144.el6", "version": "1.9402" }, "perl-Class-Singleton": { "arch": "noarch", "epoch": "0", "installdate": "1523362684", "release": "6.el6", "version": "1.4" }, "perl-DateTime": { "arch": "x86_64", "epoch": "1", "installdate": "1523362686", "release": "3.el6", "version": "0.5300" }, "perl-Digest-SHA": { "arch": "x86_64", "epoch": "1", "installdate": "1523362729", "release": "144.el6", "version": "5.47" }, "perl-Error": { "arch": "noarch", "epoch": "1", "installdate": "1523362372", "release": "4.el6", "version": "0.17015" }, "perl-ExtUtils-MakeMaker": { "arch": "x86_64", "epoch": "0", "installdate": "1523362646", "release": "144.el6", "version": "6.55" }, "perl-ExtUtils-ParseXS": { "arch": "x86_64", "epoch": "1", "installdate": "1523362646", "release": "144.el6", "version": "2.2003.0" }, "perl-Git": { "arch": "noarch", "epoch": "0", "installdate": "1523362372", "release": "9.el6_9", "version": "1.7.1" }, "perl-List-MoreUtils": { "arch": "x86_64", "epoch": "0", "installdate": "1523362684", "release": "10.el6", "version": "0.22" }, "perl-Module-Pluggable": { "arch": "x86_64", "epoch": "1", "installdate": "1523362298", "release": "144.el6", "version": "3.90" }, "perl-Params-Validate": { "arch": "x86_64", "epoch": "0", "installdate": "1523362684", "release": "3.el6", "version": "0.92" }, "perl-Pod-Escapes": { "arch": "x86_64", "epoch": "1", "installdate": "1523362298", "release": "144.el6", "version": "1.04" }, "perl-Pod-Simple": { "arch": "x86_64", "epoch": "1", "installdate": "1523362298", "release": "144.el6", "version": "3.13" }, "perl-Test-Harness": { "arch": "x86_64", "epoch": "0", "installdate": "1523362646", "release": "144.el6", "version": "3.17" }, "perl-Test-Simple": { "arch": "x86_64", "epoch": "0", "installdate": "1523362646", "release": "144.el6", "version": "0.92" }, "perl-devel": { "arch": "x86_64", "epoch": "4", "installdate": "1523362646", "release": "144.el6", "version": "5.10.1" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1523362298", "release": "144.el6", "version": "5.10.1" }, "perl-version": { "arch": "x86_64", "epoch": "3", "installdate": "1523362298", "release": "144.el6", "version": "0.77" }, "phonon-backend-gstreamer": { "arch": "x86_64", "epoch": "1", "installdate": "1523362644", "release": "28.el6_5", "version": "4.6.2" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1523286585", "release": "8.el6", "version": "0.7.6" }, "pixman": { "arch": "x86_64", "epoch": "0", "installdate": "1523362304", "release": "1.el6", "version": "0.32.8" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1523286620", "release": "9.1.el6", "version": "0.23" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1523286626", "release": "29.0.1.el6", "version": "0.8.3" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286606", "release": "29.0.1.el6", "version": "0.8.3" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1523286597", "release": "29.0.1.el6", "version": "0.8.3" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523286625", "release": "30.1.0.1.el6_8", "version": "2.0.83" }, "poppler": { "arch": "x86_64", "epoch": "0", "installdate": "1523362633", "release": "12.el6_9", "version": "0.12.4" }, "poppler-data": { "arch": "noarch", "epoch": "0", "installdate": "1523362633", "release": "1.el6", "version": "0.4.0" }, "poppler-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1523362633", "release": "12.el6_9", "version": "0.12.4" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "7.el6", "version": "1.13" }, "portreserve": { "arch": "x86_64", "epoch": "0", "installdate": "1523362632", "release": "11.el6", "version": "0.0.4" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1523286632", "release": "8.el6", "version": "2.6.6" }, "ppl": { "arch": "x86_64", "epoch": "0", "installdate": "1523362268", "release": "11.el6", "version": "0.10.2" }, "procps": { "arch": "x86_64", "epoch": "0", "installdate": "1540916664", "release": "45.0.1.el6_9.3", "version": "3.2.8" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1523286586", "release": "24.el6", "version": "22.6" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "9.3.el6", "version": "2.0.7" }, "pyOpenSSL": { "arch": "x86_64", "epoch": "0", "installdate": "1523286619", "release": "2.el6", "version": "0.13.1" }, "pygobject2": { "arch": "x86_64", "epoch": "0", "installdate": "1523286623", "release": "5.el6", "version": "2.20.0" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1523286616", "release": "18.20090824bzr68.el6", "version": "0.1" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1523286606", "release": "66.0.1.el6_8", "version": "2.6.6" }, "python-argparse": { "arch": "noarch", "epoch": "0", "installdate": "1523362270", "release": "2.1.el6", "version": "1.2.1" }, "python-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1540916691", "release": "2.el6", "version": "3.10.15" }, "python-ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1523286619", "release": "6.el6", "version": "0.6" }, "python-gudev": { "arch": "x86_64", "epoch": "0", "installdate": "1523286623", "release": "4.el6_0.1", "version": "147.1" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1523286616", "release": "2.1.el6", "version": "0.3.1" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286615", "release": "66.0.1.el6_8", "version": "2.6.6" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1523286619", "release": "9.el6", "version": "7.19.0" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1523286619", "release": "11.0.1.el6", "version": "3.9.1" }, "qt": { "arch": "x86_64", "epoch": "1", "installdate": "1523362614", "release": "28.el6_5", "version": "4.6.2" }, "qt-sqlite": { "arch": "x86_64", "epoch": "1", "installdate": "1523362619", "release": "28.el6_5", "version": "4.6.2" }, "qt-x11": { "arch": "x86_64", "epoch": "1", "installdate": "1523362645", "release": "28.el6_5", "version": "4.6.2" }, "qt3": { "arch": "x86_64", "epoch": "0", "installdate": "1523362618", "release": "30.el6", "version": "3.3.8b" }, "rdma": { "arch": "noarch", "epoch": "0", "installdate": "1523286660", "release": "3.el6", "version": "6.9_4.1" }, "readline": { "arch": "i686", "epoch": "0", "installdate": "1523362650", "release": "4.el6", "version": "6.0", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523286580", "release": "4.el6", "version": "6.0" }, { "arch": "i686", "epoch": "0", "installdate": "1523362650", "release": "4.el6", "version": "6.0" } ] }, "redhat-lsb": { "arch": "x86_64", "epoch": "0", "installdate": "1523362649", "release": "7.0.2.el6", "version": "4.0" }, "redhat-lsb-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1523362649", "release": "7.0.2.el6", "version": "4.0" }, "redhat-lsb-core": { "arch": "x86_64", "epoch": "0", "installdate": "1523362647", "release": "7.0.2.el6", "version": "4.0" }, "redhat-lsb-graphics": { "arch": "x86_64", "epoch": "0", "installdate": "1523362649", "release": "7.0.2.el6", "version": "4.0" }, "redhat-lsb-printing": { "arch": "x86_64", "epoch": "0", "installdate": "1523362647", "release": "7.0.2.el6", "version": "4.0" }, "redhat-release-server": { "arch": "x86_64", "epoch": "1", "installdate": "1540916637", "release": "6.10.0.12.0.1.el6", "version": "6Server" }, "rhn-check": { "arch": "noarch", "epoch": "0", "installdate": "1540916692", "release": "45.0.4.el6", "version": "1.0.0.1" }, "rhn-client-tools": { "arch": "noarch", "epoch": "0", "installdate": "1540916691", "release": "45.0.4.el6", "version": "1.0.0.1" }, "rhn-setup": { "arch": "noarch", "epoch": "0", "installdate": "1540916692", "release": "45.0.4.el6", "version": "1.0.0.1" }, "rhnlib": { "arch": "noarch", "epoch": "0", "installdate": "1523286620", "release": "15.0.2.el6", "version": "2.5.22" }, "rhnsd": { "arch": "x86_64", "epoch": "0", "installdate": "1540916692", "release": "6.0.1.el6", "version": "4.9.3" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1523286703", "release": "6.1.el6", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1540916664", "release": "16.el6", "version": "0.2.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1540916666", "release": "59.el6", "version": "4.8.0" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1540916665", "release": "59.el6", "version": "4.8.0" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1540916666", "release": "59.el6", "version": "4.8.0" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1523362372", "release": "12.el6", "version": "3.0.6" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1540916703", "release": "12.0.1.el6", "version": "5.8.10" }, "screen": { "arch": "x86_64", "epoch": "0", "installdate": "1523362377", "release": "19.el6", "version": "4.0.3" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1523286579", "release": "10.el6", "version": "4.2.1" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1540916669", "release": "312.0.1.el6", "version": "3.7.19" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1540916704", "release": "312.0.1.el6", "version": "3.7.19" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1523286551", "release": "23.el6", "version": "2.8.14" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1523286605", "release": "5.el6", "version": "4.1.5.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1523286621", "release": "6.el6", "version": "0.70" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1523286624", "release": "1.el6", "version": "2.2.1" }, "smartmontools": { "arch": "x86_64", "epoch": "1", "installdate": "1523362271", "release": "3.el6", "version": "5.43" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "1.el6", "version": "1.1.0" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1523286582", "release": "1.el6_7.2", "version": "3.6.20" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1523361946", "release": "29.el6_9", "version": "1.8.6p3" }, "sysstat": { "arch": "x86_64", "epoch": "0", "installdate": "1523362269", "release": "33.el6_9.1", "version": "9.0.4" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1523286584", "release": "6.dsf.el6", "version": "2.87" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1523286586", "release": "15.el6_8", "version": "1.23" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286583", "release": "58.el6", "version": "7.6" }, "tigervnc-server": { "arch": "x86_64", "epoch": "0", "installdate": "1523362306", "release": "24.el6", "version": "1.1.0" }, "time": { "arch": "x86_64", "epoch": "0", "installdate": "1523362643", "release": "38.el6", "version": "1.7" }, "tmpwatch": { "arch": "x86_64", "epoch": "0", "installdate": "1523362629", "release": "6.el6", "version": "2.9.16" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1540916639", "release": "1.el6", "version": "2018f" }, "udev": { "arch": "x86_64", "epoch": "0", "installdate": "1523286628", "release": "2.73.0.1.el6_8.2", "version": "147" }, "uname26": { "arch": "x86_64", "epoch": "0", "installdate": "1523286702", "release": "1.el6", "version": "1.0" }, "unixODBC": { "arch": "x86_64", "epoch": "0", "installdate": "1523362387", "release": "14.el6", "version": "2.2.14", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1523362650", "release": "14.el6", "version": "2.2.14" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523362387", "release": "14.el6", "version": "2.2.14" } ] }, "unixODBC-devel": { "arch": "i686", "epoch": "0", "installdate": "1523362650", "release": "14.el6", "version": "2.2.14", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523362387", "release": "14.el6", "version": "2.2.14" }, { "arch": "i686", "epoch": "0", "installdate": "1523362650", "release": "14.el6", "version": "2.2.14" } ] }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1523362625", "release": "5.el6", "version": "6.0" }, "upstart": { "arch": "x86_64", "epoch": "0", "installdate": "1540916672", "release": "17.el6", "version": "0.6.5" }, "urw-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1523362620", "release": "11.el6", "version": "2.4" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1523286633", "release": "3.el6", "version": "1.102" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1523286604", "release": "9.1.el6", "version": "1.0.4" }, "util-linux-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1523362617", "release": "12.28.el6_9.2", "version": "2.17.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1523286585", "release": "5.el6_8.1", "version": "7.4.629" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1523362256", "release": "10.el6", "version": "1.12" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1523286587", "release": "6.el6", "version": "2.19" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1523362303", "release": "1.el6", "version": "2.16" }, "xml-common": { "arch": "noarch", "epoch": "0", "installdate": "1523362623", "release": "33.el6", "version": "0.6.3" }, "xorg-x11-drv-ati-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1540916737", "release": "4.el6", "version": "7.6.1" }, "xorg-x11-font-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1523362293", "release": "11.el6", "version": "7.2" }, "xorg-x11-fonts-misc": { "arch": "noarch", "epoch": "0", "installdate": "1523362296", "release": "11.el6", "version": "7.2" }, "xorg-x11-libs-compat": { "arch": "i386", "epoch": "0", "installdate": "1523362649", "release": "1.EL.33.0.1.0.2", "version": "6.8.2" }, "xorg-x11-server-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1523362315", "release": "14.el6", "version": "7.7" }, "xorg-x11-twm": { "arch": "x86_64", "epoch": "1", "installdate": "1523362393", "release": "5.1.el6", "version": "1.0.3" }, "xorg-x11-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1523362272", "release": "14.el6", "version": "7.5" }, "xorg-x11-xauth": { "arch": "x86_64", "epoch": "1", "installdate": "1523362272", "release": "1.el6", "version": "1.0.9" }, "xorg-x11-xkb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1523362303", "release": "12.el6", "version": "7.7" }, "xterm": { "arch": "x86_64", "epoch": "0", "installdate": "1523362312", "release": "1.el6", "version": "253" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1523362643", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523286581", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "xz-lzma-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1523362643", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1523286623", "release": "81.0.1.el6", "version": "3.2.29" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1523286622", "release": "16.el6", "version": "1.1.2" }, "yum-plugin-security": { "arch": "noarch", "epoch": "0", "installdate": "1540916737", "release": "42.0.1.el6_10", "version": "1.1.30" }, "yum-plugin-ulninfo": { "arch": "noarch", "epoch": "0", "installdate": "1523286634", "release": "13.el6", "version": "0.2" }, "yum-rhn-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1523286634", "release": "60.2.0.3.el6_8", "version": "0.9.1" }, "zd1211-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523286703", "release": "4.el6", "version": "1.4" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1523362632", "release": "1.el6_7.1", "version": "3.0" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1523286578", "release": "29.el6", "version": "1.2.3" } }, "platform": "oracle", "platform_family": "rhel", "platform_version": "6.10", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash", "/sbin/nologin", "/bin/dash", "/bin/ksh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/oracle/7.5.json000066400000000000000000004500241417433310300220270ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "ram0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram10": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram11": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram12": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram13": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram14": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram15": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram8": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram9": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "104857600" }, "zram0": { "logical_block_size": "4096", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "0" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.3.45/lib", "version": "16.3.45" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.3.2/lib/ohai", "version": "16.3.2" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "2.12", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec24580b-c212-03f3-487c-a0182546ca23", "UUID": "EC24580B-C212-03F3-487C-A0182546CA23", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec24580b-c212-03f3-487c-a0182546ca23", "sku_number": "Not Specified", "uuid": "EC24580B-C212-03F3-487C-A0182546CA23", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "127630", "inodes_percent_used": "1%", "inodes_used": "370", "kb_available": "1633700", "kb_size": "1983056", "kb_used": "230572", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "mounts": [ "/boot" ], "percent_used": "13%", "total_inodes": "128000", "uuid": "80d2fa6b-bdbd-4a1c-9dbe-4407684359ae" }, "/dev/xvda2": { "fs_type": "ext4", "inodes_available": "2496826", "inodes_percent_used": "3%", "inodes_used": "67270", "kb_available": "35224564", "kb_size": "40185112", "kb_used": "2896164", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "mounts": [ "/" ], "percent_used": "8%", "total_inodes": "2564096", "uuid": "4951d45a-7187-4cb8-a9b1-b675d4f5f8bd" }, "/dev/xvda3": { "fs_type": "swap", "mounts": [ ], "uuid": "8bb69d57-578b-418a-8887-5ef495919e8a" }, "binfmt_misc": { "fs_type": "binfmt_misc", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/net_cls", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/blkio" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "124246", "inodes_percent_used": "1%", "inodes_used": "336", "kb_available": "498328", "kb_size": "498328", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=498328k", "nr_inodes=124582", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "124582" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sunrpc": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=22", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127118", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101696", "kb_size": "101696", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101696k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "127119" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2", "rootfs" ], "fs_type": "rootfs", "inodes_available": "2496826", "inodes_percent_used": "3%", "inodes_used": "67270", "kb_available": "35224564", "kb_size": "40185112", "kb_used": "2896164", "mount_options": [ "rw" ], "percent_used": "8%", "total_inodes": "2564096", "uuid": "4951d45a-7187-4cb8-a9b1-b675d4f5f8bd" }, "/boot": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "127630", "inodes_percent_used": "1%", "inodes_used": "370", "kb_available": "1633700", "kb_size": "1983056", "kb_used": "230572", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "percent_used": "13%", "total_inodes": "128000", "uuid": "80d2fa6b-bdbd-4a1c-9dbe-4407684359ae" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "124246", "inodes_percent_used": "1%", "inodes_used": "336", "kb_available": "498328", "kb_size": "498328", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=498328k", "nr_inodes=124582", "mode=755" ], "percent_used": "0%", "total_inodes": "124582" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127118", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "508476", "kb_size": "508476", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "127119" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1", "binfmt_misc" ], "fs_type": "binfmt_misc", "mount_options": [ "rw", "relatime" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126730", "inodes_percent_used": "1%", "inodes_used": "389", "kb_available": "501720", "kb_size": "508476", "kb_used": "6756", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "127119" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127118", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101696", "kb_size": "101696", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101696k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "127119" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127106", "inodes_percent_used": "1%", "inodes_used": "13", "kb_available": "508476", "kb_size": "508476", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "127119" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuacct", "cpu" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "sunrpc" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/boot": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "127630", "inodes_percent_used": "1%", "inodes_used": "370", "kb_available": "1633700", "kb_size": "1983056", "kb_used": "230572", "mount": "/boot", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "percent_used": "13%", "total_inodes": "128000", "uuid": "80d2fa6b-bdbd-4a1c-9dbe-4407684359ae" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "ext4", "inodes_available": "2496826", "inodes_percent_used": "3%", "inodes_used": "67270", "kb_available": "35224564", "kb_size": "40185112", "kb_used": "2896164", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "percent_used": "8%", "total_inodes": "2564096", "uuid": "4951d45a-7187-4cb8-a9b1-b675d4f5f8bd" }, "/dev/xvda3,": { "device": "/dev/xvda3", "fs_type": "swap", "uuid": "8bb69d57-578b-418a-8887-5ef495919e8a" }, "binfmt_misc,/proc/sys/fs/binfmt_misc": { "device": "binfmt_misc", "fs_type": "binfmt_misc", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuacct", "cpu" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "124246", "inodes_percent_used": "1%", "inodes_used": "336", "kb_available": "498328", "kb_size": "498328", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=498328k", "nr_inodes=124582", "mode=755" ], "percent_used": "0%", "total_inodes": "124582" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sunrpc,/var/lib/nfs/rpc_pipefs": { "device": "sunrpc", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=22", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127118", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "508476", "kb_size": "508476", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "127119" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126730", "inodes_percent_used": "1%", "inodes_used": "389", "kb_available": "501720", "kb_size": "508476", "kb_used": "6756", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "127119" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127118", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101696", "kb_size": "101696", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101696k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "127119" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127106", "inodes_percent_used": "1%", "inodes_used": "13", "kb_available": "508476", "kb_size": "508476", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "127119" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "2997" }, "aes_x86_64": { "refcount": "1", "size": "7935" }, "aesni_intel": { "refcount": "0", "size": "45119" }, "ata_generic": { "refcount": "0", "size": "3758", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "26174", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "33017" }, "bridge": { "refcount": "1", "size": "90932", "version": "2.3" }, "crc32c_intel": { "refcount": "0", "size": "14391" }, "cryptd": { "refcount": "3", "size": "9927" }, "ebtable_broute": { "refcount": "1", "size": "1683" }, "ebtable_filter": { "refcount": "1", "size": "2067" }, "ebtable_nat": { "refcount": "1", "size": "2015" }, "ebtables": { "refcount": "3", "size": "25529" }, "ext4": { "refcount": "2", "size": "520540" }, "floppy": { "refcount": "0", "size": "62865" }, "gf128mul": { "refcount": "2", "size": "7871" }, "ghash_clmulni_intel": { "refcount": "0", "size": "4611" }, "i2c_core": { "refcount": "1", "size": "30824" }, "i2c_piix4": { "refcount": "0", "size": "11538" }, "ip6_tables": { "refcount": "4", "size": "17837" }, "ip6t_REJECT": { "refcount": "2", "size": "4323" }, "ip6t_rpfilter": { "refcount": "1", "size": "1818" }, "ip6table_filter": { "refcount": "1", "size": "1703" }, "ip6table_mangle": { "refcount": "1", "size": "1844" }, "ip6table_raw": { "refcount": "1", "size": "1443" }, "ip6table_security": { "refcount": "1", "size": "1470" }, "ip_set": { "refcount": "0", "size": "30247" }, "ip_tables": { "refcount": "5", "size": "18323" }, "ipt_REJECT": { "refcount": "2", "size": "2421" }, "iptable_filter": { "refcount": "1", "size": "1762" }, "iptable_mangle": { "refcount": "1", "size": "1743" }, "iptable_nat": { "refcount": "1", "size": "3723" }, "iptable_raw": { "refcount": "1", "size": "1502" }, "iptable_security": { "refcount": "1", "size": "1529" }, "ipv6": { "refcount": "54", "size": "333725" }, "jbd2": { "refcount": "1", "size": "98906" }, "llc": { "refcount": "2", "size": "5472" }, "lrw": { "refcount": "1", "size": "4062" }, "mbcache": { "refcount": "1", "size": "7566" }, "microcode": { "refcount": "0", "size": "115735" }, "nf_conntrack": { "refcount": "6", "size": "82402" }, "nf_conntrack_ipv4": { "refcount": "6", "size": "10054" }, "nf_conntrack_ipv6": { "refcount": "6", "size": "10390" }, "nf_defrag_ipv4": { "refcount": "1", "size": "1521" }, "nf_defrag_ipv6": { "refcount": "1", "size": "10829" }, "nf_nat": { "refcount": "2", "size": "19307" }, "nf_nat_ipv4": { "refcount": "1", "size": "3919" }, "nfnetlink": { "refcount": "1", "size": "4918" }, "pata_acpi": { "refcount": "0", "size": "3654", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "2150" }, "serio_raw": { "refcount": "0", "size": "5567" }, "stp": { "refcount": "1", "size": "2192" }, "sunrpc": { "refcount": "1", "size": "263154" }, "xen_blkfront": { "refcount": "4", "size": "31495" }, "xen_netfront": { "refcount": "0", "size": "21104" }, "xt_conntrack": { "refcount": "11", "size": "3312" }, "xts": { "refcount": "1", "size": "3242" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "3.8.13-118.25.1.el7uek.x86_64", "version": "#2 SMP Tue Oct 9 12:30:39 PDT 2018" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "lsb": { "codename": "n/a", "description": "Oracle Linux Server release 7.5", "id": "OracleServer", "release": "7.5" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1597357315.460388, "os": "linux", "os_version": "3.8.13-118.25.1.el7uek.x86_64", "packages": { "GeoIP": { "arch": "x86_64", "epoch": "0", "installdate": "1526573756", "release": "11.el7", "version": "1.5.0" }, "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1526573755", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-config-server": { "arch": "noarch", "epoch": "1", "installdate": "1526573800", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1526573736", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-ppp": { "arch": "x86_64", "epoch": "1", "installdate": "1526573769", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1526573769", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1526573769", "release": "14.el7_5", "version": "1.10.2" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1523567968", "release": "12.el7", "version": "2.2.51" }, "aic94xx-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568074", "release": "6.el7", "version": "30" }, "alsa-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568024", "release": "2.el7", "version": "1.0.28" }, "alsa-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523568009", "release": "2.el7", "version": "1.0.28" }, "alsa-tools-firmware": { "arch": "x86_64", "epoch": "0", "installdate": "1523568024", "release": "4.el7", "version": "1.0.27" }, "amazon-ssm-agent": { "arch": "x86_64", "epoch": "0", "installdate": "1527254897", "release": "1", "version": "2.2.607.0" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "23.el7", "version": "3.1.13" }, "atk": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "3.el7", "version": "2.22.0" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1523568074", "release": "5.el7", "version": "2.4.1" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567948", "release": "5.el7", "version": "2.4.1" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1526573790", "release": "30.el7", "version": "6.2.8" }, "avahi-autoipd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568008", "release": "14.el7", "version": "0.6.31" }, "avahi-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567970", "release": "14.el7", "version": "0.6.31" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1523567923", "release": "7.0.1.el7", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "30.el7", "version": "4.2.46" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "13.el7", "version": "1.06.95" }, "bind-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1541605315", "release": "72.el7", "version": "9.9.4" }, "bind-libs-lite": { "arch": "x86_64", "epoch": "32", "installdate": "1541605371", "release": "72.el7", "version": "9.9.4" }, "bind-license": { "arch": "noarch", "epoch": "32", "installdate": "1541605315", "release": "72.el7", "version": "9.9.4" }, "bind-utils": { "arch": "x86_64", "epoch": "32", "installdate": "1541605371", "release": "72.el7", "version": "9.9.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1541605380", "release": "34.base.0.1.el7", "version": "2.27" }, "biosdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1523568074", "release": "2.el7", "version": "0.6.1" }, "btrfs-progs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568080", "release": "1.el7", "version": "3.16.2" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567950", "release": "12.el7", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1523567962", "release": "72.el7", "version": "2014.1.98" }, "cairo": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "2.el7", "version": "1.14.8" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1597357302", "release": "1.el7", "version": "16.3.45" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1523567949", "release": "4.el7", "version": "1.3.61" }, "compat-db-headers": { "arch": "noarch", "epoch": "0", "installdate": "1527254972", "release": "28.el7", "version": "4.7.25" }, "compat-db47": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "28.el7", "version": "4.7.25" }, "compat-libcap1": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "7.el7", "version": "1.10" }, "compat-libstdc++-296": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "144.0.2.el7", "version": "2.96" }, "compat-libstdc++-33": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "72.el7", "version": "3.2.3", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254865", "release": "72.el7", "version": "3.2.3" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "72.el7", "version": "3.2.3" } ] }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523567980", "release": "11.0.1.el7", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "27.el7", "version": "2.11" }, "cpp": { "arch": "x86_64", "epoch": "0", "installdate": "1526573753", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1523567975", "release": "11.el7", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1523567976", "release": "11.el7", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1523568018", "release": "13.el7", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1523568018", "release": "13.el7", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1523568018", "release": "6.20121102git.el7", "version": "1.11" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568011", "release": "3.el7", "version": "1.6.6" }, "cups-client": { "arch": "x86_64", "epoch": "1", "installdate": "1527254969", "release": "35.el7", "version": "1.6.3" }, "cups-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1527254967", "release": "35.el7", "version": "1.6.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1541605375", "release": "51.el7", "version": "7.29.0" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523567958", "release": "17.0.1.el7", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1526573751", "release": "7.0.1.el7", "version": "1.10.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1523567955", "release": "7.el7", "version": "0.100" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1526573736", "release": "7.0.1.el7", "version": "1.10.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523567992", "release": "9.el7", "version": "1.1.1" }, "desktop-file-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254979", "release": "1.el7", "version": "0.23" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1527254831", "release": "4.0.1.el7", "version": "1.02.146" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1527254831", "release": "4.0.1.el7", "version": "1.02.146" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1526573759", "release": "68.0.1.el7_5.1", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1526573745", "release": "68.0.1.el7_5.1", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1526573745", "release": "68.0.1.el7_5.1", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "4.el7", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1523568011", "release": "5.el7", "version": "2.12" }, "dnsmasq": { "arch": "x86_64", "epoch": "0", "installdate": "1526573790", "release": "5.el7", "version": "2.76" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1526573747", "release": "535.0.1.el7", "version": "033" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "535.0.1.el7", "version": "033" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1526573759", "release": "535.0.1.el7", "version": "033" }, "dtrace-modules-3.8.13-55.1.6.el7uek": { "arch": "x86_64", "epoch": "0", "installdate": "1523568056", "release": "4.el7", "version": "0.4.3" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568079", "release": "7.el7", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567958", "release": "7.el7", "version": "1.42.9" }, "ebtables": { "arch": "x86_64", "epoch": "0", "installdate": "1523568024", "release": "13.el7", "version": "2.0.10" }, "ed": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "4.el7", "version": "1.9" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "4.el7", "version": "0.170" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "4.el7", "version": "0.170" }, "elfutils-libelf-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "4.el7", "version": "0.170" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1527254983", "release": "4.el7", "version": "0.170" }, "emacs-filesystem": { "arch": "noarch", "epoch": "1", "installdate": "1527254979", "release": "20.el7_4", "version": "24.3" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1523567961", "release": "2.el7", "version": "3.15" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1526573729", "release": "10.el7_3", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1526573754", "release": "33.el7", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573754", "release": "33.el7", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1523567915", "release": "18.el7", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1523567956", "release": "3.el7", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1523568009", "release": "5.el7", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523568009", "release": "5.el7", "version": "1.4.1" }, "firewalld": { "arch": "noarch", "epoch": "0", "installdate": "1526573769", "release": "14.el7", "version": "0.4.4.4" }, "firewalld-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1526573756", "release": "14.el7", "version": "0.4.4.4" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1527254851", "release": "11.el7", "version": "2.10.95" }, "fontpackages-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1527254851", "release": "8.el7", "version": "1.44" }, "foomatic-filters": { "arch": "x86_64", "epoch": "0", "installdate": "1527254979", "release": "8.el7", "version": "4.0.9" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1526573752", "release": "15.el7", "version": "2.4.11" }, "fxload": { "arch": "x86_64", "epoch": "0", "installdate": "1523568023", "release": "16.el7", "version": "2002_04_11" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1523567950", "release": "4.el7", "version": "4.0.2" }, "gcc": { "arch": "x86_64", "epoch": "0", "installdate": "1526573768", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, "gcc-c++": { "arch": "x86_64", "epoch": "0", "installdate": "1527254831", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "8.el7", "version": "1.10", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254877", "release": "8.el7", "version": "1.10" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "8.el7", "version": "1.10" } ] }, "gdbm-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "8.el7", "version": "1.10" }, "gdk-pixbuf2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "1.el7", "version": "2.36.5" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1523567995", "release": "4.el7", "version": "0.18.2.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567965", "release": "4.el7", "version": "0.18.2.1" }, "ghostscript": { "arch": "x86_64", "epoch": "0", "installdate": "1541605378", "release": "31.el7", "version": "9.07" }, "ghostscript-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1527254970", "release": "32.el7", "version": "5.50" }, "git": { "arch": "x86_64", "epoch": "0", "installdate": "1541605320", "release": "19.el7", "version": "1.8.3.1" }, "glib-networking": { "arch": "x86_64", "epoch": "0", "installdate": "1523568022", "release": "1.el7", "version": "2.40.0" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "2.el7", "version": "2.54.2" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1541605296", "release": "260.0.9.el7", "version": "2.17", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1541605382", "release": "260.0.9.el7", "version": "2.17" }, { "arch": "x86_64", "epoch": "0", "installdate": "1541605296", "release": "260.0.9.el7", "version": "2.17" } ] }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1541605289", "release": "260.0.9.el7", "version": "2.17" }, "glibc-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1541605348", "release": "260.0.9.el7", "version": "2.17", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1541605383", "release": "260.0.9.el7", "version": "2.17" }, { "arch": "x86_64", "epoch": "0", "installdate": "1541605348", "release": "260.0.9.el7", "version": "2.17" } ] }, "glibc-headers": { "arch": "x86_64", "epoch": "0", "installdate": "1541605338", "release": "260.0.9.el7", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1523567951", "release": "11.el7", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1541605376", "release": "5.el7_5", "version": "2.0.22" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1541605381", "release": "8.0.1.el7", "version": "3.3.29" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1523567969", "release": "4.el7", "version": "1.36.0" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1526573663", "release": "53619141", "version": "ec551f03" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "5.el7", "version": "1.3.2" }, "graphite2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "1.el7_3", "version": "1.3.10" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1526573726", "release": "3.el7", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1523567959", "release": "8.el7", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1526573769", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1526573727", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1526573755", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1526573747", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1526573755", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1526573755", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1526573728", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1523567996", "release": "11.0.2.el7", "version": "8.28" }, "gsettings-desktop-schemas": { "arch": "x86_64", "epoch": "0", "installdate": "1523567969", "release": "3.el7", "version": "3.8.2" }, "gssproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "17.el7", "version": "0.7.0" }, "gtk-update-icon-cache": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "4.el7_5", "version": "3.22.26" }, "gtk2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254980", "release": "1.el7", "version": "2.24.31" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1523567975", "release": "7.el7", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1523568029", "release": "19.el7", "version": "1.0" }, "harfbuzz": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "1.el7", "version": "1.3.2" }, "hicolor-icon-theme": { "arch": "noarch", "epoch": "0", "installdate": "1527254975", "release": "7.el7", "version": "0.12" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "3.el7", "version": "3.13" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1523568017", "release": "7.5.el7", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1523567948", "release": "4.el7", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1526573751", "release": "1.0.3.el7", "version": "9.49.41" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1523568011", "release": "21.el7", "version": "3.10.0" }, "iprutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523568080", "release": "3.el7", "version": "2.4.3" }, "ipset": { "arch": "x86_64", "epoch": "0", "installdate": "1526573756", "release": "1.el7", "version": "6.29" }, "ipset-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573756", "release": "1.el7", "version": "6.29" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1523568010", "release": "13.el7", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1523568015", "release": "6.el7", "version": "20121221" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1523568055", "release": "1.0.1.el7", "version": "1.0.7" }, "ivtv-firmware": { "arch": "noarch", "epoch": "2", "installdate": "1523568082", "release": "26.el7", "version": "20080701" }, "iwl100-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "39.31.5.1" }, "iwl1000-firmware": { "arch": "noarch", "epoch": "1", "installdate": "1523568082", "release": "36.el7", "version": "39.31.5.1" }, "iwl105-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "18.168.6.1" }, "iwl135-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "18.168.6.1" }, "iwl2000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "18.168.6.1" }, "iwl2030-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "36.el7", "version": "18.168.6.1" }, "iwl3160-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "22.0.7.0" }, "iwl3945-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "15.32.2.9" }, "iwl4965-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "228.61.2.24" }, "iwl5000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "8.83.5.1_1" }, "iwl5150-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "8.24.2.2" }, "iwl6000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "36.el7", "version": "9.221.4.1" }, "iwl6000g2a-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "17.168.5.3" }, "iwl6000g2b-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "36.el7", "version": "17.168.5.2" }, "iwl6050-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "41.28.5.1" }, "iwl7260-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "36.el7", "version": "22.0.7.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1523568048", "release": "6.el7", "version": "2.4" }, "jasper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1541605381", "release": "33.el7", "version": "1.900.1" }, "jbigkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "11.el7", "version": "2.0" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "4.el7_0", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568055", "release": "11.el7", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1523568049", "release": "11.el7", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1523567926", "release": "11.el7", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1541605374", "release": "957.el7", "version": "3.10.0", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573794", "release": "862.2.3.el7", "version": "3.10.0" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254605", "release": "862.3.2.el7", "version": "3.10.0" }, { "arch": "x86_64", "epoch": "0", "installdate": "1541605374", "release": "957.el7", "version": "3.10.0" } ] }, "kernel-headers": { "arch": "x86_64", "epoch": "0", "installdate": "1541605337", "release": "957.el7", "version": "3.10.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1541605348", "release": "957.el7", "version": "3.10.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1541605335", "release": "957.el7", "version": "3.10.0" }, "kernel-uek": { "arch": "x86_64", "epoch": "0", "installdate": "1526573765", "release": "118.21.1.el7uek", "version": "3.8.13", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1541605346", "release": "118.25.1.el7uek", "version": "3.8.13" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523568047", "release": "55.1.6.el7uek", "version": "3.8.13" }, { "arch": "x86_64", "epoch": "0", "installdate": "1526573765", "release": "118.21.1.el7uek", "version": "3.8.13" } ] }, "kernel-uek-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523567927", "release": "55.1.6.el7uek", "version": "3.8.13", "versions": [ { "arch": "noarch", "epoch": "0", "installdate": "1541605339", "release": "118.25.1.el7uek", "version": "3.8.13" }, { "arch": "noarch", "epoch": "0", "installdate": "1526573759", "release": "118.21.1.el7uek", "version": "3.8.13" }, { "arch": "noarch", "epoch": "0", "installdate": "1523567927", "release": "55.1.6.el7uek", "version": "3.8.13" } ] }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1526573760", "release": "13.0.1.el7", "version": "2.0.15" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.5.8" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "3.el7", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1526573748", "release": "21.0.1.el7", "version": "20" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "10.el7", "version": "14" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1523568025", "release": "77.el7", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1541605300", "release": "34.el7", "version": "1.15.1" }, "ksh": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "137.0.1.el7", "version": "20120801" }, "lcms2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "3.el7", "version": "2.6" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1523567965", "release": "8.el7", "version": "458" }, "libICE": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "9.el7", "version": "1.0.9", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "9.el7", "version": "1.0.9" }, { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "9.el7", "version": "1.0.9" } ] }, "libSM": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "2.el7", "version": "1.2.2", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "2.el7", "version": "1.2.2" }, { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "2.el7", "version": "1.2.2" } ] }, "libX11": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.6.5", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "1.el7", "version": "1.6.5" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.6.5" } ] }, "libX11-common": { "arch": "noarch", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.6.5" }, "libXau": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "2.1.el7", "version": "1.0.8", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "2.1.el7", "version": "1.0.8" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "2.1.el7", "version": "1.0.8" } ] }, "libXaw": { "arch": "x86_64", "epoch": "0", "installdate": "1527254851", "release": "4.el7", "version": "1.0.13" }, "libXcomposite": { "arch": "x86_64", "epoch": "0", "installdate": "1527254980", "release": "4.1.el7", "version": "0.4.4" }, "libXcursor": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "8.el7", "version": "1.1.14" }, "libXdamage": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "4.1.el7", "version": "1.1.4" }, "libXdmcp": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "6.el7", "version": "1.1.2" }, "libXext": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.3.3", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "3.el7", "version": "1.3.3" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.3.3" } ] }, "libXfixes": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "1.el7", "version": "5.0.3" }, "libXfont": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "1.el7", "version": "1.5.2" }, "libXfont2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "2.el7", "version": "2.0.1" }, "libXft": { "arch": "x86_64", "epoch": "0", "installdate": "1527254853", "release": "2.el7", "version": "2.3.2" }, "libXi": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.7.9", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254862", "release": "1.el7", "version": "1.7.9" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.7.9" } ] }, "libXinerama": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "2.1.el7", "version": "1.1.3" }, "libXmu": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "2.el7", "version": "1.1.2" }, "libXp": { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "2.1.el7", "version": "1.0.2", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1527254872", "release": "2.1.el7", "version": "1.0.2" }, { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "2.1.el7", "version": "1.0.2" } ] }, "libXpm": { "arch": "x86_64", "epoch": "0", "installdate": "1527254851", "release": "1.el7", "version": "3.5.12", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254860", "release": "1.el7", "version": "3.5.12" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254851", "release": "1.el7", "version": "3.5.12" } ] }, "libXrandr": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "2.el7", "version": "1.5.1" }, "libXrender": { "arch": "i686", "epoch": "0", "installdate": "1527254883", "release": "1.el7", "version": "0.9.10", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "0.9.10" }, { "arch": "i686", "epoch": "0", "installdate": "1527254883", "release": "1.el7", "version": "0.9.10" } ] }, "libXt": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.1.5", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "3.el7", "version": "1.1.5" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.1.5" } ] }, "libXtst": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.2.3", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254862", "release": "1.el7", "version": "1.2.3" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.2.3" } ] }, "libXv": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.0.11" }, "libXxf86dga": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "2.1.el7", "version": "1.1.4" }, "libXxf86misc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "7.1.el7", "version": "1.0.3" }, "libXxf86vm": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.1.4" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1523567954", "release": "12.el7", "version": "2.2.51" }, "libaio": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "13.el7", "version": "0.3.109", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254873", "release": "13.el7", "version": "0.3.109" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "13.el7", "version": "0.3.109" } ] }, "libaio-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "13.el7", "version": "0.3.109", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "13.el7", "version": "0.3.109" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "13.el7", "version": "0.3.109" } ] }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1523567958", "release": "3.el7", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1523567954", "release": "12.el7", "version": "2.4.46" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "29.el7", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1526573727", "release": "52.el7", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1523567954", "release": "8.el7", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1523567955", "release": "5.el7", "version": "0.7.3" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "29.el7", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1523567949", "release": "7.el7", "version": "1.42.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1523567958", "release": "5.el7", "version": "0.6.8" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1541605301", "release": "51.el7", "version": "7.29.0" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "7.el7", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "24.el7", "version": "5.3.21" }, "libdb-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "24.el7", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254983", "release": "24.el7", "version": "5.3.21" }, "libdmx": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.1.3" }, "libdrm": { "arch": "x86_64", "epoch": "0", "installdate": "1526573798", "release": "2.el7", "version": "2.4.83" }, "libdtrace-ctf": { "arch": "x86_64", "epoch": "0", "installdate": "1523568079", "release": "1.el7", "version": "0.4.1" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1523567972", "release": "12.20121213cvs.el7", "version": "3.0" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1523568025", "release": "2.el7", "version": "0.1.9" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "4.el7", "version": "2.0.21" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1523567951", "release": "11.el7", "version": "3.0.13" }, "libfontenc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "3.el7", "version": "1.1.3" }, "libgcc": { "arch": "i686", "epoch": "0", "installdate": "1527254863", "release": "28.0.1.el7_5.1", "version": "4.8.5", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573669", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, { "arch": "i686", "epoch": "0", "installdate": "1527254863", "release": "28.0.1.el7_5.1", "version": "4.8.5" } ] }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "14.el7", "version": "1.5.3" }, "libgnome-keyring": { "arch": "x86_64", "epoch": "0", "installdate": "1527254879", "release": "1.el7", "version": "3.12.0" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1526573754", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1523567954", "release": "3.el7", "version": "1.12" }, "libgudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "57.0.1.el7", "version": "219" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1523567956", "release": "3.el7", "version": "1.28" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "29.el7", "version": "1.3.1" }, "libjpeg-turbo": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "5.el7", "version": "1.2.90" }, "libmng": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "14.el7", "version": "1.0.10" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1523568010", "release": "7.el7", "version": "1.0.3" }, "libmodman": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "8.el7", "version": "2.0.1" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1526573727", "release": "52.el7", "version": "2.23.2" }, "libmpc": { "arch": "x86_64", "epoch": "0", "installdate": "1523567957", "release": "3.el7", "version": "1.0.1" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1526573755", "release": "7.el7", "version": "1.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1523568010", "release": "2.el7", "version": "1.0.4" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "4.el7", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "19.el7", "version": "0.25" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "3.el7", "version": "1.1.4" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "4.el7", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1526573800", "release": "4.el7", "version": "3.2.28" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "29.el7", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1523568047", "release": "3.el7_0.1", "version": "1.5.3" }, "libpciaccess": { "arch": "x86_64", "epoch": "0", "installdate": "1523568018", "release": "4.1.el7", "version": "0.13.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1523568025", "release": "3.el7", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1527254967", "release": "7.el7_2", "version": "1.5.13" }, "libpng12": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "10.el7", "version": "1.2.50" }, "libproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "6.el7", "version": "0.4.11" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1523567978", "release": "4.el7", "version": "1.2.3" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "29.el7", "version": "0.1.5" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1541605298", "release": "14.1.el7", "version": "2.5" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1541605370", "release": "14.1.el7", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1541605321", "release": "14.1.el7", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1541605301", "release": "14.el7", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1541605297", "release": "10.el7", "version": "2.5" }, "libsoup": { "arch": "x86_64", "epoch": "0", "installdate": "1526573800", "release": "6.el7", "version": "2.56.0" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1523567969", "release": "7.el7", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1526573747", "release": "10.el7_2.1", "version": "1.4.3" }, "libstdc++": { "arch": "i686", "epoch": "0", "installdate": "1527254866", "release": "28.0.1.el7_5.1", "version": "4.8.5", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, { "arch": "i686", "epoch": "0", "installdate": "1527254866", "release": "28.0.1.el7_5.1", "version": "4.8.5" } ] }, "libstdc++-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "28.0.1.el7_5.1", "version": "4.8.5", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254870", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "28.0.1.el7_5.1", "version": "4.8.5" } ] }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568081", "release": "16.el7", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "1.el7", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1523567965", "release": "1.el7", "version": "1.15" }, "libthai": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "9.el7", "version": "0.1.14" }, "libtiff": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "27.el7_3", "version": "4.0.3" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "0.10.el7", "version": "0.2.4" }, "libtool-ltdl": { "arch": "x86_64", "epoch": "0", "installdate": "1527254885", "release": "22.el7_3", "version": "2.4.2" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1523567959", "release": "9.el7", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1526573745", "release": "9.el7", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1523567984", "release": "4.el7", "version": "1.1.6" }, "libuuid": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "52.el7", "version": "2.23.2", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573726", "release": "52.el7", "version": "2.23.2" }, { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "52.el7", "version": "2.23.2" } ] }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "4.el7", "version": "0.2.5" }, "libverto-libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "4.el7", "version": "0.2.5" }, "libwayland-client": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "2.el7", "version": "1.14.0" }, "libwayland-server": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "2.el7", "version": "1.14.0" }, "libxcb": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "1.el7", "version": "1.12", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "1.el7", "version": "1.12" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "1.el7", "version": "1.12" } ] }, "libxkbfile": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "3.el7", "version": "1.0.9" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "6.0.1.el7_2.3", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "6.0.1.el7_2.3", "version": "2.9.1" }, "libxshmfence": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "1.el7", "version": "1.2" }, "linux-firmware": { "arch": "noarch", "epoch": "999", "installdate": "1541605315", "release": "999.1.git1baa3486.el7", "version": "20181031" }, "llvm-private": { "arch": "x86_64", "epoch": "0", "installdate": "1527254847", "release": "3.el7", "version": "5.0.0" }, "lm_sensors-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1527254834", "release": "4.20160601gitf9185e5.el7", "version": "3.4.0" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1523568008", "release": "4.el7", "version": "3.8.6" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1523567955", "release": "14.el7", "version": "5.1.4" }, "lz4": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "2.el7", "version": "1.7.5" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "6.el7_0.2", "version": "2.06" }, "m2crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1523568007", "release": "15.el7", "version": "0.21.1" }, "m4": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "10.el7", "version": "1.4.16" }, "mailcap": { "arch": "noarch", "epoch": "0", "installdate": "1527254975", "release": "2.el7", "version": "2.1.41" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "19.el7", "version": "12.5" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1523567971", "release": "21.el7", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1523568074", "release": "9.el7", "version": "2.6.3" }, "mesa-dri-drivers": { "arch": "x86_64", "epoch": "0", "installdate": "1527254848", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1527254847", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-libEGL": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-libGL": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-libGLU": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "4.el7", "version": "9.0.0" }, "mesa-libgbm": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-libglapi": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "8.20171019.el7", "version": "17.2.3" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1526573799", "release": "29.0.2.el7", "version": "2.1" }, "mozjs17": { "arch": "x86_64", "epoch": "0", "installdate": "1523567970", "release": "10.el7", "version": "17.0.0" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1523567956", "release": "4.el7", "version": "3.1.1" }, "mysql-community-common": { "arch": "x86_64", "epoch": "0", "installdate": "1523568051", "release": "3.el7", "version": "5.6.23" }, "mysql-community-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568052", "release": "3.el7", "version": "5.6.23" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1523567972", "release": "13.20130511.el7", "version": "5.9" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1523567926", "release": "13.20130511.el7", "version": "5.9" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567946", "release": "13.20130511.el7", "version": "5.9" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1526573753", "release": "8.el7", "version": "2.7.1" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "4.el7", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523567992", "release": "4.el7", "version": "0.52.15" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1527254833", "release": "0.54.0.1.el7", "version": "1.3.0" }, "nmap-ncat": { "arch": "x86_64", "epoch": "2", "installdate": "1527254826", "release": "13.el7", "version": "6.40" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "1.el7_5", "version": "4.19.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1541605300", "release": "7.el7_5", "version": "3.36.0" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1541605300", "release": "5.el7", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1526573732", "release": "5.0.1.el7_5", "version": "3.36.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1526573687", "release": "5.0.1.el7_5", "version": "3.36.0", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254855", "release": "5.0.1.el7_5", "version": "3.36.0" }, { "arch": "x86_64", "epoch": "0", "installdate": "1526573687", "release": "5.0.1.el7_5", "version": "3.36.0" } ] }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1541605300", "release": "7.el7_5", "version": "3.36.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1541605376", "release": "7.el7_5", "version": "3.36.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "1.el7_5", "version": "3.36.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568048", "release": "4.el7", "version": "2.0.9" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1526573745", "release": "15.el7_5", "version": "2.4.44" }, "openmotif21": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "11.el7", "version": "2.1.30" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1526573746", "release": "16.el7", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "16.el7", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "16.el7", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1541605377", "release": "16.0.1.el7", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1541605298", "release": "16.0.1.el7", "version": "1.0.2k" }, "oracle-ebs-server-R12-preinstall": { "arch": "x86_64", "epoch": "0", "installdate": "1527254981", "release": "2.el7", "version": "1.0" }, "oracle-logos": { "arch": "noarch", "epoch": "0", "installdate": "1523567994", "release": "4.0.7.el7", "version": "70.0.3" }, "oracle-rdbms-server-11gR2-preinstall": { "arch": "x86_64", "epoch": "0", "installdate": "1527254834", "release": "5.el7", "version": "1.0" }, "oraclelinux-release": { "arch": "x86_64", "epoch": "7", "installdate": "1526573729", "release": "1.0.5.el7", "version": "7.5" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1523568016", "release": "5.0.1.el7", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "3.el7", "version": "0.23.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1526573744", "release": "3.el7", "version": "0.23.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1526573726", "release": "22.el7", "version": "1.1.8" }, "pango": { "arch": "x86_64", "epoch": "0", "installdate": "1527254976", "release": "1.el7", "version": "1.40.4" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1523568076", "release": "20.el7", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568008", "release": "4.el7", "version": "0.79" }, "patch": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "10.el7_5", "version": "2.7.1" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254976", "release": "3.el7", "version": "3.5.1" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573754", "release": "3.el7", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "17.el7", "version": "8.32" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1527254844", "release": "292.el7", "version": "5.16.3" }, "perl-B-Lint": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "3.el7", "version": "1.17" }, "perl-Business-ISBN": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "2.06" }, "perl-Business-ISBN-Data": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "20120719.001" }, "perl-CGI": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "4.el7", "version": "3.63" }, "perl-CPAN": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "292.el7", "version": "1.9800" }, "perl-Carp": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "244.el7", "version": "1.26" }, "perl-Class-ISA": { "arch": "noarch", "epoch": "0", "installdate": "1527254974", "release": "1010.el7", "version": "0.36" }, "perl-Class-Load": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "3.el7", "version": "0.20" }, "perl-Class-Singleton": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "14.el7", "version": "1.4" }, "perl-Compress-Raw-Bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254978", "release": "3.el7", "version": "2.061" }, "perl-Compress-Raw-Zlib": { "arch": "x86_64", "epoch": "1", "installdate": "1527254967", "release": "4.el7", "version": "2.061" }, "perl-Data-Dumper": { "arch": "x86_64", "epoch": "0", "installdate": "1527254967", "release": "3.el7", "version": "2.145" }, "perl-Data-OptList": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "9.el7", "version": "0.107" }, "perl-DateTime": { "arch": "x86_64", "epoch": "2", "installdate": "1527255018", "release": "6.el7", "version": "1.04" }, "perl-DateTime-Locale": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "6.el7", "version": "0.45" }, "perl-DateTime-TimeZone": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "1.el7", "version": "1.70" }, "perl-Digest": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "245.el7", "version": "1.17" }, "perl-Digest-MD5": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "3.el7", "version": "2.52" }, "perl-Digest-SHA": { "arch": "x86_64", "epoch": "1", "installdate": "1527254968", "release": "4.el7", "version": "5.85" }, "perl-Encode": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "7.el7", "version": "2.51" }, "perl-Encode-Locale": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "5.el7", "version": "1.03" }, "perl-Env": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "2.el7", "version": "1.04" }, "perl-Error": { "arch": "noarch", "epoch": "1", "installdate": "1527254878", "release": "2.el7", "version": "0.17020" }, "perl-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "5.68" }, "perl-ExtUtils-Install": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "292.el7", "version": "1.58" }, "perl-ExtUtils-MakeMaker": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "3.el7", "version": "6.68" }, "perl-ExtUtils-Manifest": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "244.el7", "version": "1.61" }, "perl-ExtUtils-ParseXS": { "arch": "noarch", "epoch": "1", "installdate": "1527254979", "release": "3.el7", "version": "3.18" }, "perl-FCGI": { "arch": "x86_64", "epoch": "1", "installdate": "1527254978", "release": "8.el7", "version": "0.74" }, "perl-File-CheckTree": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "3.el7", "version": "4.42" }, "perl-File-Listing": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "7.el7", "version": "6.04" }, "perl-File-Path": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "2.el7", "version": "2.09" }, "perl-File-Temp": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "0.23.01" }, "perl-Filter": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "1.49" }, "perl-Getopt-Long": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "2.40" }, "perl-Git": { "arch": "noarch", "epoch": "0", "installdate": "1541605321", "release": "19.el7", "version": "1.8.3.1" }, "perl-HTML-Parser": { "arch": "x86_64", "epoch": "0", "installdate": "1527254979", "release": "4.el7", "version": "3.71" }, "perl-HTML-Tagset": { "arch": "noarch", "epoch": "0", "installdate": "1527254972", "release": "15.el7", "version": "3.20" }, "perl-HTTP-Cookies": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "5.el7", "version": "6.01" }, "perl-HTTP-Daemon": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "7.el7", "version": "6.01" }, "perl-HTTP-Date": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "8.el7", "version": "6.02" }, "perl-HTTP-Message": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "6.el7", "version": "6.06" }, "perl-HTTP-Negotiate": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "5.el7", "version": "6.01" }, "perl-HTTP-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "3.el7", "version": "0.033" }, "perl-IO-Compress": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "2.el7", "version": "2.061" }, "perl-IO-HTML": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "2.el7", "version": "1.00" }, "perl-IO-Socket-IP": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "5.el7", "version": "0.21" }, "perl-IO-Socket-SSL": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "7.el7", "version": "1.94" }, "perl-LWP-MediaTypes": { "arch": "noarch", "epoch": "0", "installdate": "1527254975", "release": "2.el7", "version": "6.02" }, "perl-LWP-Protocol-https": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "4.el7", "version": "6.04" }, "perl-List-MoreUtils": { "arch": "x86_64", "epoch": "0", "installdate": "1527255017", "release": "9.el7", "version": "0.33" }, "perl-Locale-Codes": { "arch": "noarch", "epoch": "0", "installdate": "1527254975", "release": "2.el7", "version": "3.26" }, "perl-Locale-Maketext": { "arch": "noarch", "epoch": "0", "installdate": "1527254981", "release": "3.el7", "version": "1.23" }, "perl-Module-Implementation": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "6.el7", "version": "0.06" }, "perl-Module-Pluggable": { "arch": "noarch", "epoch": "1", "installdate": "1527254973", "release": "3.el7", "version": "4.8" }, "perl-Module-Runtime": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "4.el7", "version": "0.013" }, "perl-Mozilla-CA": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "5.el7", "version": "20130114" }, "perl-Net-HTTP": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "6.06" }, "perl-Net-LibIDN": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "15.el7", "version": "0.12" }, "perl-Net-SSLeay": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "6.el7", "version": "1.55" }, "perl-Package-DeprecationManager": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "7.el7", "version": "0.13" }, "perl-Package-Stash": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "2.el7", "version": "0.34" }, "perl-Package-Stash-XS": { "arch": "x86_64", "epoch": "0", "installdate": "1527255018", "release": "3.el7", "version": "0.26" }, "perl-Params-Util": { "arch": "x86_64", "epoch": "0", "installdate": "1527255017", "release": "6.el7", "version": "1.07" }, "perl-Params-Validate": { "arch": "x86_64", "epoch": "0", "installdate": "1527255017", "release": "4.el7", "version": "1.08" }, "perl-PathTools": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "5.el7", "version": "3.40" }, "perl-Pod-Checker": { "arch": "noarch", "epoch": "0", "installdate": "1527254969", "release": "2.el7", "version": "1.60" }, "perl-Pod-Escapes": { "arch": "noarch", "epoch": "1", "installdate": "1527254841", "release": "292.el7", "version": "1.04" }, "perl-Pod-LaTeX": { "arch": "noarch", "epoch": "0", "installdate": "1527254969", "release": "2.el7", "version": "0.61" }, "perl-Pod-Parser": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "2.el7", "version": "1.61" }, "perl-Pod-Perldoc": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "4.el7", "version": "3.20" }, "perl-Pod-Plainer": { "arch": "noarch", "epoch": "0", "installdate": "1527254969", "release": "4.el7", "version": "1.03" }, "perl-Pod-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1527254842", "release": "4.el7", "version": "3.28" }, "perl-Pod-Usage": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "3.el7", "version": "1.63" }, "perl-Scalar-List-Utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "248.el7", "version": "1.27" }, "perl-Socket": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "4.el7", "version": "2.010" }, "perl-Storable": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "2.45" }, "perl-Sub-Install": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "6.el7", "version": "0.926" }, "perl-Sys-Syslog": { "arch": "x86_64", "epoch": "0", "installdate": "1527254980", "release": "3.el7", "version": "0.33" }, "perl-TermReadKey": { "arch": "x86_64", "epoch": "0", "installdate": "1527254879", "release": "20.el7", "version": "2.30" }, "perl-Test-Harness": { "arch": "noarch", "epoch": "0", "installdate": "1527254967", "release": "3.el7", "version": "3.28" }, "perl-Test-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1527254969", "release": "243.el7", "version": "0.98" }, "perl-Text-ParseWords": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "4.el7", "version": "3.29" }, "perl-Text-Soundex": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "4.el7", "version": "3.04" }, "perl-Text-Unidecode": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "20.el7", "version": "0.04" }, "perl-Time-HiRes": { "arch": "x86_64", "epoch": "4", "installdate": "1527254842", "release": "3.el7", "version": "1.9725" }, "perl-Time-Local": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "2.el7", "version": "1.2300" }, "perl-TimeDate": { "arch": "noarch", "epoch": "1", "installdate": "1527254978", "release": "2.el7", "version": "2.30" }, "perl-Try-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "2.el7", "version": "0.12" }, "perl-URI": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "9.el7", "version": "1.60" }, "perl-WWW-RobotRules": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "5.el7", "version": "6.02" }, "perl-XML-LibXML": { "arch": "x86_64", "epoch": "1", "installdate": "1527254980", "release": "5.el7", "version": "2.0018" }, "perl-XML-NamespaceSupport": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "10.el7", "version": "1.11" }, "perl-XML-SAX": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "9.el7", "version": "0.99" }, "perl-XML-SAX-Base": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "7.el7", "version": "1.08" }, "perl-autodie": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "2.16" }, "perl-constant": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "2.el7", "version": "1.27" }, "perl-devel": { "arch": "x86_64", "epoch": "4", "installdate": "1527254979", "release": "292.el7", "version": "5.16.3" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1527254842", "release": "292.el7", "version": "5.16.3" }, "perl-libwww-perl": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "6.05" }, "perl-local-lib": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "4.el7", "version": "1.008010" }, "perl-macros": { "arch": "x86_64", "epoch": "4", "installdate": "1527254841", "release": "292.el7", "version": "5.16.3" }, "perl-parent": { "arch": "noarch", "epoch": "1", "installdate": "1527254841", "release": "244.el7", "version": "0.225" }, "perl-podlators": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "3.el7", "version": "2.5.1" }, "perl-threads": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "4.el7", "version": "1.87" }, "perl-threads-shared": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "6.el7", "version": "1.43" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1523567970", "release": "14.el7", "version": "0.8.1" }, "pixman": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "1.el7", "version": "0.34.0" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1523567952", "release": "4.el7", "version": "0.27.1" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1523568047", "release": "0.13.20140113.0.1.el7", "version": "0.8.9" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568009", "release": "0.13.20140113.0.1.el7", "version": "0.8.9" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1523568047", "release": "0.13.20140113.0.1.el7", "version": "0.8.9" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1541605321", "release": "29.0.1.el7", "version": "2.5" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1526573751", "release": "14.el7", "version": "0.112" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1523568016", "release": "4.el7", "version": "0.1" }, "poppler-data": { "arch": "noarch", "epoch": "0", "installdate": "1527254974", "release": "3.el7", "version": "0.4.6" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1523567948", "release": "16.el7", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1523568053", "release": "6.0.1.el7", "version": "2.10.1" }, "ppp": { "arch": "x86_64", "epoch": "0", "installdate": "1523568048", "release": "33.el7", "version": "2.4.5" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1527254601", "release": "17.el7_5.2", "version": "3.3.10" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "15.el7", "version": "22.20" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1523568025", "release": "22.el7", "version": "2.0.7" }, "pyOpenSSL": { "arch": "x86_64", "epoch": "0", "installdate": "1523568007", "release": "3.el7", "version": "0.13.1" }, "pygobject2": { "arch": "x86_64", "epoch": "0", "installdate": "1523568005", "release": "11.el7", "version": "2.28.6" }, "pygobject3-base": { "arch": "x86_64", "epoch": "0", "installdate": "1523567996", "release": "6.el7", "version": "3.8.2" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "9.el7", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1523568004", "release": "11.el7", "version": "0.5.3" }, "pyparsing": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "9.el7", "version": "1.5.6" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1541605318", "release": "76.0.1.el7", "version": "2.7.5" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1523568005", "release": "8.el7", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1523568005", "release": "4.el7", "version": "3.4.0.2" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1523568004", "release": "7.el7", "version": "4.7.2" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1523567992", "release": "3.el7", "version": "3.4.0" }, "python-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1523568004", "release": "11.el7", "version": "3.10.13" }, "python-ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1523568005", "release": "5.el7", "version": "0.8" }, "python-firewall": { "arch": "noarch", "epoch": "0", "installdate": "1526573746", "release": "14.el7", "version": "0.4.4.4" }, "python-gudev": { "arch": "x86_64", "epoch": "0", "installdate": "1523568021", "release": "7.el7", "version": "147.2" }, "python-hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1523568019", "release": "4.el7", "version": "1.7.3" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1523567995", "release": "9.el7", "version": "0.4" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1541605318", "release": "76.0.1.el7", "version": "2.7.5" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1523568004", "release": "17.el7", "version": "7.19.0" }, "python-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1523568006", "release": "6.el7", "version": "0.15" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1523568006", "release": "3.el7", "version": "0.9.8" }, "python-slip": { "arch": "noarch", "epoch": "0", "installdate": "1523568005", "release": "2.el7", "version": "0.4.0" }, "python-slip-dbus": { "arch": "noarch", "epoch": "0", "installdate": "1523568005", "release": "2.el7", "version": "0.4.0" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1523568004", "release": "6.el7", "version": "3.10" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1523568006", "release": "5.el7", "version": "0.5.1" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568011", "release": "3.el7", "version": "3.4.1" }, "qt": { "arch": "x86_64", "epoch": "1", "installdate": "1527254976", "release": "2.el7", "version": "4.8.7" }, "qt-settings": { "arch": "noarch", "epoch": "0", "installdate": "1527254976", "release": "23.7.0.1.el7", "version": "19" }, "qt-x11": { "arch": "x86_64", "epoch": "1", "installdate": "1527254978", "release": "2.el7", "version": "4.8.7" }, "qt3": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "51.0.1.el7", "version": "3.3.8b" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1527254833", "release": "17.el7", "version": "4.01" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1527254833", "release": "17.el7", "version": "4.01" }, "rdma": { "arch": "noarch", "epoch": "0", "installdate": "1523568057", "release": "5.el7", "version": "7.1_3.17" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1523567950", "release": "9.el7", "version": "6.2" }, "redhat-lsb": { "arch": "x86_64", "epoch": "0", "installdate": "1527254981", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-core": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-cxx": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-desktop": { "arch": "x86_64", "epoch": "0", "installdate": "1527254980", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-languages": { "arch": "x86_64", "epoch": "0", "installdate": "1527254981", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-printing": { "arch": "x86_64", "epoch": "0", "installdate": "1527254979", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-submod-multimedia": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-submod-security": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "27.0.1.el7", "version": "4.1" }, "redhat-release-server": { "arch": "x86_64", "epoch": "1", "installdate": "1526573729", "release": "8.0.5.el7", "version": "7.5" }, "rhn-check": { "arch": "noarch", "epoch": "0", "installdate": "1523568028", "release": "6.0.8.el7", "version": "2.0.2" }, "rhn-client-tools": { "arch": "noarch", "epoch": "0", "installdate": "1523568028", "release": "6.0.8.el7", "version": "2.0.2" }, "rhn-setup": { "arch": "noarch", "epoch": "0", "installdate": "1523568029", "release": "6.0.8.el7", "version": "2.0.2" }, "rhnlib": { "arch": "noarch", "epoch": "0", "installdate": "1523568007", "release": "2.0.1.el7", "version": "2.5.65" }, "rhnsd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568028", "release": "3.0.1.el7", "version": "5.0.13" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "11.el7", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "44.el7", "version": "0.2.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1523567978", "release": "25.el7", "version": "4.11.1" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "25.el7", "version": "4.11.1" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567975", "release": "25.el7", "version": "4.11.1" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "25.el7", "version": "4.11.1" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1527254879", "release": "4.el7", "version": "3.1.2" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1523568073", "release": "7.0.1.el7_0", "version": "7.4.7" }, "screen": { "arch": "x86_64", "epoch": "0", "installdate": "1527254882", "release": "0.25.20120314git3c2946.el7", "version": "4.1.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1523567948", "release": "5.el7", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1541605322", "release": "229.0.1.el7", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1541605358", "release": "229.0.1.el7", "version": "3.13.1" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1541605381", "release": "10.el7", "version": "2.8.71" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1523567982", "release": "18.el7", "version": "4.1.5.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1523567953", "release": "7.el7", "version": "1.1" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "11.el7", "version": "2.2.4" }, "smartmontools": { "arch": "x86_64", "epoch": "1", "installdate": "1527254833", "release": "1.el7", "version": "6.5" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "3.el7", "version": "1.1.0" }, "spax": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "13.el7", "version": "1.5.2" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "8.el7", "version": "3.7.17" }, "stix-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1527254851", "release": "5.el7", "version": "1.1.0" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1526573790", "release": "13.el7", "version": "1.8.19p2" }, "sysstat": { "arch": "x86_64", "epoch": "0", "installdate": "1527254834", "release": "13.el7", "version": "10.1.5" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1526573749", "release": "57.0.1.el7", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "57.0.1.el7", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1526573751", "release": "57.0.1.el7", "version": "219" }, "systemtap-sdt-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "4.el7", "version": "3.2" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "14.dsf.el7", "version": "2.88" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1523568081", "release": "29.el7", "version": "1.26" }, "tcp_wrappers": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "77.el7", "version": "7.6" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567957", "release": "77.el7", "version": "7.6" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568048", "release": "1.el7", "version": "1.15" }, "tigervnc-license": { "arch": "noarch", "epoch": "0", "installdate": "1527254844", "release": "5.el7", "version": "1.8.0" }, "tigervnc-server": { "arch": "x86_64", "epoch": "0", "installdate": "1527254849", "release": "5.el7", "version": "1.8.0" }, "tigervnc-server-minimal": { "arch": "x86_64", "epoch": "0", "installdate": "1527254849", "release": "5.el7", "version": "1.8.0" }, "time": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "45.el7", "version": "1.7" }, "trousers": { "arch": "x86_64", "epoch": "0", "installdate": "1523568022", "release": "3.el7", "version": "0.3.11.2" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1523568075", "release": "1.el7", "version": "2.4.1" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1523567930", "release": "1.el7", "version": "2015a" }, "uname26": { "arch": "x86_64", "epoch": "0", "installdate": "1523568081", "release": "1.el7", "version": "1.0" }, "unixODBC": { "arch": "x86_64", "epoch": "0", "installdate": "1527254885", "release": "11.el7", "version": "2.3.1" }, "unixODBC-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254886", "release": "11.el7", "version": "2.3.1" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1527254978", "release": "19.el7", "version": "6.0" }, "urw-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1527254971", "release": "16.el7", "version": "2.4" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1523568008", "release": "5.el7", "version": "1.111" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "16.el7", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1526573746", "release": "52.el7", "version": "2.23.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1526573752", "release": "4.el7", "version": "7.4.160" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1523568011", "release": "5.el7", "version": "1.13" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1541605379", "release": "18.el7", "version": "1.14" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1523567959", "release": "7.el7", "version": "2.20" }, "wpa_supplicant": { "arch": "x86_64", "epoch": "1", "installdate": "1541605379", "release": "12.el7", "version": "2.6" }, "xdg-utils": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "0.17.20120809git.el7", "version": "1.1.0" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573800", "release": "15.0.1.el7", "version": "4.5.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1527254845", "release": "1.el7", "version": "2.20" }, "xorg-x11-font-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1527254970", "release": "20.el7", "version": "7.5" }, "xorg-x11-libs-compat": { "arch": "i386", "epoch": "0", "installdate": "1527254981", "release": "1.EL.33.0.1", "version": "6.8.2" }, "xorg-x11-server-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "20.el7", "version": "7.7" }, "xorg-x11-twm": { "arch": "x86_64", "epoch": "1", "installdate": "1527254890", "release": "5.1.el6", "version": "1.0.3" }, "xorg-x11-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "22.el7", "version": "7.5" }, "xorg-x11-xauth": { "arch": "x86_64", "epoch": "1", "installdate": "1527254832", "release": "1.el7", "version": "1.0.9" }, "xorg-x11-xinit": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "2.el7", "version": "1.3.4" }, "xorg-x11-xkb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "12.el7", "version": "7.7" }, "xterm": { "arch": "x86_64", "epoch": "0", "installdate": "1527254853", "release": "3.el7", "version": "295" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "9alpha.el7", "version": "5.1.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567946", "release": "9alpha.el7", "version": "5.1.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1523568027", "release": "125.0.1.el7", "version": "3.4.3" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1523568004", "release": "10.el7", "version": "1.1.4" }, "yum-rhn-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1523568028", "release": "5.0.2.el7", "version": "2.0.1" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "11.el7", "version": "3.0" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1527254967", "release": "17.el7", "version": "1.2.7" }, "zlib-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "17.el7", "version": "1.2.7" } }, "platform": "oracle", "platform_family": "rhel", "platform_version": "7.5", "root_group": "root", "shard_seed": 37882957, "shells": [ "/bin/sh", "/bin/bash", "/sbin/nologin", "/usr/bin/sh", "/usr/bin/bash", "/usr/sbin/nologin", "/bin/ksh", "/bin/rksh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/oracle/7.6.json000066400000000000000000004477431417433310300220460ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "104857600" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.0.257/lib", "version": "16.0.257" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.0.20/lib/ohai", "version": "16.0.20" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "EDD is supported": null, "PCI is supported": null, "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "2.12", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2395 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2395 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2395 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2395 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec2b13fa-a727-1f3a-dbe9-b16c806b1f0c", "UUID": "EC2B13FA-A727-1F3A-DBE9-B16C806B1F0C", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec2b13fa-a727-1f3a-dbe9-b16c806b1f0c", "sku_number": "Not Specified", "uuid": "EC2B13FA-A727-1F3A-DBE9-B16C806B1F0C", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "127636", "inodes_percent_used": "1%", "inodes_used": "364", "kb_available": "1659508", "kb_size": "1983056", "kb_used": "204764", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "mounts": [ "/boot" ], "percent_used": "11%", "total_inodes": "128000", "uuid": "80d2fa6b-bdbd-4a1c-9dbe-4407684359ae" }, "/dev/xvda2": { "fs_type": "ext4", "inodes_available": "2499479", "inodes_percent_used": "3%", "inodes_used": "64617", "kb_available": "35320796", "kb_size": "40185112", "kb_used": "2799932", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "mounts": [ "/" ], "percent_used": "8%", "total_inodes": "2564096", "uuid": "4951d45a-7187-4cb8-a9b1-b675d4f5f8bd" }, "/dev/xvda3": { "fs_type": "swap", "mounts": [ ], "uuid": "8bb69d57-578b-418a-8887-5ef495919e8a" }, "binfmt_misc": { "fs_type": "binfmt_misc", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/memory" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "123755", "inodes_percent_used": "1%", "inodes_used": "296", "kb_available": "496204", "kb_size": "496204", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=496204k", "nr_inodes=124051", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "124051" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sunrpc": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=24", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=10397" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126648", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101320", "kb_size": "101320", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101320k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "126649" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2", "rootfs" ], "fs_type": "rootfs", "inodes_available": "2499479", "inodes_percent_used": "3%", "inodes_used": "64617", "kb_available": "35320796", "kb_size": "40185112", "kb_used": "2799932", "mount_options": [ "rw" ], "percent_used": "8%", "total_inodes": "2564096", "uuid": "4951d45a-7187-4cb8-a9b1-b675d4f5f8bd" }, "/boot": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "127636", "inodes_percent_used": "1%", "inodes_used": "364", "kb_available": "1659508", "kb_size": "1983056", "kb_used": "204764", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "percent_used": "11%", "total_inodes": "128000", "uuid": "80d2fa6b-bdbd-4a1c-9dbe-4407684359ae" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "123755", "inodes_percent_used": "1%", "inodes_used": "296", "kb_available": "496204", "kb_size": "496204", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=496204k", "nr_inodes=124051", "mode=755" ], "percent_used": "0%", "total_inodes": "124051" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126648", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506596", "kb_size": "506596", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126649" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1", "binfmt_misc" ], "fs_type": "binfmt_misc", "mount_options": [ "rw", "relatime" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126307", "inodes_percent_used": "1%", "inodes_used": "342", "kb_available": "499940", "kb_size": "506596", "kb_used": "6656", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "126649" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126648", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101320", "kb_size": "101320", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101320k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126649" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126633", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506596", "kb_size": "506596", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126649" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "sunrpc" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/boot": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "127636", "inodes_percent_used": "1%", "inodes_used": "364", "kb_available": "1659508", "kb_size": "1983056", "kb_used": "204764", "mount": "/boot", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "percent_used": "11%", "total_inodes": "128000", "uuid": "80d2fa6b-bdbd-4a1c-9dbe-4407684359ae" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "ext4", "inodes_available": "2499479", "inodes_percent_used": "3%", "inodes_used": "64617", "kb_available": "35320796", "kb_size": "40185112", "kb_used": "2799932", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "data=ordered" ], "percent_used": "8%", "total_inodes": "2564096", "uuid": "4951d45a-7187-4cb8-a9b1-b675d4f5f8bd" }, "/dev/xvda3,": { "device": "/dev/xvda3", "fs_type": "swap", "uuid": "8bb69d57-578b-418a-8887-5ef495919e8a" }, "binfmt_misc,/proc/sys/fs/binfmt_misc": { "device": "binfmt_misc", "fs_type": "binfmt_misc", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "123755", "inodes_percent_used": "1%", "inodes_used": "296", "kb_available": "496204", "kb_size": "496204", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=496204k", "nr_inodes=124051", "mode=755" ], "percent_used": "0%", "total_inodes": "124051" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sunrpc,/var/lib/nfs/rpc_pipefs": { "device": "sunrpc", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=24", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=10397" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126648", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506596", "kb_size": "506596", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126649" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126307", "inodes_percent_used": "1%", "inodes_used": "342", "kb_available": "499940", "kb_size": "506596", "kb_used": "6656", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "126649" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126648", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101320", "kb_size": "101320", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101320k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126649" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126633", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506596", "kb_size": "506596", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126649" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "13597" }, "aesni_intel": { "refcount": "0", "size": "189414" }, "ata_generic": { "refcount": "0", "size": "12923", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "35052", "version": "2.13" }, "binfmt_misc": { "refcount": "1", "size": "17468" }, "bridge": { "refcount": "1", "size": "151336", "version": "2.3" }, "cirrus": { "refcount": "1", "size": "24377" }, "crc32_pclmul": { "refcount": "0", "size": "13133" }, "crc32c_intel": { "refcount": "1", "size": "22094" }, "crct10dif_common": { "refcount": "1", "size": "12595" }, "crct10dif_pclmul": { "refcount": "0", "size": "14307" }, "cryptd": { "refcount": "3", "size": "21190" }, "drm": { "refcount": "4", "size": "429744" }, "drm_kms_helper": { "refcount": "1", "size": "179394" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "12957" }, "ebtable_broute": { "refcount": "1", "size": "12731" }, "ebtable_filter": { "refcount": "1", "size": "12827" }, "ebtable_nat": { "refcount": "1", "size": "12807" }, "ebtables": { "refcount": "3", "size": "35009" }, "ext4": { "refcount": "2", "size": "579979" }, "fb_sys_fops": { "refcount": "1", "size": "12703" }, "floppy": { "refcount": "0", "size": "69432" }, "gf128mul": { "refcount": "1", "size": "15139" }, "ghash_clmulni_intel": { "refcount": "0", "size": "13273" }, "glue_helper": { "refcount": "1", "size": "13990" }, "i2c_piix4": { "refcount": "0", "size": "22401" }, "intel_rapl": { "refcount": "0", "size": "19542" }, "iosf_mbi": { "refcount": "1", "size": "15582" }, "ip6_tables": { "refcount": "5", "size": "26912" }, "ip6t_REJECT": { "refcount": "2", "size": "12625" }, "ip6t_rpfilter": { "refcount": "1", "size": "12595" }, "ip6table_filter": { "refcount": "1", "size": "12815" }, "ip6table_mangle": { "refcount": "1", "size": "12700" }, "ip6table_nat": { "refcount": "1", "size": "12864" }, "ip6table_raw": { "refcount": "1", "size": "12683" }, "ip6table_security": { "refcount": "1", "size": "12710" }, "ip_set": { "refcount": "0", "size": "45644" }, "ip_tables": { "refcount": "5", "size": "27126" }, "ipt_REJECT": { "refcount": "2", "size": "12541" }, "iptable_filter": { "refcount": "1", "size": "12810" }, "iptable_mangle": { "refcount": "1", "size": "12695" }, "iptable_nat": { "refcount": "1", "size": "12875" }, "iptable_raw": { "refcount": "1", "size": "12678" }, "iptable_security": { "refcount": "1", "size": "12705" }, "jbd2": { "refcount": "1", "size": "107478" }, "libata": { "refcount": "3", "size": "243133", "version": "3.00" }, "libcrc32c": { "refcount": "2", "size": "12644" }, "llc": { "refcount": "2", "size": "14552" }, "lrw": { "refcount": "1", "size": "13286" }, "mbcache": { "refcount": "1", "size": "14958" }, "nf_conntrack": { "refcount": "6", "size": "133095" }, "nf_conntrack_ipv4": { "refcount": "6", "size": "15053" }, "nf_conntrack_ipv6": { "refcount": "7", "size": "18935" }, "nf_defrag_ipv4": { "refcount": "1", "size": "12729" }, "nf_defrag_ipv6": { "refcount": "1", "size": "35104" }, "nf_nat": { "refcount": "2", "size": "26787" }, "nf_nat_ipv4": { "refcount": "1", "size": "14115" }, "nf_nat_ipv6": { "refcount": "1", "size": "14131" }, "nf_reject_ipv4": { "refcount": "1", "size": "13373" }, "nf_reject_ipv6": { "refcount": "1", "size": "13717" }, "nfnetlink": { "refcount": "1", "size": "14490" }, "parport": { "refcount": "2", "size": "46395" }, "parport_pc": { "refcount": "0", "size": "28205" }, "pata_acpi": { "refcount": "0", "size": "13053", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "12718" }, "ppdev": { "refcount": "0", "size": "17671" }, "sb_edac": { "refcount": "0", "size": "31940" }, "serio_raw": { "refcount": "0", "size": "13434" }, "stp": { "refcount": "1", "size": "12976" }, "sunrpc": { "refcount": "1", "size": "353407" }, "syscopyarea": { "refcount": "1", "size": "12529" }, "sysfillrect": { "refcount": "1", "size": "12701" }, "sysimgblt": { "refcount": "1", "size": "12640" }, "ttm": { "refcount": "1", "size": "114635" }, "xen_blkfront": { "refcount": "4", "size": "26922" }, "xen_netfront": { "refcount": "0", "size": "27082" }, "xt_conntrack": { "refcount": "11", "size": "12760" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "3.10.0-957.5.1.el7.x86_64", "version": "#1 SMP Tue Jan 29 11:37:46 PST 2019" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "lsb": { "codename": "n/a", "description": "Oracle Linux Server release 7.5", "id": "OracleServer", "release": "7.5" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1588214760.092003, "os": "linux", "os_version": "3.10.0-957.5.1.el7.x86_64", "packages": { "GeoIP": { "arch": "x86_64", "epoch": "0", "installdate": "1526573756", "release": "11.el7", "version": "1.5.0" }, "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1526573755", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-config-server": { "arch": "noarch", "epoch": "1", "installdate": "1526573800", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1526573736", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-ppp": { "arch": "x86_64", "epoch": "1", "installdate": "1526573769", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1526573769", "release": "14.el7_5", "version": "1.10.2" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1526573769", "release": "14.el7_5", "version": "1.10.2" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1523567968", "release": "12.el7", "version": "2.2.51" }, "aic94xx-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568074", "release": "6.el7", "version": "30" }, "alsa-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568024", "release": "2.el7", "version": "1.0.28" }, "alsa-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523568009", "release": "2.el7", "version": "1.0.28" }, "alsa-tools-firmware": { "arch": "x86_64", "epoch": "0", "installdate": "1523568024", "release": "4.el7", "version": "1.0.27" }, "amazon-ssm-agent": { "arch": "x86_64", "epoch": "0", "installdate": "1527254897", "release": "1", "version": "2.2.607.0" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "23.el7", "version": "3.1.13" }, "atk": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "3.el7", "version": "2.22.0" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1523568074", "release": "5.el7", "version": "2.4.1" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567948", "release": "5.el7", "version": "2.4.1" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1526573790", "release": "30.el7", "version": "6.2.8" }, "avahi-autoipd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568008", "release": "14.el7", "version": "0.6.31" }, "avahi-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567970", "release": "14.el7", "version": "0.6.31" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1523567923", "release": "7.0.1.el7", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "30.el7", "version": "4.2.46" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "13.el7", "version": "1.06.95" }, "bind-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1527254834", "release": "61.el7", "version": "9.9.4" }, "bind-libs-lite": { "arch": "x86_64", "epoch": "32", "installdate": "1526573759", "release": "61.el7", "version": "9.9.4" }, "bind-license": { "arch": "noarch", "epoch": "32", "installdate": "1526573759", "release": "61.el7", "version": "9.9.4" }, "bind-utils": { "arch": "x86_64", "epoch": "32", "installdate": "1527254834", "release": "61.el7", "version": "9.9.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "27.base.0.1.el7", "version": "2.27" }, "biosdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1523568074", "release": "2.el7", "version": "0.6.1" }, "btrfs-progs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568080", "release": "1.el7", "version": "3.16.2" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567950", "release": "12.el7", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1523567962", "release": "72.el7", "version": "2014.1.98" }, "cairo": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "2.el7", "version": "1.14.8" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1588214752", "release": "1.el7", "version": "16.0.257" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1523567949", "release": "4.el7", "version": "1.3.61" }, "compat-db-headers": { "arch": "noarch", "epoch": "0", "installdate": "1527254972", "release": "28.el7", "version": "4.7.25" }, "compat-db47": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "28.el7", "version": "4.7.25" }, "compat-libcap1": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "7.el7", "version": "1.10" }, "compat-libstdc++-296": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "144.0.2.el7", "version": "2.96" }, "compat-libstdc++-33": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "72.el7", "version": "3.2.3", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254865", "release": "72.el7", "version": "3.2.3" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "72.el7", "version": "3.2.3" } ] }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523567980", "release": "11.0.1.el7", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "27.el7", "version": "2.11" }, "cpp": { "arch": "x86_64", "epoch": "0", "installdate": "1526573753", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1523567975", "release": "11.el7", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1523567976", "release": "11.el7", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1523568018", "release": "13.el7", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1523568018", "release": "13.el7", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1523568018", "release": "6.20121102git.el7", "version": "1.11" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568011", "release": "3.el7", "version": "1.6.6" }, "cups-client": { "arch": "x86_64", "epoch": "1", "installdate": "1527254969", "release": "35.el7", "version": "1.6.3" }, "cups-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1527254967", "release": "35.el7", "version": "1.6.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "46.el7", "version": "7.29.0" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523567958", "release": "17.0.1.el7", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1526573751", "release": "7.0.1.el7", "version": "1.10.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1523567955", "release": "7.el7", "version": "0.100" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1526573736", "release": "7.0.1.el7", "version": "1.10.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523567992", "release": "9.el7", "version": "1.1.1" }, "desktop-file-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254979", "release": "1.el7", "version": "0.23" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1527254831", "release": "4.0.1.el7", "version": "1.02.146" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1527254831", "release": "4.0.1.el7", "version": "1.02.146" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1526573759", "release": "68.0.1.el7_5.1", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1526573745", "release": "68.0.1.el7_5.1", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1526573745", "release": "68.0.1.el7_5.1", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "4.el7", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1523568011", "release": "5.el7", "version": "2.12" }, "dnsmasq": { "arch": "x86_64", "epoch": "0", "installdate": "1526573790", "release": "5.el7", "version": "2.76" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1526573747", "release": "535.0.1.el7", "version": "033" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "535.0.1.el7", "version": "033" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1526573759", "release": "535.0.1.el7", "version": "033" }, "dtrace-modules-3.8.13-55.1.6.el7uek": { "arch": "x86_64", "epoch": "0", "installdate": "1523568056", "release": "4.el7", "version": "0.4.3" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568079", "release": "7.el7", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567958", "release": "7.el7", "version": "1.42.9" }, "ebtables": { "arch": "x86_64", "epoch": "0", "installdate": "1523568024", "release": "13.el7", "version": "2.0.10" }, "ed": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "4.el7", "version": "1.9" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "4.el7", "version": "0.170" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "4.el7", "version": "0.170" }, "elfutils-libelf-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "4.el7", "version": "0.170" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1527254983", "release": "4.el7", "version": "0.170" }, "emacs-filesystem": { "arch": "noarch", "epoch": "1", "installdate": "1527254979", "release": "20.el7_4", "version": "24.3" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1523567961", "release": "2.el7", "version": "3.15" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1526573729", "release": "10.el7_3", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1526573754", "release": "33.el7", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573754", "release": "33.el7", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1523567915", "release": "18.el7", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1523567956", "release": "3.el7", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1523568009", "release": "5.el7", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1523568009", "release": "5.el7", "version": "1.4.1" }, "firewalld": { "arch": "noarch", "epoch": "0", "installdate": "1526573769", "release": "14.el7", "version": "0.4.4.4" }, "firewalld-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1526573756", "release": "14.el7", "version": "0.4.4.4" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1527254851", "release": "11.el7", "version": "2.10.95" }, "fontpackages-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1527254851", "release": "8.el7", "version": "1.44" }, "foomatic-filters": { "arch": "x86_64", "epoch": "0", "installdate": "1527254979", "release": "8.el7", "version": "4.0.9" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1526573752", "release": "15.el7", "version": "2.4.11" }, "fxload": { "arch": "x86_64", "epoch": "0", "installdate": "1523568023", "release": "16.el7", "version": "2002_04_11" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1523567950", "release": "4.el7", "version": "4.0.2" }, "gcc": { "arch": "x86_64", "epoch": "0", "installdate": "1526573768", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, "gcc-c++": { "arch": "x86_64", "epoch": "0", "installdate": "1527254831", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "8.el7", "version": "1.10", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254877", "release": "8.el7", "version": "1.10" }, { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "8.el7", "version": "1.10" } ] }, "gdbm-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "8.el7", "version": "1.10" }, "gdk-pixbuf2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "1.el7", "version": "2.36.5" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1523567995", "release": "4.el7", "version": "0.18.2.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567965", "release": "4.el7", "version": "0.18.2.1" }, "ghostscript": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "28.el7_4.2", "version": "9.07" }, "ghostscript-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1527254970", "release": "32.el7", "version": "5.50" }, "git": { "arch": "x86_64", "epoch": "0", "installdate": "1527254880", "release": "13.el7", "version": "1.8.3.1" }, "glib-networking": { "arch": "x86_64", "epoch": "0", "installdate": "1523568022", "release": "1.el7", "version": "2.40.0" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "2.el7", "version": "2.54.2" }, "glibc": { "arch": "i686", "epoch": "0", "installdate": "1527254856", "release": "222.el7", "version": "2.17", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573700", "release": "222.el7", "version": "2.17" }, { "arch": "i686", "epoch": "0", "installdate": "1527254856", "release": "222.el7", "version": "2.17" } ] }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1526573696", "release": "222.el7", "version": "2.17" }, "glibc-devel": { "arch": "i686", "epoch": "0", "installdate": "1527254868", "release": "222.el7", "version": "2.17", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573759", "release": "222.el7", "version": "2.17" }, { "arch": "i686", "epoch": "0", "installdate": "1527254868", "release": "222.el7", "version": "2.17" } ] }, "glibc-headers": { "arch": "x86_64", "epoch": "0", "installdate": "1526573758", "release": "222.el7", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1523567951", "release": "11.el7", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "3.el7", "version": "2.0.22" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1526573769", "release": "9.0.1.el7", "version": "3.3.26" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1523567969", "release": "4.el7", "version": "1.36.0" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1526573663", "release": "53619141", "version": "ec551f03" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "5.el7", "version": "1.3.2" }, "graphite2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "1.el7_3", "version": "1.3.10" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1526573726", "release": "3.el7", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1523567959", "release": "8.el7", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1526573769", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1526573727", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1526573755", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1526573747", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1526573755", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1526573755", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1526573728", "release": "0.65.0.4.el7_4.2", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1523567996", "release": "11.0.2.el7", "version": "8.28" }, "gsettings-desktop-schemas": { "arch": "x86_64", "epoch": "0", "installdate": "1523567969", "release": "3.el7", "version": "3.8.2" }, "gssproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "17.el7", "version": "0.7.0" }, "gtk-update-icon-cache": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "4.el7_5", "version": "3.22.26" }, "gtk2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254980", "release": "1.el7", "version": "2.24.31" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1523567975", "release": "7.el7", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1523568029", "release": "19.el7", "version": "1.0" }, "harfbuzz": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "1.el7", "version": "1.3.2" }, "hicolor-icon-theme": { "arch": "noarch", "epoch": "0", "installdate": "1527254975", "release": "7.el7", "version": "0.12" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "3.el7", "version": "3.13" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1523568017", "release": "7.5.el7", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1523567948", "release": "4.el7", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1526573751", "release": "1.0.3.el7", "version": "9.49.41" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1523568011", "release": "21.el7", "version": "3.10.0" }, "iprutils": { "arch": "x86_64", "epoch": "0", "installdate": "1523568080", "release": "3.el7", "version": "2.4.3" }, "ipset": { "arch": "x86_64", "epoch": "0", "installdate": "1526573756", "release": "1.el7", "version": "6.29" }, "ipset-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573756", "release": "1.el7", "version": "6.29" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1523568010", "release": "13.el7", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1523568015", "release": "6.el7", "version": "20121221" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1523568055", "release": "1.0.1.el7", "version": "1.0.7" }, "ivtv-firmware": { "arch": "noarch", "epoch": "2", "installdate": "1523568082", "release": "26.el7", "version": "20080701" }, "iwl100-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "39.31.5.1" }, "iwl1000-firmware": { "arch": "noarch", "epoch": "1", "installdate": "1523568082", "release": "36.el7", "version": "39.31.5.1" }, "iwl105-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "18.168.6.1" }, "iwl135-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "18.168.6.1" }, "iwl2000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "18.168.6.1" }, "iwl2030-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "36.el7", "version": "18.168.6.1" }, "iwl3160-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "22.0.7.0" }, "iwl3945-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "15.32.2.9" }, "iwl4965-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "228.61.2.24" }, "iwl5000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "8.83.5.1_1" }, "iwl5150-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "8.24.2.2" }, "iwl6000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "36.el7", "version": "9.221.4.1" }, "iwl6000g2a-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568082", "release": "36.el7", "version": "17.168.5.3" }, "iwl6000g2b-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "36.el7", "version": "17.168.5.2" }, "iwl6050-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568083", "release": "36.el7", "version": "41.28.5.1" }, "iwl7260-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "36.el7", "version": "22.0.7.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1523568048", "release": "6.el7", "version": "2.4" }, "jasper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "31.el7", "version": "1.900.1" }, "jbigkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "11.el7", "version": "2.0" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "4.el7_0", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568055", "release": "11.el7", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1523568049", "release": "11.el7", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1523567926", "release": "11.el7", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1552476937", "release": "957.5.1.el7", "version": "3.10.0", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573794", "release": "862.2.3.el7", "version": "3.10.0" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254605", "release": "862.3.2.el7", "version": "3.10.0" }, { "arch": "x86_64", "epoch": "0", "installdate": "1552476937", "release": "957.5.1.el7", "version": "3.10.0" } ] }, "kernel-headers": { "arch": "x86_64", "epoch": "0", "installdate": "1527254601", "release": "862.3.2.el7", "version": "3.10.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1527254600", "release": "862.3.2.el7", "version": "3.10.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1527254600", "release": "862.3.2.el7", "version": "3.10.0" }, "kernel-uek": { "arch": "x86_64", "epoch": "0", "installdate": "1526573765", "release": "118.21.1.el7uek", "version": "3.8.13", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1523568047", "release": "55.1.6.el7uek", "version": "3.8.13" }, { "arch": "x86_64", "epoch": "0", "installdate": "1526573765", "release": "118.21.1.el7uek", "version": "3.8.13" } ] }, "kernel-uek-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1523567927", "release": "55.1.6.el7uek", "version": "3.8.13", "versions": [ { "arch": "noarch", "epoch": "0", "installdate": "1526573759", "release": "118.21.1.el7uek", "version": "3.8.13" }, { "arch": "noarch", "epoch": "0", "installdate": "1523567927", "release": "55.1.6.el7uek", "version": "3.8.13" } ] }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1526573760", "release": "13.0.1.el7", "version": "2.0.15" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.5.8" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "3.el7", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1526573748", "release": "21.0.1.el7", "version": "20" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "10.el7", "version": "14" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1523568025", "release": "77.el7", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573726", "release": "19.el7", "version": "1.15.1" }, "ksh": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "137.0.1.el7", "version": "20120801" }, "lcms2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "3.el7", "version": "2.6" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1523567965", "release": "8.el7", "version": "458" }, "libICE": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "9.el7", "version": "1.0.9", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "9.el7", "version": "1.0.9" }, { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "9.el7", "version": "1.0.9" } ] }, "libSM": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "2.el7", "version": "1.2.2", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "2.el7", "version": "1.2.2" }, { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "2.el7", "version": "1.2.2" } ] }, "libX11": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.6.5", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "1.el7", "version": "1.6.5" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.6.5" } ] }, "libX11-common": { "arch": "noarch", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.6.5" }, "libXau": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "2.1.el7", "version": "1.0.8", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "2.1.el7", "version": "1.0.8" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "2.1.el7", "version": "1.0.8" } ] }, "libXaw": { "arch": "x86_64", "epoch": "0", "installdate": "1527254851", "release": "4.el7", "version": "1.0.13" }, "libXcomposite": { "arch": "x86_64", "epoch": "0", "installdate": "1527254980", "release": "4.1.el7", "version": "0.4.4" }, "libXcursor": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "8.el7", "version": "1.1.14" }, "libXdamage": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "4.1.el7", "version": "1.1.4" }, "libXdmcp": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "6.el7", "version": "1.1.2" }, "libXext": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.3.3", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "3.el7", "version": "1.3.3" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.3.3" } ] }, "libXfixes": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "1.el7", "version": "5.0.3" }, "libXfont": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "1.el7", "version": "1.5.2" }, "libXfont2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "2.el7", "version": "2.0.1" }, "libXft": { "arch": "x86_64", "epoch": "0", "installdate": "1527254853", "release": "2.el7", "version": "2.3.2" }, "libXi": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.7.9", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254862", "release": "1.el7", "version": "1.7.9" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.7.9" } ] }, "libXinerama": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "2.1.el7", "version": "1.1.3" }, "libXmu": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "2.el7", "version": "1.1.2" }, "libXp": { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "2.1.el7", "version": "1.0.2", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1527254872", "release": "2.1.el7", "version": "1.0.2" }, { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "2.1.el7", "version": "1.0.2" } ] }, "libXpm": { "arch": "x86_64", "epoch": "0", "installdate": "1527254851", "release": "1.el7", "version": "3.5.12", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254860", "release": "1.el7", "version": "3.5.12" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254851", "release": "1.el7", "version": "3.5.12" } ] }, "libXrandr": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "2.el7", "version": "1.5.1" }, "libXrender": { "arch": "i686", "epoch": "0", "installdate": "1527254883", "release": "1.el7", "version": "0.9.10", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "0.9.10" }, { "arch": "i686", "epoch": "0", "installdate": "1527254883", "release": "1.el7", "version": "0.9.10" } ] }, "libXt": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.1.5", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "3.el7", "version": "1.1.5" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.1.5" } ] }, "libXtst": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.2.3", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254862", "release": "1.el7", "version": "1.2.3" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.2.3" } ] }, "libXv": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.0.11" }, "libXxf86dga": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "2.1.el7", "version": "1.1.4" }, "libXxf86misc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "7.1.el7", "version": "1.0.3" }, "libXxf86vm": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "1.el7", "version": "1.1.4" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1523567954", "release": "12.el7", "version": "2.2.51" }, "libaio": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "13.el7", "version": "0.3.109", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254873", "release": "13.el7", "version": "0.3.109" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "13.el7", "version": "0.3.109" } ] }, "libaio-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "13.el7", "version": "0.3.109", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "13.el7", "version": "0.3.109" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "13.el7", "version": "0.3.109" } ] }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1523567958", "release": "3.el7", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1523567954", "release": "12.el7", "version": "2.4.46" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "29.el7", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1526573727", "release": "52.el7", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1523567954", "release": "8.el7", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1523567955", "release": "5.el7", "version": "0.7.3" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "29.el7", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1523567949", "release": "7.el7", "version": "1.42.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1523567958", "release": "5.el7", "version": "0.6.8" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1526573747", "release": "46.el7", "version": "7.29.0" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "7.el7", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "24.el7", "version": "5.3.21" }, "libdb-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "24.el7", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254983", "release": "24.el7", "version": "5.3.21" }, "libdmx": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "3.el7", "version": "1.1.3" }, "libdrm": { "arch": "x86_64", "epoch": "0", "installdate": "1526573798", "release": "2.el7", "version": "2.4.83" }, "libdtrace-ctf": { "arch": "x86_64", "epoch": "0", "installdate": "1523568079", "release": "1.el7", "version": "0.4.1" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1523567972", "release": "12.20121213cvs.el7", "version": "3.0" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1523568025", "release": "2.el7", "version": "0.1.9" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "4.el7", "version": "2.0.21" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1523567951", "release": "11.el7", "version": "3.0.13" }, "libfontenc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "3.el7", "version": "1.1.3" }, "libgcc": { "arch": "i686", "epoch": "0", "installdate": "1527254863", "release": "28.0.1.el7_5.1", "version": "4.8.5", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573669", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, { "arch": "i686", "epoch": "0", "installdate": "1527254863", "release": "28.0.1.el7_5.1", "version": "4.8.5" } ] }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "14.el7", "version": "1.5.3" }, "libgnome-keyring": { "arch": "x86_64", "epoch": "0", "installdate": "1527254879", "release": "1.el7", "version": "3.12.0" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1526573754", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1523567954", "release": "3.el7", "version": "1.12" }, "libgudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "57.0.1.el7", "version": "219" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1523567956", "release": "3.el7", "version": "1.28" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "29.el7", "version": "1.3.1" }, "libjpeg-turbo": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "5.el7", "version": "1.2.90" }, "libmng": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "14.el7", "version": "1.0.10" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1523568010", "release": "7.el7", "version": "1.0.3" }, "libmodman": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "8.el7", "version": "2.0.1" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1526573727", "release": "52.el7", "version": "2.23.2" }, "libmpc": { "arch": "x86_64", "epoch": "0", "installdate": "1523567957", "release": "3.el7", "version": "1.0.1" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1526573755", "release": "7.el7", "version": "1.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1523568010", "release": "2.el7", "version": "1.0.4" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "4.el7", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "19.el7", "version": "0.25" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "3.el7", "version": "1.1.4" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "4.el7", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1526573800", "release": "4.el7", "version": "3.2.28" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "29.el7", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1523568047", "release": "3.el7_0.1", "version": "1.5.3" }, "libpciaccess": { "arch": "x86_64", "epoch": "0", "installdate": "1523568018", "release": "4.1.el7", "version": "0.13.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1523568025", "release": "3.el7", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1527254967", "release": "7.el7_2", "version": "1.5.13" }, "libpng12": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "10.el7", "version": "1.2.50" }, "libproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "6.el7", "version": "0.4.11" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1523567978", "release": "4.el7", "version": "1.2.3" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "29.el7", "version": "0.1.5" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1552476905", "release": "14.1.el7", "version": "2.5" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1552476956", "release": "14.1.el7", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1552476905", "release": "14.1.el7", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1552476905", "release": "14.el7", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1552476904", "release": "10.el7", "version": "2.5" }, "libsoup": { "arch": "x86_64", "epoch": "0", "installdate": "1526573800", "release": "6.el7", "version": "2.56.0" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1523567969", "release": "7.el7", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1526573747", "release": "10.el7_2.1", "version": "1.4.3" }, "libstdc++": { "arch": "i686", "epoch": "0", "installdate": "1527254866", "release": "28.0.1.el7_5.1", "version": "4.8.5", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, { "arch": "i686", "epoch": "0", "installdate": "1527254866", "release": "28.0.1.el7_5.1", "version": "4.8.5" } ] }, "libstdc++-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "28.0.1.el7_5.1", "version": "4.8.5", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254870", "release": "28.0.1.el7_5.1", "version": "4.8.5" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "28.0.1.el7_5.1", "version": "4.8.5" } ] }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568081", "release": "16.el7", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "1.el7", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1523567965", "release": "1.el7", "version": "1.15" }, "libthai": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "9.el7", "version": "0.1.14" }, "libtiff": { "arch": "x86_64", "epoch": "0", "installdate": "1527254974", "release": "27.el7_3", "version": "4.0.3" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "0.10.el7", "version": "0.2.4" }, "libtool-ltdl": { "arch": "x86_64", "epoch": "0", "installdate": "1527254885", "release": "22.el7_3", "version": "2.4.2" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1523567959", "release": "9.el7", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1526573745", "release": "9.el7", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1523567984", "release": "4.el7", "version": "1.1.6" }, "libuuid": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "52.el7", "version": "2.23.2", "versions": [ { "arch": "x86_64", "epoch": "0", "installdate": "1526573726", "release": "52.el7", "version": "2.23.2" }, { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "52.el7", "version": "2.23.2" } ] }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "4.el7", "version": "0.2.5" }, "libverto-libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "4.el7", "version": "0.2.5" }, "libwayland-client": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "2.el7", "version": "1.14.0" }, "libwayland-server": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "2.el7", "version": "1.14.0" }, "libxcb": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "1.el7", "version": "1.12", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254858", "release": "1.el7", "version": "1.12" }, { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "1.el7", "version": "1.12" } ] }, "libxkbfile": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "3.el7", "version": "1.0.9" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "6.0.1.el7_2.3", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "6.0.1.el7_2.3", "version": "2.9.1" }, "libxshmfence": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "1.el7", "version": "1.2" }, "linux-firmware": { "arch": "noarch", "epoch": "999", "installdate": "1552476933", "release": "999.1.git1baa3486.el7", "version": "20181031" }, "llvm-private": { "arch": "x86_64", "epoch": "0", "installdate": "1527254847", "release": "3.el7", "version": "5.0.0" }, "lm_sensors-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1527254834", "release": "4.20160601gitf9185e5.el7", "version": "3.4.0" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1523568008", "release": "4.el7", "version": "3.8.6" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1523567955", "release": "14.el7", "version": "5.1.4" }, "lz4": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "2.el7", "version": "1.7.5" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "6.el7_0.2", "version": "2.06" }, "m2crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1523568007", "release": "15.el7", "version": "0.21.1" }, "m4": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "10.el7", "version": "1.4.16" }, "mailcap": { "arch": "noarch", "epoch": "0", "installdate": "1527254975", "release": "2.el7", "version": "2.1.41" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "19.el7", "version": "12.5" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1523567971", "release": "21.el7", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1523568074", "release": "9.el7", "version": "2.6.3" }, "mesa-dri-drivers": { "arch": "x86_64", "epoch": "0", "installdate": "1527254848", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1527254847", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-libEGL": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-libGL": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-libGLU": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "4.el7", "version": "9.0.0" }, "mesa-libgbm": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "8.20171019.el7", "version": "17.2.3" }, "mesa-libglapi": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "8.20171019.el7", "version": "17.2.3" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1526573799", "release": "29.0.2.el7", "version": "2.1" }, "mozjs17": { "arch": "x86_64", "epoch": "0", "installdate": "1523567970", "release": "10.el7", "version": "17.0.0" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1523567956", "release": "4.el7", "version": "3.1.1" }, "mysql-community-common": { "arch": "x86_64", "epoch": "0", "installdate": "1523568051", "release": "3.el7", "version": "5.6.23" }, "mysql-community-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568052", "release": "3.el7", "version": "5.6.23" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1523567972", "release": "13.20130511.el7", "version": "5.9" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1523567926", "release": "13.20130511.el7", "version": "5.9" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567946", "release": "13.20130511.el7", "version": "5.9" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1526573753", "release": "8.el7", "version": "2.7.1" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1523567961", "release": "4.el7", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523567992", "release": "4.el7", "version": "0.52.15" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1527254833", "release": "0.54.0.1.el7", "version": "1.3.0" }, "nmap-ncat": { "arch": "x86_64", "epoch": "2", "installdate": "1527254826", "release": "13.el7", "version": "6.40" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "1.el7_5", "version": "4.19.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1526573734", "release": "5.el7_5", "version": "3.36.0" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1526573732", "release": "4.el7", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1526573732", "release": "5.0.1.el7_5", "version": "3.36.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1526573687", "release": "5.0.1.el7_5", "version": "3.36.0", "versions": [ { "arch": "i686", "epoch": "0", "installdate": "1527254855", "release": "5.0.1.el7_5", "version": "3.36.0" }, { "arch": "x86_64", "epoch": "0", "installdate": "1526573687", "release": "5.0.1.el7_5", "version": "3.36.0" } ] }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1526573732", "release": "5.el7_5", "version": "3.36.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1526573745", "release": "5.el7_5", "version": "3.36.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "1.el7_5", "version": "3.36.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568048", "release": "4.el7", "version": "2.0.9" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1526573745", "release": "15.el7_5", "version": "2.4.44" }, "openmotif21": { "arch": "i686", "epoch": "0", "installdate": "1527254981", "release": "11.el7", "version": "2.1.30" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1526573746", "release": "16.el7", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "16.el7", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1526573799", "release": "16.el7", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1526573747", "release": "12.0.1.el7", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1526573727", "release": "12.0.1.el7", "version": "1.0.2k" }, "oracle-ebs-server-R12-preinstall": { "arch": "x86_64", "epoch": "0", "installdate": "1527254981", "release": "2.el7", "version": "1.0" }, "oracle-logos": { "arch": "noarch", "epoch": "0", "installdate": "1523567994", "release": "4.0.7.el7", "version": "70.0.3" }, "oracle-rdbms-server-11gR2-preinstall": { "arch": "x86_64", "epoch": "0", "installdate": "1527254834", "release": "5.el7", "version": "1.0" }, "oraclelinux-release": { "arch": "x86_64", "epoch": "7", "installdate": "1526573729", "release": "1.0.5.el7", "version": "7.5" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1523568016", "release": "5.0.1.el7", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "3.el7", "version": "0.23.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1526573744", "release": "3.el7", "version": "0.23.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1526573726", "release": "22.el7", "version": "1.1.8" }, "pango": { "arch": "x86_64", "epoch": "0", "installdate": "1527254976", "release": "1.el7", "version": "1.40.4" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1523568076", "release": "20.el7", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568008", "release": "4.el7", "version": "0.79" }, "patch": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "10.el7_5", "version": "2.7.1" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254976", "release": "3.el7", "version": "3.5.1" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573754", "release": "3.el7", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1526573701", "release": "17.el7", "version": "8.32" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1527254844", "release": "292.el7", "version": "5.16.3" }, "perl-B-Lint": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "3.el7", "version": "1.17" }, "perl-Business-ISBN": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "2.06" }, "perl-Business-ISBN-Data": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "20120719.001" }, "perl-CGI": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "4.el7", "version": "3.63" }, "perl-CPAN": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "292.el7", "version": "1.9800" }, "perl-Carp": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "244.el7", "version": "1.26" }, "perl-Class-ISA": { "arch": "noarch", "epoch": "0", "installdate": "1527254974", "release": "1010.el7", "version": "0.36" }, "perl-Class-Load": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "3.el7", "version": "0.20" }, "perl-Class-Singleton": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "14.el7", "version": "1.4" }, "perl-Compress-Raw-Bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1527254978", "release": "3.el7", "version": "2.061" }, "perl-Compress-Raw-Zlib": { "arch": "x86_64", "epoch": "1", "installdate": "1527254967", "release": "4.el7", "version": "2.061" }, "perl-Data-Dumper": { "arch": "x86_64", "epoch": "0", "installdate": "1527254967", "release": "3.el7", "version": "2.145" }, "perl-Data-OptList": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "9.el7", "version": "0.107" }, "perl-DateTime": { "arch": "x86_64", "epoch": "2", "installdate": "1527255018", "release": "6.el7", "version": "1.04" }, "perl-DateTime-Locale": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "6.el7", "version": "0.45" }, "perl-DateTime-TimeZone": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "1.el7", "version": "1.70" }, "perl-Digest": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "245.el7", "version": "1.17" }, "perl-Digest-MD5": { "arch": "x86_64", "epoch": "0", "installdate": "1527254968", "release": "3.el7", "version": "2.52" }, "perl-Digest-SHA": { "arch": "x86_64", "epoch": "1", "installdate": "1527254968", "release": "4.el7", "version": "5.85" }, "perl-Encode": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "7.el7", "version": "2.51" }, "perl-Encode-Locale": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "5.el7", "version": "1.03" }, "perl-Env": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "2.el7", "version": "1.04" }, "perl-Error": { "arch": "noarch", "epoch": "1", "installdate": "1527254878", "release": "2.el7", "version": "0.17020" }, "perl-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "5.68" }, "perl-ExtUtils-Install": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "292.el7", "version": "1.58" }, "perl-ExtUtils-MakeMaker": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "3.el7", "version": "6.68" }, "perl-ExtUtils-Manifest": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "244.el7", "version": "1.61" }, "perl-ExtUtils-ParseXS": { "arch": "noarch", "epoch": "1", "installdate": "1527254979", "release": "3.el7", "version": "3.18" }, "perl-FCGI": { "arch": "x86_64", "epoch": "1", "installdate": "1527254978", "release": "8.el7", "version": "0.74" }, "perl-File-CheckTree": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "3.el7", "version": "4.42" }, "perl-File-Listing": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "7.el7", "version": "6.04" }, "perl-File-Path": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "2.el7", "version": "2.09" }, "perl-File-Temp": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "0.23.01" }, "perl-Filter": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "1.49" }, "perl-Getopt-Long": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "2.40" }, "perl-Git": { "arch": "noarch", "epoch": "0", "installdate": "1527254879", "release": "13.el7", "version": "1.8.3.1" }, "perl-HTML-Parser": { "arch": "x86_64", "epoch": "0", "installdate": "1527254979", "release": "4.el7", "version": "3.71" }, "perl-HTML-Tagset": { "arch": "noarch", "epoch": "0", "installdate": "1527254972", "release": "15.el7", "version": "3.20" }, "perl-HTTP-Cookies": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "5.el7", "version": "6.01" }, "perl-HTTP-Daemon": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "7.el7", "version": "6.01" }, "perl-HTTP-Date": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "8.el7", "version": "6.02" }, "perl-HTTP-Message": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "6.el7", "version": "6.06" }, "perl-HTTP-Negotiate": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "5.el7", "version": "6.01" }, "perl-HTTP-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "3.el7", "version": "0.033" }, "perl-IO-Compress": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "2.el7", "version": "2.061" }, "perl-IO-HTML": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "2.el7", "version": "1.00" }, "perl-IO-Socket-IP": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "5.el7", "version": "0.21" }, "perl-IO-Socket-SSL": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "7.el7", "version": "1.94" }, "perl-LWP-MediaTypes": { "arch": "noarch", "epoch": "0", "installdate": "1527254975", "release": "2.el7", "version": "6.02" }, "perl-LWP-Protocol-https": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "4.el7", "version": "6.04" }, "perl-List-MoreUtils": { "arch": "x86_64", "epoch": "0", "installdate": "1527255017", "release": "9.el7", "version": "0.33" }, "perl-Locale-Codes": { "arch": "noarch", "epoch": "0", "installdate": "1527254975", "release": "2.el7", "version": "3.26" }, "perl-Locale-Maketext": { "arch": "noarch", "epoch": "0", "installdate": "1527254981", "release": "3.el7", "version": "1.23" }, "perl-Module-Implementation": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "6.el7", "version": "0.06" }, "perl-Module-Pluggable": { "arch": "noarch", "epoch": "1", "installdate": "1527254973", "release": "3.el7", "version": "4.8" }, "perl-Module-Runtime": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "4.el7", "version": "0.013" }, "perl-Mozilla-CA": { "arch": "noarch", "epoch": "0", "installdate": "1527254978", "release": "5.el7", "version": "20130114" }, "perl-Net-HTTP": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "6.06" }, "perl-Net-LibIDN": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "15.el7", "version": "0.12" }, "perl-Net-SSLeay": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "6.el7", "version": "1.55" }, "perl-Package-DeprecationManager": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "7.el7", "version": "0.13" }, "perl-Package-Stash": { "arch": "noarch", "epoch": "0", "installdate": "1527255018", "release": "2.el7", "version": "0.34" }, "perl-Package-Stash-XS": { "arch": "x86_64", "epoch": "0", "installdate": "1527255018", "release": "3.el7", "version": "0.26" }, "perl-Params-Util": { "arch": "x86_64", "epoch": "0", "installdate": "1527255017", "release": "6.el7", "version": "1.07" }, "perl-Params-Validate": { "arch": "x86_64", "epoch": "0", "installdate": "1527255017", "release": "4.el7", "version": "1.08" }, "perl-PathTools": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "5.el7", "version": "3.40" }, "perl-Pod-Checker": { "arch": "noarch", "epoch": "0", "installdate": "1527254969", "release": "2.el7", "version": "1.60" }, "perl-Pod-Escapes": { "arch": "noarch", "epoch": "1", "installdate": "1527254841", "release": "292.el7", "version": "1.04" }, "perl-Pod-LaTeX": { "arch": "noarch", "epoch": "0", "installdate": "1527254969", "release": "2.el7", "version": "0.61" }, "perl-Pod-Parser": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "2.el7", "version": "1.61" }, "perl-Pod-Perldoc": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "4.el7", "version": "3.20" }, "perl-Pod-Plainer": { "arch": "noarch", "epoch": "0", "installdate": "1527254969", "release": "4.el7", "version": "1.03" }, "perl-Pod-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1527254842", "release": "4.el7", "version": "3.28" }, "perl-Pod-Usage": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "3.el7", "version": "1.63" }, "perl-Scalar-List-Utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "248.el7", "version": "1.27" }, "perl-Socket": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "4.el7", "version": "2.010" }, "perl-Storable": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "3.el7", "version": "2.45" }, "perl-Sub-Install": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "6.el7", "version": "0.926" }, "perl-Sys-Syslog": { "arch": "x86_64", "epoch": "0", "installdate": "1527254980", "release": "3.el7", "version": "0.33" }, "perl-TermReadKey": { "arch": "x86_64", "epoch": "0", "installdate": "1527254879", "release": "20.el7", "version": "2.30" }, "perl-Test-Harness": { "arch": "noarch", "epoch": "0", "installdate": "1527254967", "release": "3.el7", "version": "3.28" }, "perl-Test-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1527254969", "release": "243.el7", "version": "0.98" }, "perl-Text-ParseWords": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "4.el7", "version": "3.29" }, "perl-Text-Soundex": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "4.el7", "version": "3.04" }, "perl-Text-Unidecode": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "20.el7", "version": "0.04" }, "perl-Time-HiRes": { "arch": "x86_64", "epoch": "4", "installdate": "1527254842", "release": "3.el7", "version": "1.9725" }, "perl-Time-Local": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "2.el7", "version": "1.2300" }, "perl-TimeDate": { "arch": "noarch", "epoch": "1", "installdate": "1527254978", "release": "2.el7", "version": "2.30" }, "perl-Try-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1527255017", "release": "2.el7", "version": "0.12" }, "perl-URI": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "9.el7", "version": "1.60" }, "perl-WWW-RobotRules": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "5.el7", "version": "6.02" }, "perl-XML-LibXML": { "arch": "x86_64", "epoch": "1", "installdate": "1527254980", "release": "5.el7", "version": "2.0018" }, "perl-XML-NamespaceSupport": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "10.el7", "version": "1.11" }, "perl-XML-SAX": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "9.el7", "version": "0.99" }, "perl-XML-SAX-Base": { "arch": "noarch", "epoch": "0", "installdate": "1527254968", "release": "7.el7", "version": "1.08" }, "perl-autodie": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "2.16" }, "perl-constant": { "arch": "noarch", "epoch": "0", "installdate": "1527254842", "release": "2.el7", "version": "1.27" }, "perl-devel": { "arch": "x86_64", "epoch": "4", "installdate": "1527254979", "release": "292.el7", "version": "5.16.3" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1527254842", "release": "292.el7", "version": "5.16.3" }, "perl-libwww-perl": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "2.el7", "version": "6.05" }, "perl-local-lib": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "4.el7", "version": "1.008010" }, "perl-macros": { "arch": "x86_64", "epoch": "4", "installdate": "1527254841", "release": "292.el7", "version": "5.16.3" }, "perl-parent": { "arch": "noarch", "epoch": "1", "installdate": "1527254841", "release": "244.el7", "version": "0.225" }, "perl-podlators": { "arch": "noarch", "epoch": "0", "installdate": "1527254841", "release": "3.el7", "version": "2.5.1" }, "perl-threads": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "4.el7", "version": "1.87" }, "perl-threads-shared": { "arch": "x86_64", "epoch": "0", "installdate": "1527254842", "release": "6.el7", "version": "1.43" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1523567970", "release": "14.el7", "version": "0.8.1" }, "pixman": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "1.el7", "version": "0.34.0" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1523567952", "release": "4.el7", "version": "0.27.1" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1523568047", "release": "0.13.20140113.0.1.el7", "version": "0.8.9" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568009", "release": "0.13.20140113.0.1.el7", "version": "0.8.9" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1523568047", "release": "0.13.20140113.0.1.el7", "version": "0.8.9" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1552476906", "release": "29.0.1.el7_6.1", "version": "2.5" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1526573751", "release": "14.el7", "version": "0.112" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1523568016", "release": "4.el7", "version": "0.1" }, "poppler-data": { "arch": "noarch", "epoch": "0", "installdate": "1527254974", "release": "3.el7", "version": "0.4.6" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1523567948", "release": "16.el7", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1523568053", "release": "6.0.1.el7", "version": "2.10.1" }, "ppp": { "arch": "x86_64", "epoch": "0", "installdate": "1523568048", "release": "33.el7", "version": "2.4.5" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1527254601", "release": "17.el7_5.2", "version": "3.3.10" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "15.el7", "version": "22.20" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1523568025", "release": "22.el7", "version": "2.0.7" }, "pyOpenSSL": { "arch": "x86_64", "epoch": "0", "installdate": "1523568007", "release": "3.el7", "version": "0.13.1" }, "pygobject2": { "arch": "x86_64", "epoch": "0", "installdate": "1523568005", "release": "11.el7", "version": "2.28.6" }, "pygobject3-base": { "arch": "x86_64", "epoch": "0", "installdate": "1523567996", "release": "6.el7", "version": "3.8.2" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "9.el7", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1523568004", "release": "11.el7", "version": "0.5.3" }, "pyparsing": { "arch": "noarch", "epoch": "0", "installdate": "1527254973", "release": "9.el7", "version": "1.5.6" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1526573732", "release": "68.0.1.el7", "version": "2.7.5" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1523568005", "release": "8.el7", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1523568005", "release": "4.el7", "version": "3.4.0.2" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1523568004", "release": "7.el7", "version": "4.7.2" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1523567992", "release": "3.el7", "version": "3.4.0" }, "python-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1523568004", "release": "11.el7", "version": "3.10.13" }, "python-ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1523568005", "release": "5.el7", "version": "0.8" }, "python-firewall": { "arch": "noarch", "epoch": "0", "installdate": "1526573746", "release": "14.el7", "version": "0.4.4.4" }, "python-gudev": { "arch": "x86_64", "epoch": "0", "installdate": "1523568021", "release": "7.el7", "version": "147.2" }, "python-hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1523568019", "release": "4.el7", "version": "1.7.3" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1523567995", "release": "9.el7", "version": "0.4" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573732", "release": "68.0.1.el7", "version": "2.7.5" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1523568004", "release": "17.el7", "version": "7.19.0" }, "python-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1523568006", "release": "6.el7", "version": "0.15" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1523568006", "release": "3.el7", "version": "0.9.8" }, "python-slip": { "arch": "noarch", "epoch": "0", "installdate": "1523568005", "release": "2.el7", "version": "0.4.0" }, "python-slip-dbus": { "arch": "noarch", "epoch": "0", "installdate": "1523568005", "release": "2.el7", "version": "0.4.0" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1523568004", "release": "6.el7", "version": "3.10" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1523568006", "release": "5.el7", "version": "0.5.1" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568011", "release": "3.el7", "version": "3.4.1" }, "qt": { "arch": "x86_64", "epoch": "1", "installdate": "1527254976", "release": "2.el7", "version": "4.8.7" }, "qt-settings": { "arch": "noarch", "epoch": "0", "installdate": "1527254976", "release": "23.7.0.1.el7", "version": "19" }, "qt-x11": { "arch": "x86_64", "epoch": "1", "installdate": "1527254978", "release": "2.el7", "version": "4.8.7" }, "qt3": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "51.0.1.el7", "version": "3.3.8b" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1527254833", "release": "17.el7", "version": "4.01" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1527254833", "release": "17.el7", "version": "4.01" }, "rdma": { "arch": "noarch", "epoch": "0", "installdate": "1523568057", "release": "5.el7", "version": "7.1_3.17" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1523567950", "release": "9.el7", "version": "6.2" }, "redhat-lsb": { "arch": "x86_64", "epoch": "0", "installdate": "1527254981", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-core": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-cxx": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-desktop": { "arch": "x86_64", "epoch": "0", "installdate": "1527254980", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-languages": { "arch": "x86_64", "epoch": "0", "installdate": "1527254981", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-printing": { "arch": "x86_64", "epoch": "0", "installdate": "1527254979", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-submod-multimedia": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "27.0.1.el7", "version": "4.1" }, "redhat-lsb-submod-security": { "arch": "x86_64", "epoch": "0", "installdate": "1527254975", "release": "27.0.1.el7", "version": "4.1" }, "redhat-release-server": { "arch": "x86_64", "epoch": "1", "installdate": "1526573729", "release": "8.0.5.el7", "version": "7.5" }, "rhn-check": { "arch": "noarch", "epoch": "0", "installdate": "1523568028", "release": "6.0.8.el7", "version": "2.0.2" }, "rhn-client-tools": { "arch": "noarch", "epoch": "0", "installdate": "1523568028", "release": "6.0.8.el7", "version": "2.0.2" }, "rhn-setup": { "arch": "noarch", "epoch": "0", "installdate": "1523568029", "release": "6.0.8.el7", "version": "2.0.2" }, "rhnlib": { "arch": "noarch", "epoch": "0", "installdate": "1523568007", "release": "2.0.1.el7", "version": "2.5.65" }, "rhnsd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568028", "release": "3.0.1.el7", "version": "5.0.13" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1523568081", "release": "11.el7", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1527254830", "release": "44.el7", "version": "0.2.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1523567978", "release": "25.el7", "version": "4.11.1" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "25.el7", "version": "4.11.1" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567975", "release": "25.el7", "version": "4.11.1" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1523568026", "release": "25.el7", "version": "4.11.1" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1527254879", "release": "4.el7", "version": "3.1.2" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1523568073", "release": "7.0.1.el7_0", "version": "7.4.7" }, "screen": { "arch": "x86_64", "epoch": "0", "installdate": "1527254882", "release": "0.25.20120314git3c2946.el7", "version": "4.1.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1523567948", "release": "5.el7", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1552476906", "release": "229.0.3.el7_6.9", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1552476943", "release": "229.0.3.el7_6.9", "version": "3.13.1" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1526573800", "release": "9.el7", "version": "2.8.71" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1523567982", "release": "18.el7", "version": "4.1.5.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1523567953", "release": "7.el7", "version": "1.1" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "11.el7", "version": "2.2.4" }, "smartmontools": { "arch": "x86_64", "epoch": "1", "installdate": "1527254833", "release": "1.el7", "version": "6.5" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "3.el7", "version": "1.1.0" }, "spax": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "13.el7", "version": "1.5.2" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1526573728", "release": "8.el7", "version": "3.7.17" }, "stix-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1527254851", "release": "5.el7", "version": "1.1.0" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1526573790", "release": "13.el7", "version": "1.8.19p2" }, "sysstat": { "arch": "x86_64", "epoch": "0", "installdate": "1527254834", "release": "13.el7", "version": "10.1.5" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1526573749", "release": "57.0.1.el7", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573735", "release": "57.0.1.el7", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1526573751", "release": "57.0.1.el7", "version": "219" }, "systemtap-sdt-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "4.el7", "version": "3.2" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "14.dsf.el7", "version": "2.88" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1523568081", "release": "29.el7", "version": "1.26" }, "tcp_wrappers": { "arch": "x86_64", "epoch": "0", "installdate": "1527254833", "release": "77.el7", "version": "7.6" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567957", "release": "77.el7", "version": "7.6" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1523568048", "release": "1.el7", "version": "1.15" }, "tigervnc-license": { "arch": "noarch", "epoch": "0", "installdate": "1527254844", "release": "5.el7", "version": "1.8.0" }, "tigervnc-server": { "arch": "x86_64", "epoch": "0", "installdate": "1527254849", "release": "5.el7", "version": "1.8.0" }, "tigervnc-server-minimal": { "arch": "x86_64", "epoch": "0", "installdate": "1527254849", "release": "5.el7", "version": "1.8.0" }, "time": { "arch": "x86_64", "epoch": "0", "installdate": "1527254973", "release": "45.el7", "version": "1.7" }, "trousers": { "arch": "x86_64", "epoch": "0", "installdate": "1523568022", "release": "3.el7", "version": "0.3.11.2" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1523568075", "release": "1.el7", "version": "2.4.1" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1523567930", "release": "1.el7", "version": "2015a" }, "uname26": { "arch": "x86_64", "epoch": "0", "installdate": "1523568081", "release": "1.el7", "version": "1.0" }, "unixODBC": { "arch": "x86_64", "epoch": "0", "installdate": "1527254885", "release": "11.el7", "version": "2.3.1" }, "unixODBC-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254886", "release": "11.el7", "version": "2.3.1" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1527254978", "release": "19.el7", "version": "6.0" }, "urw-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1527254971", "release": "16.el7", "version": "2.4" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1523568008", "release": "5.el7", "version": "1.111" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1523567973", "release": "16.el7", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1526573746", "release": "52.el7", "version": "2.23.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1526573752", "release": "4.el7", "version": "7.4.160" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1523568011", "release": "5.el7", "version": "1.13" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1527254824", "release": "15.el7_4.1", "version": "1.14" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1523567959", "release": "7.el7", "version": "2.20" }, "wpa_supplicant": { "arch": "x86_64", "epoch": "1", "installdate": "1526573751", "release": "9.el7", "version": "2.6" }, "xdg-utils": { "arch": "noarch", "epoch": "0", "installdate": "1527254979", "release": "0.17.20120809git.el7", "version": "1.1.0" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1526573800", "release": "15.0.1.el7", "version": "4.5.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1527254845", "release": "1.el7", "version": "2.20" }, "xorg-x11-font-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1527254970", "release": "20.el7", "version": "7.5" }, "xorg-x11-libs-compat": { "arch": "i386", "epoch": "0", "installdate": "1527254981", "release": "1.EL.33.0.1", "version": "6.8.2" }, "xorg-x11-server-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "20.el7", "version": "7.7" }, "xorg-x11-twm": { "arch": "x86_64", "epoch": "1", "installdate": "1527254890", "release": "5.1.el6", "version": "1.0.3" }, "xorg-x11-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254832", "release": "22.el7", "version": "7.5" }, "xorg-x11-xauth": { "arch": "x86_64", "epoch": "1", "installdate": "1527254832", "release": "1.el7", "version": "1.0.9" }, "xorg-x11-xinit": { "arch": "x86_64", "epoch": "0", "installdate": "1527254841", "release": "2.el7", "version": "1.3.4" }, "xorg-x11-xkb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1527254844", "release": "12.el7", "version": "7.7" }, "xterm": { "arch": "x86_64", "epoch": "0", "installdate": "1527254853", "release": "3.el7", "version": "295" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1523567960", "release": "9alpha.el7", "version": "5.1.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1523567946", "release": "9alpha.el7", "version": "5.1.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1523568027", "release": "125.0.1.el7", "version": "3.4.3" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1523568004", "release": "10.el7", "version": "1.1.4" }, "yum-rhn-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1523568028", "release": "5.0.2.el7", "version": "2.0.1" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1527254972", "release": "11.el7", "version": "3.0" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1527254967", "release": "17.el7", "version": "1.2.7" }, "zlib-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1527254969", "release": "17.el7", "version": "1.2.7" } }, "platform": "oracle", "platform_family": "rhel", "platform_version": "7.5", "root_group": "root", "shard_seed": 220044256, "shells": [ "/bin/sh", "/bin/bash", "/sbin/nologin", "/usr/bin/sh", "/usr/bin/bash", "/usr/sbin/nologin", "/bin/ksh", "/bin/rksh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/raspbian/000077500000000000000000000000001417433310300211505ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/raspbian/10.json000066400000000000000000002315741417433310300222770ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "mmcblk0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "62333952" }, "ram0": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram1": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram10": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram11": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram12": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram13": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram14": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram15": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram2": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram3": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram4": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram5": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram6": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram7": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram8": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "ram9": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "0", "size": "8192" }, "sda": { "logical_block_size": "512", "model": "Envoy", "physical_block_size": "512", "queue_depth": "1", "removable": "0", "rev": "1.00", "rotational": "1", "size": "490234752", "state": "running", "timeout": "30", "vendor": "OWC" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.8.23/lib", "version": "15.8.23" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.7.4/lib/ohai", "version": "15.7.4" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "dmidecode_version": "3.2" }, "domain": "local", "filesystem": { "by_device": { "/dev/mmcblk0": { "mounts": [ ] }, "/dev/mmcblk0p1": { "fs_type": "vfat", "kb_available": "203700", "kb_size": "258096", "kb_used": "54396", "label": "boot", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "errors=remount-ro" ], "mounts": [ "/boot" ], "percent_used": "22%", "uuid": "B6BB-0F0E" }, "/dev/mmcblk0p2": { "fs_type": "ext4", "label": "rootfs", "mounts": [ ], "uuid": "638417fb-7220-47b1-883c-e6fee02f51ac" }, "/dev/root": { "inodes_available": "15120156", "inodes_percent_used": "2%", "inodes_used": "207076", "kb_available": "223193780", "kb_size": "240219120", "kb_used": "4753140", "mounts": [ "/" ], "percent_used": "3%", "total_inodes": "15327232" }, "/dev/sda": { "mounts": [ ] }, "/dev/sda1": { "fs_type": "ext4", "mount_options": [ "rw", "noatime" ], "mounts": [ "/" ], "uuid": "3b4b80e5-be2e-4eb1-897b-77254d29ad9f" }, "bpf": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/net_cls", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/memory" ] }, "cgroup2": { "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ], "mounts": [ "/sys/fs/cgroup/unified" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "121720", "inodes_percent_used": "1%", "inodes_used": "390", "kb_available": "886268", "kb_size": "886268", "kb_used": "0", "mount_options": [ "rw", "relatime", "size=886268k", "nr_inodes=122110", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "122110" }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=25", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "188148", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "203672", "kb_size": "203672", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=203672k", "mode=700", "uid=1001", "gid=1001" ], "mounts": [ "/dev/shm", "/run", "/run/lock", "/sys/fs/cgroup", "/run/user/1001" ], "percent_used": "0%", "total_inodes": "188158" } }, "by_mountpoint": { "/": { "devices": [ "/dev/root", "/dev/sda1" ], "fs_type": "ext4", "inodes_available": "15120156", "inodes_percent_used": "2%", "inodes_used": "207076", "kb_available": "223193780", "kb_size": "240219120", "kb_used": "4753140", "mount_options": [ "rw", "noatime" ], "percent_used": "3%", "total_inodes": "15327232", "uuid": "3b4b80e5-be2e-4eb1-897b-77254d29ad9f" }, "/boot": { "devices": [ "/dev/mmcblk0p1" ], "fs_type": "vfat", "kb_available": "203700", "kb_size": "258096", "kb_used": "54396", "label": "boot", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "errors=remount-ro" ], "percent_used": "22%", "uuid": "B6BB-0F0E" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "121720", "inodes_percent_used": "1%", "inodes_used": "390", "kb_available": "886268", "kb_size": "886268", "kb_used": "0", "mount_options": [ "rw", "relatime", "size=886268k", "nr_inodes=122110", "mode=755" ], "percent_used": "0%", "total_inodes": "122110" }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "188157", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "1018364", "kb_size": "1018364", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "188158" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=25", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "187686", "inodes_percent_used": "1%", "inodes_used": "472", "kb_available": "1009804", "kb_size": "1018364", "kb_used": "8560", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "1%", "total_inodes": "188158" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "188156", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "188158" }, "/run/user/1001": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "188148", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "203672", "kb_size": "203672", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=203672k", "mode=700", "uid=1001", "gid=1001" ], "percent_used": "0%", "total_inodes": "188158" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/bpf": { "devices": [ "bpf" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "188144", "inodes_percent_used": "1%", "inodes_used": "14", "kb_available": "1018364", "kb_size": "1018364", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "188158" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "/sys/fs/cgroup/unified": { "devices": [ "cgroup2" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/mmcblk0,": { "device": "/dev/mmcblk0" }, "/dev/mmcblk0p1,/boot": { "device": "/dev/mmcblk0p1", "fs_type": "vfat", "kb_available": "203700", "kb_size": "258096", "kb_used": "54396", "label": "boot", "mount": "/boot", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=ascii", "shortname=mixed", "errors=remount-ro" ], "percent_used": "22%", "uuid": "B6BB-0F0E" }, "/dev/mmcblk0p2,": { "device": "/dev/mmcblk0p2", "fs_type": "ext4", "label": "rootfs", "uuid": "638417fb-7220-47b1-883c-e6fee02f51ac" }, "/dev/root,/": { "device": "/dev/root", "inodes_available": "15120156", "inodes_percent_used": "2%", "inodes_used": "207076", "kb_available": "223193780", "kb_size": "240219120", "kb_used": "4753140", "mount": "/", "percent_used": "3%", "total_inodes": "15327232" }, "/dev/sda,": { "device": "/dev/sda" }, "/dev/sda1,/": { "device": "/dev/sda1", "fs_type": "ext4", "mount": "/", "mount_options": [ "rw", "noatime" ], "uuid": "3b4b80e5-be2e-4eb1-897b-77254d29ad9f" }, "bpf,/sys/fs/bpf": { "device": "bpf", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "cgroup2,/sys/fs/cgroup/unified": { "device": "cgroup2", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup/unified", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "121720", "inodes_percent_used": "1%", "inodes_used": "390", "kb_available": "886268", "kb_size": "886268", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "relatime", "size=886268k", "nr_inodes=122110", "mode=755" ], "percent_used": "0%", "total_inodes": "122110" }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=25", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "188157", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "1018364", "kb_size": "1018364", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "188158" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "187686", "inodes_percent_used": "1%", "inodes_used": "472", "kb_available": "1009804", "kb_size": "1018364", "kb_used": "8560", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "1%", "total_inodes": "188158" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "188156", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "188158" }, "tmpfs,/run/user/1001": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "188148", "inodes_percent_used": "1%", "inodes_used": "10", "kb_available": "203672", "kb_size": "203672", "kb_used": "0", "mount": "/run/user/1001", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=203672k", "mode=700", "uid=1001", "gid=1001" ], "percent_used": "0%", "total_inodes": "188158" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "188144", "inodes_percent_used": "1%", "inodes_used": "14", "kb_available": "1018364", "kb_size": "1018364", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "188158" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "armv7l", "modules": { "8021q": { "refcount": "0", "size": "32768", "version": "1.8" }, "brcmfmac": { "refcount": "0", "size": "311296" }, "brcmutil": { "refcount": "1", "size": "16384" }, "cfg80211": { "refcount": "1", "size": "647168" }, "drm": { "refcount": "3", "size": "442368" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "16384" }, "fb_sys_fops": { "refcount": "0", "size": "16384" }, "garp": { "refcount": "1", "size": "16384" }, "gpu_sched": { "refcount": "1", "size": "28672" }, "hwmon": { "refcount": "1", "size": "16384" }, "ip_tables": { "refcount": "0", "size": "24576" }, "ipv6": { "refcount": "24", "size": "454656" }, "llc": { "refcount": "2", "size": "16384" }, "raspberrypi_hwmon": { "refcount": "0", "size": "16384" }, "rfkill": { "refcount": "4", "size": "28672" }, "rpivid_mem": { "refcount": "0", "size": "16384" }, "sg": { "refcount": "0", "size": "28672", "version": "3.5.36" }, "sha256_generic": { "refcount": "0", "size": "20480" }, "stp": { "refcount": "1", "size": "16384" }, "syscopyarea": { "refcount": "0", "size": "16384" }, "sysfillrect": { "refcount": "0", "size": "16384" }, "sysimgblt": { "refcount": "0", "size": "16384" }, "uio": { "refcount": "1", "size": "20480" }, "uio_pdrv_genirq": { "refcount": "0", "size": "16384" }, "v3d": { "refcount": "0", "size": "73728" }, "x_tables": { "refcount": "1", "size": "32768" } }, "name": "Linux", "os": "GNU/Linux", "processor": "unknown", "release": "4.19.97-v7l+", "version": "#1294 SMP Thu Jan 30 13:21:14 GMT 2020" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "lsb": { "codename": "buster", "description": "Raspbian GNU/Linux 10 (buster)", "id": "Raspbian", "release": "10" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1583722598.1690784, "os": "linux", "os_version": "4.19.97-v7l+", "packages": { "adduser": { "arch": "all", "version": "3.118" }, "alsa-utils": { "arch": "armhf", "version": "1.1.8-2" }, "apt": { "arch": "armhf", "version": "1.8.2" }, "apt-listchanges": { "arch": "all", "version": "3.19" }, "apt-transport-https": { "arch": "all", "version": "1.8.2" }, "apt-utils": { "arch": "armhf", "version": "1.8.2" }, "autoconf": { "arch": "all", "version": "2.69-11" }, "automake": { "arch": "all", "version": "1:1.16.1-4" }, "autotools-dev": { "arch": "all", "version": "20180224.1" }, "avahi-daemon": { "arch": "armhf", "version": "0.7-4+b1" }, "base-files": { "arch": "armhf", "version": "10.3+rpi1+deb10u3" }, "base-passwd": { "arch": "armhf", "version": "3.5.46" }, "bash": { "arch": "armhf", "version": "5.0-4" }, "bash-completion": { "arch": "all", "version": "1:2.8-6" }, "bind9-host": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "binutils": { "arch": "armhf", "version": "2.31.1-16+rpi2" }, "binutils-arm-linux-gnueabihf": { "arch": "armhf", "version": "2.31.1-16+rpi2" }, "binutils-common": { "arch": "armhf", "version": "2.31.1-16+rpi2" }, "bluez": { "arch": "armhf", "version": "5.50-1+rpt1" }, "bsdmainutils": { "arch": "armhf", "version": "11.1.2" }, "bsdutils": { "arch": "armhf", "version": "1:2.33.1-0.1" }, "build-essential": { "arch": "armhf", "version": "12.6" }, "bzip2": { "arch": "armhf", "version": "1.0.6-9.2~deb10u1" }, "ca-certificates": { "arch": "all", "version": "20190110" }, "ca-certificates-java": { "arch": "all", "version": "20190405" }, "chef": { "arch": "armhf", "version": "15.8.23+20200211015451-1" }, "chrony": { "arch": "armhf", "version": "3.4-4" }, "cifs-utils": { "arch": "armhf", "version": "2:6.8-2" }, "console-setup": { "arch": "all", "version": "1.193~deb10u1" }, "console-setup-linux": { "arch": "all", "version": "1.193~deb10u1" }, "coreutils": { "arch": "armhf", "version": "8.30-3" }, "cpio": { "arch": "armhf", "version": "2.12+dfsg-9" }, "cpp": { "arch": "armhf", "version": "4:8.3.0-1+rpi2" }, "cpp-8": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "crda": { "arch": "armhf", "version": "3.18-1" }, "cron": { "arch": "armhf", "version": "3.0pl1-134+deb10u1" }, "curl": { "arch": "armhf", "version": "7.64.0-4+deb10u1" }, "dash": { "arch": "armhf", "version": "0.5.10.2-5" }, "dbus": { "arch": "armhf", "version": "1.12.16-1" }, "dc": { "arch": "armhf", "version": "1.07.1-2" }, "debconf": { "arch": "all", "version": "1.5.71" }, "debconf-i18n": { "arch": "all", "version": "1.5.71" }, "debconf-utils": { "arch": "all", "version": "1.5.71" }, "debianutils": { "arch": "armhf", "version": "4.8.6.1" }, "device-tree-compiler": { "arch": "armhf", "version": "1.4.7-3+rpt1" }, "dhcpcd5": { "arch": "armhf", "version": "1:8.1.2-1+rpt1" }, "diffutils": { "arch": "armhf", "version": "1:3.7-3" }, "dirmngr": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "distro-info-data": { "arch": "all", "version": "0.41+deb10u1" }, "dmidecode": { "arch": "armhf", "version": "3.2-1" }, "dmsetup": { "arch": "armhf", "version": "2:1.02.155-3" }, "dosfstools": { "arch": "armhf", "version": "4.1-2" }, "dphys-swapfile": { "arch": "all", "version": "20100506-5" }, "dpkg": { "arch": "armhf", "version": "1.19.7" }, "dpkg-dev": { "arch": "all", "version": "1.19.7" }, "e2fsprogs": { "arch": "armhf", "version": "1.44.5-1+deb10u3" }, "ed": { "arch": "armhf", "version": "1.15-1" }, "emacs-bin-common": { "arch": "armhf", "version": "1:26.1+1-3.2+deb10u1" }, "emacs-common": { "arch": "all", "version": "1:26.1+1-3.2+deb10u1" }, "emacs-el": { "arch": "all", "version": "1:26.1+1-3.2+deb10u1" }, "emacs-nox": { "arch": "armhf", "version": "1:26.1+1-3.2+deb10u1" }, "emacsen-common": { "arch": "all", "version": "3.0.4" }, "ethtool": { "arch": "armhf", "version": "1:4.19-1" }, "exim4-base": { "arch": "armhf", "version": "4.92-8" }, "exim4-config": { "arch": "all", "version": "4.92-8" }, "exim4-daemon-light": { "arch": "armhf", "version": "4.92-8" }, "fake-hwclock": { "arch": "all", "version": "0.11+rpt1" }, "fakeroot": { "arch": "armhf", "version": "1.23-1" }, "fbset": { "arch": "armhf", "version": "2.1-30" }, "fdisk": { "arch": "armhf", "version": "2.33.1-0.1" }, "file": { "arch": "armhf", "version": "1:5.35-4+deb10u1" }, "findutils": { "arch": "armhf", "version": "4.6.0+git+20190209-2" }, "firmware-atheros": { "arch": "all", "version": "1:20190114-1+rpt4" }, "firmware-brcm80211": { "arch": "all", "version": "1:20190114-1+rpt4" }, "firmware-libertas": { "arch": "all", "version": "1:20190114-1+rpt4" }, "firmware-misc-nonfree": { "arch": "all", "version": "1:20190114-1+rpt4" }, "firmware-realtek": { "arch": "all", "version": "1:20190114-1+rpt4" }, "flashrom": { "arch": "armhf", "version": "1.0-1" }, "fontconfig-config": { "arch": "all", "version": "2.13.1-2" }, "fonts-dejavu-core": { "arch": "all", "version": "2.37-1" }, "freetype2-doc": { "arch": "all", "version": "2.9.1-3+deb10u1" }, "g++": { "arch": "armhf", "version": "4:8.3.0-1+rpi2" }, "g++-8": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "gcc": { "arch": "armhf", "version": "4:8.3.0-1+rpi2" }, "gcc-4.9-base": { "arch": "armhf", "version": "4.9.4-2+rpi1+b19" }, "gcc-5-base": { "arch": "armhf", "version": "5.5.0-8" }, "gcc-6-base": { "arch": "armhf", "version": "6.5.0-1+rpi1+b1" }, "gcc-7-base": { "arch": "armhf", "version": "7.3.0-19" }, "gcc-8": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "gcc-8-base": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "gdb": { "arch": "armhf", "version": "8.2.1-2" }, "gdbm-l10n": { "arch": "all", "version": "1.18.1-4" }, "geoip-database": { "arch": "all", "version": "20181108-1" }, "gettext-base": { "arch": "armhf", "version": "0.19.8.1-9" }, "git": { "arch": "armhf", "version": "1:2.20.1-2+deb10u1" }, "git-man": { "arch": "all", "version": "1:2.20.1-2+deb10u1" }, "gnupg": { "arch": "all", "version": "2.2.12-1+rpi1+deb10u1" }, "gnupg-l10n": { "arch": "all", "version": "2.2.12-1+rpi1+deb10u1" }, "gnupg-utils": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "gpg": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "gpg-agent": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "gpg-wks-client": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "gpg-wks-server": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "gpgconf": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "gpgsm": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "gpgv": { "arch": "armhf", "version": "2.2.12-1+rpi1+deb10u1" }, "grep": { "arch": "armhf", "version": "3.3-1" }, "groff-base": { "arch": "armhf", "version": "1.22.4-3" }, "gzip": { "arch": "armhf", "version": "1.9-3" }, "hardlink": { "arch": "armhf", "version": "0.3.2" }, "hostname": { "arch": "armhf", "version": "3.21" }, "htop": { "arch": "armhf", "version": "2.2.0-1" }, "ifupdown": { "arch": "armhf", "version": "0.8.35" }, "info": { "arch": "armhf", "version": "6.5.0.dfsg.1-4+b1" }, "init": { "arch": "armhf", "version": "1.56+nmu1" }, "init-system-helpers": { "arch": "all", "version": "1.56+nmu1" }, "install-info": { "arch": "armhf", "version": "6.5.0.dfsg.1-4+b1" }, "iproute2": { "arch": "armhf", "version": "4.20.0-2" }, "iptables": { "arch": "armhf", "version": "1.8.2-4" }, "iputils-ping": { "arch": "armhf", "version": "3:20180629-2" }, "isc-dhcp-client": { "arch": "armhf", "version": "4.4.1-2" }, "isc-dhcp-common": { "arch": "armhf", "version": "4.4.1-2" }, "iso-codes": { "arch": "all", "version": "4.2-1" }, "iw": { "arch": "armhf", "version": "5.0.1-1" }, "java-common": { "arch": "all", "version": "0.71" }, "javascript-common": { "arch": "all", "version": "11" }, "kbd": { "arch": "armhf", "version": "2.0.4-4" }, "keyboard-configuration": { "arch": "all", "version": "1.193~deb10u1" }, "keyutils": { "arch": "armhf", "version": "1.6-6" }, "kmod": { "arch": "armhf", "version": "26-1" }, "less": { "arch": "armhf", "version": "487-0.1" }, "libacl1": { "arch": "armhf", "version": "2.2.53-4" }, "libalgorithm-diff-perl": { "arch": "all", "version": "1.19.03-2" }, "libalgorithm-diff-xs-perl": { "arch": "armhf", "version": "0.04-5+b1" }, "libalgorithm-merge-perl": { "arch": "all", "version": "0.08-3" }, "libapparmor1": { "arch": "armhf", "version": "2.13.2-10" }, "libapt-inst2.0": { "arch": "armhf", "version": "1.8.2" }, "libapt-pkg5.0": { "arch": "armhf", "version": "1.8.2" }, "libarchive-dev": { "arch": "armhf", "version": "3.3.3-4+deb10u1" }, "libarchive13": { "arch": "armhf", "version": "3.3.3-4+deb10u1" }, "libargon2-1": { "arch": "armhf", "version": "0~20171227-0.2" }, "libasan5": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "libasound2": { "arch": "armhf", "version": "1.1.8-1+rpt1" }, "libasound2-data": { "arch": "all", "version": "1.1.8-1+rpt1" }, "libassuan0": { "arch": "armhf", "version": "2.5.2-1" }, "libatomic1": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "libattr1": { "arch": "armhf", "version": "1:2.4.48-4" }, "libaudit-common": { "arch": "all", "version": "1:2.8.4-3" }, "libaudit1": { "arch": "armhf", "version": "1:2.8.4-3" }, "libavahi-client3": { "arch": "armhf", "version": "0.7-4+b1" }, "libavahi-common-data": { "arch": "armhf", "version": "0.7-4+b1" }, "libavahi-common3": { "arch": "armhf", "version": "0.7-4+b1" }, "libavahi-core7": { "arch": "armhf", "version": "0.7-4+b1" }, "libbabeltrace1": { "arch": "armhf", "version": "1.5.6-2+deb10u1" }, "libbind9-161": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "libbinutils": { "arch": "armhf", "version": "2.31.1-16+rpi2" }, "libblkid1": { "arch": "armhf", "version": "2.33.1-0.1" }, "libboost-iostreams1.58.0": { "arch": "armhf", "version": "1.58.0+dfsg-5.1+rpi1+b4" }, "libbsd0": { "arch": "armhf", "version": "0.9.1-2" }, "libbz2-1.0": { "arch": "armhf", "version": "1.0.6-9.2~deb10u1" }, "libc-bin": { "arch": "armhf", "version": "2.28-10+rpi1" }, "libc-dev-bin": { "arch": "armhf", "version": "2.28-10+rpi1" }, "libc-l10n": { "arch": "all", "version": "2.28-10+rpi1" }, "libc6": { "arch": "armhf", "version": "2.28-10+rpi1" }, "libc6-dbg": { "arch": "armhf", "version": "2.28-10+rpi1" }, "libc6-dev": { "arch": "armhf", "version": "2.28-10+rpi1" }, "libcap-ng0": { "arch": "armhf", "version": "0.7.9-2" }, "libcap2": { "arch": "armhf", "version": "1:2.25-2" }, "libcap2-bin": { "arch": "armhf", "version": "1:2.25-2" }, "libcc1-0": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "libcom-err2": { "arch": "armhf", "version": "1.44.5-1+deb10u3" }, "libcryptsetup12": { "arch": "armhf", "version": "2:2.1.0-5+deb10u2" }, "libcups2": { "arch": "armhf", "version": "2.2.10-6+deb10u2" }, "libcurl3-gnutls": { "arch": "armhf", "version": "7.64.0-4+deb10u1" }, "libcurl4": { "arch": "armhf", "version": "7.64.0-4+deb10u1" }, "libdaemon0": { "arch": "armhf", "version": "0.14-7" }, "libdb5.3": { "arch": "armhf", "version": "5.3.28+dfsg1-0.5" }, "libdbus-1-3": { "arch": "armhf", "version": "1.12.16-1" }, "libdebconfclient0": { "arch": "armhf", "version": "0.249" }, "libdevmapper1.02.1": { "arch": "armhf", "version": "2:1.02.155-3" }, "libdns-export1104": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "libdns1104": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "libdpkg-perl": { "arch": "all", "version": "1.19.7" }, "libdw1": { "arch": "armhf", "version": "0.176-1.1" }, "libedit2": { "arch": "armhf", "version": "3.1-20181209-1" }, "libelf1": { "arch": "armhf", "version": "0.176-1.1" }, "liberror-perl": { "arch": "all", "version": "0.17027-2" }, "libestr0": { "arch": "armhf", "version": "0.1.10-2.1" }, "libevent-2.1-6": { "arch": "armhf", "version": "2.1.8-stable-4" }, "libexpat1": { "arch": "armhf", "version": "2.2.6-2+deb10u1" }, "libext2fs2": { "arch": "armhf", "version": "1.44.5-1+deb10u3" }, "libfakeroot": { "arch": "armhf", "version": "1.23-1" }, "libfastjson4": { "arch": "armhf", "version": "0.99.8-2" }, "libfdisk1": { "arch": "armhf", "version": "2.33.1-0.1" }, "libffi6": { "arch": "armhf", "version": "3.2.1-9" }, "libfile-fcntllock-perl": { "arch": "armhf", "version": "0.22-3+b4" }, "libfl2": { "arch": "armhf", "version": "2.6.4-6.2" }, "libfontconfig1": { "arch": "armhf", "version": "2.13.1-2" }, "libfreetype6": { "arch": "armhf", "version": "2.9.1-3+deb10u1" }, "libfreetype6-dev": { "arch": "armhf", "version": "2.9.1-3+deb10u1" }, "libfribidi0": { "arch": "armhf", "version": "1.0.5-3.1+deb10u1" }, "libfstrm0": { "arch": "armhf", "version": "0.4.0-1" }, "libftdi1-2": { "arch": "armhf", "version": "1.4-1+b2" }, "libgcc-8-dev": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "libgcc1": { "arch": "armhf", "version": "1:8.3.0-6+rpi1" }, "libgcrypt20": { "arch": "armhf", "version": "1.8.4-5" }, "libgdbm-compat4": { "arch": "armhf", "version": "1.18.1-4" }, "libgdbm6": { "arch": "armhf", "version": "1.18.1-4" }, "libgeoip1": { "arch": "armhf", "version": "1.6.12-1" }, "libglib2.0-0": { "arch": "armhf", "version": "2.58.3-2+deb10u2" }, "libglib2.0-data": { "arch": "all", "version": "2.58.3-2+deb10u2" }, "libgmp10": { "arch": "armhf", "version": "2:6.1.2+dfsg-4" }, "libgnutls30": { "arch": "armhf", "version": "3.6.7-4+deb10u2" }, "libgomp1": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "libgpg-error0": { "arch": "armhf", "version": "1.35-1" }, "libgpm2": { "arch": "armhf", "version": "1.20.7-5" }, "libgssapi-krb5-2": { "arch": "armhf", "version": "1.17-3" }, "libhogweed4": { "arch": "armhf", "version": "3.4.1-1" }, "libicu63": { "arch": "armhf", "version": "63.1-6" }, "libident": { "arch": "armhf", "version": "0.22-3.1" }, "libidn11": { "arch": "armhf", "version": "1.33-2.2" }, "libidn2-0": { "arch": "armhf", "version": "2.0.5-1+deb10u1" }, "libip4tc0": { "arch": "armhf", "version": "1.8.2-4" }, "libip6tc0": { "arch": "armhf", "version": "1.8.2-4" }, "libiptc0": { "arch": "armhf", "version": "1.8.2-4" }, "libisc-export1100": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "libisc1100": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "libisccc161": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "libisccfg163": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "libisl19": { "arch": "armhf", "version": "0.20-2" }, "libiw30": { "arch": "armhf", "version": "30~pre9-13" }, "libjim0.77": { "arch": "armhf", "version": "0.77+dfsg0-3" }, "libjpeg62-turbo": { "arch": "armhf", "version": "1:1.5.2-2+b1" }, "libjs-jquery": { "arch": "all", "version": "3.3.1~dfsg-3" }, "libjson-c3": { "arch": "armhf", "version": "0.12.1+ds-2" }, "libk5crypto3": { "arch": "armhf", "version": "1.17-3" }, "libkeyutils1": { "arch": "armhf", "version": "1.6-6" }, "libkmod2": { "arch": "armhf", "version": "26-1" }, "libkrb5-3": { "arch": "armhf", "version": "1.17-3" }, "libkrb5support0": { "arch": "armhf", "version": "1.17-3" }, "libksba8": { "arch": "armhf", "version": "1.3.5-2" }, "liblcms2-2": { "arch": "armhf", "version": "2.9-3" }, "libldap-2.4-2": { "arch": "armhf", "version": "2.4.47+dfsg-3+rpi1+deb10u1" }, "libldap-common": { "arch": "all", "version": "2.4.47+dfsg-3+rpi1+deb10u1" }, "liblmdb0": { "arch": "armhf", "version": "0.9.22-1" }, "liblocale-gettext-perl": { "arch": "armhf", "version": "1.07-3+b3" }, "liblognorm5": { "arch": "armhf", "version": "2.0.5-1" }, "libltdl-dev": { "arch": "armhf", "version": "2.4.6-9" }, "libltdl7": { "arch": "armhf", "version": "2.4.6-9" }, "libluajit-5.1-2": { "arch": "armhf", "version": "2.1.0~beta3+dfsg-5.1" }, "libluajit-5.1-common": { "arch": "all", "version": "2.1.0~beta3+dfsg-5.1" }, "liblwres161": { "arch": "armhf", "version": "1:9.11.5.P4+dfsg-5.1" }, "liblz4-1": { "arch": "armhf", "version": "1.8.3-1" }, "liblzma5": { "arch": "armhf", "version": "5.2.4-1" }, "libmagic-mgc": { "arch": "armhf", "version": "1:5.35-4+deb10u1" }, "libmagic1": { "arch": "armhf", "version": "1:5.35-4+deb10u1" }, "libmnl-dev": { "arch": "armhf", "version": "1.0.4-2" }, "libmnl0": { "arch": "armhf", "version": "1.0.4-2" }, "libmount1": { "arch": "armhf", "version": "2.33.1-0.1" }, "libmpc3": { "arch": "armhf", "version": "1.1.0-1" }, "libmpdec2": { "arch": "armhf", "version": "2.4.2-2" }, "libmpfr6": { "arch": "armhf", "version": "4.0.2-1" }, "libmtp-common": { "arch": "all", "version": "1.1.16-2" }, "libmtp-runtime": { "arch": "armhf", "version": "1.1.16-2" }, "libmtp9": { "arch": "armhf", "version": "1.1.16-2" }, "libncurses-dev": { "arch": "armhf", "version": "6.1+20181013-2+deb10u2" }, "libncurses6": { "arch": "armhf", "version": "6.1+20181013-2+deb10u2" }, "libncursesw5": { "arch": "armhf", "version": "6.1+20181013-2+deb10u2" }, "libncursesw6": { "arch": "armhf", "version": "6.1+20181013-2+deb10u2" }, "libnetfilter-conntrack3": { "arch": "armhf", "version": "1.0.7-1" }, "libnettle6": { "arch": "armhf", "version": "3.4.1-1" }, "libnewt0.52": { "arch": "armhf", "version": "0.52.20-8" }, "libnfnetlink0": { "arch": "armhf", "version": "1.0.1-3" }, "libnftnl11": { "arch": "armhf", "version": "1.1.2-2" }, "libnghttp2-14": { "arch": "armhf", "version": "1.36.0-2+deb10u1" }, "libnl-3-200": { "arch": "armhf", "version": "3.4.0-1" }, "libnl-genl-3-200": { "arch": "armhf", "version": "3.4.0-1" }, "libnl-route-3-200": { "arch": "armhf", "version": "3.4.0-1" }, "libnpth0": { "arch": "armhf", "version": "1.6-1" }, "libnspr4": { "arch": "armhf", "version": "2:4.20-1" }, "libnss-mdns": { "arch": "armhf", "version": "0.14.1-1+b5" }, "libnss3": { "arch": "armhf", "version": "2:3.42.1-1+deb10u2" }, "libp11-kit0": { "arch": "armhf", "version": "0.23.15-2" }, "libpam-chksshpwd": { "arch": "armhf", "version": "1.3.1-5+rpt1" }, "libpam-modules": { "arch": "armhf", "version": "1.3.1-5+rpt1" }, "libpam-modules-bin": { "arch": "armhf", "version": "1.3.1-5+rpt1" }, "libpam-runtime": { "arch": "all", "version": "1.3.1-5+rpt1" }, "libpam-systemd": { "arch": "armhf", "version": "241-7~deb10u3+rpi1" }, "libpam0g": { "arch": "armhf", "version": "1.3.1-5+rpt1" }, "libparted2": { "arch": "armhf", "version": "3.2-25" }, "libpci3": { "arch": "armhf", "version": "1:3.5.2-1" }, "libpcre2-8-0": { "arch": "armhf", "version": "10.32-5" }, "libpcre2-posix0": { "arch": "armhf", "version": "10.32-5" }, "libpcre3": { "arch": "armhf", "version": "2:8.39-12" }, "libpcsclite1": { "arch": "armhf", "version": "1.8.24-1" }, "libperl5.28": { "arch": "armhf", "version": "5.28.1-6" }, "libpipeline1": { "arch": "armhf", "version": "1.5.1-2" }, "libpng-dev": { "arch": "armhf", "version": "1.6.36-6" }, "libpng-tools": { "arch": "armhf", "version": "1.6.36-6" }, "libpng16-16": { "arch": "armhf", "version": "1.6.36-6" }, "libpolkit-agent-1-0": { "arch": "armhf", "version": "0.105-25" }, "libpolkit-backend-1-0": { "arch": "armhf", "version": "0.105-25" }, "libpolkit-gobject-1-0": { "arch": "armhf", "version": "0.105-25" }, "libpopt0": { "arch": "armhf", "version": "1.16-12" }, "libprocps7": { "arch": "armhf", "version": "2:3.3.15-2" }, "libprotobuf-c1": { "arch": "armhf", "version": "1.3.1-1+b1" }, "libpsl5": { "arch": "armhf", "version": "0.20.2-2" }, "libpython-stdlib": { "arch": "armhf", "version": "2.7.16-1" }, "libpython2-stdlib": { "arch": "armhf", "version": "2.7.16-1" }, "libpython2.7-minimal": { "arch": "armhf", "version": "2.7.16-2+deb10u1" }, "libpython2.7-stdlib": { "arch": "armhf", "version": "2.7.16-2+deb10u1" }, "libpython3-stdlib": { "arch": "armhf", "version": "3.7.3-1" }, "libpython3.7": { "arch": "armhf", "version": "3.7.3-2+deb10u1" }, "libpython3.7-minimal": { "arch": "armhf", "version": "3.7.3-2+deb10u1" }, "libpython3.7-stdlib": { "arch": "armhf", "version": "3.7.3-2+deb10u1" }, "libraspberrypi-bin": { "arch": "armhf", "version": "1.20200212-1" }, "libraspberrypi-dev": { "arch": "armhf", "version": "1.20200212-1" }, "libraspberrypi0": { "arch": "armhf", "version": "1.20200212-1" }, "libreadline-dev": { "arch": "armhf", "version": "7.0-5" }, "libreadline6": { "arch": "armhf", "version": "6.3-9" }, "libreadline7": { "arch": "armhf", "version": "7.0-5" }, "librtmp1": { "arch": "armhf", "version": "2.4+20151223.gitfa8646d.1-2" }, "libsasl2-2": { "arch": "armhf", "version": "2.1.27+dfsg-1+deb10u1" }, "libsasl2-modules-db": { "arch": "armhf", "version": "2.1.27+dfsg-1+deb10u1" }, "libseccomp2": { "arch": "armhf", "version": "2.3.3-4" }, "libselinux1": { "arch": "armhf", "version": "2.8-1+b1" }, "libsemanage-common": { "arch": "all", "version": "2.8-2" }, "libsemanage1": { "arch": "armhf", "version": "2.8-2" }, "libsepol1": { "arch": "armhf", "version": "2.8-1" }, "libsigc++-1.2-5c2": { "arch": "armhf", "version": "1.2.7-2+b1" }, "libsigsegv2": { "arch": "armhf", "version": "2.12-2" }, "libslang2": { "arch": "armhf", "version": "2.3.2-2" }, "libsmartcols1": { "arch": "armhf", "version": "2.33.1-0.1" }, "libsodium-dev": { "arch": "armhf", "version": "1.0.17-1" }, "libsodium23": { "arch": "armhf", "version": "1.0.17-1" }, "libsqlite3-0": { "arch": "armhf", "version": "3.27.2-3" }, "libss2": { "arch": "armhf", "version": "1.44.5-1+deb10u3" }, "libssh2-1": { "arch": "armhf", "version": "1.8.0-2.1" }, "libssl-dev": { "arch": "armhf", "version": "1.1.1d-0+deb10u2+rpt1" }, "libssl1.0.2": { "arch": "armhf", "version": "1.0.2q-2" }, "libssl1.1": { "arch": "armhf", "version": "1.1.1d-0+deb10u2+rpt1" }, "libstdc++-8-dev": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "libstdc++6": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "libsystemd0": { "arch": "armhf", "version": "241-7~deb10u3+rpi1" }, "libtalloc2": { "arch": "armhf", "version": "2.1.14-2" }, "libtasn1-6": { "arch": "armhf", "version": "4.13-3" }, "libtext-charwidth-perl": { "arch": "armhf", "version": "0.04-7.1+b1" }, "libtext-iconv-perl": { "arch": "armhf", "version": "1.7-5+b10" }, "libtext-wrapi18n-perl": { "arch": "all", "version": "0.06-7.1" }, "libtinfo5": { "arch": "armhf", "version": "6.1+20181013-2+deb10u2" }, "libtinfo6": { "arch": "armhf", "version": "6.1+20181013-2+deb10u2" }, "libtirpc-common": { "arch": "all", "version": "1.1.4-0.4" }, "libtool": { "arch": "all", "version": "2.4.6-9" }, "libubsan1": { "arch": "armhf", "version": "8.3.0-6+rpi1" }, "libuchardet0": { "arch": "armhf", "version": "0.0.6-3" }, "libudev0": { "arch": "armhf", "version": "175-7.2" }, "libudev1": { "arch": "armhf", "version": "241-7~deb10u3+rpi1" }, "libunistring2": { "arch": "armhf", "version": "0.9.10-1" }, "libusb-0.1-4": { "arch": "armhf", "version": "2:0.1.12-32" }, "libusb-1.0-0": { "arch": "armhf", "version": "2:1.0.22-2" }, "libutempter0": { "arch": "armhf", "version": "1.1.6-3" }, "libuuid1": { "arch": "armhf", "version": "2.33.1-0.1" }, "libwbclient0": { "arch": "armhf", "version": "2:4.9.5+dfsg-5+deb10u1+rpi1" }, "libwrap0": { "arch": "armhf", "version": "7.6.q-28" }, "libx11-6": { "arch": "armhf", "version": "2:1.6.7-1" }, "libx11-data": { "arch": "all", "version": "2:1.6.7-1" }, "libxau6": { "arch": "armhf", "version": "1:1.0.8-1+b2" }, "libxcb1": { "arch": "armhf", "version": "1.13.1-2" }, "libxdmcp6": { "arch": "armhf", "version": "1:1.1.2-3" }, "libxext6": { "arch": "armhf", "version": "2:1.3.3-1+b2" }, "libxi6": { "arch": "armhf", "version": "2:1.7.9-1" }, "libxml2": { "arch": "armhf", "version": "2.9.4+dfsg1-7+b3" }, "libxmuu1": { "arch": "armhf", "version": "2:1.1.2-2+b3" }, "libxrender1": { "arch": "armhf", "version": "1:0.9.10-1" }, "libxtables12": { "arch": "armhf", "version": "1.8.2-4" }, "libxtst6": { "arch": "armhf", "version": "2:1.2.3-1" }, "libzstd1": { "arch": "armhf", "version": "1.3.8+dfsg-3+rpi1" }, "linux-libc-dev": { "arch": "armhf", "version": "4.18.20-2+rpi1" }, "locales": { "arch": "all", "version": "2.28-10+rpi1" }, "login": { "arch": "armhf", "version": "1:4.5-1.1" }, "logrotate": { "arch": "armhf", "version": "3.14.0-4" }, "lsb-base": { "arch": "all", "version": "10.2019051400+rpi1" }, "lsb-release": { "arch": "all", "version": "10.2019051400+rpi1" }, "lshw": { "arch": "armhf", "version": "02.18.85-0.1" }, "lua5.1": { "arch": "armhf", "version": "5.1.5-8.1+b1" }, "luajit": { "arch": "armhf", "version": "2.1.0~beta3+dfsg-5.1" }, "m4": { "arch": "armhf", "version": "1.4.18-2" }, "make": { "arch": "armhf", "version": "4.2.1-1.2" }, "man-db": { "arch": "armhf", "version": "2.8.5-2" }, "manpages": { "arch": "all", "version": "4.16-2" }, "manpages-dev": { "arch": "all", "version": "4.16-2" }, "mariadb-common": { "arch": "all", "version": "1:10.3.15-1" }, "mawk": { "arch": "armhf", "version": "1.3.3-17" }, "mime-support": { "arch": "all", "version": "3.62" }, "mount": { "arch": "armhf", "version": "2.33.1-0.1" }, "multiarch-support": { "arch": "armhf", "version": "2.28-10+rpi1" }, "mysql-common": { "arch": "all", "version": "5.8+1.0.5" }, "nano": { "arch": "armhf", "version": "3.2-3" }, "ncdu": { "arch": "armhf", "version": "1.13-1" }, "ncurses-base": { "arch": "all", "version": "6.1+20181013-2+deb10u2" }, "ncurses-bin": { "arch": "armhf", "version": "6.1+20181013-2+deb10u2" }, "ncurses-term": { "arch": "all", "version": "6.1+20181013-2+deb10u2" }, "net-tools": { "arch": "armhf", "version": "1.60+git20180626.aebd88e-1" }, "netbase": { "arch": "all", "version": "5.6" }, "netcat-openbsd": { "arch": "armhf", "version": "1.195-2" }, "netcat-traditional": { "arch": "armhf", "version": "1.10-41.1" }, "nfs-common": { "arch": "armhf", "version": "1:1.3.4-2.5" }, "ntp": { "arch": "armhf", "version": "1:4.2.8p12+dfsg-4" }, "omnibus-toolchain": { "arch": "armhf", "version": "1.1.113+20200211012146-1" }, "openjdk-11-jdk-headless": { "arch": "armhf", "version": "11.0.6+10-1~deb10u1" }, "openjdk-11-jre-headless": { "arch": "armhf", "version": "11.0.6+10-1~deb10u1" }, "openresolv": { "arch": "armhf", "version": "3.8.0-1" }, "openssh-client": { "arch": "armhf", "version": "1:7.9p1-10+deb10u2" }, "openssh-server": { "arch": "armhf", "version": "1:7.9p1-10+deb10u2" }, "openssh-sftp-server": { "arch": "armhf", "version": "1:7.9p1-10+deb10u2" }, "openssl": { "arch": "armhf", "version": "1.1.1d-0+deb10u2+rpt1" }, "parted": { "arch": "armhf", "version": "3.2-25" }, "passwd": { "arch": "armhf", "version": "1:4.5-1.1" }, "patch": { "arch": "armhf", "version": "2.7.6-3+deb10u1" }, "paxctld": { "arch": "armhf", "version": "1.2.1-1" }, "pciutils": { "arch": "armhf", "version": "1:3.5.2-1" }, "perl": { "arch": "armhf", "version": "5.28.1-6" }, "perl-base": { "arch": "armhf", "version": "5.28.1-6" }, "perl-modules-5.28": { "arch": "all", "version": "5.28.1-6" }, "pi-bluetooth": { "arch": "all", "version": "0.1.11" }, "pinentry-curses": { "arch": "armhf", "version": "1.1.0-2" }, "pkg-config": { "arch": "armhf", "version": "0.29-6" }, "policykit-1": { "arch": "armhf", "version": "0.105-25" }, "procps": { "arch": "armhf", "version": "2:3.3.15-2" }, "psmisc": { "arch": "armhf", "version": "23.2-1" }, "publicsuffix": { "arch": "all", "version": "20190415.1030-1" }, "python": { "arch": "armhf", "version": "2.7.16-1" }, "python-apt-common": { "arch": "all", "version": "1.8.4.1" }, "python-minimal": { "arch": "armhf", "version": "2.7.16-1" }, "python-rpi.gpio": { "arch": "armhf", "version": "0.7.0~buster-1" }, "python2": { "arch": "armhf", "version": "2.7.16-1" }, "python2-minimal": { "arch": "armhf", "version": "2.7.16-1" }, "python2.7": { "arch": "armhf", "version": "2.7.16-2+deb10u1" }, "python2.7-minimal": { "arch": "armhf", "version": "2.7.16-2+deb10u1" }, "python3": { "arch": "armhf", "version": "3.7.3-1" }, "python3-apt": { "arch": "armhf", "version": "1.8.4.1" }, "python3-certifi": { "arch": "all", "version": "2018.8.24-1" }, "python3-chardet": { "arch": "all", "version": "3.0.4-3" }, "python3-debconf": { "arch": "all", "version": "1.5.71" }, "python3-idna": { "arch": "all", "version": "2.6-1" }, "python3-minimal": { "arch": "armhf", "version": "3.7.3-1" }, "python3-pkg-resources": { "arch": "all", "version": "40.8.0-1" }, "python3-requests": { "arch": "all", "version": "2.21.0-1" }, "python3-six": { "arch": "all", "version": "1.12.0-1" }, "python3-urllib3": { "arch": "all", "version": "1.24.1-1" }, "python3.7": { "arch": "armhf", "version": "3.7.3-2+deb10u1" }, "python3.7-minimal": { "arch": "armhf", "version": "3.7.3-2+deb10u1" }, "raspberrypi-bootloader": { "arch": "armhf", "version": "1.20200212-1" }, "raspberrypi-kernel": { "arch": "armhf", "version": "1.20200212-1" }, "raspberrypi-net-mods": { "arch": "all", "version": "1.3.0" }, "raspberrypi-sys-mods": { "arch": "armhf", "version": "20191105" }, "raspbian-archive-keyring": { "arch": "all", "version": "20120528.2" }, "raspi-config": { "arch": "all", "version": "20190620" }, "raspi-copies-and-fills": { "arch": "armhf", "version": "0.13" }, "readline-common": { "arch": "all", "version": "7.0-5" }, "rfkill": { "arch": "armhf", "version": "2.33.1-0.1" }, "rng-tools": { "arch": "armhf", "version": "2-unofficial-mt.14-1" }, "rpcbind": { "arch": "armhf", "version": "1.2.5-0.3" }, "rpi-eeprom": { "arch": "all", "version": "5.0-2" }, "rpi-eeprom-images": { "arch": "all", "version": "5.0-2" }, "rpi-update": { "arch": "all", "version": "20140705" }, "rsync": { "arch": "armhf", "version": "3.1.3-6" }, "rsyslog": { "arch": "armhf", "version": "8.1901.0-1" }, "sed": { "arch": "armhf", "version": "4.7-1" }, "sensible-utils": { "arch": "all", "version": "0.0.12" }, "shared-mime-info": { "arch": "armhf", "version": "1.10-1" }, "ssh": { "arch": "all", "version": "1:7.9p1-10+deb10u2" }, "ssh-import-id": { "arch": "all", "version": "5.7-1" }, "strace": { "arch": "armhf", "version": "4.26-0.2" }, "sudo": { "arch": "armhf", "version": "1.8.27-1+deb10u2" }, "systemd": { "arch": "armhf", "version": "241-7~deb10u3+rpi1" }, "systemd-sysv": { "arch": "armhf", "version": "241-7~deb10u3+rpi1" }, "sysvinit-utils": { "arch": "armhf", "version": "2.93-8" }, "tar": { "arch": "armhf", "version": "1.30+dfsg-6" }, "tasksel": { "arch": "all", "version": "3.53" }, "tasksel-data": { "arch": "all", "version": "3.53" }, "tmux": { "arch": "armhf", "version": "2.8-3" }, "traceroute": { "arch": "armhf", "version": "1:2.1.0-2" }, "triggerhappy": { "arch": "armhf", "version": "0.5.0-1" }, "tzdata": { "arch": "all", "version": "2019c-0+deb10u1" }, "ucf": { "arch": "all", "version": "3.0038+nmu1" }, "udev": { "arch": "armhf", "version": "241-7~deb10u3+rpi1" }, "unzip": { "arch": "armhf", "version": "6.0-23+deb10u1" }, "usb-modeswitch": { "arch": "armhf", "version": "2.5.2+repack0-2" }, "usb-modeswitch-data": { "arch": "all", "version": "20170806-2" }, "usb.ids": { "arch": "all", "version": "2019.07.27-0+deb10u1" }, "usbutils": { "arch": "armhf", "version": "1:010-3" }, "util-linux": { "arch": "armhf", "version": "2.33.1-0.1" }, "vim-common": { "arch": "all", "version": "2:8.1.0875-5" }, "vim-tiny": { "arch": "armhf", "version": "2:8.1.0875-5" }, "wget": { "arch": "armhf", "version": "1.20.1-1.1" }, "whiptail": { "arch": "armhf", "version": "0.52.20-8" }, "wireless-regdb": { "arch": "all", "version": "2018.05.09-0~rpt1" }, "wireless-tools": { "arch": "armhf", "version": "30~pre9-13" }, "wpasupplicant": { "arch": "armhf", "version": "2:2.7+git20190128+0c1e29f-6+deb10u1" }, "x11-common": { "arch": "all", "version": "1:7.7+19" }, "xauth": { "arch": "armhf", "version": "1:1.0.10-1" }, "xdg-user-dirs": { "arch": "armhf", "version": "0.17-2" }, "xkb-data": { "arch": "all", "version": "2.26-2" }, "xxd": { "arch": "armhf", "version": "2:8.1.0875-5" }, "xz-utils": { "arch": "armhf", "version": "5.2.4-1" }, "zip": { "arch": "armhf", "version": "3.0-11" }, "zlib1g": { "arch": "armhf", "version": "1:1.2.11.dfsg-1" }, "zlib1g-dev": { "arch": "armhf", "version": "1:1.2.11.dfsg-1" } }, "platform": "raspbian", "platform_family": "debian", "platform_version": "10", "root_group": "root", "shells": [ "/bin/sh", "/bin/bash", "/bin/rbash", "/bin/dash", "/usr/bin/tmux" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/redhat/000077500000000000000000000000001417433310300206205ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/redhat/6.10.json000066400000000000000000004057201417433310300221070ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "ram0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram10": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram11": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram12": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram13": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram14": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram15": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram8": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "ram9": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "32768" }, "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "2.12", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec218967-da86-5881-0ef6-ad6bcdc90e1c", "UUID": "EC218967-DA86-5881-0EF6-AD6BCDC90E1C", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec218967-da86-5881-0ef6-ad6bcdc90e1c", "sku_number": "Not Specified", "uuid": "EC218967-DA86-5881-0EF6-AD6BCDC90E1C", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "-hosts": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=13", "pgrp=1326", "timeout=300", "minproto=5", "maxproto=5", "indirect" ], "mounts": [ "/net" ] }, "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "588677", "inodes_percent_used": "11%", "inodes_used": "66683", "kb_available": "7774744", "kb_size": "10189092", "kb_used": "1890164", "mount_options": [ "rw" ], "mounts": [ "/" ], "percent_used": "20%", "total_inodes": "655360", "uuid": "fdb449d9-307a-4b60-8a87-c113413ea6a3" }, "/etc/auto.misc": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=7", "pgrp=1326", "timeout=300", "minproto=5", "maxproto=5", "indirect" ], "mounts": [ "/misc" ] }, "/proc/bus/usb": { "fs_type": "usbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc/bus/usb" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "gid=5", "mode=620" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "mount_options": [ "rw", "seclabel", "relatime", "size=494628k", "nr_inodes=123657", "mode=755" ], "mounts": [ "/dev" ] }, "none": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/proc/sys/fs/binfmt_misc", "/selinux" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw" ], "mounts": [ "/proc" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw" ], "mounts": [ "/sys" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "127260", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509044", "kb_size": "509044", "kb_used": "0", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "mounts": [ "/dev/shm" ], "percent_used": "0%", "total_inodes": "127261" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1", "rootfs" ], "fs_type": "rootfs", "inodes_available": "588677", "inodes_percent_used": "11%", "inodes_used": "66683", "kb_available": "7774744", "kb_size": "10189092", "kb_used": "1890164", "mount_options": [ "rw" ], "percent_used": "20%", "total_inodes": "655360", "uuid": "fdb449d9-307a-4b60-8a87-c113413ea6a3" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "mount_options": [ "rw", "seclabel", "relatime", "size=494628k", "nr_inodes=123657", "mode=755" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "gid=5", "mode=620" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "127260", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509044", "kb_size": "509044", "kb_used": "0", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "percent_used": "0%", "total_inodes": "127261" }, "/misc": { "devices": [ "/etc/auto.misc" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=7", "pgrp=1326", "timeout=300", "minproto=5", "maxproto=5", "indirect" ] }, "/net": { "devices": [ "-hosts" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=13", "pgrp=1326", "timeout=300", "minproto=5", "maxproto=5", "indirect" ] }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw" ] }, "/proc/bus/usb": { "devices": [ "/proc/bus/usb" ], "fs_type": "usbfs", "mount_options": [ "rw", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "none" ], "fs_type": "binfmt_misc", "mount_options": [ "rw" ] }, "/selinux": { "devices": [ "none" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw" ] } }, "by_pair": { "-hosts,/net": { "device": "-hosts", "fs_type": "autofs", "mount": "/net", "mount_options": [ "rw", "relatime", "fd=13", "pgrp=1326", "timeout=300", "minproto=5", "maxproto=5", "indirect" ] }, "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "588677", "inodes_percent_used": "11%", "inodes_used": "66683", "kb_available": "7774744", "kb_size": "10189092", "kb_used": "1890164", "mount": "/", "mount_options": [ "rw" ], "percent_used": "20%", "total_inodes": "655360", "uuid": "fdb449d9-307a-4b60-8a87-c113413ea6a3" }, "/etc/auto.misc,/misc": { "device": "/etc/auto.misc", "fs_type": "autofs", "mount": "/misc", "mount_options": [ "rw", "relatime", "fd=7", "pgrp=1326", "timeout=300", "minproto=5", "maxproto=5", "indirect" ] }, "/proc/bus/usb,/proc/bus/usb": { "device": "/proc/bus/usb", "fs_type": "usbfs", "mount": "/proc/bus/usb", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "gid=5", "mode=620" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "mount": "/dev", "mount_options": [ "rw", "seclabel", "relatime", "size=494628k", "nr_inodes=123657", "mode=755" ] }, "none,/proc/sys/fs/binfmt_misc": { "device": "none", "fs_type": "binfmt_misc", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw" ] }, "none,/selinux": { "device": "none", "fs_type": "selinuxfs", "mount": "/selinux", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "127260", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "509044", "kb_size": "509044", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "rootcontext=\"system_u:object_r:tmpfs_t:s0\"" ], "percent_used": "0%", "total_inodes": "127261" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "init", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ata_generic": { "refcount": "0", "size": "3837", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "24409", "version": "2.13" }, "autofs4": { "refcount": "3", "size": "27032" }, "dm_log": { "refcount": "2", "size": "9930" }, "dm_mirror": { "refcount": "0", "size": "14864" }, "dm_mod": { "refcount": "2", "size": "102823" }, "dm_region_hash": { "refcount": "1", "size": "12181" }, "ext4": { "refcount": "1", "size": "381584" }, "i2c_core": { "refcount": "1", "size": "29164" }, "i2c_piix4": { "refcount": "0", "size": "11520" }, "ib_addr": { "refcount": "3", "size": "8304" }, "ib_cm": { "refcount": "3", "size": "37444" }, "ib_core": { "refcount": "10", "size": "83376" }, "ib_ipoib": { "refcount": "0", "size": "81191", "version": "1.0.0" }, "ib_mad": { "refcount": "3", "size": "41628" }, "ib_sa": { "refcount": "4", "size": "24188" }, "ib_ucm": { "refcount": "0", "size": "12360" }, "ib_umad": { "refcount": "0", "size": "13519" }, "ib_uverbs": { "refcount": "2", "size": "40564" }, "ipv6": { "refcount": "56", "size": "337436" }, "iw_cm": { "refcount": "1", "size": "33136" }, "jbd2": { "refcount": "1", "size": "93380" }, "mbcache": { "refcount": "1", "size": "8193" }, "microcode": { "refcount": "0", "size": "112864" }, "pata_acpi": { "refcount": "0", "size": "3701", "version": "0.2.3" }, "rdma_cm": { "refcount": "1", "size": "36651" }, "rdma_ucm": { "refcount": "0", "size": "15739" }, "xen_blkfront": { "refcount": "2", "size": "21966" }, "xen_netfront": { "refcount": "0", "size": "18930" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "2.6.32-754.23.1.el6.x86_64", "version": "#1 SMP Tue Sep 17 09:46:55 EDT 2019" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { "codename": "Santiago", "description": "Red Hat Enterprise Linux Server release 6.10 (Santiago)", "id": "RedHatEnterpriseServer", "release": "6.10" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635802067.1987193, "os": "linux", "os_version": "2.6.32-754.23.1.el6.x86_64", "packages": { "ConsoleKit": { "arch": "x86_64", "epoch": "0", "installdate": "1616003347", "release": "6.el6", "version": "0.4.1" }, "ConsoleKit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003346", "release": "6.el6", "version": "0.4.1" }, "MAKEDEV": { "arch": "x86_64", "epoch": "0", "installdate": "1616003347", "release": "6.el6", "version": "3.24" }, "PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1616003355", "release": "3.1.el6", "version": "3.10" }, "SDL": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "7.el6_7.1", "version": "1.2.14" }, "abrt": { "arch": "x86_64", "epoch": "0", "installdate": "1616003371", "release": "44.el6", "version": "2.0.8" }, "abrt-addon-ccpp": { "arch": "x86_64", "epoch": "0", "installdate": "1616003371", "release": "44.el6", "version": "2.0.8" }, "abrt-addon-kerneloops": { "arch": "x86_64", "epoch": "0", "installdate": "1616003371", "release": "44.el6", "version": "2.0.8" }, "abrt-addon-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003371", "release": "44.el6", "version": "2.0.8" }, "abrt-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1616003489", "release": "44.el6", "version": "2.0.8" }, "abrt-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "44.el6", "version": "2.0.8" }, "abrt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003369", "release": "44.el6", "version": "2.0.8" }, "abrt-tui": { "arch": "x86_64", "epoch": "0", "installdate": "1616003433", "release": "44.el6", "version": "2.0.8" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "7.el6_9.1", "version": "2.2.49" }, "acpid": { "arch": "x86_64", "epoch": "0", "installdate": "1616003495", "release": "3.el6", "version": "1.0.10" }, "aic94xx-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003495", "release": "2.el6", "version": "30" }, "alsa-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003332", "release": "4.el6", "version": "1.1.0" }, "alsa-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003506", "release": "10.el6", "version": "1.1.0" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1616003435", "release": "49.el6", "version": "3.1.10" }, "atk": { "arch": "x86_64", "epoch": "0", "installdate": "1616003299", "release": "1.el6", "version": "1.30.0" }, "atlas": { "arch": "x86_64", "epoch": "0", "installdate": "1616003303", "release": "2.el6", "version": "3.8.4" }, "atmel-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "7.el6", "version": "1.3" }, "attr": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "7.el6", "version": "2.4.44" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1616003507", "release": "6.el6", "version": "2.4.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "6.el6", "version": "2.4.5" }, "audit-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003363", "release": "6.el6", "version": "2.4.5" }, "augeas-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "10.el6", "version": "1.0.0" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1616003354", "release": "23.el6", "version": "6.1.12" }, "autofs": { "arch": "x86_64", "epoch": "1", "installdate": "1616003418", "release": "140.el6_10.1", "version": "5.0.5" }, "avahi-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "17.el6", "version": "0.6.25" }, "b43-fwcutter": { "arch": "x86_64", "epoch": "0", "installdate": "1616003519", "release": "2.2.el6", "version": "012" }, "b43-openfwwf": { "arch": "noarch", "epoch": "0", "installdate": "1616003494", "release": "10.el6", "version": "5.2" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1616003271", "release": "4.el6", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "48.el6", "version": "4.1.2" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "1.el6", "version": "1.06.95" }, "bfa-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003495", "release": "2.el6", "version": "3.2.23.0" }, "bind-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1616003335", "release": "0.68.rc1.el6_10.3", "version": "9.8.2" }, "bind-utils": { "arch": "x86_64", "epoch": "32", "installdate": "1616003335", "release": "0.68.rc1.el6_10.3", "version": "9.8.2" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003291", "release": "5.48.el6_10.1", "version": "2.20.51.0.2" }, "biosdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1616003494", "release": "1.el6", "version": "0.7.2" }, "blktrace": { "arch": "x86_64", "epoch": "0", "installdate": "1616003363", "release": "7.el6", "version": "1.0.1" }, "bridge-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "10.el6", "version": "1.2" }, "busybox": { "arch": "x86_64", "epoch": "1", "installdate": "1616003384", "release": "21.el6_6", "version": "1.15.1" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "7.el6_0", "version": "1.0.5" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "7.el6_0", "version": "1.0.5" }, "c-ares": { "arch": "x86_64", "epoch": "0", "installdate": "1616003367", "release": "3.el6", "version": "1.10.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1616003329", "release": "65.1.el6", "version": "2018.2.22" }, "cairo": { "arch": "x86_64", "epoch": "0", "installdate": "1616003371", "release": "6.el6_6", "version": "1.8.8" }, "cas": { "arch": "noarch", "epoch": "0", "installdate": "1616003500", "release": "1.el6.1", "version": "0.15" }, "cdparanoia-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003323", "release": "5.1.el6", "version": "10.2" }, "certmonger": { "arch": "x86_64", "epoch": "0", "installdate": "1616003436", "release": "4.el6", "version": "0.77.5" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "1.el6", "version": "2.0.22" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635802052", "release": "1.el6", "version": "17.7.29" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "1.el6", "version": "1.3.49.5" }, "cifs-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003489", "release": "20.el6", "version": "4.8.1" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1616003487", "release": "8.el6_9.2", "version": "0.7.5" }, "cloud-utils-growpart": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "9.el6eng", "version": "0.27" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003325", "release": "47.el6", "version": "8.4" }, "coreutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003324", "release": "47.el6", "version": "8.4" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "13.el6", "version": "2.10" }, "cpuspeed": { "arch": "x86_64", "epoch": "1", "installdate": "1616003496", "release": "22.el6", "version": "1.5" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003324", "release": "4.el6", "version": "2.8.16" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1616003324", "release": "4.el6", "version": "2.8.16" }, "crash": { "arch": "x86_64", "epoch": "0", "installdate": "1616003302", "release": "8.el6", "version": "7.1.0" }, "crash-gcore-command": { "arch": "x86_64", "epoch": "0", "installdate": "1616003507", "release": "5.el6", "version": "1.0" }, "crash-trace-command": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "5.el6", "version": "1.0" }, "crda": { "arch": "x86_64", "epoch": "0", "installdate": "1616003434", "release": "3.el6", "version": "3.13_2015.10.22" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "16.el6_8.2", "version": "1.4.4" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "16.el6_8.2", "version": "1.4.4" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1616003439", "release": "33.el6", "version": "1.10" }, "cryptsetup-luks": { "arch": "x86_64", "epoch": "0", "installdate": "1616003429", "release": "11.el6", "version": "1.2.0" }, "cryptsetup-luks-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003429", "release": "11.el6", "version": "1.2.0" }, "cups": { "arch": "x86_64", "epoch": "1", "installdate": "1616003397", "release": "81.el6_10", "version": "1.4.2" }, "cups-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1616003300", "release": "81.el6_10", "version": "1.4.2" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003342", "release": "53.el6_9", "version": "7.19.7" }, "cvs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003341", "release": "16.el6", "version": "1.11.23" }, "cyrus-sasl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003437", "release": "15.el6_6.2", "version": "2.1.23" }, "cyrus-sasl-gssapi": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "15.el6_6.2", "version": "2.1.23" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "15.el6_6.2", "version": "2.1.23" }, "cyrus-sasl-plain": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "15.el6_6.2", "version": "2.1.23" }, "dash": { "arch": "x86_64", "epoch": "0", "installdate": "1616003320", "release": "4.el6", "version": "0.5.5.1" }, "db4": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "22.el6", "version": "4.7.25" }, "db4-cxx": { "arch": "x86_64", "epoch": "0", "installdate": "1616003306", "release": "22.el6", "version": "4.7.25" }, "db4-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1616003309", "release": "22.el6", "version": "4.7.25" }, "db4-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "22.el6", "version": "4.7.25" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1616003346", "release": "11.el6_10", "version": "1.2.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003299", "release": "6.el6_4", "version": "0.86" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1616003285", "release": "11.el6_10", "version": "1.2.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003352", "release": "6.1.el6", "version": "0.83.0" }, "dejavu-fonts-common": { "arch": "noarch", "epoch": "0", "installdate": "1616003274", "release": "1.el6", "version": "2.33" }, "dejavu-sans-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1616003321", "release": "1.el6", "version": "2.33" }, "desktop-file-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003303", "release": "9.el6", "version": "0.15" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1616003396", "release": "12.el6_9.1", "version": "1.02.117" }, "device-mapper-event": { "arch": "x86_64", "epoch": "0", "installdate": "1616003397", "release": "12.el6_9.1", "version": "1.02.117" }, "device-mapper-event-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003396", "release": "12.el6_9.1", "version": "1.02.117" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003396", "release": "12.el6_9.1", "version": "1.02.117" }, "device-mapper-persistent-data": { "arch": "x86_64", "epoch": "0", "installdate": "1616003303", "release": "0.2.rc7.el6", "version": "0.6.2" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1616003497", "release": "63.P1.el6_10", "version": "4.1.1" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1616003385", "release": "63.P1.el6_10", "version": "4.1.1" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "28.el6", "version": "2.8.1" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1616003292", "release": "7.el6", "version": "2.12" }, "dmraid": { "arch": "x86_64", "epoch": "0", "installdate": "1616003418", "release": "11.el6", "version": "1.0.0.rc16" }, "dmraid-events": { "arch": "x86_64", "epoch": "0", "installdate": "1616003418", "release": "11.el6", "version": "1.0.0.rc16" }, "dosfstools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003519", "release": "4.el6", "version": "3.0.9" }, "dracut": { "arch": "noarch", "epoch": "0", "installdate": "1616003404", "release": "411.el6", "version": "004" }, "dracut-kernel": { "arch": "noarch", "epoch": "0", "installdate": "1616003409", "release": "411.el6", "version": "004" }, "dracut-modules-growroot": { "arch": "noarch", "epoch": "0", "installdate": "1616003487", "release": "4.el6", "version": "0.23" }, "dstat": { "arch": "noarch", "epoch": "0", "installdate": "1616003501", "release": "3.el6_9.1", "version": "0.7.0" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003301", "release": "24.el6", "version": "1.41.12" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003292", "release": "24.el6", "version": "1.41.12" }, "ed": { "arch": "x86_64", "epoch": "0", "installdate": "1616003316", "release": "3.3.el6", "version": "1.1" }, "efibootmgr": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "15.el6", "version": "0.5.4" }, "eggdbus": { "arch": "x86_64", "epoch": "0", "installdate": "1616003303", "release": "3.el6", "version": "0.6" }, "eject": { "arch": "x86_64", "epoch": "0", "installdate": "1616003519", "release": "17.el6", "version": "2.1.5" }, "elfutils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "2.el6", "version": "0.164" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "2.el6", "version": "0.164" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "2.el6", "version": "0.164" }, "elinks": { "arch": "x86_64", "epoch": "0", "installdate": "1616003504", "release": "0.21.pre5.el6_3", "version": "0.12" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1616003344", "release": "6.el6", "version": "3.5" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "13.el6_8", "version": "2.0.1" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1616003291", "release": "30.el6", "version": "5.04" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "30.el6", "version": "5.04" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1616003271", "release": "3.el6", "version": "2.4.30" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1616003290", "release": "9.el6", "version": "4.4.2" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1616003335", "release": "7.el6", "version": "1.2.0" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003335", "release": "7.el6", "version": "1.2.0" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1616003326", "release": "5.el6", "version": "2.8.0" }, "fontpackages-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1616003274", "release": "1.1.el6", "version": "1.41" }, "foomatic": { "arch": "x86_64", "epoch": "0", "installdate": "1616003429", "release": "5.el6_7", "version": "4.0.4" }, "foomatic-db": { "arch": "noarch", "epoch": "0", "installdate": "1616003429", "release": "8.20091126.el6", "version": "4.0" }, "foomatic-db-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1616003271", "release": "8.20091126.el6", "version": "4.0" }, "foomatic-db-ppds": { "arch": "noarch", "epoch": "0", "installdate": "1616003425", "release": "8.20091126.el6", "version": "4.0" }, "fprintd": { "arch": "x86_64", "epoch": "0", "installdate": "1616003381", "release": "22.git04fd09cfa.el6", "version": "0.1" }, "fprintd-pam": { "arch": "x86_64", "epoch": "0", "installdate": "1616003497", "release": "22.git04fd09cfa.el6", "version": "0.1" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "17.el6", "version": "2.3.11" }, "gamin": { "arch": "x86_64", "epoch": "0", "installdate": "1616003298", "release": "9.el6", "version": "0.1.10" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "10.el6_7.3", "version": "3.1.7" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1616003292", "release": "39.el6", "version": "1.8.0" }, "gdbm-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "39.el6", "version": "1.8.0" }, "gdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "1.el6", "version": "0.8.10" }, "gdk-pixbuf2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003372", "release": "6.el6_7", "version": "2.24.1" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1616003365", "release": "18.el6", "version": "0.17" }, "ghostscript": { "arch": "x86_64", "epoch": "0", "installdate": "1616003375", "release": "24.el6_10.2", "version": "8.70" }, "ghostscript-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1616003338", "release": "23.2.el6", "version": "5.50" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003299", "release": "10.el6", "version": "2.28.8" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003284", "release": "1.212.el6_10.3", "version": "2.12" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1616003280", "release": "1.212.el6_10.3", "version": "2.12" }, "glibc-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1616003321", "release": "1.212.el6_10.3", "version": "2.12" }, "glibc-headers": { "arch": "x86_64", "epoch": "0", "installdate": "1616003321", "release": "1.212.el6_10.3", "version": "2.12" }, "gmp": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "13.el6", "version": "4.3.1" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003343", "release": "9.el6_10", "version": "2.0.14" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "22.el6", "version": "2.12.23" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1635802010", "release": "45700c69", "version": "2fa658e0", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1635802010", "release": "4ae0493b", "version": "fd431d51" }, { "arch": "(none)", "epoch": "0", "installdate": "1635802010", "release": "45700c69", "version": "2fa658e0" } ] }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "3.el6", "version": "1.1.8" }, "gpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "12.el6", "version": "1.20.6" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "6.el6", "version": "2.20" }, "groff": { "arch": "x86_64", "epoch": "0", "installdate": "1616003323", "release": "21.el6", "version": "1.18.1.4" }, "grub": { "arch": "x86_64", "epoch": "1", "installdate": "1616003501", "release": "99.el6", "version": "0.97" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1616003303", "release": "7.el6", "version": "7.0.15" }, "gstreamer": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "1.el6", "version": "0.10.29" }, "gstreamer-plugins-base": { "arch": "x86_64", "epoch": "0", "installdate": "1616003381", "release": "2.el6", "version": "0.10.29" }, "gstreamer-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "1.el6", "version": "0.10.29" }, "gtk2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003382", "release": "9.el6", "version": "2.24.23" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1616003324", "release": "24.el6", "version": "1.3.12" }, "hal": { "arch": "x86_64", "epoch": "0", "installdate": "1616003433", "release": "14.el6", "version": "0.5.14" }, "hal-info": { "arch": "noarch", "epoch": "0", "installdate": "1616003430", "release": "5.el6", "version": "20090716" }, "hal-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003346", "release": "14.el6", "version": "0.5.14" }, "hdparm": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "4.el6", "version": "9.43" }, "hesiod": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "19.el6", "version": "3.1.0" }, "hicolor-icon-theme": { "arch": "noarch", "epoch": "0", "installdate": "1616003341", "release": "1.1.el6", "version": "0.11" }, "hunspell": { "arch": "x86_64", "epoch": "0", "installdate": "1616003306", "release": "16.el6", "version": "1.2.8" }, "hunspell-en": { "arch": "noarch", "epoch": "0", "installdate": "1616003507", "release": "7.1.el6", "version": "0.20090216" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1616003331", "release": "20.1.el6", "version": "0.233" }, "hwloc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003499", "release": "3.el6_5", "version": "1.5" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "8.el6", "version": "4.13a" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1616003392", "release": "1.el6", "version": "9.03.61" }, "insights-client": { "arch": "noarch", "epoch": "0", "installdate": "1616003494", "release": "0.el6_10", "version": "3.0.9" }, "iotop": { "arch": "noarch", "epoch": "0", "installdate": "1616003501", "release": "9.el6", "version": "0.3.2" }, "ipa-client": { "arch": "x86_64", "epoch": "0", "installdate": "1616003486", "release": "51.el6", "version": "3.0.0" }, "ipa-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003440", "release": "51.el6", "version": "3.0.0" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1616003391", "release": "57.el6", "version": "2.6.32" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1616003390", "release": "19.el6", "version": "1.4.7" }, "iptables-ipv6": { "arch": "x86_64", "epoch": "0", "installdate": "1616003450", "release": "19.el6", "version": "1.4.7" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003391", "release": "24.el6", "version": "20071127" }, "ipw2100-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "11.el6", "version": "1.3" }, "ipw2200-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "4.el6", "version": "3.1" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1616003489", "release": "9.el6", "version": "1.0.7" }, "iso-codes": { "arch": "noarch", "epoch": "0", "installdate": "1616003273", "release": "2.el6", "version": "3.16" }, "ivtv-firmware": { "arch": "noarch", "epoch": "2", "installdate": "1616003520", "release": "20.2", "version": "20080701" }, "iw": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "1.el6", "version": "4.1" }, "iwl100-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003495", "release": "1.el6", "version": "39.31.5.1" }, "iwl1000-firmware": { "arch": "noarch", "epoch": "1", "installdate": "1616003495", "release": "1.el6", "version": "39.31.5.1" }, "iwl3945-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "4.el6", "version": "15.32.2.9" }, "iwl4965-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "2.1.el6", "version": "228.61.2.24" }, "iwl5000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003519", "release": "1.el6_1.1", "version": "8.83.5.1_1" }, "iwl5150-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003495", "release": "1.el6", "version": "8.24.2.2" }, "iwl6000-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003495", "release": "1.el6", "version": "9.221.4.1" }, "iwl6000g2a-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003495", "release": "1.el6", "version": "17.168.5.3" }, "iwl6050-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003495", "release": "2.el6", "version": "41.28.5.1" }, "jasper-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "22.el6", "version": "1.900.1" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "13.el6", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1616003404", "release": "11.el6", "version": "1.15" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1616003385", "release": "11.el6", "version": "1.15" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1616003417", "release": "754.23.1.el6", "version": "2.6.32" }, "kernel-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003390", "release": "754.23.1.el6", "version": "2.6.32" }, "kernel-headers": { "arch": "x86_64", "epoch": "0", "installdate": "1616003274", "release": "754.23.1.el6", "version": "2.6.32" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003489", "release": "310.el6", "version": "2.0.0" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003291", "release": "5.el6", "version": "1.4" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "5.el6", "version": "1.4" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1616003397", "release": "106.el6_10.1", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "65.el6", "version": "1.10.3" }, "krb5-workstation": { "arch": "x86_64", "epoch": "0", "installdate": "1616003341", "release": "65.el6", "version": "1.10.3" }, "latencytop": { "arch": "x86_64", "epoch": "0", "installdate": "1616003497", "release": "9.el6", "version": "0.5" }, "latencytop-common": { "arch": "x86_64", "epoch": "0", "installdate": "1616003271", "release": "9.el6", "version": "0.5" }, "latencytop-tui": { "arch": "x86_64", "epoch": "0", "installdate": "1616003507", "release": "9.el6", "version": "0.5" }, "lcms-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "1.el6", "version": "1.19" }, "ledmon": { "arch": "x86_64", "epoch": "0", "installdate": "1616003504", "release": "1.el6", "version": "0.79" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1616003324", "release": "13.el6", "version": "436" }, "libICE": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "1.el6", "version": "1.0.6" }, "libSM": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "2.el6", "version": "1.2.1" }, "libX11": { "arch": "x86_64", "epoch": "0", "installdate": "1616003371", "release": "3.el6", "version": "1.6.4" }, "libX11-common": { "arch": "noarch", "epoch": "0", "installdate": "1616003371", "release": "3.el6", "version": "1.6.4" }, "libXau": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "4.el6", "version": "1.0.6" }, "libXcomposite": { "arch": "x86_64", "epoch": "0", "installdate": "1616003381", "release": "4.el6", "version": "0.4.3" }, "libXcursor": { "arch": "x86_64", "epoch": "0", "installdate": "1616003372", "release": "2.1.el6", "version": "1.1.14" }, "libXdamage": { "arch": "x86_64", "epoch": "0", "installdate": "1616003373", "release": "4.el6", "version": "1.1.3" }, "libXext": { "arch": "x86_64", "epoch": "0", "installdate": "1616003371", "release": "1.el6", "version": "1.3.3" }, "libXfixes": { "arch": "x86_64", "epoch": "0", "installdate": "1616003372", "release": "1.el6", "version": "5.0.3" }, "libXfont": { "arch": "x86_64", "epoch": "0", "installdate": "1616003303", "release": "2.el6", "version": "1.5.1" }, "libXft": { "arch": "x86_64", "epoch": "0", "installdate": "1616003372", "release": "1.el6", "version": "2.3.2" }, "libXi": { "arch": "x86_64", "epoch": "0", "installdate": "1616003372", "release": "1.el6", "version": "1.7.8" }, "libXinerama": { "arch": "x86_64", "epoch": "0", "installdate": "1616003372", "release": "2.1.el6", "version": "1.1.3" }, "libXrandr": { "arch": "x86_64", "epoch": "0", "installdate": "1616003372", "release": "1.el6", "version": "1.5.1" }, "libXrender": { "arch": "x86_64", "epoch": "0", "installdate": "1616003371", "release": "1.el6", "version": "0.9.10" }, "libXt": { "arch": "x86_64", "epoch": "0", "installdate": "1616003373", "release": "6.1.el6", "version": "1.1.4" }, "libXtst": { "arch": "x86_64", "epoch": "0", "installdate": "1616003381", "release": "1.el6", "version": "1.2.3" }, "libXv": { "arch": "x86_64", "epoch": "0", "installdate": "1616003381", "release": "1.el6", "version": "1.0.11" }, "libXxf86vm": { "arch": "x86_64", "epoch": "0", "installdate": "1616003381", "release": "2.1.el6", "version": "1.1.3" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "7.el6_9.1", "version": "2.2.49" }, "libaio": { "arch": "x86_64", "epoch": "0", "installdate": "1616003301", "release": "10.el6", "version": "0.3.107" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "7.el6", "version": "2.4.44" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "13.el6", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "12.28.el6_9.2", "version": "2.17.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "5.5.el6", "version": "2.16" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "3.el6_0.1", "version": "0.6.4" }, "libcgroup": { "arch": "x86_64", "epoch": "0", "installdate": "1616003404", "release": "27.el6_10", "version": "0.40.rc1" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "13.el6", "version": "0.6.2" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "24.el6", "version": "1.41.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003342", "release": "53.el6_9", "version": "7.19.7" }, "libdhash": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "13.el6", "version": "0.4.3" }, "libdrm": { "arch": "x86_64", "epoch": "0", "installdate": "1616003391", "release": "2.el6", "version": "2.4.65" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1616003301", "release": "4.20080712cvs.1.el6", "version": "2.11" }, "libertas-usb8388-firmware": { "arch": "noarch", "epoch": "2", "installdate": "1616003520", "release": "3.1.el6", "version": "5.110.22.p23" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "4.el6", "version": "1.4.13" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1616003347", "release": "3.2.el6", "version": "3.0.5" }, "libfontenc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003301", "release": "3.el6", "version": "1.1.2" }, "libfprint": { "arch": "x86_64", "epoch": "0", "installdate": "1616003381", "release": "19.pre2.el6", "version": "0.1.0" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003269", "release": "23.el6", "version": "4.4.7" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "12.el6_8", "version": "1.4.5" }, "libgfortran": { "arch": "x86_64", "epoch": "0", "installdate": "1616003302", "release": "23.el6", "version": "4.4.7" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1616003317", "release": "23.el6", "version": "4.4.7" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "4.el6", "version": "1.7" }, "libgssglue": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "11.el6", "version": "0.1" }, "libgudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1616003299", "release": "2.73.el6_8.2", "version": "147" }, "libhugetlbfs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003317", "release": "2.el6", "version": "2.16" }, "libhugetlbfs-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003501", "release": "2.el6", "version": "2.16" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "2.el6", "version": "1.18" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "13.el6", "version": "1.1.0" }, "libipa_hbac": { "arch": "x86_64", "epoch": "0", "installdate": "1616003299", "release": "60.el6_10.2", "version": "1.13.3" }, "libjpeg-turbo": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "3.el6_5", "version": "1.2.1" }, "libkadm5": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "65.el6", "version": "1.10.3" }, "libldb": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "2.el6_7", "version": "1.1.25" }, "libmng": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "4.1.el6", "version": "1.0.10" }, "libnih": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "8.el6", "version": "1.0.1" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "2.el6", "version": "1.1.4" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1616003367", "release": "8.el6", "version": "3.2.21" }, "libogg": { "arch": "x86_64", "epoch": "2", "installdate": "1616003291", "release": "2.1.el6", "version": "1.1.4" }, "liboil": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "4.1.el6", "version": "0.3.16" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "13.el6", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1616003344", "release": "4.20130826git2dbcaa1.el6", "version": "1.4.0" }, "libpciaccess": { "arch": "x86_64", "epoch": "0", "installdate": "1616003334", "release": "1.el6", "version": "0.13.4" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1616003287", "release": "2.el6_7", "version": "1.2.49" }, "libproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1616003365", "release": "10.el6", "version": "0.3.0" }, "libproxy-bin": { "arch": "x86_64", "epoch": "0", "installdate": "1616003365", "release": "10.el6", "version": "0.3.0" }, "libproxy-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003365", "release": "10.el6", "version": "0.3.0" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "13.el6", "version": "0.1.4" }, "libreport": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "34.el6", "version": "2.0.9" }, "libreport-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1616003369", "release": "34.el6", "version": "2.0.9" }, "libreport-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "34.el6", "version": "2.0.9" }, "libreport-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "34.el6", "version": "2.0.9" }, "libreport-plugin-kerneloops": { "arch": "x86_64", "epoch": "0", "installdate": "1616003369", "release": "34.el6", "version": "2.0.9" }, "libreport-plugin-logger": { "arch": "x86_64", "epoch": "0", "installdate": "1616003369", "release": "34.el6", "version": "2.0.9" }, "libreport-plugin-mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "34.el6", "version": "2.0.9" }, "libreport-plugin-reportuploader": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "34.el6", "version": "2.0.9" }, "libreport-plugin-rhtsupport": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "34.el6", "version": "2.0.9" }, "libreport-plugin-ureport": { "arch": "x86_64", "epoch": "0", "installdate": "1616003369", "release": "34.el6", "version": "2.0.9" }, "libreport-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "34.el6", "version": "2.0.9" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "7.el6", "version": "2.0.94" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003355", "release": "7.el6", "version": "2.0.94" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "7.el6", "version": "2.0.94" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1616003345", "release": "5.1.el6", "version": "2.0.43" }, "libsemanage-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "5.1.el6", "version": "2.0.43" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "4.el6", "version": "2.0.41" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1616003301", "release": "24.el6", "version": "1.41.12" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003332", "release": "3.el6_10.1", "version": "1.4.2" }, "libsss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "60.el6_10.2", "version": "1.13.3" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "23.el6", "version": "4.4.7" }, "libtalloc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "1.el6_7", "version": "2.1.5" }, "libtar": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "17.el6_4.1", "version": "1.2.11" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "6.el6_5", "version": "2.3" }, "libtdb": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "3.el6_8.2", "version": "1.3.8" }, "libtevent": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "2.el6_7", "version": "0.9.26" }, "libthai": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "3.el6", "version": "0.1.12" }, "libtheora": { "arch": "x86_64", "epoch": "1", "installdate": "1616003298", "release": "2.el6", "version": "1.1.0" }, "libtiff": { "arch": "x86_64", "epoch": "0", "installdate": "1616003291", "release": "21.el6_8", "version": "3.9.4" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003291", "release": "15.el6", "version": "0.2.1" }, "libtopology": { "arch": "x86_64", "epoch": "0", "installdate": "1616003519", "release": "7.el6", "version": "0.3" }, "libudev": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "2.73.el6_8.2", "version": "147" }, "libusb": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "23.el6", "version": "0.1.12" }, "libusb1": { "arch": "x86_64", "epoch": "0", "installdate": "1616003302", "release": "0.7.rc1.el6", "version": "1.0.9" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "8.el6_7", "version": "0.56.13" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1616003347", "release": "4.1.el6", "version": "1.1.5" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "12.28.el6_9.2", "version": "2.17.2" }, "libvisual": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "10.el6", "version": "0.4.0" }, "libvorbis": { "arch": "x86_64", "epoch": "1", "installdate": "1616003298", "release": "5.el6_9.1", "version": "1.2.3" }, "libxcb": { "arch": "x86_64", "epoch": "0", "installdate": "1616003368", "release": "4.el6", "version": "1.12" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "21.el6_8.1", "version": "2.7.6" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003351", "release": "21.el6_8.1", "version": "2.7.6" }, "libxslt": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "2.el6_3.1", "version": "1.1.26" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1616003345", "release": "4.el6_6", "version": "0.1.3" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1616003341", "release": "28.el6", "version": "3.7.8" }, "lsof": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "5.el6", "version": "4.82" }, "ltrace": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "28.45svn.el6", "version": "0.5" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1616003291", "release": "4.1.el6", "version": "5.1.4" }, "lvm2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003489", "release": "12.el6_9.1", "version": "2.02.143" }, "lvm2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003419", "release": "12.el6_9.1", "version": "2.02.143" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1616003301", "release": "3.1.el6_5.1", "version": "2.03" }, "m2crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1616003352", "release": "9.el6", "version": "0.20.2" }, "m4": { "arch": "x86_64", "epoch": "0", "installdate": "1616003301", "release": "5.el6", "version": "1.4.13" }, "mailcap": { "arch": "noarch", "epoch": "0", "installdate": "1616003274", "release": "2.el6", "version": "2.1.31" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1616003342", "release": "10.el6_10", "version": "12.4" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1616003292", "release": "23.el6", "version": "3.81" }, "man": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "39.el6", "version": "1.6f" }, "man-pages": { "arch": "noarch", "epoch": "0", "installdate": "1616003524", "release": "20.el6", "version": "3.22" }, "man-pages-overrides": { "arch": "noarch", "epoch": "0", "installdate": "1616003505", "release": "1.el6", "version": "6.10.0" }, "mdadm": { "arch": "x86_64", "epoch": "0", "installdate": "1616003434", "release": "8.el6", "version": "3.3.4" }, "mesa-dri-drivers": { "arch": "x86_64", "epoch": "0", "installdate": "1616003396", "release": "4.el6", "version": "11.0.7" }, "mesa-dri-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1616003271", "release": "4.el6", "version": "11.0.7" }, "mesa-dri1-drivers": { "arch": "x86_64", "epoch": "0", "installdate": "1616003395", "release": "8.el6", "version": "7.11" }, "mesa-libGL": { "arch": "x86_64", "epoch": "0", "installdate": "1616003393", "release": "4.el6", "version": "11.0.7" }, "mesa-libGLU": { "arch": "x86_64", "epoch": "0", "installdate": "1616003396", "release": "4.el6", "version": "11.0.7" }, "mesa-private-llvm": { "arch": "x86_64", "epoch": "0", "installdate": "1616003316", "release": "1.el6", "version": "3.6.2" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1616003496", "release": "33.14.el6_10", "version": "1.17" }, "mingetty": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "5.el6", "version": "1.08" }, "mlocate": { "arch": "x86_64", "epoch": "0", "installdate": "1616003503", "release": "6.el6", "version": "0.22.2" }, "module-init-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003328", "release": "26.el6", "version": "3.9" }, "mtr": { "arch": "x86_64", "epoch": "2", "installdate": "1616003518", "release": "5.el6", "version": "0.75" }, "mysql-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003335", "release": "8.el6_8", "version": "5.1.73" }, "nano": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "7.el6", "version": "2.0.9" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1616003323", "release": "4.20090207.el6", "version": "5.7" }, "ncurses-base": { "arch": "x86_64", "epoch": "0", "installdate": "1616003275", "release": "4.20090207.el6", "version": "5.7" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "4.20090207.el6", "version": "5.7" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003291", "release": "114.el6", "version": "1.60" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1616003302", "release": "4.el6", "version": "0.52.11" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003351", "release": "4.el6", "version": "0.52.11" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1616003409", "release": "78.el6_10.1", "version": "1.2.3" }, "nfs-utils-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003408", "release": "13.el6", "version": "1.1.5" }, "nfs4-acl-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "8.el6", "version": "0.3.3" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "1.el6", "version": "4.19.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1616003342", "release": "9.el6_10", "version": "3.36.0" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "23.3.el6_8", "version": "3.14.3" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003283", "release": "23.3.el6_8", "version": "3.14.3" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1616003342", "release": "9.el6_10", "version": "3.36.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003342", "release": "9.el6_10", "version": "3.36.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "1.el6", "version": "3.36.0" }, "nss_compat_ossl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "2.el6_7", "version": "0.9.6" }, "ntp": { "arch": "x86_64", "epoch": "0", "installdate": "1616003435", "release": "15.el6_10", "version": "4.2.6p5" }, "ntpdate": { "arch": "x86_64", "epoch": "0", "installdate": "1616003434", "release": "15.el6_10", "version": "4.2.6p5" }, "ntsysv": { "arch": "x86_64", "epoch": "0", "installdate": "1616003507", "release": "1.el6", "version": "1.3.49.5" }, "numactl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003302", "release": "2.el6", "version": "2.0.9" }, "numpy": { "arch": "x86_64", "epoch": "0", "installdate": "1616003357", "release": "9.el6", "version": "1.4.1" }, "oddjob": { "arch": "x86_64", "epoch": "0", "installdate": "1616003436", "release": "6.el6", "version": "0.30" }, "oddjob-mkhomedir": { "arch": "x86_64", "epoch": "0", "installdate": "1616003436", "release": "6.el6", "version": "0.30" }, "openjpeg-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003302", "release": "16.el6_8", "version": "1.3" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1616003343", "release": "16.el6", "version": "2.4.40" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1616003404", "release": "124.el6_10", "version": "5.3p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1616003492", "release": "124.el6_10", "version": "5.3p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1616003493", "release": "124.el6_10", "version": "5.3p1" }, "openssl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003330", "release": "58.el6_10", "version": "1.0.1e" }, "oprofile": { "arch": "x86_64", "epoch": "0", "installdate": "1616003499", "release": "21.el6", "version": "0.9.9" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "2.el6_5.2", "version": "0.18.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "2.el6_5.2", "version": "0.18.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1616003326", "release": "24.el6", "version": "1.1.1" }, "pam_krb5": { "arch": "x86_64", "epoch": "0", "installdate": "1616003341", "release": "9.el6", "version": "2.3.11" }, "pam_passwdqc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003506", "release": "8.el6", "version": "1.0.5" }, "pango": { "arch": "x86_64", "epoch": "0", "installdate": "1616003372", "release": "11.el6", "version": "1.28.1" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1616003494", "release": "29.el6", "version": "2.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "7.el6", "version": "0.77" }, "patch": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "8.el6_9", "version": "2.6" }, "pax": { "arch": "x86_64", "epoch": "0", "installdate": "1616003367", "release": "10.1.el6", "version": "3.4" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003332", "release": "4.el6", "version": "3.1.10" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "4.el6", "version": "3.1.10" }, "pcmciautils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003489", "release": "4.2.el6", "version": "015" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1616003287", "release": "7.el6", "version": "7.8" }, "perf": { "arch": "x86_64", "epoch": "0", "installdate": "1616003501", "release": "754.23.1.el6", "version": "2.6.32" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1616003296", "release": "144.el6", "version": "5.10.1" }, "perl-Archive-Extract": { "arch": "x86_64", "epoch": "1", "installdate": "1616003322", "release": "144.el6", "version": "0.38" }, "perl-Archive-Tar": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "1.58" }, "perl-CGI": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "3.51" }, "perl-CPAN": { "arch": "x86_64", "epoch": "0", "installdate": "1616003322", "release": "144.el6", "version": "1.9402" }, "perl-CPANPLUS": { "arch": "x86_64", "epoch": "0", "installdate": "1616003322", "release": "144.el6", "version": "0.88" }, "perl-Compress-Raw-Bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "2.021" }, "perl-Compress-Raw-Zlib": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "2.021" }, "perl-Compress-Zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "2.021" }, "perl-Crypt-SSLeay": { "arch": "x86_64", "epoch": "0", "installdate": "1616003506", "release": "17.el6", "version": "0.57" }, "perl-DBD-SQLite": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "3.el6", "version": "1.27" }, "perl-DBI": { "arch": "x86_64", "epoch": "0", "installdate": "1616003298", "release": "4.el6", "version": "1.609" }, "perl-DBIx-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1616003304", "release": "3.el6", "version": "1.32" }, "perl-Digest-SHA": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "5.47" }, "perl-ExtUtils-CBuilder": { "arch": "x86_64", "epoch": "1", "installdate": "1616003322", "release": "144.el6", "version": "0.27" }, "perl-ExtUtils-Embed": { "arch": "x86_64", "epoch": "0", "installdate": "1616003322", "release": "144.el6", "version": "1.28" }, "perl-ExtUtils-MakeMaker": { "arch": "x86_64", "epoch": "0", "installdate": "1616003322", "release": "144.el6", "version": "6.55" }, "perl-ExtUtils-ParseXS": { "arch": "x86_64", "epoch": "1", "installdate": "1616003322", "release": "144.el6", "version": "2.2003.0" }, "perl-File-Fetch": { "arch": "x86_64", "epoch": "0", "installdate": "1616003322", "release": "144.el6", "version": "0.26" }, "perl-HTML-Parser": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "2.el6", "version": "3.64" }, "perl-HTML-Tagset": { "arch": "noarch", "epoch": "0", "installdate": "1616003304", "release": "4.el6", "version": "3.20" }, "perl-IO-Compress-Base": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "2.021" }, "perl-IO-Compress-Bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "144.el6", "version": "2.021" }, "perl-IO-Compress-Zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "2.021" }, "perl-IO-Zlib": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "1.09" }, "perl-IPC-Cmd": { "arch": "x86_64", "epoch": "1", "installdate": "1616003322", "release": "144.el6", "version": "0.56" }, "perl-Locale-Maketext-Simple": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "0.18" }, "perl-Log-Message": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "0.02" }, "perl-Log-Message-Simple": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "0.04" }, "perl-Module-Build": { "arch": "x86_64", "epoch": "1", "installdate": "1616003322", "release": "144.el6", "version": "0.3500" }, "perl-Module-CoreList": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "2.18" }, "perl-Module-Load": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "0.16" }, "perl-Module-Load-Conditional": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "0.30" }, "perl-Module-Loaded": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "0.02" }, "perl-Module-Pluggable": { "arch": "x86_64", "epoch": "1", "installdate": "1616003292", "release": "144.el6", "version": "3.90" }, "perl-Object-Accessor": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "0.34" }, "perl-Package-Constants": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "0.02" }, "perl-Params-Check": { "arch": "x86_64", "epoch": "1", "installdate": "1616003297", "release": "144.el6", "version": "0.26" }, "perl-Parse-CPAN-Meta": { "arch": "x86_64", "epoch": "1", "installdate": "1616003304", "release": "144.el6", "version": "1.40" }, "perl-Pod-Escapes": { "arch": "x86_64", "epoch": "1", "installdate": "1616003292", "release": "144.el6", "version": "1.04" }, "perl-Pod-Simple": { "arch": "x86_64", "epoch": "1", "installdate": "1616003292", "release": "144.el6", "version": "3.13" }, "perl-Term-UI": { "arch": "x86_64", "epoch": "0", "installdate": "1616003297", "release": "144.el6", "version": "0.20" }, "perl-Test-Harness": { "arch": "x86_64", "epoch": "0", "installdate": "1616003322", "release": "144.el6", "version": "3.17" }, "perl-Test-Simple": { "arch": "x86_64", "epoch": "0", "installdate": "1616003322", "release": "144.el6", "version": "0.92" }, "perl-Time-HiRes": { "arch": "x86_64", "epoch": "4", "installdate": "1616003304", "release": "144.el6", "version": "1.9721" }, "perl-Time-Piece": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "144.el6", "version": "1.15" }, "perl-URI": { "arch": "noarch", "epoch": "0", "installdate": "1616003298", "release": "2.el6", "version": "1.40" }, "perl-XML-Dumper": { "arch": "noarch", "epoch": "0", "installdate": "1616003507", "release": "8.el6", "version": "0.81" }, "perl-XML-Grove": { "arch": "noarch", "epoch": "0", "installdate": "1616003507", "release": "40.el6", "version": "0.46alpha" }, "perl-XML-Parser": { "arch": "x86_64", "epoch": "0", "installdate": "1616003304", "release": "7.el6", "version": "2.36" }, "perl-XML-Twig": { "arch": "noarch", "epoch": "0", "installdate": "1616003507", "release": "1.el6", "version": "3.34" }, "perl-core": { "arch": "x86_64", "epoch": "0", "installdate": "1616003507", "release": "144.el6", "version": "5.10.1" }, "perl-devel": { "arch": "x86_64", "epoch": "4", "installdate": "1616003322", "release": "144.el6", "version": "5.10.1" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1616003292", "release": "144.el6", "version": "5.10.1" }, "perl-libwww-perl": { "arch": "noarch", "epoch": "0", "installdate": "1616003304", "release": "5.el6", "version": "5.833" }, "perl-libxml-perl": { "arch": "noarch", "epoch": "0", "installdate": "1616003304", "release": "10.el6", "version": "0.08" }, "perl-parent": { "arch": "x86_64", "epoch": "1", "installdate": "1616003304", "release": "144.el6", "version": "0.221" }, "perl-version": { "arch": "x86_64", "epoch": "3", "installdate": "1616003292", "release": "144.el6", "version": "0.77" }, "phonon-backend-gstreamer": { "arch": "x86_64", "epoch": "1", "installdate": "1616003400", "release": "28.el6_5", "version": "4.6.2" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "8.el6", "version": "0.7.6" }, "pinfo": { "arch": "x86_64", "epoch": "0", "installdate": "1616003506", "release": "12.el6", "version": "0.6.9" }, "pixman": { "arch": "x86_64", "epoch": "0", "installdate": "1616003345", "release": "1.el6", "version": "0.32.8" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1616003290", "release": "9.1.el6", "version": "0.23" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1616003391", "release": "29.el6", "version": "0.8.3" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "29.el6", "version": "0.8.3" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1616003334", "release": "29.el6", "version": "0.8.3" }, "pm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003429", "release": "11.el6", "version": "1.2.5" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003390", "release": "30.1.el6_8", "version": "2.0.83" }, "policycoreutils-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003418", "release": "30.1.el6_8", "version": "2.0.83" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1616003346", "release": "11.el6_10.1", "version": "0.96" }, "poppler": { "arch": "x86_64", "epoch": "0", "installdate": "1616003341", "release": "12.el6_9", "version": "0.12.4" }, "poppler-data": { "arch": "noarch", "epoch": "0", "installdate": "1616003272", "release": "1.el6", "version": "0.4.0" }, "poppler-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003341", "release": "12.el6_9", "version": "0.12.4" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "7.el6", "version": "1.13" }, "portreserve": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "11.el6", "version": "0.0.4" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1616003438", "release": "8.el6", "version": "2.6.6" }, "powertop": { "arch": "x86_64", "epoch": "0", "installdate": "1616003507", "release": "4.el6", "version": "2.3" }, "prelink": { "arch": "x86_64", "epoch": "0", "installdate": "1616003497", "release": "3.1.el6_4", "version": "0.4.6" }, "procps": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "45.el6_9.3", "version": "3.2.8" }, "psacct": { "arch": "x86_64", "epoch": "0", "installdate": "1616003507", "release": "70.el6", "version": "6.3.2" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003291", "release": "24.el6", "version": "22.6" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1616003302", "release": "9.3.el6", "version": "2.0.7" }, "pyOpenSSL": { "arch": "x86_64", "epoch": "0", "installdate": "1616003355", "release": "2.el6", "version": "0.13.1" }, "pycairo": { "arch": "x86_64", "epoch": "0", "installdate": "1616003381", "release": "2.1.el6", "version": "1.8.6" }, "pygobject2": { "arch": "x86_64", "epoch": "0", "installdate": "1616003354", "release": "5.el6", "version": "2.20.0" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "18.20090824bzr68.el6", "version": "0.1" }, "pytalloc": { "arch": "x86_64", "epoch": "0", "installdate": "1616003361", "release": "1.el6_7", "version": "2.1.5" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003348", "release": "68.el6_10", "version": "2.6.6" }, "python-argparse": { "arch": "noarch", "epoch": "0", "installdate": "1616003352", "release": "2.1.el6", "version": "1.2.1" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1616003365", "release": "5.el6", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1616003365", "release": "5.el6", "version": "3.4.0.2" }, "python-boto": { "arch": "noarch", "epoch": "1", "installdate": "1616003367", "release": "6.el6", "version": "2.34.0" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1616003364", "release": "1.el6", "version": "2.2.1" }, "python-cheetah": { "arch": "x86_64", "epoch": "0", "installdate": "1616003364", "release": "1.el6", "version": "2.4.1" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1616003363", "release": "3.el6", "version": "4.6.0" }, "python-crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "22.el6", "version": "2.0.1" }, "python-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1616003351", "release": "7.el6", "version": "1.4.1" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1616003363", "release": "3.1.el6", "version": "3.0.1" }, "python-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1616003352", "release": "2.el6", "version": "3.10.15" }, "python-ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1616003354", "release": "6.el6", "version": "0.6" }, "python-gudev": { "arch": "x86_64", "epoch": "0", "installdate": "1616003355", "release": "4.el6_0.1", "version": "147.1" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1616003352", "release": "2.1.el6", "version": "0.3.1" }, "python-iwlib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003434", "release": "1.2.el6", "version": "0.1" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1616003364", "release": "4.el6", "version": "1.2" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1616003364", "release": "4.el6", "version": "1.0" }, "python-kerberos": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "7.el6", "version": "1.1" }, "python-krbV": { "arch": "x86_64", "epoch": "0", "installdate": "1616003363", "release": "3.el6", "version": "1.0.90" }, "python-ldap": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "1.el6", "version": "2.3.10" }, "python-libipa_hbac": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "60.el6_10.2", "version": "1.13.3" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003351", "release": "68.el6_10", "version": "2.6.6" }, "python-lxml": { "arch": "x86_64", "epoch": "0", "installdate": "1616003354", "release": "1.1.el6", "version": "2.2.3" }, "python-magic": { "arch": "x86_64", "epoch": "0", "installdate": "1616003355", "release": "30.el6", "version": "5.04" }, "python-markdown": { "arch": "noarch", "epoch": "0", "installdate": "1616003364", "release": "4.el6", "version": "2.0.1" }, "python-matplotlib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003384", "release": "1.el6", "version": "0.99.1.2" }, "python-netaddr": { "arch": "noarch", "epoch": "0", "installdate": "1616003363", "release": "4.el6", "version": "0.7.5" }, "python-nose": { "arch": "noarch", "epoch": "0", "installdate": "1616003356", "release": "3.1.el6", "version": "0.10.4" }, "python-nss": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "1.el6", "version": "0.16.0" }, "python-paramiko": { "arch": "noarch", "epoch": "0", "installdate": "1616003360", "release": "5.el6_10", "version": "1.7.5" }, "python-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1616003363", "release": "11.el6", "version": "0.7.2" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1616003360", "release": "9.el6", "version": "7.19.0" }, "python-pygments": { "arch": "noarch", "epoch": "0", "installdate": "1616003355", "release": "2.el6", "version": "1.1.1" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1616003366", "release": "4.el6", "version": "2.6.0" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1616003354", "release": "4.el6_9", "version": "0.6.10" }, "python-simplejson": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "3.1.el6", "version": "2.0.9" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1616003351", "release": "2.el6", "version": "1.9.0" }, "python-sss-murmur": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "60.el6_10.2", "version": "1.13.3" }, "python-sssdconfig": { "arch": "noarch", "epoch": "0", "installdate": "1616003363", "release": "60.el6_10.2", "version": "1.13.3" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1616003360", "release": "11.el6", "version": "3.9.1" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1616003365", "release": "3.el6", "version": "1.10.2" }, "pytz": { "arch": "noarch", "epoch": "0", "installdate": "1616003364", "release": "2.el6", "version": "2010h" }, "ql2100-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003519", "release": "3.1.el6", "version": "1.19.38" }, "ql2200-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "3.1.el6", "version": "2.02.08" }, "ql23xx-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "3.1.el6", "version": "3.03.27" }, "ql2400-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003519", "release": "1.el6", "version": "7.03.00" }, "ql2500-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "1.el6", "version": "7.03.00" }, "qt": { "arch": "x86_64", "epoch": "1", "installdate": "1616003332", "release": "28.el6_5", "version": "4.6.2" }, "qt-sqlite": { "arch": "x86_64", "epoch": "1", "installdate": "1616003334", "release": "28.el6_5", "version": "4.6.2" }, "qt-x11": { "arch": "x86_64", "epoch": "1", "installdate": "1616003400", "release": "28.el6_5", "version": "4.6.2" }, "qt3": { "arch": "x86_64", "epoch": "0", "installdate": "1616003373", "release": "30.el6", "version": "3.3.8b" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1616003497", "release": "23.el6", "version": "3.17" }, "rdate": { "arch": "x86_64", "epoch": "0", "installdate": "1616003519", "release": "16.el6", "version": "1.4" }, "rdma": { "arch": "noarch", "epoch": "0", "installdate": "1616003494", "release": "3.el6", "version": "6.9_4.1" }, "readahead": { "arch": "x86_64", "epoch": "1", "installdate": "1616003495", "release": "2.el6", "version": "1.5.6" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "4.el6", "version": "6.0" }, "redhat-indexhtml": { "arch": "noarch", "epoch": "0", "installdate": "1616003519", "release": "6.el6", "version": "6" }, "redhat-logos": { "arch": "noarch", "epoch": "0", "installdate": "1616003334", "release": "1.el6", "version": "60.0.14" }, "redhat-lsb": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "7.el6", "version": "4.0" }, "redhat-lsb-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "7.el6", "version": "4.0" }, "redhat-lsb-core": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "7.el6", "version": "4.0" }, "redhat-lsb-graphics": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "7.el6", "version": "4.0" }, "redhat-lsb-printing": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "7.el6", "version": "4.0" }, "redhat-release-server": { "arch": "x86_64", "epoch": "0", "installdate": "1616003390", "release": "6.10.0.12.el6", "version": "6Server" }, "redhat-support-lib-python": { "arch": "noarch", "epoch": "0", "installdate": "1616003358", "release": "6.el6", "version": "0.9.7" }, "redhat-support-tool": { "arch": "noarch", "epoch": "0", "installdate": "1616003500", "release": "6.el6", "version": "0.9.8" }, "rfkill": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "4.el6", "version": "0.3" }, "rh-amazon-rhui-client-els": { "arch": "noarch", "epoch": "0", "installdate": "1616003500", "release": "1.el6", "version": "3.0.40" }, "rhn-check": { "arch": "noarch", "epoch": "0", "installdate": "1616003434", "release": "45.el6", "version": "1.0.0.1" }, "rhn-client-tools": { "arch": "noarch", "epoch": "0", "installdate": "1616003361", "release": "45.el6", "version": "1.0.0.1" }, "rhn-setup": { "arch": "noarch", "epoch": "0", "installdate": "1616003433", "release": "45.el6", "version": "1.0.0.1" }, "rhnlib": { "arch": "noarch", "epoch": "0", "installdate": "1616003355", "release": "15.el6", "version": "2.5.22" }, "rhnsd": { "arch": "x86_64", "epoch": "0", "installdate": "1616003433", "release": "6.el6", "version": "4.9.3" }, "rng-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003497", "release": "2.el6_7", "version": "5" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "6.1.el6", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1616003346", "release": "16.el6", "version": "0.2.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1616003342", "release": "59.el6", "version": "4.8.0" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003342", "release": "59.el6", "version": "4.8.0" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003351", "release": "59.el6", "version": "4.8.0" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "12.el6", "version": "3.0.6" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1616003435", "release": "12.el6", "version": "5.8.10" }, "rt61pci-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "7.el6", "version": "1.2" }, "rt73usb-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "7.el6", "version": "1.8" }, "samba-client": { "arch": "x86_64", "epoch": "0", "installdate": "1616003492", "release": "52.el6_10", "version": "3.6.23" }, "samba-common": { "arch": "x86_64", "epoch": "0", "installdate": "1616003407", "release": "52.el6_10", "version": "3.6.23" }, "samba-winbind": { "arch": "x86_64", "epoch": "0", "installdate": "1616003408", "release": "52.el6_10", "version": "3.6.23" }, "samba-winbind-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1616003407", "release": "52.el6_10", "version": "3.6.23" }, "samba4-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003362", "release": "15.el6", "version": "4.2.10" }, "satyr": { "arch": "x86_64", "epoch": "0", "installdate": "1616003343", "release": "2.el6", "version": "0.16" }, "scl-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "29.el6_9", "version": "20120927" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1616003286", "release": "10.el6", "version": "4.2.1" }, "seekwatcher": { "arch": "noarch", "epoch": "0", "installdate": "1616003497", "release": "5.el6", "version": "0.12" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1616003451", "release": "312.el6", "version": "3.7.19" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1616003452", "release": "312.el6", "version": "3.7.19" }, "setools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "4.el6", "version": "3.3.7" }, "setools-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "4.el6", "version": "3.3.7" }, "setserial": { "arch": "x86_64", "epoch": "0", "installdate": "1616003519", "release": "25.el6", "version": "2.17" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1616003269", "release": "23.el6", "version": "2.8.14" }, "setuptool": { "arch": "x86_64", "epoch": "0", "installdate": "1616003494", "release": "4.el6", "version": "1.19.9" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003344", "release": "13.el6", "version": "1.28" }, "sgpio": { "arch": "x86_64", "epoch": "0", "installdate": "1616003345", "release": "5.el6", "version": "1.2.0.10" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1616003345", "release": "5.el6", "version": "4.1.5.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1616003299", "release": "6.el6", "version": "0.70" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1616003302", "release": "1.el6", "version": "2.2.1" }, "smartmontools": { "arch": "x86_64", "epoch": "1", "installdate": "1616003497", "release": "3.el6", "version": "5.43" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "1.el6", "version": "1.1.0" }, "sos": { "arch": "noarch", "epoch": "0", "installdate": "1616003359", "release": "63.el6_10.3", "version": "3.2" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "1.el6_7.2", "version": "3.6.20" }, "sssd": { "arch": "x86_64", "epoch": "0", "installdate": "1616003434", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-ad": { "arch": "x86_64", "epoch": "0", "installdate": "1616003433", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-client": { "arch": "x86_64", "epoch": "0", "installdate": "1616003341", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-common": { "arch": "x86_64", "epoch": "0", "installdate": "1616003393", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-common-pac": { "arch": "x86_64", "epoch": "0", "installdate": "1616003396", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-ipa": { "arch": "x86_64", "epoch": "0", "installdate": "1616003433", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-krb5": { "arch": "x86_64", "epoch": "0", "installdate": "1616003433", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-krb5-common": { "arch": "x86_64", "epoch": "0", "installdate": "1616003396", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-ldap": { "arch": "x86_64", "epoch": "0", "installdate": "1616003433", "release": "60.el6_10.2", "version": "1.13.3" }, "sssd-proxy": { "arch": "x86_64", "epoch": "0", "installdate": "1616003434", "release": "60.el6_10.2", "version": "1.13.3" }, "strace": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "11.el6", "version": "4.8" }, "subscription-manager": { "arch": "x86_64", "epoch": "0", "installdate": "1616003486", "release": "8.el6", "version": "1.20.10" }, "subscription-manager-rhsm": { "arch": "x86_64", "epoch": "0", "installdate": "1616003358", "release": "8.el6", "version": "1.20.10" }, "subscription-manager-rhsm-certificates": { "arch": "x86_64", "epoch": "0", "installdate": "1616003274", "release": "8.el6", "version": "1.20.10" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1616003506", "release": "29.el6_9", "version": "1.8.6p3" }, "sysstat": { "arch": "x86_64", "epoch": "0", "installdate": "1616003487", "release": "33.el6_9.1", "version": "9.0.4" }, "system-config-firewall-base": { "arch": "noarch", "epoch": "0", "installdate": "1616003450", "release": "7.2.el6_6", "version": "1.2.27" }, "system-config-firewall-tui": { "arch": "noarch", "epoch": "0", "installdate": "1616003486", "release": "7.2.el6_6", "version": "1.2.27" }, "system-config-network-tui": { "arch": "noarch", "epoch": "0", "installdate": "1616003488", "release": "4.el6", "version": "1.6.0.el6.3" }, "systemtap-runtime": { "arch": "x86_64", "epoch": "0", "installdate": "1616003502", "release": "9.el6", "version": "2.9" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003292", "release": "6.dsf.el6", "version": "2.87" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1616003292", "release": "15.el6_8", "version": "1.23" }, "tcp_wrappers": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "58.el6", "version": "7.6" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "58.el6", "version": "7.6" }, "tcpdump": { "arch": "x86_64", "epoch": "14", "installdate": "1616003503", "release": "11.20090921gitdf3cb4.2.el6", "version": "4.0.0" }, "tcsh": { "arch": "x86_64", "epoch": "0", "installdate": "1616003506", "release": "38.el6", "version": "6.17" }, "theora-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1616003368", "release": "2.el6", "version": "1.1.0" }, "time": { "arch": "x86_64", "epoch": "0", "installdate": "1616003316", "release": "38.el6", "version": "1.7" }, "tmpwatch": { "arch": "x86_64", "epoch": "0", "installdate": "1616003305", "release": "6.el6", "version": "2.9.16" }, "trace-cmd": { "arch": "x86_64", "epoch": "0", "installdate": "1616003519", "release": "4.el6", "version": "2.2.4" }, "traceroute": { "arch": "x86_64", "epoch": "3", "installdate": "1616003519", "release": "2.el6", "version": "2.0.14" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1616003271", "release": "2.el6", "version": "2019b" }, "udev": { "arch": "x86_64", "epoch": "0", "installdate": "1616003393", "release": "2.73.el6_8.2", "version": "147" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "5.el6", "version": "6.0" }, "upstart": { "arch": "x86_64", "epoch": "0", "installdate": "1616003306", "release": "17.el6", "version": "0.6.5" }, "urw-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1616003336", "release": "11.el6", "version": "2.4" }, "usbutils": { "arch": "x86_64", "epoch": "0", "installdate": "1616003506", "release": "6.el6", "version": "003" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1616003393", "release": "3.el6", "version": "1.102" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1616003345", "release": "9.1.el6", "version": "1.0.4" }, "util-linux-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1616003391", "release": "12.28.el6_9.2", "version": "2.17.2" }, "valgrind": { "arch": "x86_64", "epoch": "1", "installdate": "1616003517", "release": "9.el6", "version": "3.8.1" }, "vconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1616003519", "release": "8.1.el6", "version": "1.9" }, "vim-common": { "arch": "x86_64", "epoch": "2", "installdate": "1616003320", "release": "5.el6_10.2", "version": "7.4.629" }, "vim-enhanced": { "arch": "x86_64", "epoch": "2", "installdate": "1616003504", "release": "5.el6_10.2", "version": "7.4.629" }, "vim-filesystem": { "arch": "x86_64", "epoch": "2", "installdate": "1616003274", "release": "5.el6_10.2", "version": "7.4.629" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1616003300", "release": "5.el6_10.2", "version": "7.4.629" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1616003439", "release": "1.3.el6", "version": "1.11" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1616003334", "release": "10.el6", "version": "1.12" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1616003290", "release": "6.el6", "version": "2.19" }, "wireless-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1616003434", "release": "6.el6", "version": "29" }, "words": { "arch": "noarch", "epoch": "0", "installdate": "1616003524", "release": "17.el6", "version": "3.0" }, "xdg-utils": { "arch": "noarch", "epoch": "0", "installdate": "1616003341", "release": "17.20091016cvs.el6", "version": "1.0.2" }, "xml-common": { "arch": "noarch", "epoch": "0", "installdate": "1616003272", "release": "33.el6", "version": "0.6.3" }, "xmlrpc-c": { "arch": "x86_64", "epoch": "0", "installdate": "1616003288", "release": "1210.1840.el6", "version": "1.16.24" }, "xmlrpc-c-client": { "arch": "x86_64", "epoch": "0", "installdate": "1616003343", "release": "1210.1840.el6", "version": "1.16.24" }, "xorg-x11-drv-ati-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "4.el6", "version": "7.6.1" }, "xorg-x11-font-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1616003303", "release": "11.el6", "version": "7.2" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1616003300", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1616003289", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "xz-lzma-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1616003303", "release": "0.5.beta.20091007git.el6", "version": "4.999.9" }, "yp-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1616003435", "release": "12.el6", "version": "2.9" }, "ypbind": { "arch": "x86_64", "epoch": "3", "installdate": "1616003435", "release": "33.el6", "version": "1.20.4" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1616003361", "release": "81.el6", "version": "3.2.29" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1616003359", "release": "16.el6", "version": "1.1.2" }, "yum-plugin-security": { "arch": "noarch", "epoch": "0", "installdate": "1616003499", "release": "42.el6_10", "version": "1.1.30" }, "yum-rhn-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1616003434", "release": "60.2.el6_8", "version": "0.9.1" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1616003500", "release": "42.el6_10", "version": "1.1.30" }, "zd1211-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1616003520", "release": "4.el6", "version": "1.4" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1616003518", "release": "1.el6_7.1", "version": "3.0" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1616003285", "release": "29.el6", "version": "1.2.3" } }, "platform": "redhat", "platform_family": "rhel", "platform_version": "6.10", "root_group": "root", "shard_seed": 89998877, "shells": [ "/bin/sh", "/bin/bash", "/sbin/nologin", "/bin/dash", "/bin/tcsh", "/bin/csh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/redhat/7.7.json000066400000000000000000002616111417433310300220350ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib", "version": "16.6.14" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai", "version": "16.6.5" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec29abdb-8787-66dc-8635-53c6e36a3553", "UUID": "ec29abdb-8787-66dc-8635-53c6e36a3553", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec29abdb-8787-66dc-8635-53c6e36a3553", "sku_number": "Not Specified", "uuid": "ec29abdb-8787-66dc-8635-53c6e36a3553", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "mounts": [ ] }, "/dev/xvda2": { "fs_type": "xfs", "inodes_available": "5204413", "inodes_percent_used": "1%", "inodes_used": "37427", "kb_available": "9262860", "kb_size": "10473452", "kb_used": "1210592", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "12%", "total_inodes": "5241840", "uuid": "c5d55c65-e612-4912-b9d7-8721481beff6" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/hugetlb" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "120487", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "483064", "kb_size": "483064", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=483064k", "nr_inodes=120766", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120766" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=21", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12535" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126629", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101304", "kb_size": "101304", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101304k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "126630" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2", "rootfs" ], "fs_type": "rootfs", "inodes_available": "5204413", "inodes_percent_used": "1%", "inodes_used": "37427", "kb_available": "9262860", "kb_size": "10473452", "kb_used": "1210592", "mount_options": [ "rw" ], "percent_used": "12%", "total_inodes": "5241840", "uuid": "c5d55c65-e612-4912-b9d7-8721481beff6" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "120487", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "483064", "kb_size": "483064", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=483064k", "nr_inodes=120766", "mode=755" ], "percent_used": "0%", "total_inodes": "120766" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126629", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506520", "kb_size": "506520", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126630" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=21", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12535" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126254", "inodes_percent_used": "1%", "inodes_used": "376", "kb_available": "493372", "kb_size": "506520", "kb_used": "13148", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126630" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126629", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101304", "kb_size": "101304", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101304k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126630" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126614", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506520", "kb_size": "506520", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126630" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,": { "device": "/dev/xvda1" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "xfs", "inodes_available": "5204413", "inodes_percent_used": "1%", "inodes_used": "37427", "kb_available": "9262860", "kb_size": "10473452", "kb_used": "1210592", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "percent_used": "12%", "total_inodes": "5241840", "uuid": "c5d55c65-e612-4912-b9d7-8721481beff6" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "120487", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "483064", "kb_size": "483064", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=483064k", "nr_inodes=120766", "mode=755" ], "percent_used": "0%", "total_inodes": "120766" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=21", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12535" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126629", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506520", "kb_size": "506520", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126630" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126254", "inodes_percent_used": "1%", "inodes_used": "376", "kb_available": "493372", "kb_size": "506520", "kb_used": "13148", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126630" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126629", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101304", "kb_size": "101304", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101304k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126630" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126614", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506520", "kb_size": "506520", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126630" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "13597" }, "aesni_intel": { "refcount": "0", "size": "189456" }, "ata_generic": { "refcount": "0", "size": "12923", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "35052", "version": "2.13" }, "cirrus": { "refcount": "1", "size": "24171" }, "crc32_pclmul": { "refcount": "0", "size": "13133" }, "crc32c_intel": { "refcount": "1", "size": "22094" }, "crct10dif_common": { "refcount": "1", "size": "12595" }, "crct10dif_pclmul": { "refcount": "0", "size": "14307" }, "cryptd": { "refcount": "3", "size": "21190" }, "drm": { "refcount": "4", "size": "456166" }, "drm_kms_helper": { "refcount": "1", "size": "186531" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "17180" }, "fb_sys_fops": { "refcount": "1", "size": "12703" }, "floppy": { "refcount": "0", "size": "69432" }, "gf128mul": { "refcount": "1", "size": "15139" }, "ghash_clmulni_intel": { "refcount": "0", "size": "13273" }, "glue_helper": { "refcount": "1", "size": "13990" }, "i2c_piix4": { "refcount": "0", "size": "22401" }, "intel_rapl": { "refcount": "0", "size": "19451" }, "iosf_mbi": { "refcount": "1", "size": "15582" }, "ip_tables": { "refcount": "0", "size": "27126" }, "libata": { "refcount": "3", "size": "243133", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "12644" }, "lrw": { "refcount": "1", "size": "13286" }, "parport": { "refcount": "2", "size": "46395" }, "parport_pc": { "refcount": "0", "size": "28205" }, "pata_acpi": { "refcount": "0", "size": "13053", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "12718" }, "ppdev": { "refcount": "0", "size": "17671" }, "sb_edac": { "refcount": "0", "size": "32114" }, "serio_raw": { "refcount": "0", "size": "13434" }, "syscopyarea": { "refcount": "1", "size": "12529" }, "sysfillrect": { "refcount": "1", "size": "12701" }, "sysimgblt": { "refcount": "1", "size": "12640" }, "ttm": { "refcount": "1", "size": "96673" }, "xen_blkfront": { "refcount": "2", "size": "26966" }, "xen_netfront": { "refcount": "0", "size": "27206" }, "xfs": { "refcount": "1", "size": "993020" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "3.10.0-1062.4.3.el7.x86_64", "version": "#1 SMP Tue Nov 12 10:42:40 EST 2019" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux-gnu", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2020-10-01", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "2.7.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1604984543.130904, "os": "linux", "os_version": "3.10.0-1062.4.3.el7.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1574167965", "release": "5.el7_7.1", "version": "1.18.0" }, "NetworkManager-config-server": { "arch": "noarch", "epoch": "1", "installdate": "1574168011", "release": "5.el7_7.1", "version": "1.18.0" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1574167962", "release": "5.el7_7.1", "version": "1.18.0" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1574167979", "release": "5.el7_7.1", "version": "1.18.0" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1574167982", "release": "5.el7_7.1", "version": "1.18.0" }, "PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1574167934", "release": "11.el7", "version": "3.10" }, "Red_Hat_Enterprise_Linux-Release_Notes-7-en-US": { "arch": "noarch", "epoch": "0", "installdate": "1574168006", "release": "2.el7", "version": "7" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1574167887", "release": "14.el7", "version": "2.2.51" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1574167987", "release": "4.el7", "version": "2.8.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167878", "release": "4.el7", "version": "2.8.5" }, "audit-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167938", "release": "4.el7", "version": "2.8.5" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1574167997", "release": "30.el7", "version": "6.2.8" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1574167863", "release": "7.el7", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1574167874", "release": "33.el7", "version": "4.2.46" }, "bind-export-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1574167939", "release": "9.P2.el7", "version": "9.11.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167948", "release": "41.base.el7_7.1", "version": "2.27" }, "btrfs-progs": { "arch": "x86_64", "epoch": "0", "installdate": "1574168007", "release": "1.el7", "version": "4.9.1" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167876", "release": "13.el7", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1574167912", "release": "76.el7_7", "version": "2019.2.32" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1574167910", "release": "8.el7", "version": "2.5" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1604984541", "release": "1.el7", "version": "16.6.14" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1574167876", "release": "1.el7", "version": "1.7.4" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1574168002", "release": "1.el7", "version": "3.4" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1574167980", "release": "3.el7", "version": "18.5" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1574168004", "release": "5.el7", "version": "0.29" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167914", "release": "24.el7", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1574167879", "release": "27.el7", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1574167920", "release": "11.el7", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1574167924", "release": "11.el7", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1574167961", "release": "23.el7", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1574167961", "release": "23.el7", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1574167961", "release": "6.20121102git.el7", "version": "1.11" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167951", "release": "5.el7", "version": "2.0.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1574167943", "release": "54.el7_7.1", "version": "7.29.0" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1574167929", "release": "23.el7", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1574167956", "release": "13.el7_6", "version": "1.10.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1574167967", "release": "7.el7", "version": "0.100" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1574167953", "release": "13.el7_6", "version": "1.10.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167968", "release": "9.el7", "version": "1.1.1" }, "desktop-file-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167931", "release": "2.el7", "version": "0.23" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1574167950", "release": "2.el7_7.2", "version": "1.02.158" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1574167950", "release": "2.el7_7.2", "version": "1.02.158" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1574167963", "release": "77.el7", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1574167963", "release": "77.el7", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1574167961", "release": "77.el7", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167880", "release": "5.el7", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1574167884", "release": "3.el7", "version": "3.2" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1574167952", "release": "564.el7", "version": "033" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1574168004", "release": "564.el7", "version": "033" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1574168004", "release": "564.el7", "version": "033" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1574167963", "release": "564.el7", "version": "033" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167932", "release": "16.el7", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167882", "release": "16.el7", "version": "1.42.9" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1574167956", "release": "2.el7", "version": "0.176" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1574167878", "release": "2.el7", "version": "0.176" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167952", "release": "2.el7", "version": "0.176" }, "emacs-filesystem": { "arch": "noarch", "epoch": "1", "installdate": "1574167863", "release": "22.el7", "version": "24.3" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1574167885", "release": "10.el7", "version": "4.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1574167880", "release": "10.el7_3", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1574167881", "release": "35.el7", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167880", "release": "35.el7", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1574167861", "release": "25.el7", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1574167880", "release": "6.el7", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1574167940", "release": "6.el7", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1574167940", "release": "6.el7", "version": "1.4.1" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1574167888", "release": "14.el7", "version": "2.8" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1574167877", "release": "4.el7_3.1", "version": "4.0.2" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1574167885", "release": "8.el7", "version": "1.10" }, "gdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1574168008", "release": "3.el7", "version": "0.8.10" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1574167930", "release": "2.el7", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167930", "release": "2.el7", "version": "0.19.8.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1574167921", "release": "5.el7", "version": "2.56.1" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1574167869", "release": "292.el7", "version": "2.17" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1574167868", "release": "292.el7", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1574167909", "release": "15.el7", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1574167970", "release": "5.el7_5", "version": "2.0.22" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1574167922", "release": "1.el7", "version": "1.56.1" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1604984529", "release": "45700c69", "version": "2fa658e0", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1604984529", "release": "4ae0493b", "version": "fd431d51" }, { "arch": "(none)", "epoch": "0", "installdate": "1604984529", "release": "45700c69", "version": "2fa658e0" } ] }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1574167971", "release": "5.el7", "version": "1.3.2" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1574167877", "release": "3.el7", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1574167882", "release": "8.el7", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1574167982", "release": "0.80.el7", "version": "2.02" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1574167860", "release": "0.80.el7", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1574167964", "release": "0.80.el7", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1574167863", "release": "0.80.el7", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1574167960", "release": "0.80.el7", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1574167964", "release": "0.80.el7", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1574167958", "release": "0.80.el7", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1574167932", "release": "26.el7", "version": "8.28" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1574167920", "release": "10.el7", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1574167910", "release": "19.el7", "version": "1.0" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1574167884", "release": "3.el7_7.1", "version": "3.13" }, "hwdata": { "arch": "x86_64", "epoch": "0", "installdate": "1574167959", "release": "9.3.el7", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1574167875", "release": "5.el7", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1574167958", "release": "1.el7", "version": "9.49.47" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1574167886", "release": "25.el7_7.2", "version": "4.11.0" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1574167885", "release": "33.el7", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167957", "release": "10.el7", "version": "20160308" }, "irqbalance": { "arch": "x86_64", "epoch": "3", "installdate": "1574168003", "release": "12.el7", "version": "1.0.7" }, "iwl7265-firmware": { "arch": "noarch", "epoch": "0", "installdate": "1574168011", "release": "72.el7", "version": "22.0.7.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1574167884", "release": "1.el7", "version": "2.10" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1574167948", "release": "4.el7_0", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1574167977", "release": "15.el7", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1574167974", "release": "15.el7", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1574167974", "release": "15.el7", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1574167996", "release": "1062.4.3.el7", "version": "3.10.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1574168005", "release": "1062.4.3.el7", "version": "3.10.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167910", "release": "1062.4.3.el7", "version": "3.10.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1574167983", "release": "33.el7", "version": "2.0.15" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167885", "release": "3.el7", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1574167952", "release": "25.el7", "version": "20" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167888", "release": "25.el7", "version": "20" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1574167950", "release": "127.el7", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167915", "release": "37.el7_7.2", "version": "1.15.1" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1574167886", "release": "9.el7", "version": "458" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1574167878", "release": "14.el7", "version": "2.2.51" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1574167881", "release": "3.el7", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1574167878", "release": "13.el7", "version": "2.4.46" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1574167919", "release": "61.el7_7.1", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1574167878", "release": "10.el7", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1574167878", "release": "4.el7", "version": "0.7.5" }, "libcgroup": { "arch": "x86_64", "epoch": "0", "installdate": "1574167966", "release": "21.el7", "version": "0.41" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1574167875", "release": "16.el7", "version": "1.42.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1574167923", "release": "4.el7", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1574167943", "release": "54.el7_7.1", "version": "7.29.0" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1574167911", "release": "7.el7", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1574167877", "release": "25.el7", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167887", "release": "25.el7", "version": "5.3.21" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1574167883", "release": "12.20121213cvs.el7", "version": "3.0" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1574167911", "release": "2.el7", "version": "0.1.9" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1574167911", "release": "3.el7", "version": "0.99.4" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1574167878", "release": "18.el7", "version": "3.0.13" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1574167860", "release": "39.el7", "version": "4.8.5" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1574167879", "release": "14.el7", "version": "1.5.3" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1574167883", "release": "39.el7", "version": "4.8.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1574167878", "release": "3.el7", "version": "1.12" }, "libgudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1574167969", "release": "67.el7_7.2", "version": "219" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1574167883", "release": "4.el7", "version": "1.28" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1574167881", "release": "7.el7", "version": "1.0.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1574167921", "release": "61.el7_7.1", "version": "2.23.2" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1574167948", "release": "9.el7", "version": "1.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1574167885", "release": "1.el7_3", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1574167883", "release": "4.el7", "version": "1.0.1" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1574167909", "release": "3.el7", "version": "1.1.4" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1574167880", "release": "4.el7", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1574167881", "release": "4.el7", "version": "3.2.28" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1574167911", "release": "3.el7", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1574167888", "release": "7.el7_2", "version": "1.5.13" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1574167925", "release": "5.el7", "version": "1.2.3" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1574167910", "release": "3.el7", "version": "2.3.1" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1574167875", "release": "14.1.el7", "version": "2.5" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167922", "release": "14.1.el7", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167889", "release": "14.1.el7", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1574167909", "release": "14.el7", "version": "2.5" }, "libsemanage-python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167937", "release": "14.el7", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1574167874", "release": "10.el7", "version": "2.5" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1574167949", "release": "61.el7_7.1", "version": "2.23.2" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1574167888", "release": "16.el7", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1574167940", "release": "3.el7", "version": "1.8.0" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1574167873", "release": "39.el7", "version": "4.8.5" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1574168008", "release": "16.el7", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1574167911", "release": "1.el7", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1574167886", "release": "9.el7", "version": "1.27" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1574167882", "release": "9.el7", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1574167946", "release": "9.el7", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1574167932", "release": "4.el7", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1574167875", "release": "61.el7_7.1", "version": "2.23.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1574167909", "release": "4.el7", "version": "0.2.5" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1574167876", "release": "6.el7_2.3", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167928", "release": "6.el7_2.3", "version": "2.9.1" }, "libxslt": { "arch": "x86_64", "epoch": "0", "installdate": "1574167887", "release": "5.el7", "version": "1.1.28" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1574167911", "release": "11.el7_0", "version": "0.1.4" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1574167941", "release": "17.el7", "version": "3.8.6" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1574167984", "release": "13.el7", "version": "B.02.18" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1574167879", "release": "15.el7", "version": "5.1.4" }, "lz4": { "arch": "x86_64", "epoch": "0", "installdate": "1574167883", "release": "3.el7", "version": "1.7.5" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1574167884", "release": "8.el7", "version": "2.06" }, "m2crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1574167927", "release": "17.el7", "version": "0.21.1" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1574167888", "release": "24.el7", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1574168006", "release": "11.el7", "version": "2.6.3" }, "mariadb-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1574167940", "release": "1.el7", "version": "5.5.64" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1574167999", "release": "53.3.el7_7", "version": "2.1" }, "mozjs17": { "arch": "x86_64", "epoch": "0", "installdate": "1574167908", "release": "20.el7", "version": "17.0.0" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1574167908", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1574167864", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167874", "release": "14.20130511.el7_4", "version": "5.9" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1574167966", "release": "0.25.20131004git.el7", "version": "2.0" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1574167884", "release": "4.el7", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167922", "release": "4.el7", "version": "0.52.15" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1574167873", "release": "1.el7", "version": "4.21.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1574167941", "release": "4.el7", "version": "3.44.0" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1574167941", "release": "7.el7", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1574167881", "release": "5.el7", "version": "3.44.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1574167864", "release": "5.el7", "version": "3.44.0" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1574167942", "release": "4.el7", "version": "3.44.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1574167942", "release": "4.el7", "version": "3.44.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1574167873", "release": "3.el7", "version": "3.44.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167910", "release": "3.el7_7.1", "version": "2.0.12" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1574167945", "release": "21.el7_6", "version": "2.4.44" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1574167962", "release": "21.el7", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1574167983", "release": "21.el7", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1574167984", "release": "21.el7", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1574167939", "release": "19.el7", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1574167914", "release": "19.el7", "version": "1.0.2k" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1574167960", "release": "9.el7", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1574167881", "release": "3.el7", "version": "0.23.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1574167912", "release": "3.el7", "version": "0.23.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1574167926", "release": "22.el7", "version": "1.1.8" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1574168004", "release": "31.el7", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1574167946", "release": "5.el7", "version": "0.79" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167948", "release": "3.el7", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1574167874", "release": "17.el7", "version": "8.32" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1574167888", "release": "17.el7", "version": "0.8.1" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1574167931", "release": "4.el7", "version": "0.27.1" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167956", "release": "33.el7", "version": "2.5" }, "policycoreutils-python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167967", "release": "33.el7", "version": "2.5" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1574167957", "release": "22.el7_7.1", "version": "0.112" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1574167957", "release": "4.el7", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1574167875", "release": "16.el7", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1574167985", "release": "7.el7", "version": "2.10.1" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1574167950", "release": "26.el7_7.1", "version": "3.3.10" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1574167969", "release": "23.el7", "version": "2.0.7" }, "pyOpenSSL": { "arch": "x86_64", "epoch": "0", "installdate": "1574167937", "release": "4.el7", "version": "0.13.1" }, "pygobject2": { "arch": "x86_64", "epoch": "0", "installdate": "1574167931", "release": "11.el7", "version": "2.28.6" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1574167971", "release": "9.el7", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1574167936", "release": "11.el7", "version": "0.5.3" }, "pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1574167934", "release": "6.el7", "version": "2.6" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167918", "release": "86.el7", "version": "2.7.5" }, "python-IPy": { "arch": "noarch", "epoch": "0", "installdate": "1574167934", "release": "6.el7", "version": "0.75" }, "python-babel": { "arch": "noarch", "epoch": "0", "installdate": "1574167935", "release": "8.el7", "version": "0.9.6" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1574167933", "release": "8.el7", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1574167933", "release": "1.el7", "version": "3.5.0.1" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1574167927", "release": "3.el7", "version": "2.2.1" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1574167928", "release": "7.el7", "version": "4.7.2" }, "python-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1574167920", "release": "7.el7", "version": "1.5" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1574167919", "release": "3.el7", "version": "3.4.0" }, "python-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1574167928", "release": "3.el7", "version": "3.12.2" }, "python-ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1574167927", "release": "8.el7", "version": "0.8" }, "python-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1574167922", "release": "1.el7_4.1", "version": "3.22.0" }, "python-gudev": { "arch": "x86_64", "epoch": "0", "installdate": "1574167969", "release": "7.el7", "version": "147.2" }, "python-hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1574167964", "release": "4.el7", "version": "1.7.3" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1574167920", "release": "9.el7", "version": "0.4" }, "python-inotify": { "arch": "noarch", "epoch": "0", "installdate": "1574167938", "release": "4.el7", "version": "0.9.4" }, "python-ipaddr": { "arch": "noarch", "epoch": "0", "installdate": "1574167936", "release": "2.el7", "version": "2.1.11" }, "python-ipaddress": { "arch": "noarch", "epoch": "0", "installdate": "1574167927", "release": "2.el7", "version": "1.0.16" }, "python-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1574167936", "release": "4.el7", "version": "2.7.2" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1574167939", "release": "4.el7", "version": "1.2" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1574167939", "release": "2.el7", "version": "1.9" }, "python-kitchen": { "arch": "noarch", "epoch": "0", "installdate": "1574167929", "release": "5.el7", "version": "1.1.1" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167918", "release": "86.el7", "version": "2.7.5" }, "python-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1574167938", "release": "4.el7", "version": "0.4.11" }, "python-lxml": { "arch": "x86_64", "epoch": "0", "installdate": "1574167926", "release": "4.el7", "version": "3.2.1" }, "python-magic": { "arch": "noarch", "epoch": "0", "installdate": "1574167933", "release": "35.el7", "version": "5.11" }, "python-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1574167933", "release": "10.el7", "version": "0.11" }, "python-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1574167936", "release": "1062.4.3.el7", "version": "3.10.0" }, "python-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1574167937", "release": "3.el7", "version": "0.7.2" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1574167946", "release": "19.el7", "version": "7.19.0" }, "python-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1574167969", "release": "9.el7", "version": "0.15" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1574167934", "release": "7.el7_7", "version": "2.6.0" }, "python-schedutils": { "arch": "x86_64", "epoch": "0", "installdate": "1574167937", "release": "6.el7", "version": "0.4" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1574167933", "release": "7.el7", "version": "0.9.8" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1574167920", "release": "2.el7", "version": "1.9.0" }, "python-syspurpose": { "arch": "x86_64", "epoch": "0", "installdate": "1574167938", "release": "3.el7_7", "version": "1.24.13" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1574167946", "release": "9.el7", "version": "3.10" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1574167934", "release": "7.el7", "version": "1.10.2" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1574167938", "release": "5.el7", "version": "0.5.1" }, "qemu-guest-agent": { "arch": "x86_64", "epoch": "10", "installdate": "1574168003", "release": "3.el7", "version": "2.12.0" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167911", "release": "3.el7", "version": "3.4.1" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1574167877", "release": "11.el7", "version": "6.2" }, "redhat-release-eula": { "arch": "noarch", "epoch": "0", "installdate": "1574168011", "release": "1.el7", "version": "7.7" }, "redhat-release-server": { "arch": "x86_64", "epoch": "0", "installdate": "1574167860", "release": "10.el7", "version": "7.7" }, "redhat-support-lib-python": { "arch": "noarch", "epoch": "0", "installdate": "1574167971", "release": "6.el7", "version": "0.9.7" }, "redhat-support-tool": { "arch": "noarch", "epoch": "0", "installdate": "1574167978", "release": "1.el7", "version": "0.9.11" }, "rh-amazon-rhui-client": { "arch": "noarch", "epoch": "0", "installdate": "1574167977", "release": "1.el7", "version": "3.0.18" }, "rhn-check": { "arch": "x86_64", "epoch": "0", "installdate": "1574167972", "release": "24.el7", "version": "2.0.2" }, "rhn-client-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1574167972", "release": "24.el7", "version": "2.0.2" }, "rhn-setup": { "arch": "x86_64", "epoch": "0", "installdate": "1574167973", "release": "24.el7", "version": "2.0.2" }, "rhnlib": { "arch": "noarch", "epoch": "0", "installdate": "1574167938", "release": "8.el7", "version": "2.5.65" }, "rhnsd": { "arch": "x86_64", "epoch": "0", "installdate": "1574167972", "release": "10.el7", "version": "5.0.13" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1574168012", "release": "11.el7", "version": "8.1" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1574167945", "release": "40.el7", "version": "4.11.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167970", "release": "40.el7", "version": "4.11.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167944", "release": "40.el7", "version": "4.11.3" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1574167970", "release": "40.el7", "version": "4.11.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1574168003", "release": "6.el7_6.1", "version": "3.1.2" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1574167999", "release": "41.el7_7.2", "version": "8.24.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1574167876", "release": "5.el7", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1574167966", "release": "252.el7_7.6", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1574167982", "release": "252.el7_7.6", "version": "3.13.1" }, "setools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167886", "release": "4.el7", "version": "3.3.8" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1574167861", "release": "10.el7", "version": "2.8.71" }, "sg3_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1574168008", "release": "18.el7_7.1", "version": "1.37" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167910", "release": "18.el7_7.1", "version": "1.37" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1574167919", "release": "5.el7", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1574167922", "release": "4.el7", "version": "1.8" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1574167884", "release": "11.el7", "version": "2.2.4" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1574167908", "release": "3.el7", "version": "1.1.0" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1574167879", "release": "8.el7", "version": "3.7.17" }, "subscription-manager": { "arch": "x86_64", "epoch": "0", "installdate": "1574167976", "release": "3.el7_7", "version": "1.24.13" }, "subscription-manager-rhsm": { "arch": "x86_64", "epoch": "0", "installdate": "1574167975", "release": "3.el7_7", "version": "1.24.13" }, "subscription-manager-rhsm-certificates": { "arch": "x86_64", "epoch": "0", "installdate": "1574167975", "release": "3.el7_7", "version": "1.24.13" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1574168005", "release": "4.el7_7.1", "version": "1.8.23" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1574167955", "release": "67.el7_7.2", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167952", "release": "67.el7_7.2", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1574167958", "release": "67.el7_7.2", "version": "219" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1574167910", "release": "14.dsf.el7", "version": "2.88" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1574167887", "release": "35.el7", "version": "1.26" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167883", "release": "77.el7", "version": "7.6" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1574167967", "release": "9.el7", "version": "1.27" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1574167978", "release": "5.el7_7.1", "version": "2.11.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1574167863", "release": "1.el7", "version": "2019c" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1574167963", "release": "6.el7", "version": "1.111" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1574167909", "release": "16.el7", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1574167949", "release": "61.el7_7.1", "version": "2.23.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1574167887", "release": "6.el7", "version": "7.4.629" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1574167962", "release": "4.el7", "version": "1.18" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1574167879", "release": "7.el7", "version": "2.20" }, "wpa_supplicant": { "arch": "x86_64", "epoch": "1", "installdate": "1574167965", "release": "12.el7", "version": "2.6" }, "xdg-utils": { "arch": "noarch", "epoch": "0", "installdate": "1574167931", "release": "0.17.20120809git.el7", "version": "1.1.0" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1574168007", "release": "20.el7", "version": "4.5.0" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1574167882", "release": "1.el7", "version": "5.2.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1574167875", "release": "1.el7", "version": "5.2.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1574167972", "release": "163.el7", "version": "3.4.3" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1574167931", "release": "10.el7", "version": "1.1.4" }, "yum-rhn-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1574167973", "release": "10.el7", "version": "2.0.1" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1574167977", "release": "52.el7", "version": "1.1.31" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1574167875", "release": "18.el7", "version": "1.2.7" } }, "platform": "redhat", "platform_family": "rhel", "platform_version": "7.7", "root_group": "root", "shard_seed": 217959769, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/redhat/7.8.json000066400000000000000000002611671417433310300220440ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec26403d-fdb7-b374-e063-b3f721958a1d", "UUID": "ec26403d-fdb7-b374-e063-b3f721958a1d", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec26403d-fdb7-b374-e063-b3f721958a1d", "sku_number": "Not Specified", "uuid": "ec26403d-fdb7-b374-e063-b3f721958a1d", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "mounts": [ ] }, "/dev/xvda2": { "fs_type": "xfs", "inodes_available": "5203457", "inodes_percent_used": "1%", "inodes_used": "38383", "kb_available": "9366908", "kb_size": "10473452", "kb_used": "1106544", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "11%", "total_inodes": "5241840", "uuid": "0c063760-bbbb-4c36-b41f-6e8030796c7f" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/devices" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "120439", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "482872", "kb_size": "482872", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=482872k", "nr_inodes=120718", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120718" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rootfs": { "fs_type": "rootfs", "mount_options": [ "rw" ], "mounts": [ "/" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12672" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "126623" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2", "rootfs" ], "fs_type": "rootfs", "inodes_available": "5203457", "inodes_percent_used": "1%", "inodes_used": "38383", "kb_available": "9366908", "kb_size": "10473452", "kb_used": "1106544", "mount_options": [ "rw" ], "percent_used": "11%", "total_inodes": "5241840", "uuid": "0c063760-bbbb-4c36-b41f-6e8030796c7f" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "120439", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "482872", "kb_size": "482872", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=482872k", "nr_inodes=120718", "mode=755" ], "percent_used": "0%", "total_inodes": "120718" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506492", "kb_size": "506492", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126623" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12672" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126240", "inodes_percent_used": "1%", "inodes_used": "383", "kb_available": "493336", "kb_size": "506492", "kb_used": "13156", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126623" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126623" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126607", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506492", "kb_size": "506492", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126623" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,": { "device": "/dev/xvda1" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "xfs", "inodes_available": "5203457", "inodes_percent_used": "1%", "inodes_used": "38383", "kb_available": "9366908", "kb_size": "10473452", "kb_used": "1106544", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "percent_used": "11%", "total_inodes": "5241840", "uuid": "0c063760-bbbb-4c36-b41f-6e8030796c7f" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "120439", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "482872", "kb_size": "482872", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=482872k", "nr_inodes=120718", "mode=755" ], "percent_used": "0%", "total_inodes": "120718" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rootfs,/": { "device": "rootfs", "fs_type": "rootfs", "mount": "/", "mount_options": [ "rw" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12672" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506492", "kb_size": "506492", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126623" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126240", "inodes_percent_used": "1%", "inodes_used": "383", "kb_available": "493336", "kb_size": "506492", "kb_used": "13156", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126623" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126622", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126623" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126607", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506492", "kb_size": "506492", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126623" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "13597" }, "aesni_intel": { "refcount": "0", "size": "189456" }, "ata_generic": { "refcount": "0", "size": "12923", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "35052", "version": "2.13" }, "cirrus": { "refcount": "1", "size": "24171" }, "crc32_pclmul": { "refcount": "0", "size": "13133" }, "crc32c_intel": { "refcount": "1", "size": "22094" }, "crct10dif_common": { "refcount": "1", "size": "12595" }, "crct10dif_pclmul": { "refcount": "0", "size": "14307" }, "cryptd": { "refcount": "3", "size": "21190" }, "drm": { "refcount": "4", "size": "456166" }, "drm_kms_helper": { "refcount": "1", "size": "186531" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "17180" }, "fb_sys_fops": { "refcount": "1", "size": "12703" }, "floppy": { "refcount": "0", "size": "69432" }, "gf128mul": { "refcount": "1", "size": "15139" }, "ghash_clmulni_intel": { "refcount": "0", "size": "13273" }, "glue_helper": { "refcount": "1", "size": "13990" }, "i2c_piix4": { "refcount": "0", "size": "22401" }, "iosf_mbi": { "refcount": "0", "size": "15582" }, "ip_tables": { "refcount": "0", "size": "27126" }, "libata": { "refcount": "3", "size": "243094", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "12644" }, "lrw": { "refcount": "1", "size": "13286" }, "parport": { "refcount": "2", "size": "46395" }, "parport_pc": { "refcount": "0", "size": "28205" }, "pata_acpi": { "refcount": "0", "size": "13053", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "12718" }, "ppdev": { "refcount": "0", "size": "17671" }, "sb_edac": { "refcount": "0", "size": "32114" }, "serio_raw": { "refcount": "0", "size": "13434" }, "syscopyarea": { "refcount": "1", "size": "12529" }, "sysfillrect": { "refcount": "1", "size": "12701" }, "sysimgblt": { "refcount": "1", "size": "12640" }, "ttm": { "refcount": "1", "size": "96673" }, "xen_blkfront": { "refcount": "2", "size": "26966" }, "xen_netfront": { "refcount": "0", "size": "27206" }, "xfs": { "refcount": "1", "size": "997681" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "3.10.0-1127.18.2.el7.x86_64", "version": "#1 SMP Mon Jul 20 22:32:16 UTC 2020" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635803355.0982206, "os": "linux", "os_version": "3.10.0-1127.18.2.el7.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1596446164", "release": "3.el7", "version": "1.18.4" }, "NetworkManager-config-server": { "arch": "noarch", "epoch": "1", "installdate": "1596446202", "release": "3.el7", "version": "1.18.4" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1596446147", "release": "3.el7", "version": "1.18.4" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1596446169", "release": "3.el7", "version": "1.18.4" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1596446169", "release": "3.el7", "version": "1.18.4" }, "PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1596446129", "release": "11.el7", "version": "3.10" }, "Red_Hat_Enterprise_Linux-Release_Notes-7-en-US": { "arch": "noarch", "epoch": "0", "installdate": "1596446200", "release": "2.el7", "version": "7" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1596446053", "release": "15.el7", "version": "2.2.51" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1596446191", "release": "4.el7", "version": "2.8.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446040", "release": "4.el7", "version": "2.8.5" }, "audit-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446110", "release": "4.el7", "version": "2.8.5" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1596446191", "release": "30.el7", "version": "6.2.8" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1596446019", "release": "7.el7", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1596446034", "release": "34.el7", "version": "4.2.46" }, "bind-export-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1596446114", "release": "16.P2.el7_8.6", "version": "9.11.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446117", "release": "43.base.el7_8.1", "version": "2.27" }, "btrfs-progs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446201", "release": "1.el7", "version": "4.9.1" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446036", "release": "13.el7", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1596446082", "release": "70.0.el7_8", "version": "2020.2.41" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1596446163", "release": "8.el7", "version": "2.5" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635803351", "release": "1.el7", "version": "17.7.29" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1596446036", "release": "1.el7", "version": "1.7.4" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1596446192", "release": "1.el7", "version": "3.4" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1596446170", "release": "6.el7_8.5", "version": "18.5" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1596446197", "release": "5.el7", "version": "0.29" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446084", "release": "24.el7", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1596446041", "release": "27.el7", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1596446094", "release": "11.el7", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1596446097", "release": "11.el7", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1596446144", "release": "23.el7", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1596446143", "release": "23.el7", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1596446143", "release": "6.20121102git.el7", "version": "1.11" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446132", "release": "6.el7", "version": "2.0.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1596446119", "release": "57.el7_8.1", "version": "7.29.0" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1596446102", "release": "23.el7", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1596446138", "release": "14.el7_8", "version": "1.10.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1596446155", "release": "7.el7", "version": "0.100" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1596446134", "release": "14.el7_8", "version": "1.10.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446156", "release": "9.el7", "version": "1.1.1" }, "desktop-file-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446104", "release": "2.el7", "version": "0.23" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1596446131", "release": "7.el7_8.2", "version": "1.02.164" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1596446132", "release": "7.el7_8.2", "version": "1.02.164" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1596446150", "release": "79.el7", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1596446149", "release": "79.el7", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1596446147", "release": "79.el7", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446041", "release": "5.el7", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1596446049", "release": "3.el7", "version": "3.2" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1596446133", "release": "568.el7", "version": "033" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1596446197", "release": "568.el7", "version": "033" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1596446196", "release": "568.el7", "version": "033" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1596446150", "release": "568.el7", "version": "033" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446105", "release": "17.el7", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446046", "release": "17.el7", "version": "1.42.9" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1596446138", "release": "4.el7", "version": "0.176" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1596446038", "release": "4.el7", "version": "0.176" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446133", "release": "4.el7", "version": "0.176" }, "emacs-filesystem": { "arch": "noarch", "epoch": "1", "installdate": "1596446020", "release": "23.el7", "version": "24.3" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1596446050", "release": "10.el7", "version": "4.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1596446042", "release": "11.el7", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1596446043", "release": "36.el7", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446042", "release": "36.el7", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1596446017", "release": "25.el7", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1596446042", "release": "6.el7", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1596446115", "release": "6.el7", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1596446115", "release": "6.el7", "version": "1.4.1" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1596446055", "release": "14.el7", "version": "2.8" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1596446038", "release": "4.el7_3.1", "version": "4.0.2" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1596446050", "release": "8.el7", "version": "1.10" }, "gdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1596446202", "release": "3.el7", "version": "0.8.10" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1596446103", "release": "3.el7", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446102", "release": "3.el7", "version": "0.19.8.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1596446095", "release": "5.el7", "version": "2.56.1" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1596446028", "release": "307.el7.1", "version": "2.17" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1596446027", "release": "307.el7.1", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1596446079", "release": "15.el7", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1596446125", "release": "5.el7_5", "version": "2.0.22" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1596446096", "release": "1.el7", "version": "1.56.1" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1635803342", "release": "4ae0493b", "version": "fd431d51", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1635803342", "release": "45700c69", "version": "2fa658e0" }, { "arch": "(none)", "epoch": "0", "installdate": "1635803342", "release": "4ae0493b", "version": "fd431d51" } ] }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1596446126", "release": "5.el7", "version": "1.3.2" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1596446037", "release": "3.el7", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1596446045", "release": "8.el7", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1596446176", "release": "0.86.el7_8", "version": "2.02" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1596446016", "release": "0.86.el7_8", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1596446152", "release": "0.86.el7_8", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1596446020", "release": "0.86.el7_8", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1596446143", "release": "0.86.el7_8", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1596446151", "release": "0.86.el7_8", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1596446141", "release": "0.86.el7_8", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1596446105", "release": "26.el7", "version": "8.28" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1596446093", "release": "10.el7", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1596446122", "release": "19.el7", "version": "1.0" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1596446050", "release": "3.el7_7.1", "version": "3.13" }, "hwdata": { "arch": "x86_64", "epoch": "0", "installdate": "1596446145", "release": "9.5.el7", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1596446035", "release": "5.el7", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1596446141", "release": "1.el7", "version": "9.49.49" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1596446051", "release": "25.el7_7.2", "version": "4.11.0" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1596446051", "release": "34.el7", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446140", "release": "10.el7", "version": "20160308" }, "irqbalance": { "arch": "x86_64", "epoch": "3", "installdate": "1596446168", "release": "12.el7", "version": "1.0.7" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1596446049", "release": "1.el7", "version": "2.10" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1596446130", "release": "4.el7_0", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1596446187", "release": "15.el7", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1596446022", "release": "15.el7", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1596446021", "release": "15.el7", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1596446186", "release": "1127.18.2.el7", "version": "3.10.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1596446198", "release": "1127.18.2.el7", "version": "3.10.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446080", "release": "1127.18.2.el7", "version": "3.10.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1596446176", "release": "43.el7", "version": "2.0.15" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446050", "release": "3.el7", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1596446133", "release": "28.el7", "version": "20" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446054", "release": "28.el7", "version": "20" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1596446131", "release": "131.el7", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446085", "release": "46.el7", "version": "1.15.1" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1596446051", "release": "9.el7", "version": "458" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1596446039", "release": "15.el7", "version": "2.2.51" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1596446045", "release": "3.el7", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1596446039", "release": "13.el7", "version": "2.4.46" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1596446092", "release": "63.el7", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1596446039", "release": "11.el7", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1596446040", "release": "4.el7", "version": "0.7.5" }, "libcgroup": { "arch": "x86_64", "epoch": "0", "installdate": "1596446154", "release": "21.el7", "version": "0.41" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1596446036", "release": "17.el7", "version": "1.42.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1596446097", "release": "4.el7", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1596446119", "release": "57.el7_8.1", "version": "7.29.0" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1596446128", "release": "7.el7", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1596446037", "release": "25.el7", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446053", "release": "25.el7", "version": "5.3.21" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1596446047", "release": "12.20121213cvs.el7", "version": "3.0" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1596446165", "release": "2.el7", "version": "0.1.9" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1596446128", "release": "3.el7", "version": "0.99.4" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1596446039", "release": "19.el7", "version": "3.0.13" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1596446016", "release": "39.el7", "version": "4.8.5" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1596446040", "release": "14.el7", "version": "1.5.3" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1596446046", "release": "39.el7", "version": "4.8.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1596446039", "release": "3.el7", "version": "1.12" }, "libgudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1596446158", "release": "73.el7_8.9", "version": "219" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1596446046", "release": "4.el7", "version": "1.28" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1596446043", "release": "7.el7", "version": "1.0.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1596446094", "release": "63.el7", "version": "2.23.2" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1596446163", "release": "9.el7", "version": "1.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1596446050", "release": "1.el7_3", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1596446047", "release": "4.el7", "version": "1.0.1" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1596446080", "release": "3.el7", "version": "1.1.4" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1596446042", "release": "4.el7", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1596446044", "release": "4.el7", "version": "3.2.28" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1596446128", "release": "3.el7", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1596446054", "release": "7.el7_2", "version": "1.5.13" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1596446098", "release": "5.el7", "version": "1.2.3" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1596446130", "release": "4.el7", "version": "2.3.1" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1596446034", "release": "15.el7", "version": "2.5" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446096", "release": "15.el7", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446055", "release": "15.el7", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1596446081", "release": "14.el7", "version": "2.5" }, "libsemanage-python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446112", "release": "14.el7", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1596446034", "release": "10.el7", "version": "2.5" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1596446081", "release": "63.el7", "version": "2.23.2" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1596446054", "release": "17.el7", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1596446115", "release": "3.el7", "version": "1.8.0" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1596446033", "release": "39.el7", "version": "4.8.5" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446202", "release": "16.el7", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1596446081", "release": "1.el7", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1596446051", "release": "1.el7", "version": "1.29" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1596446047", "release": "9.el7", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1596446121", "release": "9.el7", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1596446106", "release": "4.el7", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1596446036", "release": "63.el7", "version": "2.23.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1596446081", "release": "4.el7", "version": "0.2.5" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1596446037", "release": "6.el7.4", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446099", "release": "6.el7.4", "version": "2.9.1" }, "libxslt": { "arch": "x86_64", "epoch": "0", "installdate": "1596446052", "release": "5.el7", "version": "1.1.28" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1596446129", "release": "11.el7_0", "version": "0.1.4" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1596446116", "release": "19.el7", "version": "3.8.6" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1596446178", "release": "14.el7", "version": "B.02.18" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1596446041", "release": "15.el7", "version": "5.1.4" }, "lz4": { "arch": "x86_64", "epoch": "0", "installdate": "1596446047", "release": "3.el7", "version": "1.7.5" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1596446049", "release": "8.el7", "version": "2.06" }, "m2crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1596446100", "release": "17.el7", "version": "0.21.1" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1596446054", "release": "24.el7", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1596446199", "release": "11.el7", "version": "2.6.3" }, "mariadb-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1596446115", "release": "1.el7", "version": "5.5.65" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1596446193", "release": "61.10.el7_8", "version": "2.1" }, "mozjs17": { "arch": "x86_64", "epoch": "0", "installdate": "1596446079", "release": "20.el7", "version": "17.0.0" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1596446078", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1596446022", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446033", "release": "14.20130511.el7_4", "version": "5.9" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1596446155", "release": "0.25.20131004git.el7", "version": "2.0" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1596446048", "release": "4.el7", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446096", "release": "4.el7", "version": "0.52.15" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1596446032", "release": "1.el7", "version": "4.21.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1596446118", "release": "7.el7_7", "version": "3.44.0" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1596446117", "release": "7.el7", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1596446044", "release": "8.el7_7", "version": "3.44.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1596446022", "release": "8.el7_7", "version": "3.44.0" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1596446118", "release": "7.el7_7", "version": "3.44.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1596446118", "release": "7.el7_7", "version": "3.44.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1596446033", "release": "4.el7_7", "version": "3.44.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446165", "release": "5.el7", "version": "2.0.12" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1596446120", "release": "21.el7_6", "version": "2.4.44" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1596446149", "release": "21.el7", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1596446178", "release": "21.el7", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1596446177", "release": "21.el7", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1596446114", "release": "19.el7", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1596446085", "release": "19.el7", "version": "1.0.2k" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1596446142", "release": "9.el7", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1596446045", "release": "3.el7", "version": "0.23.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1596446082", "release": "3.el7", "version": "0.23.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1596446099", "release": "23.el7", "version": "1.1.8" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1596446197", "release": "32.el7", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1596446121", "release": "6.el7", "version": "0.79" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446129", "release": "3.el7", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1596446034", "release": "17.el7", "version": "8.32" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1596446053", "release": "17.el7", "version": "0.8.1" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1596446104", "release": "4.el7", "version": "0.27.1" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446139", "release": "34.el7", "version": "2.5" }, "policycoreutils-python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446163", "release": "34.el7", "version": "2.5" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1596446139", "release": "26.el7", "version": "0.112" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1596446140", "release": "4.el7", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1596446035", "release": "16.el7", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1596446189", "release": "9.el7", "version": "2.10.1" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1596446132", "release": "27.el7", "version": "3.3.10" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1596446124", "release": "23.el7", "version": "2.0.7" }, "pyOpenSSL": { "arch": "x86_64", "epoch": "0", "installdate": "1596446112", "release": "4.el7", "version": "0.13.1" }, "pygobject2": { "arch": "x86_64", "epoch": "0", "installdate": "1596446104", "release": "11.el7", "version": "2.28.6" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1596446126", "release": "9.el7", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1596446113", "release": "11.el7", "version": "0.5.3" }, "pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1596446109", "release": "6.el7", "version": "2.6" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446091", "release": "88.el7", "version": "2.7.5" }, "python-IPy": { "arch": "noarch", "epoch": "0", "installdate": "1596446106", "release": "6.el7", "version": "0.75" }, "python-babel": { "arch": "noarch", "epoch": "0", "installdate": "1596446110", "release": "8.el7", "version": "0.9.6" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1596446107", "release": "8.el7", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1596446107", "release": "1.el7", "version": "3.5.0.1" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1596446101", "release": "3.el7", "version": "2.2.1" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1596446101", "release": "7.el7", "version": "4.7.2" }, "python-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1596446093", "release": "7.el7", "version": "1.5" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1596446092", "release": "3.el7", "version": "3.4.0" }, "python-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1596446100", "release": "4.el7", "version": "3.12.2" }, "python-ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1596446101", "release": "8.el7", "version": "0.8" }, "python-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1596446096", "release": "1.el7_4.1", "version": "3.22.0" }, "python-gudev": { "arch": "x86_64", "epoch": "0", "installdate": "1596446159", "release": "7.el7", "version": "147.2" }, "python-hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1596446151", "release": "4.el7", "version": "1.7.3" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1596446092", "release": "9.el7", "version": "0.4" }, "python-inotify": { "arch": "noarch", "epoch": "0", "installdate": "1596446113", "release": "4.el7", "version": "0.9.4" }, "python-ipaddr": { "arch": "noarch", "epoch": "0", "installdate": "1596446111", "release": "2.el7", "version": "2.1.11" }, "python-ipaddress": { "arch": "noarch", "epoch": "0", "installdate": "1596446101", "release": "2.el7", "version": "1.0.16" }, "python-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1596446110", "release": "4.el7", "version": "2.7.2" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1596446112", "release": "4.el7", "version": "1.2" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1596446112", "release": "2.el7", "version": "1.9" }, "python-kitchen": { "arch": "noarch", "epoch": "0", "installdate": "1596446102", "release": "5.el7", "version": "1.1.1" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446091", "release": "88.el7", "version": "2.7.5" }, "python-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1596446113", "release": "4.el7", "version": "0.4.11" }, "python-lxml": { "arch": "x86_64", "epoch": "0", "installdate": "1596446099", "release": "4.el7", "version": "3.2.1" }, "python-magic": { "arch": "noarch", "epoch": "0", "installdate": "1596446108", "release": "36.el7", "version": "5.11" }, "python-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1596446106", "release": "10.el7", "version": "0.11" }, "python-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1596446111", "release": "1127.18.2.el7", "version": "3.10.0" }, "python-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1596446110", "release": "3.el7", "version": "0.7.2" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1596446121", "release": "19.el7", "version": "7.19.0" }, "python-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1596446162", "release": "9.el7", "version": "0.15" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1596446108", "release": "9.el7_8", "version": "2.6.0" }, "python-schedutils": { "arch": "x86_64", "epoch": "0", "installdate": "1596446111", "release": "6.el7", "version": "0.4" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1596446107", "release": "7.el7", "version": "0.9.8" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1596446093", "release": "2.el7", "version": "1.9.0" }, "python-syspurpose": { "arch": "x86_64", "epoch": "0", "installdate": "1596446107", "release": "4.el7_8", "version": "1.24.26" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1596446121", "release": "10.el7", "version": "3.10" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1596446108", "release": "7.el7", "version": "1.10.2" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1596446113", "release": "5.el7", "version": "0.5.1" }, "qemu-guest-agent": { "arch": "x86_64", "epoch": "10", "installdate": "1596446192", "release": "3.el7", "version": "2.12.0" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446081", "release": "3.el7", "version": "3.4.1" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1596446038", "release": "11.el7", "version": "6.2" }, "redhat-release-eula": { "arch": "noarch", "epoch": "0", "installdate": "1596446202", "release": "0.el7", "version": "7.8" }, "redhat-release-server": { "arch": "x86_64", "epoch": "0", "installdate": "1596446016", "release": "2.el7", "version": "7.8" }, "redhat-support-lib-python": { "arch": "noarch", "epoch": "0", "installdate": "1596446126", "release": "1.el7", "version": "0.12.1" }, "redhat-support-tool": { "arch": "noarch", "epoch": "0", "installdate": "1596446200", "release": "1.el7", "version": "0.12.2" }, "rh-amazon-rhui-client": { "arch": "noarch", "epoch": "0", "installdate": "1596446172", "release": "1.el7", "version": "3.0.31" }, "rhn-check": { "arch": "x86_64", "epoch": "0", "installdate": "1596446161", "release": "24.el7", "version": "2.0.2" }, "rhn-client-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1596446160", "release": "24.el7", "version": "2.0.2" }, "rhn-setup": { "arch": "x86_64", "epoch": "0", "installdate": "1596446162", "release": "24.el7", "version": "2.0.2" }, "rhnlib": { "arch": "noarch", "epoch": "0", "installdate": "1596446112", "release": "8.el7", "version": "2.5.65" }, "rhnsd": { "arch": "x86_64", "epoch": "0", "installdate": "1596446161", "release": "10.el7", "version": "5.0.13" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1596446202", "release": "11.el7", "version": "8.1" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1596446120", "release": "43.el7", "version": "4.11.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446125", "release": "43.el7", "version": "4.11.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446119", "release": "43.el7", "version": "4.11.3" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1596446126", "release": "43.el7", "version": "4.11.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1596446192", "release": "10.el7", "version": "3.1.2" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1596446168", "release": "52.el7_8.2", "version": "8.24.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1596446036", "release": "6.el7", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1596446153", "release": "266.el7_8.1", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1596446175", "release": "266.el7_8.1", "version": "3.13.1" }, "setools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446052", "release": "4.el7", "version": "3.3.8" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1596446017", "release": "11.el7", "version": "2.8.71" }, "sg3_utils": { "arch": "x86_64", "epoch": "1", "installdate": "1596446197", "release": "19.el7", "version": "1.37" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1596446130", "release": "19.el7", "version": "1.37" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1596446092", "release": "5.el7", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1596446095", "release": "5.el7", "version": "1.8" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1596446048", "release": "11.el7", "version": "2.2.4" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1596446079", "release": "3.el7", "version": "1.1.0" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1596446040", "release": "8.el7_7.1", "version": "3.7.17" }, "subscription-manager": { "arch": "x86_64", "epoch": "0", "installdate": "1596446167", "release": "4.el7_8", "version": "1.24.26" }, "subscription-manager-rhsm": { "arch": "x86_64", "epoch": "0", "installdate": "1596446166", "release": "4.el7_8", "version": "1.24.26" }, "subscription-manager-rhsm-certificates": { "arch": "x86_64", "epoch": "0", "installdate": "1596446166", "release": "4.el7_8", "version": "1.24.26" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1596446200", "release": "9.el7", "version": "1.8.23" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1596446137", "release": "73.el7_8.9", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446134", "release": "73.el7_8.9", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1596446140", "release": "73.el7_8.9", "version": "219" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1596446079", "release": "14.dsf.el7", "version": "2.88" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1596446053", "release": "35.el7", "version": "1.26" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446049", "release": "77.el7", "version": "7.6" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1596446158", "release": "1.el7", "version": "1.29" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1596446171", "release": "8.el7", "version": "2.11.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1596446019", "release": "1.el7", "version": "2020a" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1596446148", "release": "6.el7", "version": "1.111" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1596446080", "release": "16.el7", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1596446131", "release": "63.el7", "version": "2.23.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1596446053", "release": "6.el7", "version": "7.4.629" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1596446148", "release": "4.el7", "version": "1.18" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1596446040", "release": "7.el7", "version": "2.20" }, "wpa_supplicant": { "arch": "x86_64", "epoch": "1", "installdate": "1596446152", "release": "12.el7", "version": "2.6" }, "xdg-utils": { "arch": "noarch", "epoch": "0", "installdate": "1596446104", "release": "0.17.20120809git.el7", "version": "1.1.0" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446201", "release": "20.el7", "version": "4.5.0" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1596446046", "release": "1.el7", "version": "5.2.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1596446035", "release": "1.el7", "version": "5.2.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1596446127", "release": "167.el7", "version": "3.4.3" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1596446105", "release": "10.el7", "version": "1.1.4" }, "yum-rhn-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1596446160", "release": "10.el7", "version": "2.0.1" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1596446199", "release": "54.el7_8", "version": "1.1.31" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1596446035", "release": "18.el7", "version": "1.2.7" } }, "platform": "redhat", "platform_family": "rhel", "platform_version": "7.8", "root_group": "root", "shard_seed": 16061965, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/redhat/7.9.json000066400000000000000000002614531417433310300220430ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec23b01b-14ad-cde8-550b-dc17cf863018", "UUID": "ec23b01b-14ad-cde8-550b-dc17cf863018", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec23b01b-14ad-cde8-550b-dc17cf863018", "sku_number": "Not Specified", "uuid": "ec23b01b-14ad-cde8-550b-dc17cf863018", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "mounts": [ ] }, "/dev/xvda2": { "fs_type": "xfs", "inodes_available": "5203372", "inodes_percent_used": "1%", "inodes_used": "38468", "kb_available": "9323848", "kb_size": "10473452", "kb_used": "1149604", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "11%", "total_inodes": "5241840", "uuid": "698f7103-6394-4a4d-b3bc-0640a0db5b82" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/perf_event" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "120193", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "481888", "kb_size": "481888", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=481888k", "nr_inodes=120472", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120472" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=25", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12602" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126619", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "126620" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2" ], "fs_type": "xfs", "inodes_available": "5203372", "inodes_percent_used": "1%", "inodes_used": "38468", "kb_available": "9323848", "kb_size": "10473452", "kb_used": "1149604", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "percent_used": "11%", "total_inodes": "5241840", "uuid": "698f7103-6394-4a4d-b3bc-0640a0db5b82" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "120193", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "481888", "kb_size": "481888", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=481888k", "nr_inodes=120472", "mode=755" ], "percent_used": "0%", "total_inodes": "120472" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126619", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506480", "kb_size": "506480", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126620" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=25", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12602" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126237", "inodes_percent_used": "1%", "inodes_used": "383", "kb_available": "493324", "kb_size": "506480", "kb_used": "13156", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126620" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126619", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126620" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126604", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506480", "kb_size": "506480", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126620" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,": { "device": "/dev/xvda1" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "xfs", "inodes_available": "5203372", "inodes_percent_used": "1%", "inodes_used": "38468", "kb_available": "9323848", "kb_size": "10473452", "kb_used": "1149604", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "noquota" ], "percent_used": "11%", "total_inodes": "5241840", "uuid": "698f7103-6394-4a4d-b3bc-0640a0db5b82" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuacct", "cpu" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_prio", "net_cls" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "120193", "inodes_percent_used": "1%", "inodes_used": "279", "kb_available": "481888", "kb_size": "481888", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=481888k", "nr_inodes=120472", "mode=755" ], "percent_used": "0%", "total_inodes": "120472" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=25", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=12602" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126619", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "506480", "kb_size": "506480", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "126620" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126237", "inodes_percent_used": "1%", "inodes_used": "383", "kb_available": "493324", "kb_size": "506480", "kb_used": "13156", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "126620" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126619", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "101300", "kb_size": "101300", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=101300k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126620" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126604", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "506480", "kb_size": "506480", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "126620" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "13597" }, "aesni_intel": { "refcount": "0", "size": "189456" }, "ata_generic": { "refcount": "0", "size": "12923", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "35052", "version": "2.13" }, "cirrus": { "refcount": "1", "size": "24171" }, "crc32_pclmul": { "refcount": "0", "size": "13133" }, "crc32c_intel": { "refcount": "1", "size": "22094" }, "crct10dif_common": { "refcount": "1", "size": "12595" }, "crct10dif_pclmul": { "refcount": "0", "size": "14307" }, "cryptd": { "refcount": "3", "size": "21190" }, "drm": { "refcount": "4", "size": "456166" }, "drm_kms_helper": { "refcount": "1", "size": "186531" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "17180" }, "fb_sys_fops": { "refcount": "1", "size": "12703" }, "floppy": { "refcount": "0", "size": "69424" }, "gf128mul": { "refcount": "1", "size": "15139" }, "ghash_clmulni_intel": { "refcount": "0", "size": "13273" }, "glue_helper": { "refcount": "1", "size": "13990" }, "i2c_piix4": { "refcount": "0", "size": "22401" }, "iosf_mbi": { "refcount": "0", "size": "15582" }, "ip_tables": { "refcount": "0", "size": "27126" }, "libata": { "refcount": "3", "size": "243094", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "12644" }, "lrw": { "refcount": "1", "size": "13286" }, "parport": { "refcount": "2", "size": "46395" }, "parport_pc": { "refcount": "0", "size": "28205" }, "pata_acpi": { "refcount": "0", "size": "13053", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "12718" }, "ppdev": { "refcount": "0", "size": "17671" }, "sb_edac": { "refcount": "0", "size": "32114" }, "serio_raw": { "refcount": "0", "size": "13434" }, "syscopyarea": { "refcount": "1", "size": "12529" }, "sysfillrect": { "refcount": "1", "size": "12701" }, "sysimgblt": { "refcount": "1", "size": "12640" }, "ttm": { "refcount": "1", "size": "96673" }, "xen_blkfront": { "refcount": "2", "size": "26966" }, "xen_netfront": { "refcount": "0", "size": "27206" }, "xfs": { "refcount": "1", "size": "997768" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "3.10.0-1160.45.1.el7.x86_64", "version": "#1 SMP Fri Sep 24 10:17:16 UTC 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635802051.947048, "os": "linux", "os_version": "3.10.0-1160.45.1.el7.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1633428677", "release": "2.el7_9", "version": "1.18.8" }, "NetworkManager-config-server": { "arch": "noarch", "epoch": "1", "installdate": "1633428723", "release": "2.el7_9", "version": "1.18.8" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1633428673", "release": "2.el7_9", "version": "1.18.8" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1633428691", "release": "2.el7_9", "version": "1.18.8" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1633428695", "release": "2.el7_9", "version": "1.18.8" }, "PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1633428640", "release": "11.el7", "version": "3.10" }, "Red_Hat_Enterprise_Linux-Release_Notes-7-en-US": { "arch": "noarch", "epoch": "0", "installdate": "1633428719", "release": "2.el7", "version": "7" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1633428592", "release": "15.el7", "version": "2.2.51" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1633428707", "release": "4.el7", "version": "2.8.5" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428583", "release": "4.el7", "version": "2.8.5" }, "audit-libs-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428640", "release": "4.el7", "version": "2.8.5" }, "authconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1633428708", "release": "30.el7", "version": "6.2.8" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1633428566", "release": "7.el7", "version": "10.0" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1633428577", "release": "34.el7", "version": "4.2.46" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1633428592", "release": "13.el7", "version": "1.06.95" }, "bind-export-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1633428646", "release": "26.P2.el7_9.7", "version": "9.11.4" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428648", "release": "44.base.el7", "version": "2.27" }, "btrfs-progs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428721", "release": "1.el7", "version": "4.9.1" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428579", "release": "13.el7", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1633428618", "release": "72.el7_9", "version": "2021.2.50" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1633428618", "release": "8.el7", "version": "2.5" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635802048", "release": "1.el7", "version": "17.7.29" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1633428578", "release": "1.el7", "version": "1.7.6" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1633428709", "release": "1.el7", "version": "3.4" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1633428692", "release": "7.el7_9.5", "version": "19.4" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1633428716", "release": "5.el7", "version": "0.29" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428620", "release": "24.el7_9.2", "version": "8.22" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1633428584", "release": "28.el7", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1633428629", "release": "11.el7", "version": "2.9.0" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1633428632", "release": "11.el7", "version": "2.9.0" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1633428672", "release": "23.el7", "version": "1.4.11" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1633428672", "release": "23.el7", "version": "1.4.11" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1633428673", "release": "6.20121102git.el7", "version": "1.11" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428661", "release": "6.el7", "version": "2.0.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1633428651", "release": "59.el7_9.1", "version": "7.29.0" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1633428635", "release": "23.el7", "version": "2.1.26" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1633428666", "release": "15.el7", "version": "1.10.24" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1633428680", "release": "7.el7", "version": "0.100" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1633428663", "release": "15.el7", "version": "1.10.24" }, "dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428680", "release": "9.el7", "version": "1.1.1" }, "desktop-file-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428637", "release": "2.el7", "version": "0.23" }, "device-mapper": { "arch": "x86_64", "epoch": "7", "installdate": "1633428660", "release": "6.el7_9.5", "version": "1.02.170" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "7", "installdate": "1633428661", "release": "6.el7_9.5", "version": "1.02.170" }, "dhclient": { "arch": "x86_64", "epoch": "12", "installdate": "1633428675", "release": "83.el7_9.1", "version": "4.2.5" }, "dhcp-common": { "arch": "x86_64", "epoch": "12", "installdate": "1633428675", "release": "83.el7_9.1", "version": "4.2.5" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1633428674", "release": "83.el7_9.1", "version": "4.2.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428584", "release": "5.el7", "version": "3.3" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1633428588", "release": "5.el7_9.1", "version": "3.2" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1633428660", "release": "572.el7", "version": "033" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1633428715", "release": "572.el7", "version": "033" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1633428716", "release": "572.el7", "version": "033" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1633428675", "release": "572.el7", "version": "033" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428638", "release": "19.el7", "version": "1.42.9" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428587", "release": "19.el7", "version": "1.42.9" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1633428666", "release": "5.el7", "version": "0.176" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1633428582", "release": "5.el7", "version": "0.176" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428662", "release": "5.el7", "version": "0.176" }, "emacs-filesystem": { "arch": "noarch", "epoch": "1", "installdate": "1633428567", "release": "23.el7", "version": "24.3" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1633428589", "release": "10.el7", "version": "4.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1633428584", "release": "12.el7", "version": "2.1.0" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1633428585", "release": "37.el7", "version": "5.11" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428585", "release": "37.el7", "version": "5.11" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1633428564", "release": "25.el7", "version": "3.2" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1633428585", "release": "6.el7", "version": "4.5.11" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1633428650", "release": "6.el7", "version": "1.4.1" }, "fipscheck-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1633428650", "release": "6.el7", "version": "1.4.1" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1633428594", "release": "14.el7_9.1", "version": "2.8" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1633428581", "release": "4.el7_3.1", "version": "4.0.2" }, "gdbm": { "arch": "x86_64", "epoch": "0", "installdate": "1633428589", "release": "8.el7", "version": "1.10" }, "gdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1633428722", "release": "3.el7", "version": "0.8.10" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1633428637", "release": "3.el7", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428636", "release": "3.el7", "version": "0.19.8.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1633428630", "release": "9.el7_9", "version": "2.56.1" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1633428573", "release": "325.el7_9", "version": "2.17" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1633428572", "release": "325.el7_9", "version": "2.17" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1633428614", "release": "15.el7", "version": "6.0.0" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1633428653", "release": "5.el7_5", "version": "2.0.22" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1633428631", "release": "1.el7", "version": "1.56.1" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1635802036", "release": "4ae0493b", "version": "fd431d51", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1635802036", "release": "45700c69", "version": "2fa658e0" }, { "arch": "(none)", "epoch": "0", "installdate": "1635802036", "release": "4ae0493b", "version": "fd431d51" } ] }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1633428655", "release": "5.el7", "version": "1.3.2" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1633428582", "release": "3.el7", "version": "2.20" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1633428586", "release": "8.el7", "version": "1.22.2" }, "grub2": { "arch": "x86_64", "epoch": "1", "installdate": "1633428695", "release": "0.87.el7_9.7", "version": "2.02" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1633428564", "release": "0.87.el7_9.7", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1633428676", "release": "0.87.el7_9.7", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1633428567", "release": "0.87.el7_9.7", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1633428672", "release": "0.87.el7_9.7", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1633428676", "release": "0.87.el7_9.7", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1633428670", "release": "0.87.el7_9.7", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1633428638", "release": "26.el7", "version": "8.28" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1633428628", "release": "10.el7", "version": "1.5" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1633428615", "release": "19.el7", "version": "1.0" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1633428589", "release": "3.el7_7.1", "version": "3.13" }, "hwdata": { "arch": "x86_64", "epoch": "0", "installdate": "1633428670", "release": "9.7.el7", "version": "0.252" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1633428578", "release": "5.el7", "version": "5.1" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1633428669", "release": "1.el7_9.1", "version": "9.49.53" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1633428590", "release": "30.el7", "version": "4.11.0" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1633428590", "release": "35.el7", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428669", "release": "10.el7", "version": "20160308" }, "irqbalance": { "arch": "x86_64", "epoch": "3", "installdate": "1633428715", "release": "12.el7", "version": "1.0.7" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1633428589", "release": "1.el7", "version": "2.10" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1633428658", "release": "4.el7_0", "version": "0.11" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1633428689", "release": "15.el7", "version": "1.15.5" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1633428685", "release": "15.el7", "version": "1.15.5" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1633428686", "release": "15.el7", "version": "1.15.5" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1633428704", "release": "1160.45.1.el7", "version": "3.10.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633428716", "release": "1160.45.1.el7", "version": "3.10.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428616", "release": "1160.45.1.el7", "version": "3.10.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633428695", "release": "51.el7_9.3", "version": "2.0.15" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428589", "release": "3.el7", "version": "1.5.8" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1633428661", "release": "28.el7", "version": "20" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428593", "release": "28.el7", "version": "20" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1633428660", "release": "135.el7_9", "version": "0.4.9" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428621", "release": "50.el7", "version": "1.15.1" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1633428591", "release": "9.el7", "version": "458" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1633428582", "release": "15.el7", "version": "2.2.51" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1633428586", "release": "3.el7", "version": "2.1.0" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1633428582", "release": "13.el7", "version": "2.4.46" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1633428627", "release": "65.el7_9.1", "version": "2.23.2" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1633428582", "release": "11.el7", "version": "2.22" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1633428582", "release": "4.el7", "version": "0.7.5" }, "libcgroup": { "arch": "x86_64", "epoch": "0", "installdate": "1633428679", "release": "21.el7", "version": "0.41" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1633428578", "release": "19.el7", "version": "1.42.9" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1633428631", "release": "6.el7_9", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1633428651", "release": "59.el7_9.1", "version": "7.29.0" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1633428617", "release": "7.el7", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1633428581", "release": "25.el7", "version": "5.3.21" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428593", "release": "25.el7", "version": "5.3.21" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1633428588", "release": "12.20121213cvs.el7", "version": "3.0" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1633428617", "release": "2.el7", "version": "0.1.9" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1633428617", "release": "3.el7", "version": "0.99.4" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1633428583", "release": "19.el7", "version": "3.0.13" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1633428563", "release": "44.el7", "version": "4.8.5" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1633428583", "release": "14.el7", "version": "1.5.3" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1633428587", "release": "44.el7", "version": "4.8.5" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1633428583", "release": "3.el7", "version": "1.12" }, "libgudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1633428681", "release": "78.el7_9.3", "version": "219" }, "libidn": { "arch": "x86_64", "epoch": "0", "installdate": "1633428587", "release": "4.el7", "version": "1.28" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1633428585", "release": "7.el7", "version": "1.0.3" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1633428629", "release": "65.el7_9.1", "version": "2.23.2" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1633428616", "release": "9.el7", "version": "1.2" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1633428590", "release": "1.el7_3", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1633428588", "release": "4.el7", "version": "1.0.1" }, "libnl": { "arch": "x86_64", "epoch": "0", "installdate": "1633428615", "release": "3.el7", "version": "1.1.4" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1633428584", "release": "4.el7", "version": "3.2.28" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1633428585", "release": "4.el7", "version": "3.2.28" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1633428617", "release": "3.el7", "version": "1.2.3" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1633428593", "release": "8.el7", "version": "1.5.13" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1633428632", "release": "5.el7", "version": "1.2.3" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1633428658", "release": "4.el7", "version": "2.3.1" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1633428577", "release": "15.el7", "version": "2.5" }, "libselinux-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428630", "release": "15.el7", "version": "2.5" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428594", "release": "15.el7", "version": "2.5" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1633428616", "release": "14.el7", "version": "2.5" }, "libsemanage-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428643", "release": "14.el7", "version": "2.5" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1633428577", "release": "10.el7", "version": "2.5" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1633428615", "release": "65.el7_9.1", "version": "2.23.2" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1633428593", "release": "19.el7", "version": "1.42.9" }, "libssh2": { "arch": "x86_64", "epoch": "0", "installdate": "1633428650", "release": "4.el7", "version": "1.8.0" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1633428576", "release": "44.el7", "version": "4.8.5" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428723", "release": "16.el7", "version": "2.1.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1633428618", "release": "1.el7", "version": "4.10" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1633428591", "release": "3.el7", "version": "1.29" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1633428587", "release": "9.el7", "version": "0.9.3" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1633428652", "release": "9.el7", "version": "0.60" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1633428639", "release": "4.el7", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1633428578", "release": "65.el7_9.1", "version": "2.23.2" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1633428615", "release": "4.el7", "version": "0.2.5" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1633428579", "release": "6.el7_9.6", "version": "2.9.1" }, "libxml2-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428634", "release": "6.el7_9.6", "version": "2.9.1" }, "libxslt": { "arch": "x86_64", "epoch": "0", "installdate": "1633428591", "release": "6.el7", "version": "1.1.28" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1633428615", "release": "11.el7_0", "version": "0.1.4" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1633428650", "release": "19.el7", "version": "3.8.6" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1633428696", "release": "17.el7", "version": "B.02.18" }, "lua": { "arch": "x86_64", "epoch": "0", "installdate": "1633428584", "release": "15.el7", "version": "5.1.4" }, "lz4": { "arch": "x86_64", "epoch": "0", "installdate": "1633428589", "release": "1.el7", "version": "1.8.3" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1633428589", "release": "8.el7", "version": "2.06" }, "m2crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1633428635", "release": "17.el7", "version": "0.21.1" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1633428593", "release": "24.el7", "version": "3.82" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1633428721", "release": "11.el7", "version": "2.6.3" }, "mariadb-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1633428650", "release": "1.el7", "version": "5.5.68" }, "microcode_ctl": { "arch": "x86_64", "epoch": "2", "installdate": "1633428711", "release": "73.11.el7_9", "version": "2.1" }, "mozjs17": { "arch": "x86_64", "epoch": "0", "installdate": "1633428614", "release": "20.el7", "version": "17.0.0" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1633428614", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1633428567", "release": "14.20130511.el7_4", "version": "5.9" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428576", "release": "14.20130511.el7_4", "version": "5.9" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633428678", "release": "0.25.20131004git.el7", "version": "2.0" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1633428588", "release": "4.el7", "version": "0.52.15" }, "newt-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428630", "release": "4.el7", "version": "0.52.15" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1633428576", "release": "1.el7_9", "version": "4.32.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1633428649", "release": "3.el7_9", "version": "3.67.0" }, "nss-pem": { "arch": "x86_64", "epoch": "0", "installdate": "1633428648", "release": "7.el7", "version": "1.0.3" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1633428586", "release": "3.el7_9", "version": "3.67.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1633428567", "release": "3.el7_9", "version": "3.67.0" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1633428649", "release": "3.el7_9", "version": "3.67.0" }, "nss-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633428649", "release": "3.el7_9", "version": "3.67.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1633428576", "release": "1.el7_9", "version": "3.67.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428658", "release": "5.el7", "version": "2.0.12" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1633428652", "release": "24.el7_9", "version": "2.4.44" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1633428674", "release": "21.el7", "version": "7.4p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1633428696", "release": "21.el7", "version": "7.4p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1633428696", "release": "21.el7", "version": "7.4p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1633428646", "release": "22.el7_9", "version": "1.0.2k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1633428619", "release": "22.el7_9", "version": "1.0.2k" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1633428671", "release": "9.el7", "version": "1.58" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1633428586", "release": "3.el7", "version": "0.23.5" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1633428618", "release": "3.el7", "version": "0.23.5" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1633428633", "release": "23.el7", "version": "1.1.8" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1633428715", "release": "32.el7", "version": "3.1" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1633428656", "release": "6.el7", "version": "0.79" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428657", "release": "3.el7", "version": "3.5.1" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1633428577", "release": "17.el7", "version": "8.32" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1633428593", "release": "17.el7", "version": "0.8.1" }, "pkgconfig": { "arch": "x86_64", "epoch": "1", "installdate": "1633428630", "release": "4.el7", "version": "0.27.1" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428667", "release": "34.el7", "version": "2.5" }, "policycoreutils-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428679", "release": "34.el7", "version": "2.5" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1633428668", "release": "26.el7", "version": "0.112" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1633428668", "release": "4.el7", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1633428578", "release": "16.el7", "version": "1.13" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1633428706", "release": "9.el7", "version": "2.10.1" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1633428659", "release": "28.el7", "version": "3.3.10" }, "pth": { "arch": "x86_64", "epoch": "0", "installdate": "1633428617", "release": "23.el7", "version": "2.0.7" }, "pyOpenSSL": { "arch": "x86_64", "epoch": "0", "installdate": "1633428639", "release": "4.el7", "version": "0.13.1" }, "pygobject2": { "arch": "x86_64", "epoch": "0", "installdate": "1633428637", "release": "11.el7", "version": "2.28.6" }, "pygpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1633428655", "release": "9.el7", "version": "0.3" }, "pyliblzma": { "arch": "x86_64", "epoch": "0", "installdate": "1633428643", "release": "11.el7", "version": "0.5.3" }, "pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1633428643", "release": "6.el7", "version": "2.6" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428626", "release": "90.el7", "version": "2.7.5" }, "python-IPy": { "arch": "noarch", "epoch": "0", "installdate": "1633428640", "release": "6.el7", "version": "0.75" }, "python-babel": { "arch": "noarch", "epoch": "0", "installdate": "1633428642", "release": "8.el7", "version": "0.9.6" }, "python-backports": { "arch": "x86_64", "epoch": "0", "installdate": "1633428644", "release": "8.el7", "version": "1.0" }, "python-backports-ssl_match_hostname": { "arch": "noarch", "epoch": "0", "installdate": "1633428644", "release": "1.el7", "version": "3.5.0.1" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1633428635", "release": "3.el7", "version": "2.2.1" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1633428635", "release": "7.el7", "version": "4.7.2" }, "python-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1633428628", "release": "7.el7", "version": "1.5" }, "python-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1633428628", "release": "3.el7", "version": "3.4.0" }, "python-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1633428634", "release": "4.el7", "version": "3.12.2" }, "python-ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1633428633", "release": "8.el7", "version": "0.8" }, "python-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1633428631", "release": "1.el7_4.1", "version": "3.22.0" }, "python-gudev": { "arch": "x86_64", "epoch": "0", "installdate": "1633428681", "release": "7.el7", "version": "147.2" }, "python-hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1633428676", "release": "4.el7", "version": "1.7.3" }, "python-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1633428628", "release": "9.el7", "version": "0.4" }, "python-inotify": { "arch": "noarch", "epoch": "0", "installdate": "1633428641", "release": "4.el7", "version": "0.9.4" }, "python-ipaddr": { "arch": "noarch", "epoch": "0", "installdate": "1633428641", "release": "2.el7", "version": "2.1.11" }, "python-ipaddress": { "arch": "noarch", "epoch": "0", "installdate": "1633428634", "release": "2.el7", "version": "1.0.16" }, "python-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1633428643", "release": "4.el7", "version": "2.7.2" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1633428646", "release": "4.el7", "version": "1.2" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1633428646", "release": "2.el7", "version": "1.9" }, "python-kitchen": { "arch": "noarch", "epoch": "0", "installdate": "1633428636", "release": "5.el7", "version": "1.1.1" }, "python-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428626", "release": "90.el7", "version": "2.7.5" }, "python-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1633428641", "release": "4.el7", "version": "0.4.11" }, "python-lxml": { "arch": "x86_64", "epoch": "0", "installdate": "1633428633", "release": "4.el7", "version": "3.2.1" }, "python-magic": { "arch": "noarch", "epoch": "0", "installdate": "1633428640", "release": "37.el7", "version": "5.11" }, "python-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1633428640", "release": "10.el7", "version": "0.11" }, "python-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1633428645", "release": "1160.45.1.el7", "version": "3.10.0" }, "python-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1633428641", "release": "3.el7", "version": "0.7.2" }, "python-pycurl": { "arch": "x86_64", "epoch": "0", "installdate": "1633428656", "release": "19.el7", "version": "7.19.0" }, "python-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1633428681", "release": "9.el7", "version": "0.15" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1633428645", "release": "10.el7", "version": "2.6.0" }, "python-schedutils": { "arch": "x86_64", "epoch": "0", "installdate": "1633428641", "release": "6.el7", "version": "0.4" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1633428644", "release": "7.el7", "version": "0.9.8" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1633428628", "release": "2.el7", "version": "1.9.0" }, "python-syspurpose": { "arch": "x86_64", "epoch": "0", "installdate": "1633428641", "release": "1.el7_9", "version": "1.24.48" }, "python-urlgrabber": { "arch": "noarch", "epoch": "0", "installdate": "1633428656", "release": "10.el7", "version": "3.10" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1633428644", "release": "7.el7", "version": "1.10.2" }, "pyxattr": { "arch": "x86_64", "epoch": "0", "installdate": "1633428645", "release": "5.el7", "version": "0.5.1" }, "qemu-guest-agent": { "arch": "x86_64", "epoch": "10", "installdate": "1633428709", "release": "3.el7", "version": "2.12.0" }, "qrencode-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428617", "release": "3.el7", "version": "3.4.1" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1633428581", "release": "11.el7", "version": "6.2" }, "redhat-release-eula": { "arch": "noarch", "epoch": "0", "installdate": "1633428724", "release": "0.el7", "version": "7.8" }, "redhat-release-server": { "arch": "x86_64", "epoch": "0", "installdate": "1633428564", "release": "6.el7_9", "version": "7.9" }, "redhat-support-lib-python": { "arch": "noarch", "epoch": "0", "installdate": "1633428655", "release": "1.el7", "version": "0.12.1" }, "redhat-support-tool": { "arch": "noarch", "epoch": "0", "installdate": "1633428717", "release": "1.el7", "version": "0.12.2" }, "rh-amazon-rhui-client": { "arch": "noarch", "epoch": "0", "installdate": "1633428690", "release": "1.el7", "version": "3.0.41" }, "rhc": { "arch": "x86_64", "epoch": "1", "installdate": "1633428720", "release": "2.el7_9", "version": "0.2.0" }, "rhn-check": { "arch": "x86_64", "epoch": "0", "installdate": "1633428683", "release": "24.el7", "version": "2.0.2" }, "rhn-client-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633428682", "release": "24.el7", "version": "2.0.2" }, "rhn-setup": { "arch": "x86_64", "epoch": "0", "installdate": "1633428684", "release": "24.el7", "version": "2.0.2" }, "rhnlib": { "arch": "noarch", "epoch": "0", "installdate": "1633428639", "release": "8.el7", "version": "2.5.65" }, "rhnsd": { "arch": "x86_64", "epoch": "0", "installdate": "1633428683", "release": "10.el7", "version": "5.0.13" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1633428723", "release": "11.el7", "version": "8.1" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1633428651", "release": "46.el7_9", "version": "4.11.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428654", "release": "46.el7_9", "version": "4.11.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428651", "release": "46.el7_9", "version": "4.11.3" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1633428655", "release": "46.el7_9", "version": "4.11.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1633428714", "release": "10.el7", "version": "3.1.2" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1633428710", "release": "57.el7_9.1", "version": "8.24.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1633428579", "release": "7.el7", "version": "4.2.2" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1633428677", "release": "268.el7_9.2", "version": "3.13.1" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1633428694", "release": "268.el7_9.2", "version": "3.13.1" }, "setools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428591", "release": "4.el7", "version": "3.3.8" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1633428564", "release": "11.el7", "version": "2.8.71" }, "sg3_utils": { "arch": "x86_64", "epoch": "1", "installdate": "1633428689", "release": "19.el7", "version": "1.37" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1633428684", "release": "19.el7", "version": "1.37" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1633428627", "release": "5.el7", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1633428630", "release": "5.el7", "version": "1.8" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1633428588", "release": "11.el7", "version": "2.2.4" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1633428615", "release": "3.el7", "version": "1.1.0" }, "sqlite": { "arch": "x86_64", "epoch": "0", "installdate": "1633428583", "release": "8.el7_7.1", "version": "3.7.17" }, "subscription-manager": { "arch": "x86_64", "epoch": "0", "installdate": "1633428687", "release": "1.el7_9", "version": "1.24.48" }, "subscription-manager-rhsm": { "arch": "x86_64", "epoch": "0", "installdate": "1633428687", "release": "1.el7_9", "version": "1.24.48" }, "subscription-manager-rhsm-certificates": { "arch": "x86_64", "epoch": "0", "installdate": "1633428686", "release": "1.el7_9", "version": "1.24.48" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1633428718", "release": "10.el7_9.2", "version": "1.8.23" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1633428665", "release": "78.el7_9.3", "version": "219" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428662", "release": "78.el7_9.3", "version": "219" }, "systemd-sysv": { "arch": "x86_64", "epoch": "0", "installdate": "1633428668", "release": "78.el7_9.3", "version": "219" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1633428615", "release": "14.dsf.el7", "version": "2.88" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1633428592", "release": "35.el7", "version": "1.26" }, "tcp_wrappers-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428588", "release": "77.el7", "version": "7.6" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1633428680", "release": "3.el7", "version": "1.29" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1633428690", "release": "11.el7_9", "version": "2.11.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1633428566", "release": "1.el7", "version": "2021a" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1633428674", "release": "6.el7", "version": "1.111" }, "ustr": { "arch": "x86_64", "epoch": "0", "installdate": "1633428616", "release": "16.el7", "version": "1.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1633428659", "release": "65.el7_9.1", "version": "2.23.2" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1633428592", "release": "8.el7_9", "version": "7.4.629" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1633428674", "release": "4.el7_9.1", "version": "1.18" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1633428583", "release": "7.el7", "version": "2.20" }, "wpa_supplicant": { "arch": "x86_64", "epoch": "1", "installdate": "1633428676", "release": "12.el7_9.2", "version": "2.6" }, "xdg-utils": { "arch": "noarch", "epoch": "0", "installdate": "1633428638", "release": "0.17.20120809git.el7", "version": "1.1.0" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428722", "release": "22.el7", "version": "4.5.0" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1633428587", "release": "1.el7", "version": "5.2.2" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1633428578", "release": "1.el7", "version": "5.2.2" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1633428657", "release": "168.el7", "version": "3.4.3" }, "yum-metadata-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1633428637", "release": "10.el7", "version": "1.1.4" }, "yum-rhn-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1633428682", "release": "10.el7", "version": "2.0.1" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1633428717", "release": "54.el7_8", "version": "1.1.31" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1633428577", "release": "19.el7_9", "version": "1.2.7" } }, "platform": "redhat", "platform_family": "rhel", "platform_version": "7.9", "root_group": "root", "shard_seed": 48357302, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/redhat/8.json000066400000000000000000003140661417433310300216740ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.11", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.11.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.11", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.11.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Contained Elements": "0", "Height": "Unspecified", "Lock": "Not Present", "Manufacturer": "Xen", "Number Of Power Cords": "Unspecified", "OEM Information": "0x00000000", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "contained_elements": "0", "height": "Unspecified", "lock": "Not Present", "manufacturer": "Xen", "number_of_power_cords": "Unspecified", "oem_information": "0x00000000", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Asset Tag": "Not Specified", "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 8B 17", "L1 Cache Handle": "Not Provided", "L2 Cache Handle": "Not Provided", "L3 Cache Handle": "Not Provided", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Part Number": "Not Specified", "Serial Number": "Not Specified", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "asset_tag": "Not Specified", "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 8B 17", "l1_cache_handle": "Not Provided", "l2_cache_handle": "Not Provided", "l3_cache_handle": "Not Provided", "manufacturer": "Intel", "max_speed": "2400 MHz", "part_number": "Not Specified", "serial_number": "Not Specified", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "378" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec2d6723-fe69-4e60-a035-21f214431e6c", "UUID": "ec2d6723-fe69-4e60-a035-21f214431e6c", "Version": "4.11.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec2d6723-fe69-4e60-a035-21f214431e6c", "sku_number": "Not Specified", "uuid": "ec2d6723-fe69-4e60-a035-21f214431e6c", "version": "4.11.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "mounts": [ ] }, "/dev/xvda2": { "fs_type": "xfs", "inodes_available": "5198455", "inodes_percent_used": "1%", "inodes_used": "43385", "kb_available": "9169008", "kb_size": "10473452", "kb_used": "1304444", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "mounts": [ "/" ], "percent_used": "13%", "total_inodes": "5241840", "uuid": "c9aa25ee-e65c-4818-9b2f-fa411d89f585" }, "bpf": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/memory" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "96161", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "385740", "kb_size": "385740", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=385740k", "nr_inodes=96435", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "96435" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "tracefs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/tracing" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=37", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=19223" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "103213", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "82572", "kb_size": "82572", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=82572k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "103218" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda2" ], "fs_type": "xfs", "inodes_available": "5198455", "inodes_percent_used": "1%", "inodes_used": "43385", "kb_available": "9169008", "kb_size": "10473452", "kb_used": "1304444", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "13%", "total_inodes": "5241840", "uuid": "c9aa25ee-e65c-4818-9b2f-fa411d89f585" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "96161", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "385740", "kb_size": "385740", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=385740k", "nr_inodes=96435", "mode=755" ], "percent_used": "0%", "total_inodes": "96435" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "103217", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "412872", "kb_size": "412872", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "103218" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=37", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=19223" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "102815", "inodes_percent_used": "1%", "inodes_used": "403", "kb_available": "402132", "kb_size": "412872", "kb_used": "10740", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "103218" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "103213", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "82572", "kb_size": "82572", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=82572k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "103218" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/bpf": { "devices": [ "bpf" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "103201", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "412872", "kb_size": "412872", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "103218" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/tracing": { "devices": [ "none" ], "fs_type": "tracefs", "mount_options": [ "rw", "relatime", "seclabel" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,": { "device": "/dev/xvda1" }, "/dev/xvda2,/": { "device": "/dev/xvda2", "fs_type": "xfs", "inodes_available": "5198455", "inodes_percent_used": "1%", "inodes_used": "43385", "kb_available": "9169008", "kb_size": "10473452", "kb_used": "1304444", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "13%", "total_inodes": "5241840", "uuid": "c9aa25ee-e65c-4818-9b2f-fa411d89f585" }, "bpf,/sys/fs/bpf": { "device": "bpf", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime", "seclabel" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "96161", "inodes_percent_used": "1%", "inodes_used": "274", "kb_available": "385740", "kb_size": "385740", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=385740k", "nr_inodes=96435", "mode=755" ], "percent_used": "0%", "total_inodes": "96435" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "none,/sys/kernel/tracing": { "device": "none", "fs_type": "tracefs", "mount": "/sys/kernel/tracing", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=37", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=19223" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "103217", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "412872", "kb_size": "412872", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "103218" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "102815", "inodes_percent_used": "1%", "inodes_used": "403", "kb_available": "402132", "kb_size": "412872", "kb_used": "10740", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "3%", "total_inodes": "103218" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "103213", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "82572", "kb_size": "82572", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=82572k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "103218" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "103201", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "412872", "kb_size": "412872", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "103218" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "cirrus": { "refcount": "0", "size": "16384" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "1", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "28672" }, "dm_mod": { "refcount": "2", "size": "151552" }, "dm_region_hash": { "refcount": "1", "size": "20480" }, "drm": { "refcount": "3", "size": "569344" }, "drm_kms_helper": { "refcount": "3", "size": "233472" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "intel_rapl_common": { "refcount": "1", "size": "24576" }, "intel_rapl_msr": { "refcount": "0", "size": "16384" }, "ip_tables": { "refcount": "0", "size": "28672" }, "libata": { "refcount": "2", "size": "270336", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "pcspkr": { "refcount": "0", "size": "16384" }, "rapl": { "refcount": "0", "size": "20480" }, "sb_edac": { "refcount": "0", "size": "24576" }, "serio_raw": { "refcount": "0", "size": "16384" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "xen_blkfront": { "refcount": "2", "size": "40960" }, "xen_netfront": { "refcount": "0", "size": "32768" }, "xfs": { "refcount": "1", "size": "1515520" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.18.0-305.el8.x86_64", "version": "#1 SMP Thu Apr 29 08:54:30 EDT 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635803535.3755026, "os": "linux", "os_version": "4.18.0-305.el8.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1620148983", "release": "7.el8", "version": "1.30.0" }, "NetworkManager-cloud-setup": { "arch": "x86_64", "epoch": "1", "installdate": "1620149028", "release": "7.el8", "version": "1.30.0" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1620148982", "release": "7.el8", "version": "1.30.0" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1620149026", "release": "7.el8", "version": "1.30.0" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1620149028", "release": "7.el8", "version": "1.30.0" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1620148925", "release": "1.el8", "version": "2.2.53" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1620149027", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "authselect": { "arch": "x86_64", "epoch": "0", "installdate": "1620149009", "release": "2.el8", "version": "1.2.2" }, "authselect-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1620149027", "release": "2.el8", "version": "1.2.2" }, "authselect-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620149008", "release": "2.el8", "version": "1.2.2" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1620148917", "release": "5.el8", "version": "11" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "1.el8_4", "version": "4.4.20" }, "bind-export-libs": { "arch": "x86_64", "epoch": "32", "installdate": "1620149010", "release": "4.el8_4", "version": "9.11.26" }, "brotli": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "3.el8", "version": "1.0.6" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "26.el8", "version": "1.0.6" }, "c-ares": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "5.el8", "version": "1.13.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1620148968", "release": "80.0.el8_2", "version": "2020.2.41" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "1.el8", "version": "2.9" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635803529", "release": "1.el8", "version": "17.7.29" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "2.el8", "version": "1.13" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1620149027", "release": "2.el8", "version": "3.5" }, "cloud-init": { "arch": "noarch", "epoch": "0", "installdate": "1620149024", "release": "10.el8_4.2", "version": "20.3" }, "cloud-utils-growpart": { "arch": "noarch", "epoch": "0", "installdate": "1620149032", "release": "1.el8", "version": "0.31" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1620148967", "release": "8.el8", "version": "8.30" }, "coreutils-common": { "arch": "x86_64", "epoch": "0", "installdate": "1620148928", "release": "8.el8", "version": "8.30" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "10.el8", "version": "2.12" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1620148964", "release": "15.el8", "version": "2.9.6" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "15.el8", "version": "2.9.6" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1620148988", "release": "4.el8", "version": "1.5.2" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1620148988", "release": "4.el8", "version": "1.5.2" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1620148988", "release": "17.20190603git.el8", "version": "1.11" }, "crypto-policies": { "arch": "noarch", "epoch": "0", "installdate": "1620148964", "release": "1.gitbfb6bed.el8_3", "version": "20210209" }, "crypto-policies-scripts": { "arch": "noarch", "epoch": "0", "installdate": "1620148964", "release": "1.gitbfb6bed.el8_3", "version": "20210209" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148969", "release": "4.el8", "version": "2.3.3" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1620148964", "release": "18.el8", "version": "7.61.1" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1620148955", "release": "5.el8", "version": "2.1.27" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1620148976", "release": "12.el8_4.2", "version": "1.12.8" }, "dbus-common": { "arch": "noarch", "epoch": "1", "installdate": "1620148955", "release": "12.el8_4.2", "version": "1.12.8" }, "dbus-daemon": { "arch": "x86_64", "epoch": "1", "installdate": "1620148969", "release": "12.el8_4.2", "version": "1.12.8" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1620149009", "release": "2.el8", "version": "0.110" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1620148966", "release": "12.el8_4.2", "version": "1.12.8" }, "dbus-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1620148966", "release": "12.el8_4.2", "version": "1.12.8" }, "device-mapper": { "arch": "x86_64", "epoch": "8", "installdate": "1620148965", "release": "5.el8", "version": "1.02.175" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "8", "installdate": "1620148968", "release": "5.el8", "version": "1.02.175" }, "dhcp-client": { "arch": "x86_64", "epoch": "12", "installdate": "1620149011", "release": "44.el8", "version": "4.3.6" }, "dhcp-common": { "arch": "noarch", "epoch": "12", "installdate": "1620148955", "release": "44.el8", "version": "4.3.6" }, "dhcp-libs": { "arch": "x86_64", "epoch": "12", "installdate": "1620149011", "release": "44.el8", "version": "4.3.6" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "6.el8", "version": "3.6" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1620148924", "release": "8.el8", "version": "3.2" }, "dnf": { "arch": "noarch", "epoch": "0", "installdate": "1620149016", "release": "11.el8", "version": "4.4.2" }, "dnf-data": { "arch": "noarch", "epoch": "0", "installdate": "1620148954", "release": "11.el8", "version": "4.4.2" }, "dnf-plugin-subscription-manager": { "arch": "x86_64", "epoch": "0", "installdate": "1620149017", "release": "2.el8", "version": "1.28.13" }, "dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1620149017", "release": "4.el8", "version": "4.0.18" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1620148973", "release": "135.git20210121.el8", "version": "049" }, "dracut-config-generic": { "arch": "x86_64", "epoch": "0", "installdate": "1620149032", "release": "135.git20210121.el8", "version": "049" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1620149032", "release": "135.git20210121.el8", "version": "049" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1620149011", "release": "135.git20210121.el8", "version": "049" }, "dracut-squash": { "arch": "x86_64", "epoch": "0", "installdate": "1620149010", "release": "135.git20210121.el8", "version": "049" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1620149011", "release": "1.el8", "version": "1.45.6" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148928", "release": "1.el8", "version": "1.45.6" }, "elfutils-debuginfod-client": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "3.el8", "version": "0.182" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1620148964", "release": "3.el8", "version": "0.182" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "3.el8", "version": "0.182" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "3.el8", "version": "0.182" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1620148924", "release": "5.el8", "version": "5.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "4.el8", "version": "2.2.5" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1620148922", "release": "16.el8_3.1", "version": "5.33" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148922", "release": "16.el8_3.1", "version": "5.33" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1620148916", "release": "3.el8", "version": "3.8" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1620148922", "release": "20.el8", "version": "4.6.0" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "4.el8_3.1", "version": "2.9.1" }, "fuse-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "12.el8", "version": "2.9.7" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "2.el8", "version": "4.2.1" }, "gdbm": { "arch": "x86_64", "epoch": "1", "installdate": "1620148925", "release": "1.el8", "version": "1.18" }, "gdbm-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1620148923", "release": "1.el8", "version": "1.18" }, "gdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1620149037", "release": "6.el8", "version": "1.0.3" }, "geolite2-city": { "arch": "noarch", "epoch": "0", "installdate": "1620148915", "release": "1.el8", "version": "20180605" }, "geolite2-country": { "arch": "noarch", "epoch": "0", "installdate": "1620148912", "release": "1.el8", "version": "20180605" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1620148974", "release": "17.el8", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148966", "release": "17.el8", "version": "0.19.8.1" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1620148975", "release": "9.el8", "version": "2.56.4" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "151.el8", "version": "2.28" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1620148918", "release": "151.el8", "version": "2.28" }, "glibc-langpack-en": { "arch": "x86_64", "epoch": "0", "installdate": "1620148917", "release": "151.el8", "version": "2.28" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1620148921", "release": "10.el8", "version": "6.1.2" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1620149012", "release": "2.el8", "version": "2.2.20" }, "gnupg2-smime": { "arch": "x86_64", "epoch": "0", "installdate": "1620149011", "release": "2.el8", "version": "2.2.20" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1620148976", "release": "8.el8_3", "version": "3.6.14" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1620149009", "release": "1.el8", "version": "1.56.1" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1635803452", "release": "5b32db75", "version": "d4082792", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1635803452", "release": "4ae0493b", "version": "fd431d51" }, { "arch": "(none)", "epoch": "0", "installdate": "1635803452", "release": "5b32db75", "version": "d4082792" } ] }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1620149012", "release": "7.el8", "version": "1.13.1" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "6.el8", "version": "3.1" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1620148925", "release": "18.el8", "version": "1.22.3" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1620148921", "release": "99.el8", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1620149027", "release": "99.el8", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1620148926", "release": "99.el8", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1620148974", "release": "99.el8", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1620149010", "release": "99.el8", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1620148962", "release": "99.el8", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "41.el8", "version": "8.40" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1620148964", "release": "12.el8", "version": "1.9" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1620148929", "release": "6.el8", "version": "1.3" }, "hdparm": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "3.el8", "version": "9.54" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1620149037", "release": "6.el8", "version": "3.20" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1620148915", "release": "8.8.el8", "version": "0.314" }, "ima-evm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1620149011", "release": "12.el8", "version": "1.3.2" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "6.el8", "version": "6.5" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1620149009", "release": "1.el8", "version": "10.00.15" }, "insights-client": { "arch": "noarch", "epoch": "0", "installdate": "1620149025", "release": "2.el8_4", "version": "3.1.3" }, "ipcalc": { "arch": "x86_64", "epoch": "0", "installdate": "1620148931", "release": "4.el8", "version": "0.2.4" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1620148983", "release": "4.el8", "version": "5.9.0" }, "iptables-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "17.el8", "version": "1.8.4" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1620148988", "release": "7.el8", "version": "20180629" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1620149032", "release": "6.el8", "version": "1.4.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1620148922", "release": "3.el8", "version": "2.11" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "0.4.el8", "version": "0.13.1" }, "json-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1620148982", "release": "1.el8", "version": "1.4.4" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1620148970", "release": "10.el8", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1620148955", "release": "10.el8", "version": "2.0.4" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1620148955", "release": "10.el8", "version": "2.0.4" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1620149027", "release": "305.el8", "version": "4.18.0" }, "kernel-core": { "arch": "x86_64", "epoch": "0", "installdate": "1620148987", "release": "305.el8", "version": "4.18.0" }, "kernel-modules": { "arch": "x86_64", "epoch": "0", "installdate": "1620148993", "release": "305.el8", "version": "4.18.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1620149015", "release": "305.el8", "version": "4.18.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "305.el8", "version": "4.18.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1620149026", "release": "46.el8", "version": "2.0.20" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "6.el8", "version": "1.5.10" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1620148969", "release": "17.el8", "version": "25" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148969", "release": "17.el8", "version": "25" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "10.el8", "version": "0.8.4" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "8.el8", "version": "1.18.2" }, "langpacks-en": { "arch": "noarch", "epoch": "0", "installdate": "1620149037", "release": "12.el8", "version": "1.0" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "1.el8", "version": "530" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "1.el8", "version": "2.2.53" }, "libarchive": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "1.el8", "version": "3.3.3" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1620148922", "release": "3.el8", "version": "2.5.1" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "3.el8", "version": "2.4.48" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "39.el8", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1620148967", "release": "27.el8", "version": "2.32.1" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "4.el8", "version": "2.26" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "5.el8", "version": "0.7.9" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "39.el8", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "1.el8", "version": "1.45.6" }, "libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1620148926", "release": "5.el8", "version": "0.1.11" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1620148966", "release": "4.el8_2.1", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1620148964", "release": "18.el8", "version": "7.61.1" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "15.el8", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1620148969", "release": "40.el8", "version": "5.3.28" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "40.el8", "version": "5.3.28" }, "libdhash": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "39.el8", "version": "0.5.0" }, "libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1620149012", "release": "7.el8", "version": "0.55.0" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "23.20170329cvs.el8", "version": "3.1" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1620148931", "release": "1.el8", "version": "0.1.10" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1620148989", "release": "5.el8", "version": "2.1.8" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1620148931", "release": "2.el8", "version": "0.99.8" }, "libfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1620148966", "release": "27.el8", "version": "2.32.1" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "22.el8", "version": "3.1" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1620148910", "release": "1.el8", "version": "8.4.1" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "4.el8", "version": "1.8.5" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "1.el8", "version": "8.4.1" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "1.el8", "version": "1.31" }, "libibverbs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "4.el8", "version": "32.0" }, "libidn2": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "1.el8", "version": "2.2.0" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "39.el8", "version": "1.3.1" }, "libkcapi": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "2.el8", "version": "1.2.0" }, "libkcapi-hmaccalc": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "2.el8", "version": "1.2.0" }, "libksba": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "7.el8", "version": "1.3.5" }, "libldb": { "arch": "x86_64", "epoch": "0", "installdate": "1620148989", "release": "2.el8", "version": "2.2.0" }, "libmaxminddb": { "arch": "x86_64", "epoch": "0", "installdate": "1620148931", "release": "10.el8", "version": "1.2.0" }, "libmetalink": { "arch": "x86_64", "epoch": "0", "installdate": "1620148926", "release": "7.el8", "version": "0.1.3" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "6.el8", "version": "1.0.4" }, "libmodulemd": { "arch": "x86_64", "epoch": "0", "installdate": "1620148982", "release": "2.el8", "version": "2.9.4" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1620148966", "release": "27.el8", "version": "2.32.1" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "5.el8", "version": "1.7" }, "libnfsidmap": { "arch": "x86_64", "epoch": "1", "installdate": "1620149013", "release": "41.el8", "version": "2.3.3" }, "libnghttp2": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "3.el8_2.1", "version": "1.33.0" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "1.el8", "version": "3.5.0" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "1.el8", "version": "3.5.0" }, "libnsl2": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "2.20180605git4a062cf.el8", "version": "1.2.0" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "39.el8", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1620148963", "release": "5.el8", "version": "1.9.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "2.el8", "version": "1.5.0" }, "libpkgconf": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "1.el8", "version": "1.4.2" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1620148929", "release": "5.el8", "version": "1.6.34" }, "libpsl": { "arch": "x86_64", "epoch": "0", "installdate": "1620148926", "release": "6.el8", "version": "0.20.2" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1620148970", "release": "3.el8", "version": "1.4.4" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "39.el8", "version": "0.1.5" }, "librepo": { "arch": "x86_64", "epoch": "0", "installdate": "1620149012", "release": "3.el8", "version": "1.12.0" }, "libreport-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1620148954", "release": "15.el8", "version": "2.9.5" }, "librhsm": { "arch": "x86_64", "epoch": "0", "installdate": "1620148982", "release": "4.el8", "version": "0.0.3" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "1.el8", "version": "2.5.1" }, "libsecret": { "arch": "x86_64", "epoch": "0", "installdate": "1620149010", "release": "1.el8", "version": "0.18.6" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1620148917", "release": "5.el8", "version": "2.9" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "5.el8", "version": "2.9" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1620148922", "release": "6.el8", "version": "2.9" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "2.el8", "version": "2.9" }, "libsigsegv": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "5.el8", "version": "2.11" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1620148922", "release": "27.el8", "version": "2.32.1" }, "libsolv": { "arch": "x86_64", "epoch": "0", "installdate": "1620148983", "release": "2.el8", "version": "0.7.16" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1620148928", "release": "1.el8", "version": "1.45.6" }, "libssh": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "2.el8", "version": "0.9.4" }, "libssh-config": { "arch": "noarch", "epoch": "0", "installdate": "1620148954", "release": "2.el8", "version": "0.9.4" }, "libsss_autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "9.el8", "version": "2.4.0" }, "libsss_certmap": { "arch": "x86_64", "epoch": "0", "installdate": "1620149010", "release": "9.el8", "version": "2.4.0" }, "libsss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "9.el8", "version": "2.4.0" }, "libsss_nss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "9.el8", "version": "2.4.0" }, "libsss_sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "9.el8", "version": "2.4.0" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "1.el8", "version": "8.4.1" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1620149037", "release": "24.el8", "version": "2.1.0" }, "libtalloc": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "2.el8", "version": "2.3.1" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "3.el8", "version": "4.13" }, "libtdb": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "1.el8", "version": "1.4.3" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1620148925", "release": "2.el8", "version": "1.31" }, "libtevent": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "2.el8", "version": "0.10.2" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "4.el8", "version": "1.1.4" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "3.el8", "version": "0.9.9" }, "libusbx": { "arch": "x86_64", "epoch": "0", "installdate": "1620149011", "release": "4.el8", "version": "1.0.23" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1620148988", "release": "23.el8", "version": "0.62" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1620148969", "release": "14.el8", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "27.el8", "version": "2.32.1" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "5.el8", "version": "0.3.0" }, "libxcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "4.el8", "version": "4.1.1" }, "libxkbcommon": { "arch": "x86_64", "epoch": "0", "installdate": "1620148931", "release": "1.el8", "version": "0.9.1" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "9.el8", "version": "2.9.7" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "5.el8", "version": "0.1.7" }, "libzstd": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "1.el8", "version": "1.4.4" }, "lmdb-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "1.el8", "version": "0.9.24" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "4.el8", "version": "3.14.0" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1620149037", "release": "5.el8", "version": "B.02.19.2" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1620149037", "release": "2.el8", "version": "0.32" }, "lua-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "11.el8", "version": "5.3.4" }, "lz4-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "2.el8", "version": "1.8.3" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "14.el8", "version": "2.08" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1620149033", "release": "17.el8", "version": "2.7.6.1" }, "memstrack": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "1.el8", "version": "0.1.11" }, "microcode_ctl": { "arch": "x86_64", "epoch": "4", "installdate": "1620149028", "release": "1.el8", "version": "20210216" }, "mozjs60": { "arch": "x86_64", "epoch": "0", "installdate": "1620148927", "release": "4.el8", "version": "60.9.0" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1620148926", "release": "1.el8", "version": "3.1.6" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "7.20180224.el8", "version": "6.1" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1620148917", "release": "7.20180224.el8", "version": "6.1" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148917", "release": "7.20180224.el8", "version": "6.1" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "4.el8_3", "version": "3.4.1" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1620148931", "release": "11.el8", "version": "0.52.20" }, "npth": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "4.el8", "version": "1.5" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "11.el8", "version": "2.0.12" }, "oddjob": { "arch": "x86_64", "epoch": "0", "installdate": "1620149009", "release": "1.el8", "version": "0.34.7" }, "oddjob-mkhomedir": { "arch": "x86_64", "epoch": "0", "installdate": "1620149009", "release": "1.el8", "version": "0.34.7" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "16.el8", "version": "2.4.46" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1620148989", "release": "6.el8_4.2", "version": "8.0p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1620149027", "release": "6.el8_4.2", "version": "8.0p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1620149028", "release": "6.el8_4.2", "version": "8.0p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1620148964", "release": "15.el8_3", "version": "1.1.1g" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1620148968", "release": "15.el8_3", "version": "1.1.1g" }, "openssl-pkcs11": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "2.el8", "version": "0.4.10" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1620148973", "release": "6.el8", "version": "1.74" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "1.el8", "version": "0.23.22" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "1.el8", "version": "0.23.22" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1620148971", "release": "14.el8", "version": "1.3.1" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1620149032", "release": "38.el8", "version": "3.2" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1620148990", "release": "3.el8", "version": "0.80" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1620148955", "release": "1.el8", "version": "3.7.0" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148924", "release": "1.el8", "version": "3.7.0" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "4.el8", "version": "8.42" }, "pcre2": { "arch": "x86_64", "epoch": "0", "installdate": "1620148917", "release": "2.el8", "version": "10.32" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1620148929", "release": "4.el8", "version": "2.4" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1620149010", "release": "2.el8", "version": "1.1.0" }, "pkgconf": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "1.el8", "version": "1.4.2" }, "pkgconf-m4": { "arch": "noarch", "epoch": "0", "installdate": "1620148917", "release": "1.el8", "version": "1.4.2" }, "pkgconf-pkg-config": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "1.el8", "version": "1.4.2" }, "platform-python": { "arch": "x86_64", "epoch": "0", "installdate": "1620148963", "release": "37.el8", "version": "3.6.8" }, "platform-python-pip": { "arch": "noarch", "epoch": "0", "installdate": "1620148956", "release": "19.el8", "version": "9.0.3" }, "platform-python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1620148957", "release": "6.el8", "version": "39.2.0" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1620148983", "release": "14.el8", "version": "2.9" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1620148989", "release": "11.el8", "version": "0.115" }, "polkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148988", "release": "11.el8", "version": "0.115" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1620148989", "release": "12.el8", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "1.el8", "version": "1.18" }, "prefixdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1620149033", "release": "6.el8", "version": "0.1.0" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1620148965", "release": "6.el8", "version": "3.3.15" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1620148925", "release": "5.el8", "version": "23.1" }, "publicsuffix-list-dafsa": { "arch": "noarch", "epoch": "0", "installdate": "1620148917", "release": "1.el8", "version": "20180723" }, "python3-audit": { "arch": "x86_64", "epoch": "0", "installdate": "1620149015", "release": "0.17.20191104git1c2f876.el8", "version": "3.0" }, "python3-babel": { "arch": "noarch", "epoch": "0", "installdate": "1620149022", "release": "5.el8", "version": "2.5.1" }, "python3-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1620149018", "release": "5.el8", "version": "1.11.5" }, "python3-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1620149015", "release": "7.el8", "version": "3.0.4" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1620148984", "release": "11.el8", "version": "5.0.6" }, "python3-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1620149019", "release": "4.el8", "version": "3.2.1" }, "python3-dateutil": { "arch": "noarch", "epoch": "1", "installdate": "1620148982", "release": "6.el8", "version": "2.6.1" }, "python3-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1620149009", "release": "15.el8", "version": "1.2.4" }, "python3-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1620148982", "release": "2.el8", "version": "4.2.1" }, "python3-dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1620149018", "release": "15.el8", "version": "3.12.2" }, "python3-dnf": { "arch": "noarch", "epoch": "0", "installdate": "1620149016", "release": "11.el8", "version": "4.4.2" }, "python3-dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1620149017", "release": "4.el8", "version": "4.0.18" }, "python3-ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1620149016", "release": "3.el8", "version": "0.14" }, "python3-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1620149010", "release": "2.el8", "version": "3.28.3" }, "python3-gpg": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "7.el8", "version": "1.13.1" }, "python3-hawkey": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "7.el8", "version": "0.55.0" }, "python3-idna": { "arch": "noarch", "epoch": "0", "installdate": "1620149016", "release": "5.el8", "version": "2.5" }, "python3-iniparse": { "arch": "noarch", "epoch": "0", "installdate": "1620148984", "release": "31.el8", "version": "0.4" }, "python3-inotify": { "arch": "noarch", "epoch": "0", "installdate": "1620149016", "release": "13.el8", "version": "0.9.6" }, "python3-jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1620149022", "release": "2.el8_0", "version": "2.10.1" }, "python3-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1620149019", "release": "2.el8", "version": "1.21" }, "python3-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1620149019", "release": "11.el8", "version": "1.10" }, "python3-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1620149020", "release": "4.el8", "version": "2.6.0" }, "python3-jwt": { "arch": "noarch", "epoch": "0", "installdate": "1620149019", "release": "2.el8", "version": "1.6.1" }, "python3-libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1620149016", "release": "5.el8", "version": "0.1.11" }, "python3-libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1620149012", "release": "7.el8", "version": "0.55.0" }, "python3-librepo": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "3.el8", "version": "1.12.0" }, "python3-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148962", "release": "37.el8", "version": "3.6.8" }, "python3-libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1620148981", "release": "5.el8", "version": "2.9" }, "python3-libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1620149008", "release": "6.el8", "version": "2.9" }, "python3-libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1620149017", "release": "9.el8", "version": "2.9.7" }, "python3-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1620149008", "release": "1.el8", "version": "0.6.3" }, "python3-magic": { "arch": "noarch", "epoch": "0", "installdate": "1620149018", "release": "16.el8_3.1", "version": "5.33" }, "python3-markupsafe": { "arch": "x86_64", "epoch": "0", "installdate": "1620149020", "release": "19.el8", "version": "0.23" }, "python3-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1620149019", "release": "1.el8", "version": "2.1.0" }, "python3-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1620149018", "release": "305.el8", "version": "4.18.0" }, "python3-pip-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1620148915", "release": "19.el8", "version": "9.0.3" }, "python3-ply": { "arch": "noarch", "epoch": "0", "installdate": "1620149018", "release": "9.el8", "version": "3.9" }, "python3-policycoreutils": { "arch": "noarch", "epoch": "0", "installdate": "1620149015", "release": "14.el8", "version": "2.9" }, "python3-prettytable": { "arch": "noarch", "epoch": "0", "installdate": "1620149020", "release": "14.el8", "version": "0.7.2" }, "python3-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1620149018", "release": "14.el8", "version": "2.14" }, "python3-pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1620149020", "release": "8.el8", "version": "3.1.1" }, "python3-pysocks": { "arch": "noarch", "epoch": "0", "installdate": "1620149019", "release": "3.el8", "version": "1.6.8" }, "python3-pytz": { "arch": "noarch", "epoch": "0", "installdate": "1620149020", "release": "9.el8", "version": "2017.2" }, "python3-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1620149008", "release": "7.el8", "version": "0.21.0" }, "python3-pyyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1620148989", "release": "12.el8", "version": "3.12" }, "python3-requests": { "arch": "noarch", "epoch": "0", "installdate": "1620149019", "release": "2.1.el8_1", "version": "2.20.0" }, "python3-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "13.el8", "version": "4.14.3" }, "python3-schedutils": { "arch": "x86_64", "epoch": "0", "installdate": "1620149019", "release": "6.el8", "version": "0.6" }, "python3-setools": { "arch": "x86_64", "epoch": "0", "installdate": "1620149008", "release": "2.el8", "version": "4.3.0" }, "python3-setuptools-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1620148915", "release": "6.el8", "version": "39.2.0" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1620148981", "release": "8.el8", "version": "1.11.0" }, "python3-subscription-manager-rhsm": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "2.el8", "version": "1.28.13" }, "python3-syspurpose": { "arch": "x86_64", "epoch": "0", "installdate": "1620148989", "release": "2.el8", "version": "1.28.13" }, "python3-unbound": { "arch": "x86_64", "epoch": "0", "installdate": "1620148990", "release": "15.el8", "version": "1.7.3" }, "python3-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1620149019", "release": "5.el8", "version": "1.24.2" }, "qemu-guest-agent": { "arch": "x86_64", "epoch": "15", "installdate": "1620149032", "release": "48.module+el8.4.0+10368+630e803b", "version": "4.2.0" }, "rdma-core": { "arch": "x86_64", "epoch": "0", "installdate": "1620148962", "release": "4.el8", "version": "32.0" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "10.el8", "version": "7.0" }, "redhat-release": { "arch": "x86_64", "epoch": "0", "installdate": "1620148916", "release": "0.6.el8", "version": "8.4" }, "redhat-release-eula": { "arch": "x86_64", "epoch": "0", "installdate": "1620148916", "release": "0.6.el8", "version": "8.4" }, "rh-amazon-rhui-client": { "arch": "noarch", "epoch": "0", "installdate": "1620149025", "release": "1.el8", "version": "3.0.40" }, "rhc": { "arch": "x86_64", "epoch": "1", "installdate": "1620149036", "release": "1.el8_4", "version": "0.1.4" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1620149037", "release": "22.el8", "version": "8.1" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1620148966", "release": "13.el8", "version": "4.14.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "13.el8", "version": "4.14.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148969", "release": "13.el8", "version": "4.14.3" }, "rpm-plugin-selinux": { "arch": "x86_64", "epoch": "0", "installdate": "1620149003", "release": "13.el8", "version": "4.14.3" }, "rpm-plugin-systemd-inhibit": { "arch": "x86_64", "epoch": "0", "installdate": "1620149010", "release": "13.el8", "version": "4.14.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1620149037", "release": "12.el8", "version": "3.1.3" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1620149026", "release": "7.el8", "version": "8.1911.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1620148921", "release": "2.el8", "version": "4.5" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1620149003", "release": "67.el8", "version": "3.14.3" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1620149007", "release": "67.el8", "version": "3.14.3" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1620148916", "release": "6.el8", "version": "2.12.2" }, "sg3_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1620149035", "release": "5.el8", "version": "1.44" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "5.el8", "version": "1.44" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1620148967", "release": "12.el8", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1620148975", "release": "3.el8", "version": "1.9" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1620148930", "release": "3.el8", "version": "2.3.2" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1620148927", "release": "3.el8", "version": "1.1.8" }, "sqlite-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148920", "release": "13.el8", "version": "3.26.0" }, "squashfs-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1620148925", "release": "20.el8", "version": "4.3" }, "sssd-client": { "arch": "x86_64", "epoch": "0", "installdate": "1620149010", "release": "9.el8", "version": "2.4.0" }, "sssd-common": { "arch": "x86_64", "epoch": "0", "installdate": "1620149014", "release": "9.el8", "version": "2.4.0" }, "sssd-kcm": { "arch": "x86_64", "epoch": "0", "installdate": "1620149026", "release": "9.el8", "version": "2.4.0" }, "sssd-nfs-idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "9.el8", "version": "2.4.0" }, "subscription-manager": { "arch": "x86_64", "epoch": "0", "installdate": "1620149025", "release": "2.el8", "version": "1.28.13" }, "subscription-manager-rhsm-certificates": { "arch": "x86_64", "epoch": "0", "installdate": "1620148916", "release": "2.el8", "version": "1.28.13" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1620149032", "release": "7.el8", "version": "1.8.29" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1620148979", "release": "45.el8", "version": "239" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148967", "release": "45.el8", "version": "239" }, "systemd-pam": { "arch": "x86_64", "epoch": "0", "installdate": "1620148973", "release": "45.el8", "version": "239" }, "systemd-udev": { "arch": "x86_64", "epoch": "0", "installdate": "1620148979", "release": "45.el8", "version": "239" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1620148926", "release": "5.el8", "version": "1.30" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1620149013", "release": "2.el8", "version": "1.31" }, "timedatex": { "arch": "x86_64", "epoch": "0", "installdate": "1620148990", "release": "3.el8", "version": "0.5" }, "tpm2-tss": { "arch": "x86_64", "epoch": "0", "installdate": "1620149011", "release": "3.el8", "version": "2.3.2" }, "trousers": { "arch": "x86_64", "epoch": "0", "installdate": "1620148981", "release": "1.el8", "version": "0.3.15" }, "trousers-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1620148969", "release": "1.el8", "version": "0.3.15" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1620149025", "release": "2.el8", "version": "2.15.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1620148912", "release": "1.el8", "version": "2021a" }, "unbound-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148990", "release": "15.el8", "version": "1.7.3" }, "usermode": { "arch": "x86_64", "epoch": "0", "installdate": "1620148990", "release": "1.el8", "version": "1.113" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1620148973", "release": "27.el8", "version": "2.32.1" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1620148926", "release": "15.el8", "version": "8.0.1763" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1620148989", "release": "6.el8", "version": "1.18" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1620148923", "release": "12.el8", "version": "2.21" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1620149011", "release": "8.el8", "version": "5.0.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1620148916", "release": "1.el8", "version": "2.28" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1620148925", "release": "3.el8", "version": "5.2.4" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "3.el8", "version": "5.2.4" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1620149025", "release": "11.el8", "version": "4.4.2" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1620149025", "release": "4.el8", "version": "4.0.18" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1620148919", "release": "17.el8", "version": "1.2.11" } }, "platform": "redhat", "platform_family": "rhel", "platform_version": "8.4", "root_group": "root", "shard_seed": 1785628, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/rocky/000077500000000000000000000000001417433310300205005ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/rocky/8.json000066400000000000000000004031151417433310300215460ustar00rootroot00000000000000{ "block_device": { "sda": { "logical_block_size": "512", "model": "VBOX HARDDISK", "physical_block_size": "512", "queue_depth": "32", "removable": "0", "rev": "1.0", "rotational": "1", "size": "134217728", "state": "running", "timeout": "30", "vendor": "ATA" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.9.18/lib", "version": "17.9.18" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.9.0/lib/ohai", "version": "17.9.0" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "base_board": { "all_records": [ { "Asset Tag": "Not Specified", "Chassis Handle": "0x0003", "Contained Object Handles": "0", "Features": { "Board is a hosting board": null }, "Location In Chassis": "Not Specified", "Manufacturer": "Oracle Corporation", "Product Name": "VirtualBox", "Serial Number": "0", "Type": "Motherboard", "Version": "1.2", "application_identifier": "Base Board Information", "record_id": "0x0008", "size": "2" } ], "asset_tag": "Not Specified", "chassis_handle": "0x0003", "contained_object_handles": "0", "location_in_chassis": "Not Specified", "manufacturer": "Oracle Corporation", "product_name": "VirtualBox", "serial_number": "0", "type": "Motherboard", "version": "1.2" }, "bios": { "address": "0xE0000", "all_records": [ { "Address": "0xE0000", "Characteristics": { "ACPI is supported": null }, "ROM Size": "128 kB", "Release Date": "12/01/2006", "Runtime Size": "128 kB", "Vendor": "innotek GmbH", "Version": "VirtualBox", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "release_date": "12/01/2006", "rom_size": "128 kB", "runtime_size": "128 kB", "vendor": "innotek GmbH", "version": "VirtualBox" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Oracle Corporation", "Power Supply State": "Safe", "Security Status": "None", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0003", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Oracle Corporation", "power_supply_state": "Safe", "security_status": "None", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "vboxVer_6.1.30", "String 2": "vboxRev_148432", "application_identifier": "OEM Strings", "record_id": "0x0002", "size": "11" } ], "string_1": "vboxVer_6.1.30", "string_2": "vboxRev_148432" }, "smbios_version": "2.5", "structures": { "count": "10", "size": "450" }, "system": { "all_records": [ { "Family": "Virtual Machine", "Manufacturer": "innotek GmbH", "Product Name": "VirtualBox", "SKU Number": "Not Specified", "Serial Number": "0", "UUID": "9d1f304f-350d-774a-bffd-3a43b7690614", "Version": "1.2", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0001", "size": "1" } ], "family": "Virtual Machine", "manufacturer": "innotek GmbH", "product_name": "VirtualBox", "serial_number": "0", "sku_number": "Not Specified", "uuid": "9d1f304f-350d-774a-bffd-3a43b7690614", "version": "1.2", "wake_up_type": "Power Switch" }, "table_location": "0x000E1000" }, "domain": "local", "filesystem": { "by_device": { "/dev/sda": { "mounts": [ ] }, "/dev/sda1": { "fs_type": "swap", "mounts": [ ], "uuid": "df7fdfa2-2a6b-4520-825c-4f25951f1d36" }, "/dev/sda2": { "fs_type": "xfs", "inodes_available": "32387802", "inodes_percent_used": "1%", "inodes_used": "42790", "kb_available": "62872932", "kb_size": "64829516", "kb_used": "1956584", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "mounts": [ "/" ], "percent_used": "4%", "total_inodes": "32430592", "uuid": "6687f435-48af-4e26-ad65-c40304b799fb" }, "bpf": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/perf_event" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "227977", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "913212", "kb_size": "913212", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=913212k", "nr_inodes=228303", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "228303" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "tracefs", "mount_options": [ "rw", "relatime", "seclabel" ], "mounts": [ "/sys/kernel/tracing" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "selinuxfs": { "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/selinux" ] }, "sunrpc": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=36", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18927" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "232566", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "186056", "kb_size": "186056", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=186056k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "232571" }, "vagrant": { "fs_type": "vboxsf", "kb_available": "40607952", "kb_size": "495333060", "kb_used": "454725108", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/vagrant" ], "percent_used": "92%" } }, "by_mountpoint": { "/": { "devices": [ "/dev/sda2" ], "fs_type": "xfs", "inodes_available": "32387802", "inodes_percent_used": "1%", "inodes_used": "42790", "kb_available": "62872932", "kb_size": "64829516", "kb_used": "1956584", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "4%", "total_inodes": "32430592", "uuid": "6687f435-48af-4e26-ad65-c40304b799fb" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "227977", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "913212", "kb_size": "913212", "kb_used": "0", "mount_options": [ "rw", "nosuid", "seclabel", "size=913212k", "nr_inodes=228303", "mode=755" ], "percent_used": "0%", "total_inodes": "228303" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "232570", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "930284", "kb_size": "930284", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "232571" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=36", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18927" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "232122", "inodes_percent_used": "1%", "inodes_used": "449", "kb_available": "913504", "kb_size": "930284", "kb_used": "16780", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "232571" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "232566", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "186056", "kb_size": "186056", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=186056k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "232571" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/bpf": { "devices": [ "bpf" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "232554", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "930284", "kb_size": "930284", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "232571" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "/sys/fs/selinux": { "devices": [ "selinuxfs" ], "fs_type": "selinuxfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/tracing": { "devices": [ "none" ], "fs_type": "tracefs", "mount_options": [ "rw", "relatime", "seclabel" ] }, "/vagrant": { "devices": [ "vagrant" ], "fs_type": "vboxsf", "kb_available": "40607952", "kb_size": "495333060", "kb_used": "454725108", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "percent_used": "92%" }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "sunrpc" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/sda,": { "device": "/dev/sda" }, "/dev/sda1,": { "device": "/dev/sda1", "fs_type": "swap", "uuid": "df7fdfa2-2a6b-4520-825c-4f25951f1d36" }, "/dev/sda2,/": { "device": "/dev/sda2", "fs_type": "xfs", "inodes_available": "32387802", "inodes_percent_used": "1%", "inodes_used": "42790", "kb_available": "62872932", "kb_size": "64829516", "kb_used": "1956584", "mount": "/", "mount_options": [ "rw", "relatime", "seclabel", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "4%", "total_inodes": "32430592", "uuid": "6687f435-48af-4e26-ad65-c40304b799fb" }, "bpf,/sys/fs/bpf": { "device": "bpf", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime", "seclabel" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "seclabel", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "227977", "inodes_percent_used": "1%", "inodes_used": "326", "kb_available": "913212", "kb_size": "913212", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "seclabel", "size=913212k", "nr_inodes=228303", "mode=755" ], "percent_used": "0%", "total_inodes": "228303" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "seclabel", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime", "seclabel" ] }, "none,/sys/kernel/tracing": { "device": "none", "fs_type": "tracefs", "mount": "/sys/kernel/tracing", "mount_options": [ "rw", "relatime", "seclabel" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "selinuxfs,/sys/fs/selinux": { "device": "selinuxfs", "fs_type": "selinuxfs", "mount": "/sys/fs/selinux", "mount_options": [ "rw", "relatime" ] }, "sunrpc,/var/lib/nfs/rpc_pipefs": { "device": "sunrpc", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "seclabel" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=36", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18927" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "232570", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "930284", "kb_size": "930284", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "seclabel" ], "percent_used": "0%", "total_inodes": "232571" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "232122", "inodes_percent_used": "1%", "inodes_used": "449", "kb_available": "913504", "kb_size": "930284", "kb_used": "16780", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "seclabel", "mode=755" ], "percent_used": "2%", "total_inodes": "232571" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "232566", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "186056", "kb_size": "186056", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "seclabel", "size=186056k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "232571" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "232554", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "930284", "kb_size": "930284", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "seclabel", "mode=755" ], "percent_used": "0%", "total_inodes": "232571" }, "vagrant,/vagrant": { "device": "vagrant", "fs_type": "vboxsf", "kb_available": "40607952", "kb_size": "495333060", "kb_used": "454725108", "mount": "/vagrant", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "percent_used": "92%" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ahci": { "refcount": "2", "size": "40960", "version": "3.0" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "1", "size": "24576" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "drm": { "refcount": "5", "size": "573440" }, "drm_kms_helper": { "refcount": "1", "size": "253952" }, "drm_ttm_helper": { "refcount": "1", "size": "16384" }, "e1000": { "refcount": "0", "size": "151552", "version": "7.3.21-k8-NAPI" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "intel_rapl_common": { "refcount": "1", "size": "24576" }, "intel_rapl_msr": { "refcount": "0", "size": "16384" }, "joydev": { "refcount": "0", "size": "24576" }, "libahci": { "refcount": "1", "size": "40960" }, "libata": { "refcount": "4", "size": "270336", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "pcspkr": { "refcount": "0", "size": "16384" }, "rapl": { "refcount": "0", "size": "20480" }, "sd_mod": { "refcount": "3", "size": "53248" }, "serio_raw": { "refcount": "0", "size": "16384" }, "sg": { "refcount": "0", "size": "40960", "version": "3.5.36" }, "sunrpc": { "refcount": "1", "size": "557056" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "t10_pi": { "refcount": "1", "size": "16384" }, "ttm": { "refcount": "2", "size": "77824" }, "vboxguest": { "refcount": "2", "size": "385024", "version": "6.1.30 r148432" }, "vboxsf": { "refcount": "1", "size": "90112", "version": "6.1.30 r148432" }, "vboxvideo": { "refcount": "1", "size": "45056", "version": "6.1.30 r148432" }, "video": { "refcount": "0", "size": "49152" }, "xfs": { "refcount": "1", "size": "1544192" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.18.0-348.2.1.el8_5.x86_64", "version": "#1 SMP Mon Nov 15 20:49:28 UTC 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-11-24", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.3" } }, "lsb": { "codename": "GreenObsidian", "description": "Rocky Linux release 8.5 (Green Obsidian)", "id": "Rocky", "release": "8.5" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1640635247.2900229, "os": "linux", "os_version": "4.18.0-348.2.1.el8_5.x86_64", "packages": { "NetworkManager": { "arch": "x86_64", "epoch": "1", "installdate": "1639944763", "release": "4.el8", "version": "1.32.10" }, "NetworkManager-libnm": { "arch": "x86_64", "epoch": "1", "installdate": "1639944763", "release": "4.el8", "version": "1.32.10" }, "NetworkManager-team": { "arch": "x86_64", "epoch": "1", "installdate": "1639944785", "release": "4.el8", "version": "1.32.10" }, "NetworkManager-tui": { "arch": "x86_64", "epoch": "1", "installdate": "1639944785", "release": "4.el8", "version": "1.32.10" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "1.el8.1", "version": "2.2.53" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1639944772", "release": "11.el8", "version": "3.1.20" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "0.17.20191104git1c2f876.el8.1", "version": "3.0" }, "audit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "0.17.20191104git1c2f876.el8.1", "version": "3.0" }, "authselect": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "3.el8", "version": "1.2.2" }, "authselect-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944772", "release": "3.el8", "version": "1.2.2" }, "avahi-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "20.el8", "version": "0.7" }, "basesystem": { "arch": "noarch", "epoch": "0", "installdate": "1639944729", "release": "5.el8", "version": "11" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "2.el8", "version": "4.4.20" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "5.el8", "version": "1.07.1" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639945066", "release": "108.el8_5.1", "version": "2.30" }, "biosdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "2.el8", "version": "0.7.3" }, "brotli": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "3.el8", "version": "1.0.6" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "26.el8", "version": "1.0.6" }, "bzip2-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "26.el8", "version": "1.0.6" }, "c-ares": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "5.el8", "version": "1.13.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1639944754", "release": "80.0.el8_4", "version": "2021.2.50" }, "checkpolicy": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "1.el8", "version": "2.9" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1640635225", "release": "1.el8", "version": "17.9.18" }, "chkconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8", "version": "1.19.1" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "1.el8", "version": "4.1" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "12.el8", "version": "8.30" }, "coreutils-common": { "arch": "x86_64", "epoch": "0", "installdate": "1639944735", "release": "12.el8", "version": "8.30" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "10.el8", "version": "2.12" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "15.el8", "version": "2.9.6" }, "cracklib-dicts": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "15.el8", "version": "2.9.6" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "4.el8", "version": "1.5.2" }, "cronie-anacron": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "4.el8", "version": "1.5.2" }, "crontabs": { "arch": "noarch", "epoch": "0", "installdate": "1639944758", "release": "17.20190603git.el8", "version": "1.11" }, "crypto-policies": { "arch": "noarch", "epoch": "0", "installdate": "1639944753", "release": "1.gitc776d3e.el8", "version": "20210617" }, "crypto-policies-scripts": { "arch": "noarch", "epoch": "0", "installdate": "1639944753", "release": "1.gitc776d3e.el8", "version": "20210617" }, "cryptsetup-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "4.el8", "version": "2.3.3" }, "cups-client": { "arch": "x86_64", "epoch": "1", "installdate": "1639944764", "release": "40.el8", "version": "2.2.6" }, "cups-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1639944764", "release": "40.el8", "version": "2.2.6" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "22.el8", "version": "7.61.1" }, "cyrus-sasl-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1639944750", "release": "5.el8", "version": "2.1.27" }, "dbus": { "arch": "x86_64", "epoch": "1", "installdate": "1639944757", "release": "14.el8", "version": "1.12.8" }, "dbus-common": { "arch": "noarch", "epoch": "1", "installdate": "1639944750", "release": "14.el8", "version": "1.12.8" }, "dbus-daemon": { "arch": "x86_64", "epoch": "1", "installdate": "1639944755", "release": "14.el8", "version": "1.12.8" }, "dbus-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "2.el8", "version": "0.110" }, "dbus-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1639944754", "release": "14.el8", "version": "1.12.8" }, "dbus-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1639944754", "release": "14.el8", "version": "1.12.8" }, "device-mapper": { "arch": "x86_64", "epoch": "8", "installdate": "1639944754", "release": "10.el8", "version": "1.02.177" }, "device-mapper-libs": { "arch": "x86_64", "epoch": "8", "installdate": "1639944754", "release": "10.el8", "version": "1.02.177" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "6.el8", "version": "3.6" }, "dmidecode": { "arch": "x86_64", "epoch": "1", "installdate": "1639944732", "release": "10.el8", "version": "3.2" }, "dnf": { "arch": "noarch", "epoch": "0", "installdate": "1639944776", "release": "4.el8", "version": "4.7.0" }, "dnf-data": { "arch": "noarch", "epoch": "0", "installdate": "1639944750", "release": "4.el8", "version": "4.7.0" }, "dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1639944784", "release": "3.el8", "version": "4.0.21" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1639944756", "release": "191.git20210920.el8", "version": "049" }, "dracut-config-rescue": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "191.git20210920.el8", "version": "049" }, "dracut-network": { "arch": "x86_64", "epoch": "0", "installdate": "1639944772", "release": "191.git20210920.el8", "version": "049" }, "dracut-squash": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "191.git20210920.el8", "version": "049" }, "dwz": { "arch": "x86_64", "epoch": "0", "installdate": "1639945230", "release": "10.el8", "version": "0.12" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "2.el8", "version": "1.45.6" }, "e2fsprogs-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "2.el8", "version": "1.45.6" }, "ed": { "arch": "x86_64", "epoch": "0", "installdate": "1639944735", "release": "4.el8", "version": "1.14.2" }, "efi-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945230", "release": "3.el8", "version": "3" }, "elfutils-debuginfod-client": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "1.el8", "version": "0.185" }, "elfutils-default-yama-scope": { "arch": "noarch", "epoch": "0", "installdate": "1639944753", "release": "1.el8", "version": "0.185" }, "elfutils-libelf": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8", "version": "0.185" }, "elfutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "1.el8", "version": "0.185" }, "ethtool": { "arch": "x86_64", "epoch": "2", "installdate": "1639944732", "release": "7.el8", "version": "5.8" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "4.el8", "version": "2.2.5" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "20.el8", "version": "5.33" }, "file-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "20.el8", "version": "5.33" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1639944729", "release": "6.el8", "version": "3.8" }, "findutils": { "arch": "x86_64", "epoch": "1", "installdate": "1639944731", "release": "20.el8", "version": "4.6.0" }, "firewalld": { "arch": "noarch", "epoch": "0", "installdate": "1639944785", "release": "7.el8", "version": "0.9.3" }, "firewalld-filesystem": { "arch": "noarch", "epoch": "0", "installdate": "1639944750", "release": "7.el8", "version": "0.9.3" }, "freetype": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "4.el8_3.1", "version": "2.9.1" }, "fuse-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "12.el8", "version": "2.9.7" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "2.el8", "version": "4.2.1" }, "gdbm": { "arch": "x86_64", "epoch": "1", "installdate": "1639944733", "release": "1.el8", "version": "1.18" }, "gdbm-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1639944732", "release": "1.el8", "version": "1.18" }, "geolite2-city": { "arch": "noarch", "epoch": "0", "installdate": "1639944728", "release": "1.el8", "version": "20180605" }, "geolite2-country": { "arch": "noarch", "epoch": "0", "installdate": "1639944726", "release": "1.el8", "version": "20180605" }, "gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1639944756", "release": "17.el8", "version": "0.19.8.1" }, "gettext-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "17.el8", "version": "0.19.8.1" }, "ghc-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945230", "release": "7.el8", "version": "1.4.2" }, "glib2": { "arch": "x86_64", "epoch": "0", "installdate": "1639944757", "release": "156.el8", "version": "2.56.4" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1639944730", "release": "164.el8", "version": "2.28" }, "glibc-common": { "arch": "x86_64", "epoch": "0", "installdate": "1639944730", "release": "164.el8", "version": "2.28" }, "glibc-langpack-en": { "arch": "x86_64", "epoch": "0", "installdate": "1639944730", "release": "164.el8", "version": "2.28" }, "gmp": { "arch": "x86_64", "epoch": "1", "installdate": "1639944731", "release": "10.el8", "version": "6.1.2" }, "gnupg2": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "2.el8", "version": "2.2.20" }, "gnupg2-smime": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "2.el8", "version": "2.2.20" }, "gnutls": { "arch": "x86_64", "epoch": "0", "installdate": "1639944757", "release": "4.el8", "version": "3.6.16" }, "go-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945230", "release": "17.el8", "version": "2" }, "gobject-introspection": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "1.el8", "version": "1.56.1" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1639945031", "release": "60287f36", "version": "6d745a60" }, "gpgme": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "9.el8", "version": "1.13.1" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "6.el8", "version": "3.1" }, "groff-base": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "18.el8", "version": "1.22.3" }, "grub2-common": { "arch": "noarch", "epoch": "1", "installdate": "1639944732", "release": "106.el8.0.2", "version": "2.02" }, "grub2-pc": { "arch": "x86_64", "epoch": "1", "installdate": "1639944785", "release": "106.el8.0.2", "version": "2.02" }, "grub2-pc-modules": { "arch": "noarch", "epoch": "1", "installdate": "1639944733", "release": "106.el8.0.2", "version": "2.02" }, "grub2-tools": { "arch": "x86_64", "epoch": "1", "installdate": "1639944756", "release": "106.el8.0.2", "version": "2.02" }, "grub2-tools-extra": { "arch": "x86_64", "epoch": "1", "installdate": "1639944773", "release": "106.el8.0.2", "version": "2.02" }, "grub2-tools-minimal": { "arch": "x86_64", "epoch": "1", "installdate": "1639944753", "release": "106.el8.0.2", "version": "2.02" }, "grubby": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "42.el8", "version": "8.40" }, "gssproxy": { "arch": "x86_64", "epoch": "0", "installdate": "1639944772", "release": "19.el8", "version": "0.8.0" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "12.el8", "version": "1.9" }, "hardlink": { "arch": "x86_64", "epoch": "1", "installdate": "1639944736", "release": "6.el8", "version": "1.3" }, "hdparm": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "4.el8", "version": "9.54" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "6.el8", "version": "3.20" }, "hwdata": { "arch": "noarch", "epoch": "0", "installdate": "1639944729", "release": "8.10.el8", "version": "0.314" }, "ima-evm-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "12.el8", "version": "1.3.2" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "6.el8", "version": "6.5" }, "initscripts": { "arch": "x86_64", "epoch": "0", "installdate": "1639944763", "release": "1.el8", "version": "10.00.15" }, "ipcalc": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "4.el8", "version": "0.2.4" }, "iproute": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "4.el8", "version": "5.12.0" }, "iprutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "1.el8", "version": "2.4.19" }, "ipset": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "1.el8", "version": "7.1" }, "ipset-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "1.el8", "version": "7.1" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "20.el8", "version": "1.8.4" }, "iptables-ebtables": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "20.el8", "version": "1.8.4" }, "iptables-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "20.el8", "version": "1.8.4" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944772", "release": "7.el8", "version": "20180629" }, "irqbalance": { "arch": "x86_64", "epoch": "2", "installdate": "1639944785", "release": "6.el8", "version": "1.4.0" }, "jansson": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "3.el8", "version": "2.11" }, "json-c": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "2.el8", "version": "0.13.1" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "10.el8", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1639944750", "release": "10.el8", "version": "2.0.4" }, "kbd-misc": { "arch": "noarch", "epoch": "0", "installdate": "1639944750", "release": "10.el8", "version": "2.0.4" }, "kernel": { "arch": "x86_64", "epoch": "0", "installdate": "1639945066", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kernel-core": { "arch": "x86_64", "epoch": "0", "installdate": "1639945059", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kernel-modules": { "arch": "x86_64", "epoch": "0", "installdate": "1639945060", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kernel-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kernel-tools-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "348.2.1.el8_5", "version": "4.18.0" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "57.el8", "version": "2.0.20" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "9.el8", "version": "1.5.10" }, "keyutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "9.el8", "version": "1.5.10" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "18.el8", "version": "25" }, "kmod-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "18.el8", "version": "25" }, "kpartx": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "17.el8", "version": "0.8.4" }, "krb5-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "14.el8", "version": "1.18.2" }, "langpacks-en": { "arch": "noarch", "epoch": "0", "installdate": "1639944786", "release": "12.el8", "version": "1.0" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "1.el8", "version": "530" }, "libacl": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8.1", "version": "2.2.53" }, "libarchive": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "1.el8", "version": "3.3.3" }, "libassuan": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "3.el8", "version": "2.5.1" }, "libattr": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "3.el8", "version": "2.4.48" }, "libbasicobjects": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "39.el8", "version": "0.1.1" }, "libblkid": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "28.el8", "version": "2.32.1" }, "libbpf": { "arch": "x86_64", "epoch": "0", "installdate": "1639944735", "release": "1.el8", "version": "0.4.0" }, "libcap": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "5.el8", "version": "2.26" }, "libcap-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8", "version": "0.7.11" }, "libcollection": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "39.el8", "version": "0.7.0" }, "libcom_err": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "2.el8", "version": "1.45.6" }, "libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "2.el8", "version": "0.1.16" }, "libcroco": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "4.el8_2.1", "version": "0.6.12" }, "libcurl": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "22.el8", "version": "7.61.1" }, "libdaemon": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "15.el8", "version": "0.14" }, "libdb": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "42.el8_4", "version": "5.3.28" }, "libdb-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "42.el8_4", "version": "5.3.28" }, "libdhash": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "39.el8", "version": "0.5.0" }, "libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "3.el8", "version": "0.63.0" }, "libedit": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "23.20170329cvs.el8", "version": "3.1" }, "libestr": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "1.el8", "version": "0.1.10" }, "libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "5.el8", "version": "2.1.8" }, "libfastjson": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "1.el8", "version": "0.99.9" }, "libfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "28.el8", "version": "2.32.1" }, "libffi": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "22.el8", "version": "3.1" }, "libgcc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945037", "release": "4.el8_5", "version": "8.5.0" }, "libgcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "6.el8", "version": "1.8.5" }, "libgomp": { "arch": "x86_64", "epoch": "0", "installdate": "1639945094", "release": "4.el8_5", "version": "8.5.0" }, "libgpg-error": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8", "version": "1.31" }, "libibverbs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "1.el8", "version": "35.0" }, "libicu": { "arch": "x86_64", "epoch": "0", "installdate": "1639944734", "release": "2.el8_1", "version": "60.3" }, "libidn2": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "1.el8", "version": "2.2.0" }, "libini_config": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "39.el8", "version": "1.3.1" }, "libkcapi": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "2.el8", "version": "1.2.0" }, "libkcapi-hmaccalc": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "2.el8", "version": "1.2.0" }, "libksba": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "7.el8", "version": "1.3.5" }, "libldb": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "2.el8", "version": "2.3.0" }, "libmaxminddb": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "10.el8", "version": "1.2.0" }, "libmetalink": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "7.el8", "version": "0.1.3" }, "libmnl": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "6.el8", "version": "1.0.4" }, "libmodulemd": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "1.el8", "version": "2.13.0" }, "libmount": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "28.el8", "version": "2.32.1" }, "libndp": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "6.el8", "version": "1.7" }, "libnetfilter_conntrack": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "5.el8", "version": "1.0.6" }, "libnfnetlink": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "13.el8", "version": "1.0.1" }, "libnfsidmap": { "arch": "x86_64", "epoch": "1", "installdate": "1639944764", "release": "46.el8", "version": "2.3.3" }, "libnftnl": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "4.el8", "version": "1.1.5" }, "libnghttp2": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "3.el8_3.1", "version": "1.33.0" }, "libnl3": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8", "version": "3.5.0" }, "libnl3-cli": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "1.el8", "version": "3.5.0" }, "libnsl2": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "2.20180605git4a062cf.el8", "version": "1.2.0" }, "libpath_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "39.el8", "version": "0.2.1" }, "libpcap": { "arch": "x86_64", "epoch": "14", "installdate": "1639944773", "release": "5.el8", "version": "1.9.1" }, "libpipeline": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "2.el8", "version": "1.5.0" }, "libpng": { "arch": "x86_64", "epoch": "2", "installdate": "1639944735", "release": "5.el8", "version": "1.6.34" }, "libpsl": { "arch": "x86_64", "epoch": "0", "installdate": "1639944737", "release": "6.el8", "version": "0.20.2" }, "libpwquality": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "3.el8", "version": "1.4.4" }, "libref_array": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "39.el8", "version": "0.1.5" }, "librepo": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "2.el8", "version": "1.14.0" }, "libreport-filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1639944750", "release": "15.el8.rocky.2", "version": "2.9.5" }, "libseccomp": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "1.el8", "version": "2.5.1" }, "libsecret": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "1.el8", "version": "0.18.6" }, "libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1639944729", "release": "5.el8", "version": "2.9" }, "libselinux-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "5.el8", "version": "2.9" }, "libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "6.el8", "version": "2.9" }, "libsepol": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "3.el8", "version": "2.9" }, "libsigsegv": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "5.el8", "version": "2.11" }, "libsmartcols": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "28.el8", "version": "2.32.1" }, "libsolv": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "1.el8", "version": "0.7.19" }, "libss": { "arch": "x86_64", "epoch": "0", "installdate": "1639944735", "release": "2.el8", "version": "1.45.6" }, "libssh": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "3.el8", "version": "0.9.4" }, "libssh-config": { "arch": "noarch", "epoch": "0", "installdate": "1639944750", "release": "3.el8", "version": "0.9.4" }, "libsss_autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "2.el8_5.1", "version": "2.5.2" }, "libsss_certmap": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "2.el8_5.1", "version": "2.5.2" }, "libsss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1639945056", "release": "2.el8_5.1", "version": "2.5.2" }, "libsss_nss_idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "2.el8_5.1", "version": "2.5.2" }, "libsss_sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "2.el8_5.1", "version": "2.5.2" }, "libstdc++": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "4.el8_5", "version": "8.5.0" }, "libsysfs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "24.el8", "version": "2.1.0" }, "libtalloc": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "1.el8", "version": "2.3.2" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "3.el8", "version": "4.13" }, "libtdb": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "1.el8", "version": "1.4.3" }, "libteam": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "2.el8", "version": "1.31" }, "libtevent": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "0.el8", "version": "0.11.0" }, "libtirpc": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "5.el8", "version": "1.1.4" }, "libunistring": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "3.el8", "version": "0.9.9" }, "libusbx": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "4.el8", "version": "1.0.23" }, "libuser": { "arch": "x86_64", "epoch": "0", "installdate": "1639944763", "release": "23.el8", "version": "0.62" }, "libutempter": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "14.el8", "version": "1.1.6" }, "libuuid": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "28.el8", "version": "2.32.1" }, "libverto": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "5.el8", "version": "0.3.0" }, "libverto-libevent": { "arch": "x86_64", "epoch": "0", "installdate": "1639944771", "release": "5.el8", "version": "0.3.0" }, "libxcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "6.el8", "version": "4.1.1" }, "libxkbcommon": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "1.el8", "version": "0.9.1" }, "libxml2": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "11.el8", "version": "2.9.7" }, "libyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "5.el8", "version": "0.1.7" }, "libzstd": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8", "version": "1.4.4" }, "lmdb-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "1.el8", "version": "0.9.24" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "4.el8", "version": "3.14.0" }, "lshw": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "6.el8", "version": "B.02.19.2" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "3.el8", "version": "0.32" }, "lua-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "12.el8", "version": "5.3.4" }, "lz4-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "3.el8_4", "version": "1.8.3" }, "lzo": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "14.el8", "version": "2.08" }, "m4": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "7.el8", "version": "1.4.18" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "29.el8", "version": "12.5" }, "make": { "arch": "x86_64", "epoch": "1", "installdate": "1639944732", "release": "10.el8", "version": "4.2.1" }, "man-db": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "18.el8", "version": "2.7.6.1" }, "memstrack": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "1.el8", "version": "0.1.11" }, "mozjs60": { "arch": "x86_64", "epoch": "0", "installdate": "1639944735", "release": "4.el8", "version": "60.9.0" }, "mpfr": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "1.el8", "version": "3.1.6" }, "ncurses": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "9.20180224.el8", "version": "6.1" }, "ncurses-base": { "arch": "noarch", "epoch": "0", "installdate": "1639944729", "release": "9.20180224.el8", "version": "6.1" }, "ncurses-compat-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944735", "release": "9.20180224.el8", "version": "6.1" }, "ncurses-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944730", "release": "9.20180224.el8", "version": "6.1" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "0.52.20160912git.el8", "version": "2.0" }, "nettle": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "7.el8", "version": "3.4.1" }, "network-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "1.el8", "version": "10.00.15" }, "network-scripts-team": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "2.el8", "version": "1.31" }, "newt": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "11.el8", "version": "0.52.20" }, "nfs-utils": { "arch": "x86_64", "epoch": "1", "installdate": "1639944784", "release": "46.el8", "version": "2.3.3" }, "nftables": { "arch": "x86_64", "epoch": "1", "installdate": "1639944774", "release": "21.el8", "version": "0.9.3" }, "npth": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "4.el8", "version": "1.5" }, "nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8_4", "version": "4.32.0" }, "nss": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "7.el8_5", "version": "3.67.0" }, "nss-softokn": { "arch": "x86_64", "epoch": "0", "installdate": "1639945064", "release": "7.el8_5", "version": "3.67.0" }, "nss-softokn-freebl": { "arch": "x86_64", "epoch": "0", "installdate": "1639945064", "release": "7.el8_5", "version": "3.67.0" }, "nss-sysinit": { "arch": "x86_64", "epoch": "0", "installdate": "1639945064", "release": "7.el8_5", "version": "3.67.0" }, "nss-util": { "arch": "x86_64", "epoch": "0", "installdate": "1639945037", "release": "7.el8_5", "version": "3.67.0" }, "numactl-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "13.el8", "version": "2.0.12" }, "ocaml-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945228", "release": "4.el8", "version": "5" }, "openblas-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945228", "release": "2.el8", "version": "2" }, "openldap": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "18.el8", "version": "2.4.46" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "10.el8", "version": "8.0p1" }, "openssh-clients": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "10.el8", "version": "8.0p1" }, "openssh-server": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "10.el8", "version": "8.0p1" }, "openssl": { "arch": "x86_64", "epoch": "1", "installdate": "1639944753", "release": "4.el8", "version": "1.1.1k" }, "openssl-libs": { "arch": "x86_64", "epoch": "1", "installdate": "1639944755", "release": "4.el8", "version": "1.1.1k" }, "openssl-pkcs11": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "2.el8", "version": "0.4.10" }, "os-prober": { "arch": "x86_64", "epoch": "0", "installdate": "1639944756", "release": "9.el8", "version": "1.74" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "1.el8", "version": "0.23.22" }, "p11-kit-trust": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "1.el8", "version": "0.23.22" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "15.el8", "version": "1.3.1" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "39.el8", "version": "3.2" }, "passwd": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "3.el8", "version": "0.80" }, "patch": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "11.el8", "version": "2.7.6" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "1.el8", "version": "3.7.0" }, "pciutils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "1.el8", "version": "3.7.0" }, "pcre": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "6.el8", "version": "8.42" }, "pcre2": { "arch": "x86_64", "epoch": "0", "installdate": "1639944729", "release": "2.el8", "version": "10.32" }, "perl": { "arch": "x86_64", "epoch": "4", "installdate": "1639945231", "release": "420.el8", "version": "5.26.3" }, "perl-Algorithm-Diff": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "9.el8", "version": "1.1903" }, "perl-Archive-Tar": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "1.el8", "version": "2.30" }, "perl-Archive-Zip": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "3.el8", "version": "1.60" }, "perl-Attribute-Handlers": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "420.el8", "version": "0.99" }, "perl-B-Debug": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "2.el8", "version": "1.26" }, "perl-CPAN": { "arch": "noarch", "epoch": "0", "installdate": "1639945231", "release": "397.el8", "version": "2.18" }, "perl-CPAN-Meta": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "396.el8", "version": "2.150010" }, "perl-CPAN-Meta-Requirements": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "396.el8", "version": "2.140" }, "perl-CPAN-Meta-YAML": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "397.el8", "version": "0.018" }, "perl-Carp": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "396.el8", "version": "1.42" }, "perl-Compress-Bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945226", "release": "6.el8", "version": "2.26" }, "perl-Compress-Raw-Bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1639945224", "release": "1.el8", "version": "2.081" }, "perl-Compress-Raw-Zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1639945224", "release": "1.el8", "version": "2.081" }, "perl-Config-Perl-V": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "1.el8", "version": "0.30" }, "perl-DB_File": { "arch": "x86_64", "epoch": "0", "installdate": "1639945226", "release": "1.el8", "version": "1.842" }, "perl-Data-Dumper": { "arch": "x86_64", "epoch": "0", "installdate": "1639945221", "release": "399.el8", "version": "2.167" }, "perl-Data-OptList": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "6.el8", "version": "0.110" }, "perl-Data-Section": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "3.el8", "version": "0.200007" }, "perl-Devel-PPPort": { "arch": "x86_64", "epoch": "0", "installdate": "1639945226", "release": "5.el8", "version": "3.36" }, "perl-Devel-Peek": { "arch": "x86_64", "epoch": "0", "installdate": "1639945227", "release": "420.el8", "version": "1.26" }, "perl-Devel-SelfStubber": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "420.el8", "version": "1.06" }, "perl-Devel-Size": { "arch": "x86_64", "epoch": "0", "installdate": "1639945226", "release": "2.el8", "version": "0.81" }, "perl-Digest": { "arch": "noarch", "epoch": "0", "installdate": "1639945221", "release": "395.el8", "version": "1.17" }, "perl-Digest-MD5": { "arch": "x86_64", "epoch": "0", "installdate": "1639945221", "release": "396.el8", "version": "2.55" }, "perl-Digest-SHA": { "arch": "x86_64", "epoch": "1", "installdate": "1639945224", "release": "1.el8", "version": "6.02" }, "perl-Encode": { "arch": "x86_64", "epoch": "4", "installdate": "1639945222", "release": "3.el8", "version": "2.97" }, "perl-Encode-Locale": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "10.module+el8.4.0+529+e3b3e624", "version": "1.05" }, "perl-Encode-devel": { "arch": "x86_64", "epoch": "4", "installdate": "1639945231", "release": "3.el8", "version": "2.97" }, "perl-Env": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "395.el8", "version": "1.04" }, "perl-Errno": { "arch": "x86_64", "epoch": "0", "installdate": "1639945222", "release": "420.el8", "version": "1.28" }, "perl-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "396.el8", "version": "5.72" }, "perl-ExtUtils-CBuilder": { "arch": "noarch", "epoch": "1", "installdate": "1639945231", "release": "2.el8", "version": "0.280230" }, "perl-ExtUtils-Command": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "1.el8", "version": "7.34" }, "perl-ExtUtils-Embed": { "arch": "noarch", "epoch": "0", "installdate": "1639945231", "release": "420.el8", "version": "1.34" }, "perl-ExtUtils-Install": { "arch": "noarch", "epoch": "0", "installdate": "1639945230", "release": "4.el8", "version": "2.14" }, "perl-ExtUtils-MM-Utils": { "arch": "noarch", "epoch": "1", "installdate": "1639945226", "release": "1.el8", "version": "7.34" }, "perl-ExtUtils-MakeMaker": { "arch": "noarch", "epoch": "1", "installdate": "1639945231", "release": "1.el8", "version": "7.34" }, "perl-ExtUtils-Manifest": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "395.el8", "version": "1.70" }, "perl-ExtUtils-Miniperl": { "arch": "noarch", "epoch": "0", "installdate": "1639945231", "release": "420.el8", "version": "1.06" }, "perl-ExtUtils-ParseXS": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "2.el8", "version": "3.35" }, "perl-File-Fetch": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "2.el8", "version": "0.56" }, "perl-File-HomeDir": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "4.el8", "version": "1.002" }, "perl-File-Path": { "arch": "noarch", "epoch": "0", "installdate": "1639945223", "release": "2.el8", "version": "2.15" }, "perl-File-Temp": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "1.el8", "version": "0.230.600" }, "perl-File-Which": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "2.el8", "version": "1.22" }, "perl-Filter": { "arch": "x86_64", "epoch": "2", "installdate": "1639945224", "release": "2.el8", "version": "1.58" }, "perl-Filter-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "2.el8", "version": "0.94" }, "perl-Getopt-Long": { "arch": "noarch", "epoch": "1", "installdate": "1639945222", "release": "4.el8", "version": "2.50" }, "perl-HTTP-Tiny": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "1.el8", "version": "0.074" }, "perl-IO": { "arch": "x86_64", "epoch": "0", "installdate": "1639945223", "release": "420.el8", "version": "1.38" }, "perl-IO-Compress": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "1.el8", "version": "2.081" }, "perl-IO-Socket-IP": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "5.el8", "version": "0.39" }, "perl-IO-Socket-SSL": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "4.module+el8.4.0+512+d4f0fc54", "version": "2.066" }, "perl-IO-Zlib": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "420.el8", "version": "1.10" }, "perl-IPC-Cmd": { "arch": "noarch", "epoch": "2", "installdate": "1639945226", "release": "1.el8", "version": "1.02" }, "perl-IPC-SysV": { "arch": "x86_64", "epoch": "0", "installdate": "1639945226", "release": "397.el8", "version": "2.07" }, "perl-IPC-System-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "17.el8", "version": "1.25" }, "perl-JSON-PP": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "3.el8", "version": "2.97.001" }, "perl-Locale-Codes": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "1.el8", "version": "3.57" }, "perl-Locale-Maketext": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "396.el8", "version": "1.28" }, "perl-Locale-Maketext-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "420.el8", "version": "0.21" }, "perl-MIME-Base64": { "arch": "x86_64", "epoch": "0", "installdate": "1639945222", "release": "396.el8", "version": "3.15" }, "perl-MRO-Compat": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "4.el8", "version": "0.13" }, "perl-Math-BigInt": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "7.el8", "version": "1.9998.11" }, "perl-Math-BigInt-FastCalc": { "arch": "x86_64", "epoch": "0", "installdate": "1639945226", "release": "6.el8", "version": "0.500.600" }, "perl-Math-BigRat": { "arch": "noarch", "epoch": "0", "installdate": "1639945225", "release": "1.el8", "version": "0.2614" }, "perl-Math-Complex": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "420.el8", "version": "1.59" }, "perl-Memoize": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "420.el8", "version": "1.03" }, "perl-Module-Build": { "arch": "noarch", "epoch": "2", "installdate": "1639945231", "release": "5.el8", "version": "0.42.24" }, "perl-Module-CoreList": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "1.el8", "version": "5.20181130" }, "perl-Module-CoreList-tools": { "arch": "noarch", "epoch": "1", "installdate": "1639945226", "release": "1.el8", "version": "5.20181130" }, "perl-Module-Load": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "395.el8", "version": "0.32" }, "perl-Module-Load-Conditional": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "395.el8", "version": "0.68" }, "perl-Module-Loaded": { "arch": "noarch", "epoch": "1", "installdate": "1639945226", "release": "420.el8", "version": "0.08" }, "perl-Module-Metadata": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "395.el8", "version": "1.000033" }, "perl-Mozilla-CA": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "7.module+el8.4.0+529+e3b3e624", "version": "20160104" }, "perl-Net-Ping": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "420.el8", "version": "2.55" }, "perl-Net-SSLeay": { "arch": "x86_64", "epoch": "0", "installdate": "1639945222", "release": "1.module+el8.4.0+512+d4f0fc54", "version": "1.88" }, "perl-Package-Generator": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "11.el8", "version": "1.106" }, "perl-Params-Check": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "395.el8", "version": "0.38" }, "perl-Params-Util": { "arch": "x86_64", "epoch": "0", "installdate": "1639945224", "release": "22.el8", "version": "1.07" }, "perl-PathTools": { "arch": "x86_64", "epoch": "0", "installdate": "1639945223", "release": "1.el8", "version": "3.74" }, "perl-Perl-OSType": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "396.el8", "version": "1.010" }, "perl-PerlIO-via-QuotedPrint": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "395.el8", "version": "0.08" }, "perl-Pod-Checker": { "arch": "noarch", "epoch": "4", "installdate": "1639945226", "release": "395.el8", "version": "1.73" }, "perl-Pod-Escapes": { "arch": "noarch", "epoch": "1", "installdate": "1639945222", "release": "395.el8", "version": "1.07" }, "perl-Pod-Html": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "420.el8", "version": "1.22.02" }, "perl-Pod-Parser": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "396.el8", "version": "1.63" }, "perl-Pod-Perldoc": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "396.el8", "version": "3.28" }, "perl-Pod-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1639945222", "release": "395.el8", "version": "3.35" }, "perl-Pod-Usage": { "arch": "noarch", "epoch": "4", "installdate": "1639945222", "release": "395.el8", "version": "1.69" }, "perl-Scalar-List-Utils": { "arch": "x86_64", "epoch": "3", "installdate": "1639945223", "release": "2.el8", "version": "1.49" }, "perl-SelfLoader": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "420.el8", "version": "1.23" }, "perl-Socket": { "arch": "x86_64", "epoch": "4", "installdate": "1639945222", "release": "3.el8", "version": "2.027" }, "perl-Software-License": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "2.el8", "version": "0.103013" }, "perl-Storable": { "arch": "x86_64", "epoch": "1", "installdate": "1639945222", "release": "3.el8", "version": "3.11" }, "perl-Sub-Exporter": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "15.el8", "version": "0.987" }, "perl-Sub-Install": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "14.el8", "version": "0.928" }, "perl-Sys-Syslog": { "arch": "x86_64", "epoch": "0", "installdate": "1639945226", "release": "397.el8", "version": "0.35" }, "perl-Term-ANSIColor": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "396.el8", "version": "4.06" }, "perl-Term-Cap": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "395.el8", "version": "1.17" }, "perl-TermReadKey": { "arch": "x86_64", "epoch": "0", "installdate": "1639945226", "release": "7.el8", "version": "2.37" }, "perl-Test": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "420.el8", "version": "1.30" }, "perl-Test-Harness": { "arch": "noarch", "epoch": "1", "installdate": "1639945224", "release": "1.el8", "version": "3.42" }, "perl-Test-Simple": { "arch": "noarch", "epoch": "1", "installdate": "1639945226", "release": "1.el8", "version": "1.302135" }, "perl-Text-Balanced": { "arch": "noarch", "epoch": "0", "installdate": "1639945224", "release": "395.el8", "version": "2.03" }, "perl-Text-Diff": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "2.el8", "version": "1.45" }, "perl-Text-Glob": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "4.el8", "version": "0.11" }, "perl-Text-ParseWords": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "395.el8", "version": "3.30" }, "perl-Text-Tabs+Wrap": { "arch": "noarch", "epoch": "0", "installdate": "1639945223", "release": "395.el8", "version": "2013.0523" }, "perl-Text-Template": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "1.el8", "version": "1.51" }, "perl-Thread-Queue": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "1.el8", "version": "3.13" }, "perl-Time-HiRes": { "arch": "x86_64", "epoch": "4", "installdate": "1639945224", "release": "2.el8", "version": "1.9758" }, "perl-Time-Local": { "arch": "noarch", "epoch": "1", "installdate": "1639945222", "release": "1.el8", "version": "1.280" }, "perl-Time-Piece": { "arch": "x86_64", "epoch": "0", "installdate": "1639945227", "release": "420.el8", "version": "1.31" }, "perl-URI": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "3.el8", "version": "1.73" }, "perl-Unicode-Collate": { "arch": "x86_64", "epoch": "0", "installdate": "1639945227", "release": "2.el8", "version": "1.25" }, "perl-Unicode-Normalize": { "arch": "x86_64", "epoch": "0", "installdate": "1639945223", "release": "396.el8", "version": "1.25" }, "perl-autodie": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "396.el8", "version": "2.29" }, "perl-bignum": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "2.el8", "version": "0.49" }, "perl-constant": { "arch": "noarch", "epoch": "0", "installdate": "1639945223", "release": "396.el8", "version": "1.33" }, "perl-devel": { "arch": "x86_64", "epoch": "4", "installdate": "1639945230", "release": "420.el8", "version": "5.26.3" }, "perl-encoding": { "arch": "x86_64", "epoch": "4", "installdate": "1639945224", "release": "3.el8", "version": "2.22" }, "perl-experimental": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "2.el8", "version": "0.019" }, "perl-inc-latest": { "arch": "noarch", "epoch": "2", "installdate": "1639945231", "release": "9.el8", "version": "0.500" }, "perl-interpreter": { "arch": "x86_64", "epoch": "4", "installdate": "1639945224", "release": "420.el8", "version": "5.26.3" }, "perl-libnet": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "3.el8", "version": "3.11" }, "perl-libnetcfg": { "arch": "noarch", "epoch": "4", "installdate": "1639945231", "release": "420.el8", "version": "5.26.3" }, "perl-libs": { "arch": "x86_64", "epoch": "4", "installdate": "1639945223", "release": "420.el8", "version": "5.26.3" }, "perl-local-lib": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "2.el8", "version": "2.000024" }, "perl-macros": { "arch": "x86_64", "epoch": "4", "installdate": "1639945223", "release": "420.el8", "version": "5.26.3" }, "perl-open": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "420.el8", "version": "1.11" }, "perl-parent": { "arch": "noarch", "epoch": "1", "installdate": "1639945223", "release": "1.el8", "version": "0.237" }, "perl-perlfaq": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "1.el8", "version": "5.20180605" }, "perl-podlators": { "arch": "noarch", "epoch": "0", "installdate": "1639945222", "release": "1.el8", "version": "4.11" }, "perl-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945228", "release": "25.el8", "version": "1" }, "perl-threads": { "arch": "x86_64", "epoch": "1", "installdate": "1639945223", "release": "2.el8", "version": "2.21" }, "perl-threads-shared": { "arch": "x86_64", "epoch": "0", "installdate": "1639945223", "release": "2.el8", "version": "1.58" }, "perl-utils": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "420.el8", "version": "5.26.3" }, "perl-version": { "arch": "x86_64", "epoch": "6", "installdate": "1639945224", "release": "1.el8", "version": "0.99.24" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "4.el8", "version": "2.4" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "2.el8", "version": "1.1.0" }, "platform-python": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "41.el8.rocky.0", "version": "3.6.8" }, "platform-python-pip": { "arch": "noarch", "epoch": "0", "installdate": "1639944751", "release": "20.el8.rocky.0", "version": "9.0.3" }, "platform-python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1639944751", "release": "6.el8", "version": "39.2.0" }, "plymouth": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "10.20200615git1e36e30.el8", "version": "0.9.4" }, "plymouth-core-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "10.20200615git1e36e30.el8", "version": "0.9.4" }, "plymouth-scripts": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "10.20200615git1e36e30.el8", "version": "0.9.4" }, "policycoreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "16.el8", "version": "2.9" }, "policycoreutils-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1639944776", "release": "16.el8", "version": "2.9" }, "policycoreutils-python-utils": { "arch": "noarch", "epoch": "0", "installdate": "1639944776", "release": "16.el8", "version": "2.9" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "12.el8", "version": "0.115" }, "polkit-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944763", "release": "12.el8", "version": "0.115" }, "polkit-pkla-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "12.el8", "version": "0.1" }, "popt": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "1.el8", "version": "1.18" }, "postfix": { "arch": "x86_64", "epoch": "2", "installdate": "1639944772", "release": "2.el8", "version": "3.5.8" }, "prefixdevname": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "6.el8", "version": "0.1.0" }, "procps-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "6.el8", "version": "3.3.15" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "5.el8", "version": "23.1" }, "publicsuffix-list-dafsa": { "arch": "noarch", "epoch": "0", "installdate": "1639944737", "release": "1.el8", "version": "20180723" }, "python-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "41.el8", "version": "3" }, "python-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945225", "release": "41.el8", "version": "3" }, "python3-audit": { "arch": "x86_64", "epoch": "0", "installdate": "1639944776", "release": "0.17.20191104git1c2f876.el8.1", "version": "3.0" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1639944772", "release": "11.el8", "version": "5.0.6" }, "python3-dateutil": { "arch": "noarch", "epoch": "1", "installdate": "1639944772", "release": "6.el8", "version": "2.6.1" }, "python3-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "15.el8", "version": "1.2.4" }, "python3-decorator": { "arch": "noarch", "epoch": "0", "installdate": "1639944764", "release": "2.el8", "version": "4.2.1" }, "python3-dnf": { "arch": "noarch", "epoch": "0", "installdate": "1639944776", "release": "4.el8", "version": "4.7.0" }, "python3-dnf-plugins-core": { "arch": "noarch", "epoch": "0", "installdate": "1639944784", "release": "3.el8", "version": "4.0.21" }, "python3-firewall": { "arch": "noarch", "epoch": "0", "installdate": "1639944774", "release": "7.el8", "version": "0.9.3" }, "python3-gobject-base": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "2.el8", "version": "3.28.3" }, "python3-gpg": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "9.el8", "version": "1.13.1" }, "python3-hawkey": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "3.el8", "version": "0.63.0" }, "python3-libcomps": { "arch": "x86_64", "epoch": "0", "installdate": "1639944776", "release": "2.el8", "version": "0.1.16" }, "python3-libdnf": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "3.el8", "version": "0.63.0" }, "python3-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944753", "release": "41.el8.rocky.0", "version": "3.6.8" }, "python3-libselinux": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "5.el8", "version": "2.9" }, "python3-libsemanage": { "arch": "x86_64", "epoch": "0", "installdate": "1639944771", "release": "6.el8", "version": "2.9" }, "python3-linux-procfs": { "arch": "noarch", "epoch": "0", "installdate": "1639944772", "release": "1.el8", "version": "0.6.3" }, "python3-nftables": { "arch": "x86_64", "epoch": "1", "installdate": "1639944774", "release": "21.el8", "version": "0.9.3" }, "python3-perf": { "arch": "x86_64", "epoch": "0", "installdate": "1639945094", "release": "348.2.1.el8_5", "version": "4.18.0" }, "python3-pip-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1639944729", "release": "20.el8.rocky.0", "version": "9.0.3" }, "python3-policycoreutils": { "arch": "noarch", "epoch": "0", "installdate": "1639944776", "release": "16.el8", "version": "2.9" }, "python3-pyparsing": { "arch": "noarch", "epoch": "0", "installdate": "1639945227", "release": "7.el8", "version": "2.1.10" }, "python3-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1639944772", "release": "7.el8", "version": "0.21.0" }, "python3-pyyaml": { "arch": "x86_64", "epoch": "0", "installdate": "1639944784", "release": "12.el8", "version": "3.12" }, "python3-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "19.el8", "version": "4.14.3" }, "python3-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945226", "release": "41.el8", "version": "3" }, "python3-setools": { "arch": "x86_64", "epoch": "0", "installdate": "1639944771", "release": "2.el8", "version": "4.3.0" }, "python3-setuptools-wheel": { "arch": "noarch", "epoch": "0", "installdate": "1639944729", "release": "6.el8", "version": "39.2.0" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1639944758", "release": "8.el8", "version": "1.11.0" }, "python3-slip": { "arch": "noarch", "epoch": "0", "installdate": "1639944771", "release": "11.el8", "version": "0.6.4" }, "python3-slip-dbus": { "arch": "noarch", "epoch": "0", "installdate": "1639944773", "release": "11.el8", "version": "0.6.4" }, "python3-syspurpose": { "arch": "x86_64", "epoch": "0", "installdate": "1639944784", "release": "3.el8", "version": "1.28.21" }, "python3-unbound": { "arch": "x86_64", "epoch": "0", "installdate": "1639944772", "release": "17.el8", "version": "1.7.3" }, "qt5-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945228", "release": "1.el8.0.1", "version": "5.15.2" }, "quota": { "arch": "x86_64", "epoch": "1", "installdate": "1639944776", "release": "14.el8", "version": "4.04" }, "quota-nls": { "arch": "noarch", "epoch": "1", "installdate": "1639944736", "release": "14.el8", "version": "4.04" }, "rdma-core": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "1.el8", "version": "35.0" }, "readline": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "10.el8", "version": "7.0" }, "redhat-lsb-core": { "arch": "x86_64", "epoch": "0", "installdate": "1639944784", "release": "47.el8", "version": "4.1" }, "redhat-lsb-submod-security": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "47.el8", "version": "4.1" }, "redhat-rpm-config": { "arch": "noarch", "epoch": "0", "installdate": "1639945230", "release": "1.el8", "version": "125" }, "rocky-gpg-keys": { "arch": "noarch", "epoch": "0", "installdate": "1639945065", "release": "2.el8", "version": "8.5" }, "rocky-release": { "arch": "noarch", "epoch": "0", "installdate": "1639945065", "release": "2.el8", "version": "8.5" }, "rocky-repos": { "arch": "noarch", "epoch": "0", "installdate": "1639945065", "release": "2.el8", "version": "8.5" }, "rootfiles": { "arch": "noarch", "epoch": "0", "installdate": "1639944786", "release": "22.el8", "version": "8.1" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1639944772", "release": "8.el8", "version": "1.2.5" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1639944754", "release": "19.el8", "version": "4.14.3" }, "rpm-build-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944775", "release": "19.el8", "version": "4.14.3" }, "rpm-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "19.el8", "version": "4.14.3" }, "rpm-plugin-selinux": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "19.el8", "version": "4.14.3" }, "rpm-plugin-systemd-inhibit": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "19.el8", "version": "4.14.3" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "12.el8", "version": "3.1.3" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "5.el8", "version": "8.2102.0" }, "rust-srpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1639945228", "release": "2.el8", "version": "5" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "2.el8", "version": "4.5" }, "selinux-policy": { "arch": "noarch", "epoch": "0", "installdate": "1639945038", "release": "80.el8_5.2", "version": "3.14.3" }, "selinux-policy-devel": { "arch": "noarch", "epoch": "0", "installdate": "1639945067", "release": "80.el8_5.2", "version": "3.14.3" }, "selinux-policy-targeted": { "arch": "noarch", "epoch": "0", "installdate": "1639945076", "release": "80.el8_5.2", "version": "3.14.3" }, "setup": { "arch": "noarch", "epoch": "0", "installdate": "1639944729", "release": "6.el8", "version": "2.12.2" }, "sg3_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "5.el8", "version": "1.44" }, "sg3_utils-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "5.el8", "version": "1.44" }, "shadow-utils": { "arch": "x86_64", "epoch": "2", "installdate": "1639944754", "release": "14.el8", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1639944757", "release": "3.el8", "version": "1.9" }, "slang": { "arch": "x86_64", "epoch": "0", "installdate": "1639944736", "release": "3.el8", "version": "2.3.2" }, "snappy": { "arch": "x86_64", "epoch": "0", "installdate": "1639944735", "release": "3.el8", "version": "1.1.8" }, "spax": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "13.el8", "version": "1.5.3" }, "sqlite-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "15.el8", "version": "3.26.0" }, "squashfs-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "20.el8", "version": "4.3" }, "sssd-client": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "2.el8_5.1", "version": "2.5.2" }, "sssd-common": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "2.el8_5.1", "version": "2.5.2" }, "sssd-kcm": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "2.el8_5.1", "version": "2.5.2" }, "sssd-nfs-idmap": { "arch": "x86_64", "epoch": "0", "installdate": "1639945065", "release": "2.el8_5.1", "version": "2.5.2" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1639944785", "release": "7.el8_4.1", "version": "1.8.29" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1639945037", "release": "51.el8_5.3", "version": "239" }, "systemd-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639945037", "release": "51.el8_5.3", "version": "239" }, "systemd-pam": { "arch": "x86_64", "epoch": "0", "installdate": "1639945038", "release": "51.el8_5.3", "version": "239" }, "systemd-udev": { "arch": "x86_64", "epoch": "0", "installdate": "1639945056", "release": "51.el8_5.3", "version": "239" }, "systemtap-sdt-devel": { "arch": "x86_64", "epoch": "0", "installdate": "1639945227", "release": "3.el8", "version": "4.5" }, "tar": { "arch": "x86_64", "epoch": "2", "installdate": "1639944733", "release": "5.el8", "version": "1.30" }, "teamd": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "2.el8", "version": "1.31" }, "time": { "arch": "x86_64", "epoch": "0", "installdate": "1639944735", "release": "3.el8", "version": "1.9" }, "timedatex": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "3.el8", "version": "0.5" }, "tpm2-tss": { "arch": "x86_64", "epoch": "0", "installdate": "1639944774", "release": "4.el8", "version": "2.3.2" }, "trousers": { "arch": "x86_64", "epoch": "0", "installdate": "1639944758", "release": "1.el8", "version": "0.3.15" }, "trousers-lib": { "arch": "x86_64", "epoch": "0", "installdate": "1639944755", "release": "1.el8", "version": "0.3.15" }, "tuned": { "arch": "noarch", "epoch": "0", "installdate": "1639944784", "release": "1.el8", "version": "2.16.0" }, "tzdata": { "arch": "noarch", "epoch": "0", "installdate": "1639944729", "release": "1.el8", "version": "2021e" }, "unbound-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944772", "release": "17.el8", "version": "1.7.3" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1639945227", "release": "45.el8_4", "version": "6.0" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1639944756", "release": "28.el8", "version": "2.32.1" }, "util-linux-user": { "arch": "x86_64", "epoch": "0", "installdate": "1639944764", "release": "28.el8", "version": "2.32.1" }, "vim-minimal": { "arch": "x86_64", "epoch": "2", "installdate": "1639944733", "release": "16.el8", "version": "8.0.1763" }, "virt-what": { "arch": "x86_64", "epoch": "0", "installdate": "1639944773", "release": "12.el8", "version": "1.18" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1639944784", "release": "10.el8", "version": "1.19.5" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1639944732", "release": "16.el8", "version": "2.21" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944786", "release": "9.el8", "version": "5.0.0" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1639944729", "release": "1.el8", "version": "2.28" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1639944733", "release": "3.el8.1", "version": "5.2.4" }, "xz-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "3.el8.1", "version": "5.2.4" }, "yum": { "arch": "noarch", "epoch": "0", "installdate": "1639944784", "release": "4.el8", "version": "4.7.0" }, "yum-utils": { "arch": "noarch", "epoch": "0", "installdate": "1639944784", "release": "3.el8", "version": "4.0.21" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1639945227", "release": "23.el8", "version": "3.0" }, "zlib": { "arch": "x86_64", "epoch": "0", "installdate": "1639944731", "release": "17.el8", "version": "1.2.11" } }, "platform": "rocky", "platform_family": "rhel", "platform_version": "8.5", "root_group": "root", "shard_seed": 226529504, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/sh", "/usr/bin/bash" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/smartos/000077500000000000000000000000001417433310300210415ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/smartos/5.11.json000066400000000000000000001240641417433310300223270ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-11.10.0/lib", "version": "11.10.0" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-6.20.0/lib/ohai", "version": "6.20.0" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": "0", "compressed": 0, "drop": 0, "errors": "0", "frame": 0, "multicast": 0, "overrun": 0, "packets": "0" }, "tx": { "bytes": "342", "carrier": 0, "collisions": "0", "compressed": 0, "drop": 0, "errors": "0", "overrun": 0, "packets": "0" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "deprecated": true, "dmi": { }, "domain": "local", "etc": { "group": { "fauxhai": { "gid": 0, "members": [ "fauxhai" ] } }, "passwd": { "fauxhai": { "dir": "/home/fauxhai", "gecos": "Fauxhai", "gid": 0, "shell": "/bin/bash", "uid": 0 } } }, "filesystem": { "/dev": { "mount": "/dev", "mount_options": [ "read", "write", "setuid", "devices", "dev=85c0022" ], "mount_time": "Thu Mar 20 20:02:28 2014" }, "/lib": { "kb_available": "28570", "kb_size": "268363", "kb_used": "239793", "mount": "/lib", "mount_options": [ "read only", "setuid", "nodevices", "dev=1480001" ], "mount_time": "Thu Mar 20 20:02:28 2014", "percent_used": "90%" }, "/lib/svc/manifest": { "kb_available": "1569255372", "kb_size": "1569256117", "kb_used": "745", "mount": "/lib/svc/manifest", "mount_options": [ "read only", "setuid", "nodevices", "dev=1690003" ], "mount_time": "Thu Mar 20 20:02:28 2014", "percent_used": "1%" }, "/lib/svc/manifest/site": { "kb_available": "136736075", "kb_size": "137773660", "kb_used": "1037585", "mount": "/lib/svc/manifest/site", "mount_options": [ "read", "write", "setuid", "nodevices", "dev=16900b7" ], "mount_time": "Thu Mar 20 20:02:28 2014", "percent_used": "1%" }, "/sbin": { "kb_available": "28570", "kb_size": "268363", "kb_used": "239793", "mount": "/sbin", "mount_options": [ "read only", "setuid", "nodevices", "dev=1480001" ], "mount_time": "Thu Mar 20 20:02:28 2014", "percent_used": "90%" }, "/usr": { "kb_available": "44098", "kb_size": "426942", "kb_used": "382844", "mount": "/usr", "mount_options": [ "read only", "setuid", "nodevices", "dev=900001" ], "mount_time": "Thu Mar 20 20:02:28 2014", "percent_used": "90%" }, "/usr/ccs": { "kb_available": "136736075", "kb_size": "137773660", "kb_used": "1037585", "mount": "/usr/ccs", "mount_options": [ "read", "write", "setuid", "nodevices", "dev=16900b7" ], "mount_time": "Thu Mar 20 20:02:28 2014", "percent_used": "1%" }, "/usr/lib/libc/libc_hwcap1.so.1": { "kb_available": "44098", "kb_size": "426942", "kb_used": "382844", "mount": "/lib/libc.so.1", "mount_options": [ "read", "write", "setuid", "devices", "zone=1ba736a0-efac-6655-de11-c46ed6af1fbb", "dev=900001" ], "mount_time": "Thu Mar 20 20:02:30 2014", "percent_used": "90%" }, "/usr/local": { "kb_available": "136736075", "kb_size": "137773660", "kb_used": "1037585", "mount": "/usr/local", "mount_options": [ "read", "write", "setuid", "nodevices", "dev=16900b7" ], "mount_time": "Thu Mar 20 20:02:28 2014", "percent_used": "1%" }, "ctfs": { "mount": "/system/contract", "mount_options": [ "read", "write", "setuid", "nodevices", "zone=1ba736a0-efac-6655-de11-c46ed6af1fbb", "dev=8640037" ], "mount_time": "Thu Mar 20 20:02:28 2014" }, "fd": { "mount": "/dev/fd", "mount_options": [ "read", "write", "setuid", "nodevices", "zone=1ba736a0-efac-6655-de11-c46ed6af1fbb", "dev=8880037" ], "mount_time": "Thu Mar 20 20:02:30 2014" }, "lxproc": { "mount": "/system/lxproc", "mount_options": [ "read", "write", "setuid", "nodevices", "zone=1ba736a0-efac-6655-de11-c46ed6af1fbb", "dev=8940000" ], "mount_time": "Thu Mar 20 20:02:28 2014" }, "mnttab": { "mount": "/etc/mnttab", "mount_options": [ "read", "write", "setuid", "nodevices", "zone=1ba736a0-efac-6655-de11-c46ed6af1fbb", "dev=8680037" ], "mount_time": "Thu Mar 20 20:02:28 2014" }, "objfs": { "mount": "/system/object", "mount_options": [ "read", "write", "setuid", "nodevices", "zone=1ba736a0-efac-6655-de11-c46ed6af1fbb", "dev=8700037" ], "mount_time": "Thu Mar 20 20:02:28 2014" }, "proc": { "mount": "/proc", "mount_options": [ "read", "write", "setuid", "nodevices", "zone=1ba736a0-efac-6655-de11-c46ed6af1fbb", "dev=8600036" ], "mount_time": "Thu Mar 20 20:02:28 2014" }, "swap": { "kb_available": "8333076", "kb_size": "8388608", "kb_used": "55532", "mount": "/var/run", "mount_options": [ "read", "write", "setuid", "nodevices", "xattr", "zone=1ba736a0-efac-6655-de11-c46ed6af1fbb", "dev=86c00c0" ], "mount_time": "Thu Mar 20 20:02:31 2014", "percent_used": "1%" }, "zones/1ba736a0-efac-6655-de11-c46ed6af1fbb": { "kb_available": "136736075", "kb_size": "137773660", "kb_used": "1037585", "mount": "/", "mount_options": [ "read", "write", "setuid", "devices", "nonbmand", "exec", "xattr", "noatime", "dev=16900b7" ], "mount_time": "Thu Mar 20 20:02:03 2014", "percent_used": "1%" } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "ipaddress": "10.0.0.2", "kernel": { "machine": "i86pc", "modules": { "FSS": { "description": "fair share scheduling class", "id": 156, "loadaddr": "fffffffff7eaa000", "size": 17144 }, "RT": { "description": "realtime scheduling class", "id": 234, "loadaddr": "fffffffff82ae000", "size": 6344 }, "RT_DPTBL": { "description": "realtime dispatch table", "id": 235, "loadaddr": "fffffffff7c4df08", "size": 848 }, "SDC": { "description": "system duty cycle scheduling cl", "id": 231, "loadaddr": "fffffffff82a7000", "size": 7248 }, "TS": { "description": "time sharing sched class", "id": 12, "loadaddr": "fffffffffbbf9128", "size": 15880 }, "TS_DPTBL": { "description": "Time sharing dispatch table", "id": 13, "loadaddr": "fffffffff782b140", "size": 2536 }, "acpi_drv": { "description": "ACPI driver", "id": 99, "loadaddr": "fffffffff7c15000", "size": 19496 }, "acpica": { "description": "ACPI interpreter", "id": 15, "loadaddr": "fffffffff7836000", "size": 426896 }, "acpidev": { "description": "ACPI device enumerator", "id": 18, "loadaddr": "fffffffff78b7000", "size": 68872 }, "acpinex": { "description": "ACPI virtual bus driver", "id": 54, "loadaddr": "fffffffff799b000", "size": 12080 }, "acpippm": { "description": "ACPI ppm driver", "id": 46, "loadaddr": "fffffffff79503c8", "size": 2936 }, "aes": { "description": "AES Kernel SW Provider", "id": 246, "loadaddr": "fffffffff81bf000", "size": 45632 }, "aggr": { "description": "Link Aggregation MAC", "id": 172, "loadaddr": "fffffffff812c000", "size": 44504 }, "agpmaster": { "description": "AGP master interfaces", "id": 88, "loadaddr": "fffffffff7bc3000", "size": 5872 }, "arp": { "description": "ARP STREAMS module", "id": 73, "loadaddr": "fffffffff79ab620", "size": 1640 }, "asy": { "description": "ASY driver", "id": 107, "loadaddr": "fffffffff7c47000", "size": 29264 }, "blowfish": { "description": "Blowfish Kernel SW Provider", "id": 245, "loadaddr": "fffffffff82a9000", "size": 12448 }, "bnx": { "description": "Broadcom NXII GbE 6.0.3", "id": 76, "loadaddr": "fffffffff7b4d000", "size": 412840 }, "bpf": { "description": "Berkely Packet Filter", "id": 217, "loadaddr": "fffffffff7c28000", "size": 20304 }, "bridge": { "description": "bridging driver", "id": 173, "loadaddr": "fffffffff7d28870", "size": 26000 }, "busra": { "description": "Bus Resource Allocator (BUSRA)", "id": 17, "loadaddr": "fffffffffbbfc6a8", "size": 9544 }, "c2audit": { "description": "Solaris Auditing (C2)", "id": 236, "loadaddr": "fffffffff82b0000", "size": 81840 }, "clone": { "description": "Clone Pseudodriver 'clone'", "id": 31, "loadaddr": "fffffffff790ea50", "size": 2016 }, "cmlb": { "description": "Common Labeling module", "id": 150, "loadaddr": "fffffffff7e92000", "size": 34128 }, "cn": { "description": "Console redirection driver", "id": 122, "loadaddr": "fffffffff7c9a568", "size": 2912 }, "consconfig": { "description": "console configuration", "id": 80, "loadaddr": "fffffffff7c46e00", "size": 616 }, "consconfig_dacf": { "description": "Consconfig DACF", "id": 81, "loadaddr": "fffffffff7b74000", "size": 22032 }, "conskbd": { "description": "conskbd multiplexer driver", "id": 89, "loadaddr": "fffffffff7bc5000", "size": 12040 }, "consms": { "description": "Mouse Driver for Sun 'consms' 5", "id": 91, "loadaddr": "fffffffff7bcc000", "size": 7656 }, "cpc": { "description": "32-bit cpc sampling system call", "id": 196, "loadaddr": "fffffffff80e4000", "size": 6080 }, "cpu.generic": { "description": "Generic x86 CPU Module", "id": 21, "loadaddr": "fffffffff78cc000", "size": 18776 }, "cpudrv": { "description": "CPU Driver", "id": 55, "loadaddr": "fffffffff7d26570", "size": 9200 }, "cpuid": { "description": "cpuid driver", "id": 175, "loadaddr": "fffffffff82a6a08", "size": 1896 }, "crypto": { "description": "Cryptographic Library Interface", "id": 176, "loadaddr": "fffffffff8118000", "size": 79184 }, "cryptoadm": { "description": "Cryptographic Administrative In", "id": 155, "loadaddr": "fffffffff7ea8000", "size": 5312 }, "ctf": { "description": "Compact C Type Format routines", "id": 185, "loadaddr": "fffffffff80c6000", "size": 41368 }, "ctfs": { "description": "contract filesystem", "id": 49, "loadaddr": "fffffffff78e0000", "size": 16472 }, "dcpc": { "description": "DTrace CPC Module", "id": 198, "loadaddr": "fffffffff8103000", "size": 7320 }, "des": { "description": "DES Kernel SW Provider", "id": 244, "loadaddr": "fffffffff7bff000", "size": 45408 }, "dev": { "description": "/dev filesystem", "id": 7, "loadaddr": "fffffffffbbc1838", "size": 70976 }, "devfs": { "description": "devices filesystem", "id": 6, "loadaddr": "fffffffffbbbc410", "size": 22256 }, "devinfo": { "description": "DEVINFO Driver", "id": 160, "loadaddr": "fffffffff7feb200", "size": 25336 }, "dld": { "description": "Data-Link Driver", "id": 57, "loadaddr": "fffffffff79a3000", "size": 35680 }, "dlpistub": { "description": "DLPI stub driver", "id": 177, "loadaddr": "fffffffff7c4f4d8", "size": 3512 }, "dls": { "description": "Data-Link Services", "id": 8, "loadaddr": "fffffffffbbd2768", "size": 26872 }, "doorfs": { "description": "32-bit door syscalls", "id": 125, "loadaddr": "fffffffff7ca6000", "size": 26808 }, "dr_sas": { "description": "LSIv2.0", "id": 169, "loadaddr": "fffffffff7f72000", "size": 35272 }, "dtrace": { "description": "Dynamic Tracing", "id": 5, "loadaddr": "fffffffff80e6000", "size": 116688 }, "dump": { "description": "crash dump driver", "id": 207, "loadaddr": "fffffffff7bbd978", "size": 2064 }, "ehci": { "description": "USB EHCI Driver", "id": 95, "loadaddr": "fffffffff7bd8000", "size": 91840 }, "elfexec": { "description": "32-bit exec module for elf", "id": 103, "loadaddr": "fffffffff7fe0000", "size": 45888 }, "fasttrap": { "description": "Fasttrap Tracing", "id": 199, "loadaddr": "fffffffff8105000", "size": 22664 }, "fbt": { "description": "Function Boundary Tracing", "id": 200, "loadaddr": "fffffffff799a0a0", "size": 4408 }, "fdfs": { "description": "filesystem for fd", "id": 158, "loadaddr": "fffffffff7eae000", "size": 5144 }, "fifofs": { "description": "filesystem for fifo", "id": 4, "loadaddr": "fffffffffbbb7e90", "size": 18032 }, "fm": { "description": "fault management driver", "id": 205, "loadaddr": "fffffffff7d25000", "size": 5896 }, "fssnap": { "description": "snapshot driver", "id": 208, "loadaddr": "fffffffff7cbd000", "size": 13792 }, "fssnap_if": { "description": "File System Snapshot Interface", "id": 45, "loadaddr": "fffffffff7948cc8", "size": 944 }, "hid": { "description": "USB HID Client Driver", "id": 144, "loadaddr": "fffffffff7e55000", "size": 17776 }, "hidparser": { "description": "HID Parser", "id": 145, "loadaddr": "fffffffff7e5a000", "size": 15680 }, "hook": { "description": "Hooks Interface v1.0", "id": 63, "loadaddr": "fffffffff7b0e000", "size": 16672 }, "hpcsvc": { "description": "hot-plug controller services", "id": 86, "loadaddr": "fffffffff7bbe000", "size": 4792 }, "hubd": { "description": "USB Hub Driver", "id": 130, "loadaddr": "fffffffff78e9bd0", "size": 1448 }, "icmp": { "description": "Rawip socket module", "id": 71, "loadaddr": "fffffffff78cb638", "size": 1832 }, "icmp6": { "description": "ICMP6 STREAMS driver", "id": 72, "loadaddr": "fffffffff78cbaf8", "size": 1544 }, "idm": { "description": "iSCSI Data Mover", "id": 164, "loadaddr": "fffffffff7ef3000", "size": 70128 }, "idmap": { "description": "ID Mapping kernel module", "id": 140, "loadaddr": "fffffffff7e2b000", "size": 19464 }, "intel_nhm": { "description": "Intel QuickPath Memory Controll", "id": 100, "loadaddr": "fffffffff7c1a000", "size": 21592 }, "intpexec": { "description": "exec mod for interp", "id": 152, "loadaddr": "fffffffff7bc7a90", "size": 1568 }, "iommulib": { "description": "IOMMU library module", "id": 28, "loadaddr": "fffffffff790f000", "size": 9296 }, "ip": { "description": "IP STREAMS module 1.47", "id": 58, "loadaddr": "fffffffff79ac000", "size": 1330512 }, "ip6": { "description": "IP6 STREAMS driver", "id": 65, "loadaddr": "fffffffff78dcb28", "size": 1544 }, "ipc": { "description": "common ipc code", "id": 238, "loadaddr": "fffffffff82c5000", "size": 6744 }, "ipd": { "description": "Internet packet disturber", "id": 206, "loadaddr": "fffffffff8185000", "size": 7824 }, "ipf": { "description": "IP Filter: v4.1.9", "id": 216, "loadaddr": "fffffffff8148000", "size": 227320 }, "ipmi": { "description": "ipmi driver", "id": 229, "loadaddr": "fffffffff82a4000", "size": 11360 }, "ipnet": { "description": "STREAMS ipnet driver", "id": 178, "loadaddr": "fffffffff8137000", "size": 22472 }, "ippctl": { "description": "IP Policy Configuration Driver", "id": 180, "loadaddr": "fffffffff799e000", "size": 7880 }, "ipsecah": { "description": "IPsec AH STREAMS module", "id": 117, "loadaddr": "fffffffff7c6a000", "size": 81960 }, "ipsecesp": { "description": "IPsec ESP STREAMS module", "id": 116, "loadaddr": "fffffffff813d000", "size": 32880 }, "iptun": { "description": "IP tunneling driver", "id": 181, "loadaddr": "fffffffff817f000", "size": 24448 }, "isa": { "description": "isa nexus driver for 'ISA'", "id": 19, "loadaddr": "fffffffff78c8000", "size": 15104 }, "iscsi": { "description": "iSCSI Initiator v-1.55", "id": 162, "loadaddr": "fffffffff7ebe000", "size": 211392 }, "iscsit": { "description": "iSCSI Target", "id": 167, "loadaddr": "fffffffff7c52000", "size": 96312 }, "iwscn": { "description": "Workstation Redirection driver", "id": 94, "loadaddr": "fffffffff789d240", "size": 3880 }, "ixgbe": { "description": "Intel 10Gb Ethernet", "id": 170, "loadaddr": "fffffffff7f7b000", "size": 142984 }, "kbtrans": { "description": "kbtrans (key translation)", "id": 90, "loadaddr": "fffffffff7bc8000", "size": 19424 }, "kcf": { "description": "Kernel Crypto Framework", "id": 60, "loadaddr": "fffffffff7ae4000", "size": 150472 }, "keysock": { "description": "PF_KEY socket STREAMS module", "id": 119, "loadaddr": "fffffffff7c96000", "size": 19064 }, "klmmod": { "description": "lock mgr common module", "id": 224, "loadaddr": "fffffffff81f3000", "size": 69864 }, "kmdb": { "description": "kmdb driver", "id": 183, "loadaddr": "fffffffff82c69d8", "size": 1944 }, "kmdbmod": { "description": "kmdb 1.0 Proto", "id": 184, "loadaddr": "fffffffff82d7000", "size": 926488 }, "ksocket": { "description": "kernel socket module", "id": 163, "loadaddr": "fffffffff7ef1000", "size": 8144 }, "kssl": { "description": "Kernel SSL Interface", "id": 98, "loadaddr": "fffffffff7c12000", "size": 11488 }, "kstat": { "description": "kernel statistics driver", "id": 209, "loadaddr": "fffffffff7caf1c0", "size": 4024 }, "ksyms": { "description": "kernel symbols driver", "id": 210, "loadaddr": "fffffffff78c7230", "size": 3920 }, "kvm": { "description": "kvm driver v0.1", "id": 214, "loadaddr": "fffffffff8191000", "size": 226896 }, "ldterm": { "description": "terminal line discipline", "id": 105, "loadaddr": "fffffffff7c36000", "size": 60744 }, "llc1": { "description": "LLC Class 1 Driver", "id": 186, "loadaddr": "fffffffff810e000", "size": 20040 }, "lockstat": { "description": "Lock Statistics", "id": 202, "loadaddr": "fffffffff80d78a0", "size": 2784 }, "lofi": { "description": "loopback file driver", "id": 153, "loadaddr": "fffffffff7e9c000", "size": 29704 }, "lofs": { "description": "filesystem for lofs", "id": 154, "loadaddr": "fffffffff7ea4000", "size": 16112 }, "log": { "description": "streams log driver", "id": 187, "loadaddr": "fffffffff7cac740", "size": 2840 }, "logindmux": { "description": "logindmux driver", "id": 211, "loadaddr": "fffffffff8116000", "size": 8016 }, "lxprocfs": { "description": "generic linux procfs", "id": 243, "loadaddr": "fffffffff82d0000", "size": 29736 }, "mac": { "description": "MAC Services", "id": 9, "loadaddr": "fffffffff77fb000", "size": 201464 }, "mac_ether": { "description": "Ethernet MAC plugin", "id": 77, "loadaddr": "fffffffff78df570", "size": 6304 }, "md4": { "description": "MD4 Kernel SW Provider", "id": 222, "loadaddr": "fffffffff7c31000", "size": 6392 }, "md5": { "description": "MD5 Kernel SW Provider", "id": 59, "loadaddr": "fffffffff7ae1000", "size": 11664 }, "mm": { "description": "memory driver", "id": 123, "loadaddr": "fffffffff7ca4000", "size": 6120 }, "mntfs": { "description": "mount information file system", "id": 50, "loadaddr": "fffffffff78e4000", "size": 15600 }, "namefs": { "description": "filesystem for namefs", "id": 126, "loadaddr": "fffffffff7cad000", "size": 8864 }, "neti": { "description": "netinfo module", "id": 64, "loadaddr": "fffffffff7b13000", "size": 9936 }, "nfs": { "description": "network filesystem version 4", "id": 225, "loadaddr": "fffffffff8204000", "size": 613928 }, "npe": { "description": "Host to PCIe nexus driver", "id": 41, "loadaddr": "fffffffff7949000", "size": 32896 }, "nsmb": { "description": "SMBFS network driver", "id": 221, "loadaddr": "fffffffff7c7e000", "size": 64480 }, "objfs": { "description": "kernel object filesystem", "id": 52, "loadaddr": "fffffffff7998000", "size": 9408 }, "openeepr": { "description": "OPENPROM/NVRAM Driver", "id": 188, "loadaddr": "fffffffff80d6000", "size": 7736 }, "options": { "description": "options driver", "id": 29, "loadaddr": "fffffffff7835b60", "size": 752 }, "pci": { "description": "x86 Host to PCI nexus driver", "id": 161, "loadaddr": "fffffffff7eb7000", "size": 28496 }, "pci_autoconfig": { "description": "PCI BIOS interface", "id": 14, "loadaddr": "fffffffff782c000", "size": 40104 }, "pci_pci": { "description": "Standard PCI to PCI bridge nexu", "id": 84, "loadaddr": "fffffffff7bb6000", "size": 7896 }, "pcie": { "description": "PCI Express Framework Module", "id": 16, "loadaddr": "fffffffff789e000", "size": 100480 }, "pcieb": { "description": "PCIe bridge/switch driver", "id": 75, "loadaddr": "fffffffff7b49000", "size": 16688 }, "pcihp": { "description": "PCI nexus hotplug support", "id": 85, "loadaddr": "fffffffff7bb8000", "size": 23192 }, "pcplusmp": { "description": "pcplusmp v1.4 compatible", "id": 26, "loadaddr": "fffffffff78ea000", "size": 67512 }, "physmem": { "description": "physmem driver", "id": 190, "loadaddr": "fffffffff8113000", "size": 5752 }, "pipe": { "description": "32-bit pipe(2) syscall", "id": 124, "loadaddr": "fffffffff7bb5be0", "size": 1248 }, "pit_beep": { "description": "Intel Pit_beep Driver", "id": 171, "loadaddr": "fffffffff7d2ec28", "size": 1360 }, "pm": { "description": "power management driver", "id": 218, "loadaddr": "fffffffff7c2d000", "size": 20488 }, "poll": { "description": "/dev/poll driver", "id": 189, "loadaddr": "fffffffff7cc1000", "size": 6192 }, "pool": { "description": "pool driver", "id": 215, "loadaddr": "fffffffff8146000", "size": 5104 }, "portfs": { "description": "32-bit event ports syscalls", "id": 127, "loadaddr": "fffffffff7cb0000", "size": 28664 }, "power": { "description": "power button driver", "id": 194, "loadaddr": "fffffffff80e2000", "size": 6000 }, "ppm": { "description": "platform pm driver", "id": 47, "loadaddr": "fffffffff78d7000", "size": 24576 }, "procfs": { "description": "filesystem for proc", "id": 10, "loadaddr": "fffffffffbbd8fa0", "size": 132888 }, "profile": { "description": "Profile Interrupt Tracing", "id": 201, "loadaddr": "fffffffff7d51178", "size": 4264 }, "pset": { "description": "32-bit pset(2) syscall", "id": 240, "loadaddr": "fffffffff82ca000", "size": 7912 }, "pseudo": { "description": "nexus driver for 'pseudo' 1.31", "id": 30, "loadaddr": "fffffffff7911398", "size": 3464 }, "ptc": { "description": "tty pseudo driver control 'ptc'", "id": 109, "loadaddr": "fffffffff7c50000", "size": 7648 }, "ptem": { "description": "pty hardware emulator", "id": 242, "loadaddr": "fffffffff82ce000", "size": 5032 }, "ptm": { "description": "Master streams driver 'ptm'", "id": 212, "loadaddr": "fffffffff8102348", "size": 3840 }, "pts": { "description": "Slave Stream Pseudo Terminal dr", "id": 213, "loadaddr": "fffffffff7ea9338", "size": 3816 }, "ptsl": { "description": "tty pseudo driver slave 'ptsl'", "id": 108, "loadaddr": "fffffffff7c4e000", "size": 6016 }, "ramdisk": { "description": "ramdisk driver", "id": 48, "loadaddr": "fffffffff78dd000", "size": 10040 }, "random": { "description": "random number device", "id": 191, "loadaddr": "fffffffff7e638c8", "size": 2120 }, "rootnex": { "description": "i86pc root nexus", "id": 27, "loadaddr": "fffffffff78fb000", "size": 82080 }, "rpcmod": { "description": "rpc interface str mod", "id": 141, "loadaddr": "fffffffff7e30000", "size": 128096 }, "rpcsec": { "description": "kernel RPC security module.", "id": 226, "loadaddr": "fffffffff8298000", "size": 24512 }, "rts": { "description": "PF_ROUTE socket module", "id": 157, "loadaddr": "fffffffff7cc3b58", "size": 1672 }, "sad": { "description": "STREAMS Administrative Driver '", "id": 104, "loadaddr": "fffffffff7c34000", "size": 4808 }, "scsa2usb": { "description": "SCSA to USB Driver", "id": 148, "loadaddr": "fffffffff7e64000", "size": 41840 }, "scsi": { "description": "SCSI Bus Utility Routines", "id": 33, "loadaddr": "fffffffff7925000", "size": 153352 }, "scsi_vhci": { "description": "SCSI VHCI Driver", "id": 32, "loadaddr": "fffffffff7912000", "size": 75072 }, "scsi_vhci_f_asym_emc": { "description": "f_asym_emc", "id": 36, "loadaddr": "fffffffffbbfeb68", "size": 4624 }, "scsi_vhci_f_asym_lsi": { "description": "f_asym_lsi", "id": 35, "loadaddr": "fffffffff7947000", "size": 8000 }, "scsi_vhci_f_asym_sun": { "description": "f_asym_sun", "id": 34, "loadaddr": "fffffffff78fa078", "size": 3880 }, "scsi_vhci_f_sym": { "description": "f_sym", "id": 39, "loadaddr": "fffffffff78d2668", "size": 1800 }, "scsi_vhci_f_sym_emc": { "description": "f_sym_emc", "id": 37, "loadaddr": "fffffffff7946aa0", "size": 1112 }, "scsi_vhci_f_sym_hds": { "description": "f_sym_hds", "id": 38, "loadaddr": "fffffffff78b6788", "size": 1888 }, "scsi_vhci_f_tpgs": { "description": "f_tpgs", "id": 40, "loadaddr": "fffffffff79242f8", "size": 3128 }, "sd": { "description": "SCSI Disk Driver", "id": 149, "loadaddr": "fffffffff7e6e000", "size": 150872 }, "sdt": { "description": "Statically Defined Tracing", "id": 203, "loadaddr": "fffffffff810b000", "size": 38944 }, "semsys": { "description": "32-bit System V semaphore facil", "id": 237, "loadaddr": "fffffffff82c2000", "size": 8896 }, "sha1": { "description": "SHA1 Kernel SW Provider 1.1", "id": 62, "loadaddr": "fffffffff7b0a000", "size": 13592 }, "sha2": { "description": "SHA2 Kernel SW Provider", "id": 143, "loadaddr": "fffffffff7e4f000", "size": 22800 }, "sharefs": { "description": "sharefs syscall (32-bit)", "id": 53, "loadaddr": "fffffffff78e8000", "size": 7504 }, "shmsys": { "description": "32-bit System V shared memory", "id": 239, "loadaddr": "fffffffff82c7000", "size": 8728 }, "simnet": { "description": "Simulated Network Driver", "id": 192, "loadaddr": "fffffffff7cba000", "size": 9896 }, "smbios": { "description": "System Management BIOS driver", "id": 101, "loadaddr": "fffffffff7bc4618", "size": 2800 }, "smbsrv": { "description": "CIFS Server Protocol", "id": 223, "loadaddr": "fffffffff7ff4000", "size": 449304 }, "sockfs": { "description": "filesystem for sockfs", "id": 67, "loadaddr": "fffffffff7b16000", "size": 197000 }, "softmac": { "description": "softmac driver", "id": 79, "loadaddr": "fffffffff7b6b000", "size": 38744 }, "spdsock": { "description": "PF_POLICY socket STREAMS driver", "id": 120, "loadaddr": "fffffffff7c9b000", "size": 28672 }, "specfs": { "description": "filesystem for specfs", "id": 3, "loadaddr": "fffffffffbbb2000", "size": 24464 }, "sppp": { "description": "PPP 4.0 mux", "id": 219, "loadaddr": "fffffffff8188000", "size": 21224 }, "sppptun": { "description": "PPP 4.0 tunnel driver", "id": 220, "loadaddr": "fffffffff818d000", "size": 16088 }, "srn": { "description": "srn driver", "id": 197, "loadaddr": "fffffffff7ff3378", "size": 3752 }, "stmf": { "description": "COMSTAR STMF", "id": 138, "loadaddr": "fffffffff7d40000", "size": 70736 }, "stmf_sbd": { "description": "COMSTAR SBD", "id": 137, "loadaddr": "fffffffff7d2f000", "size": 69592 }, "strplumb": { "description": "STREAMS Plumbing Module", "id": 56, "loadaddr": "fffffffff79a1000", "size": 5808 }, "swrand": { "description": "Kernel Random number Provider", "id": 61, "loadaddr": "fffffffff7b08000", "size": 7928 }, "sy": { "description": "Indirect driver for tty 'sy'", "id": 159, "loadaddr": "fffffffff7c14968", "size": 2072 }, "sysevent": { "description": "sysevent driver", "id": 151, "loadaddr": "fffffffff7e9a000", "size": 5720 }, "sysmsg": { "description": "System message redirection (fan", "id": 121, "loadaddr": "fffffffff7ca2000", "size": 7088 }, "systrace": { "description": "System Call Tracing", "id": 204, "loadaddr": "fffffffff7f7a7b8", "size": 2488 }, "tap": { "description": "TUN/TAP driver 1.3.0 12/18/2013", "id": 227, "loadaddr": "fffffffff829e000", "size": 12760 }, "tcp": { "description": "TCP socket module", "id": 66, "loadaddr": "fffffffff7ae3a70", "size": 1832 }, "tcp6": { "description": "TCP6 STREAMS driver", "id": 68, "loadaddr": "fffffffff7997930", "size": 1544 }, "tem": { "description": "ANSI Terminal Emulator", "id": 93, "loadaddr": "fffffffff7bd2000", "size": 44560 }, "timod": { "description": "transport interface str mod", "id": 74, "loadaddr": "fffffffff7b45000", "size": 18032 }, "tl": { "description": "TPI Local Transport (tl)", "id": 118, "loadaddr": "fffffffff7c8f000", "size": 29352 }, "tlimod": { "description": "KTLI misc module", "id": 142, "loadaddr": "fffffffff7e4d000", "size": 8096 }, "tmpfs": { "description": "filesystem for tmpfs", "id": 51, "loadaddr": "fffffffff7990000", "size": 97488 }, "ttcompat": { "description": "alt ioctl calls", "id": 106, "loadaddr": "fffffffff7c45000", "size": 8176 }, "tun": { "description": "TUN/TAP driver 1.3.0 12/18/2013", "id": 228, "loadaddr": "fffffffff82a1000", "size": 11200 }, "ucode": { "description": "ucode driver", "id": 195, "loadaddr": "fffffffff82a37f0", "size": 2424 }, "udp": { "description": "UDP socket module", "id": 69, "loadaddr": "fffffffff7b15638", "size": 1832 }, "udp6": { "description": "UDP6 STREAMS driver", "id": 70, "loadaddr": "fffffffff7b15af8", "size": 1544 }, "ufs": { "description": "filesystem for ufs", "id": 44, "loadaddr": "fffffffff7951000", "size": 263760 }, "uhci": { "description": "USB UHCI Controller Driver", "id": 96, "loadaddr": "fffffffff7bef000", "size": 61936 }, "uppc": { "description": "UniProcessor PC", "id": 23, "loadaddr": "fffffffff78d3000", "size": 13576 }, "usb_mid": { "description": "USB Multi Interface Driver", "id": 128, "loadaddr": "fffffffff7cb7000", "size": 9704 }, "usba": { "description": "USBA: USB Architecture 2.0 1.66", "id": 83, "loadaddr": "fffffffff7b7e000", "size": 232584 }, "usbkbm": { "description": "USB keyboard streams 1.44", "id": 146, "loadaddr": "fffffffff7e5e000", "size": 9192 }, "usbms": { "description": "USB mouse streams", "id": 147, "loadaddr": "fffffffff7e61000", "size": 10920 }, "usbser": { "description": "USB generic serial module", "id": 82, "loadaddr": "fffffffff7b79000", "size": 20240 }, "vgatext": { "description": "VGA text driver", "id": 87, "loadaddr": "fffffffff7bc0000", "size": 18464 }, "vnic": { "description": "Virtual NIC", "id": 193, "loadaddr": "fffffffff80df000", "size": 9600 }, "wc": { "description": "Workstation multiplexer Driver ", "id": 92, "loadaddr": "fffffffff7bce000", "size": 15312 }, "xsvc": { "description": "xsvc driver", "id": 165, "loadaddr": "fffffffff7ff1360", "size": 6400 }, "zcons": { "description": "Zone console driver", "id": 241, "loadaddr": "fffffffff82cc000", "size": 6688 }, "zfs": { "description": "ZFS storage pool", "id": 139, "loadaddr": "fffffffff7d52000", "size": 937776 } }, "name": "SunOS", "os": "SunOS", "release": "5.11", "version": "joyent_20131218T184706Z" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-sun-solaris2.11", "host_cpu": "x86_64", "host_os": "solaris2.11", "host_vendor": "sun", "platform": "x86_64-solaris2.11", "release_date": "2013-11-22", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-sun-solaris2.11", "target_cpu": "x86_64", "target_os": "solaris2.11", "target_vendor": "sun", "version": "1.9.3" } }, "macaddress": "11:11:11:11:11:11", "memory": { "total": "512" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "routes": [ { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" } ], "state": "up", "type": "eth" } }, "settings": { } }, "ohai_time": 1395346272.1379142, "os": "solaris2", "os_version": "5.11", "platform": "smartos", "platform_build": "joyent_20131218T184706Z", "platform_family": "smartos", "platform_version": "5.11", "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450 }fauxhai-9.3.0/lib/fauxhai/platforms/solaris2/000077500000000000000000000000001417433310300211075ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/solaris2/5.11.json000066400000000000000000007560711417433310300224060ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "by_device": { "-fedfs": { "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mounts": [ "/nfs4" ], "percent_used": "0%" }, "-hosts": { "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mounts": [ "/net" ], "percent_used": "0%" }, "/dev": { "fs_type": "dev", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "devices", "rstchown", "zone=dev-system", "nozonemod", "sharezone=33", "dev=fff0000e" ], "mount_time": "Mon Nov 1 19:58:21 2021", "mounts": [ "/dev" ], "percent_used": "0%" }, "/usr/lib/libc/libc_hwcap1.so.1": { "fs_type": "lofs", "kb_available": "89327187", "kb_size": "90240601", "kb_used": "913413", "mount_options": [ "read", "write", "setuid", "devices", "rstchown", "zone=dev-system", "sharezone=33", "dev=39d0244" ], "mount_time": "Mon Nov 1 19:58:40 2021", "mounts": [ "/lib/libc.so.1" ], "percent_used": "2%" }, "auto_home": { "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mounts": [ "/home" ], "percent_used": "0%" }, "ctfs": { "fs_type": "ctfs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffe00021" ], "mount_time": "Mon Nov 1 19:58:22 2021", "mounts": [ "/system/contract" ], "percent_used": "0%" }, "fd": { "fs_type": "fd", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffcc0021" ], "mount_time": "Mon Nov 1 19:58:23 2021", "mounts": [ "/dev/fd" ], "percent_used": "0%" }, "mnttab": { "fs_type": "mntfs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffdc0021" ], "mount_time": "Mon Nov 1 19:58:22 2021", "mounts": [ "/etc/mnttab" ], "percent_used": "0%" }, "proc": { "fs_type": "proc", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffec0020" ], "mount_time": "Mon Nov 1 19:58:22 2021", "mounts": [ "/proc" ], "percent_used": "0%" }, "rpool": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024b" ], "mount_time": "Mon Nov 1 19:59:32 2021", "mounts": [ "/rpool" ], "percent_used": "1%", "zfs_parents": [ ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "default", "value": "on" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "com.oracle.libbe:nbe_handle": { "source": "local", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "2.11x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/rpool" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "151547904" }, "usedbychildren": { "source": "-", "value": "151529472" }, "usedbydataset": { "source": "-", "value": "18432" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" }, "zoned": { "source": "local", "value": "on" } }, "zfs_zpool": true }, "rpool/ROOT": { "fs_type": "zfs", "mounts": [ "none" ], "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "off" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "2.10x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "default", "value": "on" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "no" }, "mountpoint": { "source": "local", "value": "none" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "150869504" }, "usedbychildren": { "source": "-", "value": "150868480" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/ROOT/solaris-0": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "913413", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "mountpoint=", "zonefs", "dev-system", "root", "", "zone=dev-system", "nozonemod", "sharezone=33", "dev=39d0244" ], "mount_time": "Mon Nov 1 19:58:21 2021", "mounts": [ "/" ], "percent_used": "2%", "zfs_parents": [ "rpool", "rpool/ROOT" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "com.oracle.libbe:last-boot-time": { "source": "local", "value": "20211101T195845Z" }, "com.oracle.libbe:last-root-mount-time": { "source": "local", "value": "20211101T195821Z" }, "compression": { "source": "local", "value": "on" }, "compressratio": { "source": "-", "value": "2.10x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "temporary", "value": "/" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "org.opensolaris.libbe:active": { "source": "local", "value": "on" }, "org.opensolaris.libbe:parentbe": { "source": "local", "value": "9b04f2f5-7f47-4b34-82fa-de9fefc85523" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "935335424" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "temporary", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "150868480" }, "usedbychildren": { "source": "-", "value": "24030720" }, "usedbydataset": { "source": "-", "value": "126837760" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/ROOT/solaris-0/var": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "95404", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "mountpoint=", "zonefs", "dev-system", "root", "var", "zone=dev-system", "nozonemod", "sharezone=33", "dev=39d0245" ], "mount_time": "Mon Nov 1 19:58:21 2021", "mounts": [ "/var" ], "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/ROOT", "rpool/ROOT/solaris-0" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "2.74x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796678" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "temporary", "value": "/var" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "97694208" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "temporary", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "24030720" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "24030720" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/VARSHARE": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "1257", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0247" ], "mount_time": "Mon Nov 1 19:58:45 2021", "mounts": [ "/var/share" ], "percent_used": "1%", "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "local", "value": "on" }, "compressratio": { "source": "-", "value": "4.86x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796678" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "local", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/share" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "1287168" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "local", "value": "off" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "657920" }, "usedbychildren": { "source": "-", "value": "616448" }, "usedbydataset": { "source": "-", "value": "41472" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "local", "value": "off" } }, "zfs_zpool": false }, "rpool/VARSHARE/pkg": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "32", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024c" ], "mount_time": "Mon Nov 1 19:59:33 2021", "mounts": [ "/var/share/pkg" ], "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/VARSHARE" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796679" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "32768" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "inherited", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "2048" }, "usedbychildren": { "source": "-", "value": "1024" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" } }, "zfs_zpool": false }, "rpool/VARSHARE/pkg/repositories": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024d" ], "mount_time": "Mon Nov 1 19:59:33 2021", "mounts": [ "/var/share/pkg/repositories" ], "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/VARSHARE", "rpool/VARSHARE/pkg" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796679" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "inherited", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "1024" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" } }, "zfs_zpool": false }, "rpool/VARSHARE/sstore": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "623", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024e" ], "mount_time": "Mon Nov 1 19:59:34 2021", "mounts": [ "/var/share/sstore/repo" ], "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/VARSHARE" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "local", "value": "gzip" }, "compressratio": { "source": "-", "value": "5.14x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796679" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/share/sstore/repo" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "638464" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "593920" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "593920" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" } }, "zfs_zpool": false }, "rpool/VARSHARE/tmp": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0248" ], "mount_time": "Mon Nov 1 19:58:45 2021", "mounts": [ "/var/tmp" ], "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/VARSHARE" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796680" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "local", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/tmp" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "local", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "20480" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "20480" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "local", "value": "on" } }, "zfs_zpool": false }, "rpool/export": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "32", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0249" ], "mount_time": "Mon Nov 1 19:59:32 2021", "mounts": [ "/export" ], "percent_used": "1%", "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "on" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796680" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/export" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "32768" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "2048" }, "usedbychildren": { "source": "-", "value": "1024" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/export/home": { "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024a" ], "mount_time": "Mon Nov 1 19:59:32 2021", "mounts": [ "/export/home" ], "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/export" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "on" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796680" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "inherited", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "1024" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "sharefs": { "fs_type": "sharefs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffd00021" ], "mount_time": "Mon Nov 1 19:58:23 2021", "mounts": [ "/etc/dfs/sharetab" ], "percent_used": "0%" }, "swap": { "fs_type": "tmpfs", "kb_available": "1857608", "kb_size": "1857616", "kb_used": "8", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "xattr", "zone=dev-system", "sharezone=33", "dev=ffd80469" ], "mount_time": "Mon Nov 1 19:58:22 2021", "mounts": [ "/system/volatile", "/tmp" ], "percent_used": "1%" } }, "by_mountpoint": { "/": { "devices": [ "rpool/ROOT/solaris-0" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "913413", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "mountpoint=", "zonefs", "dev-system", "root", "", "zone=dev-system", "nozonemod", "sharezone=33", "dev=39d0244" ], "mount_time": "Mon Nov 1 19:58:21 2021", "percent_used": "2%", "zfs_parents": [ "rpool", "rpool/ROOT" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "com.oracle.libbe:last-boot-time": { "source": "local", "value": "20211101T195845Z" }, "com.oracle.libbe:last-root-mount-time": { "source": "local", "value": "20211101T195821Z" }, "compression": { "source": "local", "value": "on" }, "compressratio": { "source": "-", "value": "2.10x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "temporary", "value": "/" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "org.opensolaris.libbe:active": { "source": "local", "value": "on" }, "org.opensolaris.libbe:parentbe": { "source": "local", "value": "9b04f2f5-7f47-4b34-82fa-de9fefc85523" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "935335424" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "temporary", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "150868480" }, "usedbychildren": { "source": "-", "value": "24030720" }, "usedbydataset": { "source": "-", "value": "126837760" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "/dev": { "devices": [ "/dev" ], "fs_type": "dev", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "devices", "rstchown", "zone=dev-system", "nozonemod", "sharezone=33", "dev=fff0000e" ], "mount_time": "Mon Nov 1 19:58:21 2021", "percent_used": "0%" }, "/dev/fd": { "devices": [ "fd" ], "fs_type": "fd", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffcc0021" ], "mount_time": "Mon Nov 1 19:58:23 2021", "percent_used": "0%" }, "/etc/dfs/sharetab": { "devices": [ "sharefs" ], "fs_type": "sharefs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffd00021" ], "mount_time": "Mon Nov 1 19:58:23 2021", "percent_used": "0%" }, "/etc/mnttab": { "devices": [ "mnttab" ], "fs_type": "mntfs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffdc0021" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "0%" }, "/export": { "devices": [ "rpool/export" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "32", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0249" ], "mount_time": "Mon Nov 1 19:59:32 2021", "percent_used": "1%", "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "on" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796680" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/export" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "32768" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "2048" }, "usedbychildren": { "source": "-", "value": "1024" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "/export/home": { "devices": [ "rpool/export/home" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024a" ], "mount_time": "Mon Nov 1 19:59:32 2021", "percent_used": "1%" }, "/home": { "devices": [ "auto_home" ], "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "percent_used": "0%" }, "/lib/libc.so.1": { "devices": [ "/usr/lib/libc/libc_hwcap1.so.1" ], "fs_type": "lofs", "kb_available": "89327187", "kb_size": "90240601", "kb_used": "913413", "mount_options": [ "read", "write", "setuid", "devices", "rstchown", "zone=dev-system", "sharezone=33", "dev=39d0244" ], "mount_time": "Mon Nov 1 19:58:40 2021", "percent_used": "2%" }, "/net": { "devices": [ "-hosts" ], "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "percent_used": "0%" }, "/nfs4": { "devices": [ "-fedfs" ], "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "percent_used": "0%" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffec0020" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "0%" }, "/rpool": { "devices": [ "rpool" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024b" ], "mount_time": "Mon Nov 1 19:59:32 2021", "percent_used": "1%", "zfs_parents": [ ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "default", "value": "on" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "com.oracle.libbe:nbe_handle": { "source": "local", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "2.11x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/rpool" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "151547904" }, "usedbychildren": { "source": "-", "value": "151529472" }, "usedbydataset": { "source": "-", "value": "18432" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" }, "zoned": { "source": "local", "value": "on" } }, "zfs_zpool": true }, "/system/contract": { "devices": [ "ctfs" ], "fs_type": "ctfs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffe00021" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "0%" }, "/system/volatile": { "devices": [ "swap" ], "fs_type": "tmpfs", "kb_available": "1857608", "kb_size": "1862708", "kb_used": "5100", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "xattr", "zone=dev-system", "sharezone=33", "dev=ffd80468" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "1%" }, "/tmp": { "devices": [ "swap" ], "fs_type": "tmpfs", "kb_available": "1857608", "kb_size": "1857616", "kb_used": "8", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "xattr", "zone=dev-system", "sharezone=33", "dev=ffd80469" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "1%" }, "/var": { "devices": [ "rpool/ROOT/solaris-0/var" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "95404", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "mountpoint=", "zonefs", "dev-system", "root", "var", "zone=dev-system", "nozonemod", "sharezone=33", "dev=39d0245" ], "mount_time": "Mon Nov 1 19:58:21 2021", "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/ROOT", "rpool/ROOT/solaris-0" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "2.74x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796678" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "temporary", "value": "/var" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "97694208" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "temporary", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "24030720" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "24030720" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "/var/share": { "devices": [ "rpool/VARSHARE" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "1257", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0247" ], "mount_time": "Mon Nov 1 19:58:45 2021", "percent_used": "1%", "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "local", "value": "on" }, "compressratio": { "source": "-", "value": "4.86x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796678" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "local", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/share" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "1287168" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "local", "value": "off" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "657920" }, "usedbychildren": { "source": "-", "value": "616448" }, "usedbydataset": { "source": "-", "value": "41472" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "local", "value": "off" } }, "zfs_zpool": false }, "/var/share/pkg": { "devices": [ "rpool/VARSHARE/pkg" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "32", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024c" ], "mount_time": "Mon Nov 1 19:59:33 2021", "percent_used": "1%" }, "/var/share/pkg/repositories": { "devices": [ "rpool/VARSHARE/pkg/repositories" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024d" ], "mount_time": "Mon Nov 1 19:59:33 2021", "percent_used": "1%" }, "/var/share/sstore/repo": { "devices": [ "rpool/VARSHARE/sstore" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "623", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024e" ], "mount_time": "Mon Nov 1 19:59:34 2021", "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/VARSHARE" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "local", "value": "gzip" }, "compressratio": { "source": "-", "value": "5.14x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796679" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/share/sstore/repo" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "638464" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "593920" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "593920" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" } }, "zfs_zpool": false }, "/var/tmp": { "devices": [ "rpool/VARSHARE/tmp" ], "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0248" ], "mount_time": "Mon Nov 1 19:58:45 2021", "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/VARSHARE" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796680" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "local", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/tmp" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "local", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "20480" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "20480" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "local", "value": "on" } }, "zfs_zpool": false }, "none": { "devices": [ "rpool/ROOT" ], "fs_type": "zfs", "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "off" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "2.10x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "default", "value": "on" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "no" }, "mountpoint": { "source": "local", "value": "none" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "150869504" }, "usedbychildren": { "source": "-", "value": "150868480" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false } }, "by_pair": { "-fedfs,/nfs4": { "device": "-fedfs", "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/nfs4", "percent_used": "0%" }, "-hosts,/net": { "device": "-hosts", "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/net", "percent_used": "0%" }, "/dev,/dev": { "device": "/dev", "fs_type": "dev", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/dev", "mount_options": [ "read", "write", "setuid", "devices", "rstchown", "zone=dev-system", "nozonemod", "sharezone=33", "dev=fff0000e" ], "mount_time": "Mon Nov 1 19:58:21 2021", "percent_used": "0%" }, "/usr/lib/libc/libc_hwcap1.so.1,/lib/libc.so.1": { "device": "/usr/lib/libc/libc_hwcap1.so.1", "fs_type": "lofs", "kb_available": "89327187", "kb_size": "90240601", "kb_used": "913413", "mount": "/lib/libc.so.1", "mount_options": [ "read", "write", "setuid", "devices", "rstchown", "zone=dev-system", "sharezone=33", "dev=39d0244" ], "mount_time": "Mon Nov 1 19:58:40 2021", "percent_used": "2%" }, "auto_home,/home": { "device": "auto_home", "fs_type": "autofs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/home", "percent_used": "0%" }, "ctfs,/system/contract": { "device": "ctfs", "fs_type": "ctfs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/system/contract", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffe00021" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "0%" }, "fd,/dev/fd": { "device": "fd", "fs_type": "fd", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/dev/fd", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffcc0021" ], "mount_time": "Mon Nov 1 19:58:23 2021", "percent_used": "0%" }, "mnttab,/etc/mnttab": { "device": "mnttab", "fs_type": "mntfs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/etc/mnttab", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffdc0021" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "0%" }, "proc,/proc": { "device": "proc", "fs_type": "proc", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/proc", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffec0020" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "0%" }, "rpool,/rpool": { "device": "rpool", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount": "/rpool", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024b" ], "mount_time": "Mon Nov 1 19:59:32 2021", "percent_used": "1%", "zfs_parents": [ ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "default", "value": "on" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "com.oracle.libbe:nbe_handle": { "source": "local", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "2.11x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/rpool" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "151547904" }, "usedbychildren": { "source": "-", "value": "151529472" }, "usedbydataset": { "source": "-", "value": "18432" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" }, "zoned": { "source": "local", "value": "on" } }, "zfs_zpool": true }, "rpool/ROOT,none": { "device": "rpool/ROOT", "fs_type": "zfs", "mount": "none", "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "off" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "2.10x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "default", "value": "on" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "no" }, "mountpoint": { "source": "local", "value": "none" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "150869504" }, "usedbychildren": { "source": "-", "value": "150868480" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/ROOT/solaris-0,/": { "device": "rpool/ROOT/solaris-0", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "913413", "mount": "/", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "mountpoint=", "zonefs", "dev-system", "root", "", "zone=dev-system", "nozonemod", "sharezone=33", "dev=39d0244" ], "mount_time": "Mon Nov 1 19:58:21 2021", "percent_used": "2%", "zfs_parents": [ "rpool", "rpool/ROOT" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "com.oracle.libbe:last-boot-time": { "source": "local", "value": "20211101T195845Z" }, "com.oracle.libbe:last-root-mount-time": { "source": "local", "value": "20211101T195821Z" }, "compression": { "source": "local", "value": "on" }, "compressratio": { "source": "-", "value": "2.10x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796677" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "temporary", "value": "/" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "org.opensolaris.libbe:active": { "source": "local", "value": "on" }, "org.opensolaris.libbe:parentbe": { "source": "local", "value": "9b04f2f5-7f47-4b34-82fa-de9fefc85523" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "935335424" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "temporary", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "150868480" }, "usedbychildren": { "source": "-", "value": "24030720" }, "usedbydataset": { "source": "-", "value": "126837760" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/ROOT/solaris-0/var,/var": { "device": "rpool/ROOT/solaris-0/var", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "95404", "mount": "/var", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "mountpoint=", "zonefs", "dev-system", "root", "var", "zone=dev-system", "nozonemod", "sharezone=33", "dev=39d0245" ], "mount_time": "Mon Nov 1 19:58:21 2021", "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/ROOT", "rpool/ROOT/solaris-0" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "2.74x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796678" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "temporary", "value": "/var" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "97694208" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "temporary", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "24030720" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "24030720" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/VARSHARE,/var/share": { "device": "rpool/VARSHARE", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "1257", "mount": "/var/share", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0247" ], "mount_time": "Mon Nov 1 19:58:45 2021", "percent_used": "1%", "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "local", "value": "on" }, "compressratio": { "source": "-", "value": "4.86x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796678" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "local", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/share" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "1287168" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "local", "value": "off" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "657920" }, "usedbychildren": { "source": "-", "value": "616448" }, "usedbydataset": { "source": "-", "value": "41472" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "local", "value": "off" } }, "zfs_zpool": false }, "rpool/VARSHARE/pkg,": { "device": "rpool/VARSHARE/pkg", "fs_type": "zfs", "zfs_parents": [ "rpool", "rpool/VARSHARE" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796679" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "32768" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "inherited", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "2048" }, "usedbychildren": { "source": "-", "value": "1024" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" } }, "zfs_zpool": false }, "rpool/VARSHARE/pkg,/var/share/pkg": { "device": "rpool/VARSHARE/pkg", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "32", "mount": "/var/share/pkg", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024c" ], "mount_time": "Mon Nov 1 19:59:33 2021", "percent_used": "1%" }, "rpool/VARSHARE/pkg/repositories,": { "device": "rpool/VARSHARE/pkg/repositories", "fs_type": "zfs", "zfs_parents": [ "rpool", "rpool/VARSHARE", "rpool/VARSHARE/pkg" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796679" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "inherited", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "1024" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" } }, "zfs_zpool": false }, "rpool/VARSHARE/pkg/repositories,/var/share/pkg/repositories": { "device": "rpool/VARSHARE/pkg/repositories", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount": "/var/share/pkg/repositories", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024d" ], "mount_time": "Mon Nov 1 19:59:33 2021", "percent_used": "1%" }, "rpool/VARSHARE/sstore,/var/share/sstore/repo": { "device": "rpool/VARSHARE/sstore", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "623", "mount": "/var/share/sstore/repo", "mount_options": [ "read", "write", "nosetuid", "nodevices", "rstchown", "nonbmand", "noexec", "noxattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024e" ], "mount_time": "Mon Nov 1 19:59:34 2021", "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/VARSHARE" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "local", "value": "gzip" }, "compressratio": { "source": "-", "value": "5.14x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796679" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/share/sstore/repo" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "638464" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "593920" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "593920" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" } }, "zfs_zpool": false }, "rpool/VARSHARE/tmp,/var/tmp": { "device": "rpool/VARSHARE/tmp", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount": "/var/tmp", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0248" ], "mount_time": "Mon Nov 1 19:58:45 2021", "percent_used": "1%", "zfs_parents": [ "rpool", "rpool/VARSHARE" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "noauto" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796680" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "local", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/var/tmp" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "local", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "20480" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "20480" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "local", "value": "on" } }, "zfs_zpool": false }, "rpool/export,/export": { "device": "rpool/export", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "32", "mount": "/export", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d0249" ], "mount_time": "Mon Nov 1 19:59:32 2021", "percent_used": "1%", "zfs_parents": [ "rpool" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "on" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796680" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "mountpoint": { "source": "local", "value": "/export" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "32768" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "local", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "2048" }, "usedbychildren": { "source": "-", "value": "1024" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/export/home,": { "device": "rpool/export/home", "fs_type": "zfs", "zfs_parents": [ "rpool", "rpool/export" ], "zfs_properties": { "aclinherit": { "source": "default", "value": "restricted" }, "aclmode": { "source": "default", "value": "discard" }, "atime": { "source": "default", "value": "on" }, "available": { "source": "-", "value": "91471040000" }, "canmount": { "source": "local", "value": "on" }, "casesensitivity": { "source": "-", "value": "mixed" }, "checksum": { "source": "default", "value": "on" }, "compression": { "source": "default", "value": "off" }, "compressratio": { "source": "-", "value": "1.00x" }, "copies": { "source": "default", "value": "1" }, "creation": { "source": "-", "value": "1635796680" }, "dedup": { "source": "default", "value": "off" }, "defaultgroupquota": { "source": "-", "value": "0" }, "defaultreadlimit": { "source": "default", "value": "0" }, "defaultuserquota": { "source": "-", "value": "0" }, "defaultwritelimit": { "source": "default", "value": "0" }, "devices": { "source": "temporary", "value": "off" }, "effectivereadlimit": { "source": "local", "value": "0" }, "effectivewritelimit": { "source": "local", "value": "0" }, "encryption": { "source": "-", "value": "off" }, "exec": { "source": "default", "value": "on" }, "keychangedate": { "source": "default", "value": "-" }, "keysource": { "source": "default", "value": "none" }, "keystatus": { "source": "-", "value": "none" }, "logbias": { "source": "default", "value": "latency" }, "mlslabel": { "source": "-", "value": "none" }, "mounted": { "source": "-", "value": "yes" }, "multilevel": { "source": "-", "value": "off" }, "nbmand": { "source": "default", "value": "off" }, "normalization": { "source": "-", "value": "none" }, "origin": { "source": "-", "value": "$globalzone" }, "primarycache": { "source": "default", "value": "all" }, "quota": { "source": "default", "value": "0" }, "readlimit": { "source": "default", "value": "0" }, "readonly": { "source": "default", "value": "off" }, "recordsize": { "source": "default", "value": "131072" }, "referenced": { "source": "-", "value": "31744" }, "refquota": { "source": "default", "value": "0" }, "refreservation": { "source": "default", "value": "0" }, "rekeydate": { "source": "default", "value": "-" }, "reservation": { "source": "default", "value": "0" }, "rstchown": { "source": "default", "value": "on" }, "secondarycache": { "source": "default", "value": "all" }, "setuid": { "source": "default", "value": "on" }, "shadow": { "source": "-", "value": "none" }, "share.*": { "source": "inherited", "value": "..." }, "snapdir": { "source": "default", "value": "hidden" }, "sync": { "source": "default", "value": "standard" }, "type": { "source": "-", "value": "filesystem" }, "used": { "source": "-", "value": "1024" }, "usedbychildren": { "source": "-", "value": "0" }, "usedbydataset": { "source": "-", "value": "1024" }, "usedbyrefreservation": { "source": "-", "value": "0" }, "usedbysnapshots": { "source": "-", "value": "0" }, "utf8only": { "source": "-", "value": "off" }, "version": { "source": "-", "value": "6" }, "vscan": { "source": "default", "value": "off" }, "writelimit": { "source": "default", "value": "0" }, "xattr": { "source": "default", "value": "on" } }, "zfs_zpool": false }, "rpool/export/home,/export/home": { "device": "rpool/export/home", "fs_type": "zfs", "kb_available": "89327187", "kb_size": "89475183", "kb_used": "31", "mount": "/export/home", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "nonbmand", "exec", "xattr", "atime", "zone=dev-system", "sharezone=33", "dev=39d024a" ], "mount_time": "Mon Nov 1 19:59:32 2021", "percent_used": "1%" }, "sharefs,/etc/dfs/sharetab": { "device": "sharefs", "fs_type": "sharefs", "kb_available": "0", "kb_size": "0", "kb_used": "0", "mount": "/etc/dfs/sharetab", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "zone=dev-system", "sharezone=33", "dev=ffd00021" ], "mount_time": "Mon Nov 1 19:58:23 2021", "percent_used": "0%" }, "swap,/system/volatile": { "device": "swap", "fs_type": "tmpfs", "kb_available": "1857608", "kb_size": "1862708", "kb_used": "5100", "mount": "/system/volatile", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "xattr", "zone=dev-system", "sharezone=33", "dev=ffd80468" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "1%" }, "swap,/tmp": { "device": "swap", "fs_type": "tmpfs", "kb_available": "1857608", "kb_size": "1857616", "kb_used": "8", "mount": "/tmp", "mount_options": [ "read", "write", "setuid", "nodevices", "rstchown", "xattr", "zone=dev-system", "sharezone=33", "dev=ffd80469" ], "mount_time": "Mon Nov 1 19:58:22 2021", "percent_used": "1%" } } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "machine": "i86pc", "modules": { }, "name": "SunOS", "os": "SunOS", "processor": "i386", "release": "5.11", "update": "11.4 X86", "version": "11.4.0.15.0" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-solaris2.11", "host_cpu": "x86_64", "host_os": "solaris2.11", "host_vendor": "pc", "platform": "x86_64-solaris2.11", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-solaris2.11", "target_cpu": "x86_64", "target_os": "solaris2.11", "target_vendor": "pc", "version": "3.0.2" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635800102.6213317, "os": "solaris2", "os_version": "5.11", "packages": { "boot/shim": { "version": "0.9-11.4.0.0.1.14.0" }, "compress/bzip2": { "version": "1.0.6-11.4.0.0.1.14.0" }, "compress/gzip": { "version": "1.8-11.4.0.0.1.14.0" }, "compress/p7zip": { "version": "16.2.3-11.4.0.0.1.14.0" }, "compress/pbzip2": { "version": "1.1.13-11.4.0.0.1.14.0" }, "compress/pigz": { "version": "2.3.4-11.4.0.0.1.14.0" }, "compress/pixz": { "version": "1.0.6-11.4.0.0.1.14.0" }, "compress/unzip": { "version": "6.0.3.23-11.4.0.0.1.14.0" }, "compress/xz": { "version": "5.2.3-11.4.0.0.1.14.0" }, "compress/zip": { "version": "3.0-11.4.0.0.1.14.0" }, "consolidation/SunVTS/SunVTS-incorporation": { "version": "8.2.2-11.4.0.0.1.3.8" }, "consolidation/X/X-incorporation": { "version": "11.4-11.4.0.0.1.14.0" }, "consolidation/admin/admin-incorporation": { "version": "0.5.11-0.175.1.0.0.5.0" }, "consolidation/cde/cde-incorporation": { "version": "11.4-11.4.0.0.1.14.0" }, "consolidation/dbtg/dbtg-incorporation": { "version": "0.5.12-5.12.0.0.0.87.0" }, "consolidation/desktop/desktop-incorporation": { "version": "11.4-11.4.0.0.0.12.0" }, "consolidation/desktop/gnome-incorporation": { "version": "11.4-11.4.0.0.1.14.0" }, "consolidation/gfx/gfx-incorporation": { "version": "0.5.11-0.175.1.0.0.5.0" }, "consolidation/ips/ips-incorporation": { "version": "11.4-11.4.0.0.1.14.0" }, "consolidation/java-7/java-7-incorporation": { "version": "1.7.0.999.99-0" }, "consolidation/java-8/java-8-incorporation": { "version": "1.8.0.181.12-0" }, "consolidation/l10n/l10n-incorporation": { "version": "11.4-11.4.0.0.1.14.1" }, "consolidation/man/man-incorporation": { "version": "5.12-5.12.0.0.0.101.0" }, "consolidation/nspg/nspg-incorporation": { "version": "0.5.11-0.175.1.0.0.5.0" }, "consolidation/nvidia/nvidia-incorporation": { "version": "11.4-11.4.0.0.1.1.0" }, "consolidation/osnet/osnet-incorporation": { "version": "11.4-11.4.0.0.1.15.0" }, "consolidation/sfw/sfw-incorporation": { "version": "11.4-11.4.0.0.1.14.0" }, "consolidation/solaris_re/solaris_re-incorporation": { "version": "11.4-11.4.0.0.1.15.0" }, "consolidation/ssm/ssm-incorporation": { "version": "2.4.4.0-11.4.0.0.1.9.0" }, "consolidation/sunpro/sunpro-incorporation": { "version": "11.4-11.4.0.0.1.4.0" }, "consolidation/ub_javavm-6/ub_javavm-6-incorporation": { "version": "1.6.0.999.99-0" }, "consolidation/userland/userland-incorporation": { "version": "11.4-11.4.0.0.1.14.0" }, "consolidation/xvm/xvm-incorporation": { "version": "0.5.11-0.175.1.0.0.5.0" }, "crypto/ca-certificates": { "version": "11.4-11.4.0.0.1.15.0" }, "crypto/oracle-certificates": { "version": "11.4-11.4.0.0.1.15.0" }, "data/docbook": { "version": "2.30.0-0.175.0.0.0.0.0" }, "data/docbook/docbook-dtds": { "version": "1.0-11.4.0.0.1.14.0" }, "data/docbook/docbook-style-dsssl": { "version": "1.79-11.4.0.0.1.14.0" }, "data/docbook/docbook-style-xsl": { "version": "1.75.2-11.4.0.0.1.14.0" }, "data/sgml-common": { "version": "0.6.3-11.4.0.0.1.14.0" }, "data/shared-mime-info": { "version": "1.8-11.4.0.0.1.14.0" }, "data/xml-common": { "version": "0.6.3-11.4.0.0.1.14.0" }, "database/berkeleydb-5": { "version": "5.3.21-11.4.0.0.1.14.0" }, "database/mysql-57/library": { "version": "5.7.22-11.4.0.0.1.14.0" }, "database/sqlite-3": { "version": "3.21.0-11.4.0.0.1.14.0" }, "desktop/xdg/desktop-file-utils": { "version": "0.23-11.4.0.0.1.14.0" }, "developer/base-developer-utilities": { "version": "11.4-11.4.0.0.1.15.0" }, "developer/debug/mdb": { "version": "11.4-11.4.0.0.1.15.0" }, "developer/macro/cpp": { "version": "11.4-11.4.0.0.1.4.0" }, "developer/versioning/chef": { "publisher": "Omnibus", "version": "17.7.29-1" }, "diagnostic/cpu-counters": { "version": "11.4-11.4.0.0.1.15.0" }, "diagnostic/snoop": { "version": "11.4-11.4.0.0.1.15.0" }, "diagnostic/tcpdump": { "version": "4.9.2-11.4.0.0.1.14.0" }, "diagnostic/wireshark/tshark": { "version": "2.6.1-11.4.0.0.1.14.0" }, "diagnostic/wireshark/wireshark-common": { "version": "2.6.1-11.4.0.0.1.14.0" }, "editor/vim/vim-core": { "version": "8.0.711-11.4.0.0.1.14.0" }, "entire": { "version": "11.4-11.4.0.0.1.15.0" }, "file/gnu-coreutils": { "version": "8.27-11.4.0.0.1.14.0" }, "group/system/management/rad/rad-server-interfaces": { "version": "11.4-11.4.0.0.1.15.0" }, "group/system/solaris-core-platform": { "version": "11.4-11.4.0.0.1.15.0" }, "group/system/solaris-small-server": { "version": "11.4-11.4.0.0.1.15.0" }, "image/library/libjpeg": { "version": "6.0.2-11.4.0.0.1.14.0" }, "image/library/libpng14": { "version": "1.4.20-11.4.0.0.1.14.0" }, "install/archive": { "version": "11.4-11.4.0.0.1.15.0" }, "install/distribution-constructor": { "version": "11.4-11.4.0.0.1.15.0" }, "library/apr-16": { "version": "1.6.3-11.4.0.0.1.14.0" }, "library/apr-util-16": { "version": "1.6.1-11.4.0.0.1.14.0" }, "library/database/gdbm": { "version": "1.8.3-11.4.0.0.1.14.0" }, "library/expat": { "version": "2.2.5-11.4.0.0.1.14.0" }, "library/file-monitor/gamin": { "version": "0.1.10-11.4.0.0.1.14.0" }, "library/glib2": { "version": "2.52.0-11.4.0.0.1.14.0" }, "library/gmp": { "version": "6.1.2-11.4.0.0.1.14.0" }, "library/gnutls-3": { "version": "3.5.16-11.4.0.0.1.14.0" }, "library/jansson": { "version": "2.10-11.4.0.0.1.14.0" }, "library/javascript/jjv": { "version": "1.0.2-11.4.0.0.1.14.0" }, "library/json-c": { "version": "0.12-11.4.0.0.1.14.0" }, "library/libarchive": { "version": "3.3.1-11.4.0.0.1.14.0" }, "library/libcroco": { "version": "0.6.12-11.4.0.0.1.14.0" }, "library/libedit": { "version": "3.1-11.4.0.0.1.14.0" }, "library/libestr": { "version": "0.1.10-11.4.0.0.1.14.0" }, "library/libevent": { "version": "2.0.22-11.4.0.0.1.14.0" }, "library/libffi": { "version": "3.2.1-11.4.0.0.1.14.0" }, "library/libidn2": { "version": "2.0.4-11.4.0.0.1.14.0" }, "library/liblogging": { "version": "1.0.5-11.4.0.0.1.14.0" }, "library/libmicrohttpd": { "version": "0.9.52-11.4.0.0.1.14.0" }, "library/libmilter": { "version": "8.15.2-11.4.0.0.1.14.0" }, "library/libsigsegv": { "version": "2.10-11.4.0.0.1.14.0" }, "library/libssh2": { "version": "1.7.0-11.4.0.0.1.14.0" }, "library/libtecla": { "version": "1.6.1-11.4.0.0.1.14.0" }, "library/libtool/libltdl": { "version": "2.4.6-11.4.0.0.1.14.0" }, "library/libxml2": { "version": "2.9.5-11.4.0.0.1.14.0" }, "library/libxslt": { "version": "1.1.28-11.4.0.0.1.14.0" }, "library/mpfr": { "version": "3.1.5-11.4.0.0.1.14.0" }, "library/ncurses": { "version": "6.0.0.20170708-11.4.0.0.1.14.0" }, "library/nghttp2": { "version": "1.27.0-11.4.0.0.1.14.0" }, "library/nspr": { "version": "4.19-11.4.0.0.1.14.0" }, "library/openldap": { "version": "2.4.45-11.4.0.0.1.5.0" }, "library/pcre": { "version": "8.41-11.4.0.0.1.14.0" }, "library/perl-5/openscap-522": { "version": "1.2.9-11.4.0.0.1.14.0" }, "library/perl-5/sun-solaris": { "version": "0.5.11-11.4.0.0.1.15.0" }, "library/perl-5/sun-solaris-522": { "version": "0.5.11-11.4.0.0.1.15.0" }, "library/popt": { "version": "1.16-11.4.0.0.1.14.0" }, "library/python-2/lxml-27": { "version": "2.3.3-11.4.0.0.1.9.0" }, "library/python/asn1crypto-27": { "version": "0.24.0-11.4.0.0.1.14.0" }, "library/python/asn1crypto-34": { "version": "0.24.0-11.4.0.0.1.14.0" }, "library/python/babel": { "version": "2.3.4-11.4.0.0.1.14.0" }, "library/python/babel-27": { "version": "2.3.4-11.4.0.0.1.14.0" }, "library/python/babel-34": { "version": "2.3.4-11.4.0.0.1.14.0" }, "library/python/cffi": { "version": "1.11.4-11.4.0.0.1.14.0" }, "library/python/cffi-27": { "version": "1.11.4-11.4.0.0.1.14.0" }, "library/python/cffi-34": { "version": "1.11.4-11.4.0.0.1.14.0" }, "library/python/cherrypy": { "version": "5.1.0-11.4.0.0.1.14.0" }, "library/python/cherrypy-27": { "version": "5.1.0-11.4.0.0.1.14.0" }, "library/python/cherrypy-34": { "version": "5.1.0-11.4.0.0.1.14.0" }, "library/python/cmd2": { "version": "0.6.8-11.4.0.0.1.14.0" }, "library/python/cmd2-27": { "version": "0.6.8-11.4.0.0.1.14.0" }, "library/python/cmd2-34": { "version": "0.6.8-11.4.0.0.1.14.0" }, "library/python/coverage": { "version": "4.0.3-11.4.0.0.1.14.0" }, "library/python/coverage-27": { "version": "4.0.3-11.4.0.0.1.14.0" }, "library/python/coverage-34": { "version": "4.0.3-11.4.0.0.1.14.0" }, "library/python/cryptography": { "version": "2.1.4-11.4.0.0.1.14.0" }, "library/python/cryptography-27": { "version": "2.1.4-11.4.0.0.1.14.0" }, "library/python/cryptography-34": { "version": "2.1.4-11.4.0.0.1.14.0" }, "library/python/dnspython": { "version": "1.12.0-11.4.0.0.1.14.0" }, "library/python/dnspython-27": { "version": "1.12.0-11.4.0.0.1.14.0" }, "library/python/enum": { "version": "1.1.6-11.4.0.0.1.14.0" }, "library/python/enum-27": { "version": "1.1.6-11.4.0.0.1.14.0" }, "library/python/formencode": { "version": "1.3.0-11.4.0.0.1.14.0" }, "library/python/formencode-27": { "version": "1.3.0-11.4.0.0.1.14.0" }, "library/python/formencode-34": { "version": "1.3.0-11.4.0.0.1.14.0" }, "library/python/idna": { "version": "2.0-11.4.0.0.1.14.0" }, "library/python/idna-27": { "version": "2.0-11.4.0.0.1.14.0" }, "library/python/idna-34": { "version": "2.0-11.4.0.0.1.14.0" }, "library/python/ipaddress": { "version": "1.0.16-11.4.0.0.1.14.0" }, "library/python/ipaddress-27": { "version": "1.0.16-11.4.0.0.1.14.0" }, "library/python/jsonrpclib": { "version": "0.2.6-11.4.0.0.1.14.0" }, "library/python/jsonrpclib-27": { "version": "0.2.6-11.4.0.0.1.14.0" }, "library/python/jsonrpclib-34": { "version": "0.2.6-11.4.0.0.1.14.0" }, "library/python/jsonschema": { "version": "2.0.0-11.4.0.0.1.14.0" }, "library/python/jsonschema-27": { "version": "2.0.0-11.4.0.0.1.14.0" }, "library/python/jsonschema-34": { "version": "2.0.0-11.4.0.0.1.14.0" }, "library/python/libxml2-27": { "version": "2.9.5-11.4.0.0.1.14.0" }, "library/python/libxml2-34": { "version": "2.9.5-11.4.0.0.1.14.0" }, "library/python/libxsl-27": { "version": "1.1.28-11.4.0.0.1.14.0" }, "library/python/locale-services": { "version": "11.4-11.4.0.0.1.14.1" }, "library/python/locale-services-27": { "version": "11.4-11.4.0.0.1.14.1" }, "library/python/locale-services-34": { "version": "11.4-11.4.0.0.1.14.1" }, "library/python/lockfile": { "version": "0.12.2-11.4.0.0.1.14.0" }, "library/python/lockfile-27": { "version": "0.12.2-11.4.0.0.1.14.0" }, "library/python/lockfile-34": { "version": "0.12.2-11.4.0.0.1.14.0" }, "library/python/lxml": { "version": "3.6.4-11.4.0.0.1.14.0" }, "library/python/lxml-27": { "version": "3.6.4-11.4.0.0.1.14.0" }, "library/python/lxml-34": { "version": "3.6.4-11.4.0.0.1.14.0" }, "library/python/mako": { "version": "1.0.4-11.4.0.0.1.14.0" }, "library/python/mako-27": { "version": "1.0.4-11.4.0.0.1.14.0" }, "library/python/mako-34": { "version": "1.0.4-11.4.0.0.1.14.0" }, "library/python/markupsafe": { "version": "0.23-11.4.0.0.1.14.0" }, "library/python/markupsafe-27": { "version": "0.23-11.4.0.0.1.14.0" }, "library/python/markupsafe-34": { "version": "0.23-11.4.0.0.1.14.0" }, "library/python/nose": { "version": "1.3.7-11.4.0.0.1.14.0" }, "library/python/nose-27": { "version": "1.3.7-11.4.0.0.1.14.0" }, "library/python/nose-34": { "version": "1.3.7-11.4.0.0.1.14.0" }, "library/python/openscap-27": { "version": "1.2.9-11.4.0.0.1.14.0" }, "library/python/paste": { "version": "2.0.3-11.4.0.0.1.14.0" }, "library/python/paste-27": { "version": "2.0.3-11.4.0.0.1.14.0" }, "library/python/paste-34": { "version": "2.0.3-11.4.0.0.1.14.0" }, "library/python/paste.deploy": { "version": "1.5.2-11.4.0.0.1.14.0" }, "library/python/paste.deploy-27": { "version": "1.5.2-11.4.0.0.1.14.0" }, "library/python/paste.deploy-34": { "version": "1.5.2-11.4.0.0.1.14.0" }, "library/python/pip": { "version": "8.1.1-11.4.0.0.1.14.0" }, "library/python/pip-27": { "version": "8.1.1-11.4.0.0.1.14.0" }, "library/python/pip-34": { "version": "8.1.1-11.4.0.0.1.14.0" }, "library/python/ply": { "version": "3.8-11.4.0.0.1.14.0" }, "library/python/ply-27": { "version": "3.8-11.4.0.0.1.14.0" }, "library/python/ply-34": { "version": "3.8-11.4.0.0.1.14.0" }, "library/python/prettytable": { "version": "0.7.2-11.4.0.0.1.14.0" }, "library/python/prettytable-27": { "version": "0.7.2-11.4.0.0.1.14.0" }, "library/python/prettytable-34": { "version": "0.7.2-11.4.0.0.1.14.0" }, "library/python/pyasn1": { "version": "0.4.2-11.4.0.0.1.14.0" }, "library/python/pyasn1-27": { "version": "0.4.2-11.4.0.0.1.14.0" }, "library/python/pyasn1-34": { "version": "0.4.2-11.4.0.0.1.14.0" }, "library/python/pyasn1-modules": { "version": "0.2.1-11.4.0.0.1.14.0" }, "library/python/pyasn1-modules-27": { "version": "0.2.1-11.4.0.0.1.14.0" }, "library/python/pyasn1-modules-34": { "version": "0.2.1-11.4.0.0.1.14.0" }, "library/python/pybonjour": { "version": "1.1.1-11.4.0.0.1.14.0" }, "library/python/pybonjour-27": { "version": "1.1.1-11.4.0.0.1.14.0" }, "library/python/pybonjour-34": { "version": "1.1.1-11.4.0.0.1.14.0" }, "library/python/pycparser": { "version": "2.14-11.4.0.0.1.14.0" }, "library/python/pycparser-27": { "version": "2.14-11.4.0.0.1.14.0" }, "library/python/pycparser-34": { "version": "2.14-11.4.0.0.1.14.0" }, "library/python/pycurl": { "version": "7.43.0-11.4.0.0.1.14.0" }, "library/python/pycurl-27": { "version": "7.43.0-11.4.0.0.1.14.0" }, "library/python/pycurl-34": { "version": "7.43.0-11.4.0.0.1.14.0" }, "library/python/pygments": { "version": "2.1.3-11.4.0.0.1.14.0" }, "library/python/pygments-27": { "version": "2.1.3-11.4.0.0.1.14.0" }, "library/python/pygments-34": { "version": "2.1.3-11.4.0.0.1.14.0" }, "library/python/pyopenssl": { "version": "16.2.0-11.4.0.0.1.14.0" }, "library/python/pyopenssl-27": { "version": "16.2.0-11.4.0.0.1.14.0" }, "library/python/pyopenssl-34": { "version": "16.2.0-11.4.0.0.1.14.0" }, "library/python/pyparsing": { "version": "2.1.4-11.4.0.0.1.14.0" }, "library/python/pyparsing-27": { "version": "2.1.4-11.4.0.0.1.14.0" }, "library/python/pyparsing-34": { "version": "2.1.4-11.4.0.0.1.14.0" }, "library/python/python-imaging": { "version": "1.1.7-11.4.0.0.1.14.0" }, "library/python/python-imaging-27": { "version": "1.1.7-11.4.0.0.1.14.0" }, "library/python/python-ldap": { "version": "2.4.25-11.4.0.0.1.14.0" }, "library/python/python-ldap-27": { "version": "2.4.25-11.4.0.0.1.14.0" }, "library/python/pytz": { "version": "2016.4-11.4.0.0.1.14.0" }, "library/python/pytz-27": { "version": "2016.4-11.4.0.0.1.14.0" }, "library/python/pytz-34": { "version": "2016.4-11.4.0.0.1.14.0" }, "library/python/requests": { "version": "2.9.1-11.4.0.0.1.14.0" }, "library/python/requests-27": { "version": "2.9.1-11.4.0.0.1.14.0" }, "library/python/requests-34": { "version": "2.9.1-11.4.0.0.1.14.0" }, "library/python/setuptools": { "version": "19.2-11.4.0.0.1.14.0" }, "library/python/setuptools-27": { "version": "19.2-11.4.0.0.1.14.0" }, "library/python/setuptools-34": { "version": "19.2-11.4.0.0.1.14.0" }, "library/python/simplejson": { "version": "3.6.5-11.4.0.0.1.14.0" }, "library/python/simplejson-27": { "version": "3.6.5-11.4.0.0.1.14.0" }, "library/python/simplejson-34": { "version": "3.6.5-11.4.0.0.1.14.0" }, "library/python/six": { "version": "1.10.0-11.4.0.0.1.14.0" }, "library/python/six-27": { "version": "1.10.0-11.4.0.0.1.14.0" }, "library/python/six-34": { "version": "1.10.0-11.4.0.0.1.14.0" }, "library/python/tkinter-27": { "version": "2.7.14-11.4.0.0.1.14.0" }, "library/python/tkinter-34": { "version": "3.4.8-11.4.0.0.1.14.0" }, "library/python/webob": { "version": "1.5.1-11.4.0.0.1.14.0" }, "library/python/webob-27": { "version": "1.5.1-11.4.0.0.1.14.0" }, "library/python/webob-34": { "version": "1.5.1-11.4.0.0.1.14.0" }, "library/readline": { "version": "6.3-11.4.0.0.1.14.0" }, "library/security/libgpg-error": { "version": "1.27-11.4.0.0.1.14.0" }, "library/security/nettle": { "version": "3.2-11.4.0.0.1.14.0" }, "library/security/nss": { "version": "4.36.1-11.4.0.0.1.14.0" }, "library/security/openssl": { "version": "1.0.2.15-11.4.0.0.1.14.0" }, "library/security/trousers": { "version": "0.3.13-11.4.0.0.1.14.0" }, "library/snappy": { "version": "1.1.3-11.4.0.0.1.14.0" }, "library/zlib": { "version": "1.2.11-11.4.0.0.1.14.0" }, "mail/mail.local": { "version": "11.4-11.4.0.0.1.15.0" }, "media/cdrtools": { "version": "3.1-11.4.0.0.1.14.0" }, "media/xorriso": { "version": "1.4.8-11.4.0.0.1.14.0" }, "network/bridging": { "version": "11.4-11.4.0.0.1.15.0" }, "network/dns/bind": { "version": "9.10.6.1.0-11.4.0.0.1.14.0" }, "network/firewall": { "version": "11.4-11.4.0.0.1.15.0" }, "network/firewall/firewall-ftp-proxy": { "version": "5.5-11.4.0.0.1.14.0" }, "network/firewall/firewall-pflog": { "version": "5.5-11.4.0.0.1.14.0" }, "network/open-fabrics": { "version": "3.18-11.4.0.0.1.14.0" }, "network/ping": { "version": "11.4-11.4.0.0.1.15.0" }, "network/rsync": { "version": "3.1.2-11.4.0.0.1.14.0" }, "network/ssh": { "version": "7.5.0.1-11.4.0.0.1.14.0" }, "network/ssh/ssh-utilities": { "version": "11.4-11.4.0.0.1.15.0" }, "package/pkg": { "version": "11.4-11.4.0.0.1.14.0" }, "package/pkg-34": { "version": "11.4-11.4.0.0.1.14.0" }, "package/pkg/zones-proxy": { "version": "11.4-11.4.0.0.1.14.0" }, "release/name": { "version": "11.4-11.4.0.0.1.15.0" }, "release/notices": { "version": "11.4-11.4.0.0.1.15.0" }, "runtime/perl-522": { "version": "5.22.1.1-11.4.0.0.1.14.0" }, "runtime/perl-common": { "version": "1-11.4.0.0.1.14.0" }, "runtime/python-27": { "version": "2.7.14-11.4.0.0.1.14.0" }, "runtime/python-34": { "version": "3.4.8-11.4.0.0.1.14.0" }, "runtime/tcl-8": { "version": "8.6.7-11.4.0.0.1.14.0" }, "runtime/tk-8": { "version": "8.6.7-11.4.0.0.1.14.0" }, "security/compliance": { "version": "11.4-11.4.0.0.1.15.0" }, "security/compliance/benchmark/pci-dss": { "version": "11.4-11.4.0.0.1.15.0" }, "security/compliance/benchmark/solaris-policy": { "version": "11.4-11.4.0.0.1.15.0" }, "security/compliance/openscap": { "version": "1.2.9-11.4.0.0.1.14.0" }, "security/compliance/policy-tests": { "version": "11.4-11.4.0.0.1.15.0" }, "security/kerberos-5": { "version": "1.16.0-11.4.0.0.1.14.0" }, "security/kerberos-5/kdc": { "version": "1.16.0-11.4.0.0.1.14.0" }, "security/sudo": { "version": "1.8.21.2-11.4.0.0.1.14.0" }, "security/tcp-wrapper": { "version": "7.6-11.4.0.0.1.15.0" }, "service/file-system/nfs": { "version": "11.4-11.4.0.0.1.15.0" }, "service/network/dns/mdns": { "version": "11.4-11.4.0.0.1.15.0" }, "service/network/ldap/openldap": { "version": "2.4.45-11.4.0.0.1.14.0" }, "service/network/smtp/sendmail": { "version": "8.15.2-11.4.0.0.1.14.0" }, "service/network/ssh": { "version": "7.5.0.1-11.4.0.0.1.14.0" }, "service/security/gss": { "version": "11.4-11.4.0.0.1.15.0" }, "service/security/kerberos-5": { "version": "11.4-11.4.0.0.1.15.0" }, "service/system/apache-stats-24": { "version": "11.4-11.4.0.0.1.15.0" }, "service/system/sstore": { "version": "11.4-11.4.0.0.1.15.0" }, "shell/bash": { "version": "4.4.19.19-11.4.0.0.1.14.0" }, "shell/ksh93": { "version": "93.21.1.20120801-11.4.0.0.1.14.0" }, "shell/tcsh": { "version": "6.20.0-11.4.0.0.1.14.0" }, "shell/which": { "version": "2.21-11.4.0.0.1.14.0" }, "system/boot-environment-utilities": { "version": "11.4-11.4.0.0.1.15.0" }, "system/boot/grub": { "version": "1.99-11.4.0.0.1.15.0" }, "system/boot/wanboot": { "version": "11.4-11.4.0.0.1.15.0" }, "system/core-os": { "version": "11.4-11.4.0.0.1.15.0" }, "system/data/terminfo/terminfo-core": { "version": "11.4-11.4.0.0.1.15.0" }, "system/data/timezone": { "version": "2017.1.1-11.4" }, "system/device-administration": { "version": "11.4-11.4.0.0.1.15.0" }, "system/diagnostic/stackdb": { "version": "11.4-11.4.0.0.1.15.0" }, "system/dtrace": { "version": "11.4-11.4.0.0.1.15.0" }, "system/dtrace/dtrace-toolkit": { "version": "0.99-11.4.0.0.1.15.0" }, "system/fault-management": { "version": "11.4-11.4.0.0.1.15.0" }, "system/fault-management/core-monitor": { "version": "11.4-11.4.0.0.1.15.0" }, "system/fault-management/smtp-notify": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file-system/autofs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file-system/hsfs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file-system/nfs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file-system/pcfs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file-system/udfs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file-system/ufs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file-system/uvfs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file-system/zfs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/file_labeling": { "version": "11.4-11.4.0.0.1.15.0" }, "system/firmware-utilities": { "version": "11.4-11.4.0.0.1.15.0" }, "system/hal": { "version": "11.4-11.4.0.0.1.15.0" }, "system/header": { "version": "11.4-11.4.0.0.1.15.0" }, "system/install": { "version": "11.4-11.4.0.0.1.15.0" }, "system/install/auto-install/auto-install-common": { "version": "11.4-11.4.0.0.1.15.0" }, "system/install/configuration": { "version": "11.4-11.4.0.0.1.15.0" }, "system/io/infiniband": { "version": "11.4-11.4.0.0.1.15.0" }, "system/kernel": { "version": "11.4-11.4.0.0.1.15.0" }, "system/ksplice": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/boot-management": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/c++-runtime": { "version": "11.4-11.4.0.0.1.4.0" }, "system/library/fontconfig": { "version": "2.12.1-11.4.0.0.1.14.0" }, "system/library/freetype-2": { "version": "2.9.1-11.4.0.0.1.14.0" }, "system/library/gcc/gcc-c++-runtime": { "version": "7.3.0-11.4.0.0.1.14.0" }, "system/library/gcc/gcc-c-runtime": { "version": "7.3.0-11.4.0.0.1.14.0" }, "system/library/iconv": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/iconv/iconv-core": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/install": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/libdbus": { "version": "1.10.22-11.4.0.0.1.14.0" }, "system/library/libdbus-glib": { "version": "0.102-11.4.0.0.1.14.0" }, "system/library/libpcap": { "version": "1.8.1-11.4.0.0.1.14.0" }, "system/library/libv12n": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/math": { "version": "11.4-11.4.0.0.1.4.0" }, "system/library/security/crypto": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/security/gss": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/security/libgcrypt": { "version": "1.8.1-11.4.0.0.1.14.0" }, "system/library/security/libsasl2": { "version": "2.1.26-11.4.0.0.1.14.0" }, "system/library/security/pkcs11": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/security/pkcs11_softtoken": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/security/rpcsec": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/storage/libdiskmgt": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/storage/scsi-plugins": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/storage/snia-hbaapi": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/storage/snia-ima": { "version": "11.4-11.4.0.0.1.15.0" }, "system/library/storage/suri": { "version": "11.4-11.4.0.0.1.15.0" }, "system/linker": { "version": "11.4-11.4.0.0.1.15.0" }, "system/locale": { "version": "11.4-11.4.0.0.1.14.0" }, "system/locale/extra": { "version": "11.4-11.4.0.0.1.14.1" }, "system/locale/nls-administration": { "version": "11.4-11.4.0.0.1.14.1" }, "system/management/rad": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/client/rad-c": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/client/rad-python": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-archivemgr": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-bemgr": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-compliance": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-dlmgr": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-etraceprovider": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-etracequery": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-etraceserver": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-evs-controller": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-ips": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-kstat": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-labelmgr": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-odocprovider": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-smf": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-sstore": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-sysmgr": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-usermgr": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-webuiprefs": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-zfsmgr": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/rad/module/rad-zonemgr": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/webui/webui-compliance": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/webui/webui-jet": { "version": "11.4-11.4.0.0.1.15.0" }, "system/management/webui/webui-server": { "version": "11.4-11.4.0.0.1.15.0" }, "system/network": { "version": "11.4-11.4.0.0.1.15.0" }, "system/network/bpf": { "version": "11.4-11.4.0.0.1.15.0" }, "system/network/ike": { "version": "11.4-11.4.0.0.1.15.0" }, "system/network/ldap/openldap": { "version": "2.4.45-11.4.0.0.1.14.0" }, "system/network/nis": { "version": "11.4-11.4.0.0.1.15.0" }, "system/network/routing": { "version": "11.4-11.4.0.0.1.15.0" }, "system/prerequisite/gnu": { "version": "0.5.11-11.4.0.0.1.14.0" }, "system/resource-mgmt/resource-caps": { "version": "11.4-11.4.0.0.1.15.0" }, "system/resource-mgmt/resource-pools": { "version": "11.4-11.4.0.0.1.15.0" }, "system/rsyslog": { "version": "8.15.0-11.4.0.0.1.14.0" }, "system/security/kerberos-5": { "version": "11.4-11.4.0.0.1.15.0" }, "system/storage/media-volume-manager": { "version": "11.4-11.4.0.0.1.15.0" }, "system/storage/removable-media": { "version": "11.4-11.4.0.0.1.15.0" }, "system/system-events": { "version": "11.4-11.4.0.0.1.15.0" }, "system/xopen/xcu4": { "version": "11.4-11.4.0.0.1.15.0" }, "system/xopen/xcu6": { "version": "11.4-11.4.0.0.1.15.0" }, "system/zones": { "version": "11.4-11.4.0.0.1.15.0" }, "system/zones/brand/brand-solaris": { "version": "11.4-11.4.0.0.1.15.0" }, "terminal/luit": { "version": "1.1.1-11.4.0.0.1.14.0" }, "terminal/resize": { "version": "0.333-11.4.0.0.1.14.0" }, "text/doctools": { "version": "11.4-11.4.0.0.1.15.0" }, "text/doctools/ja": { "version": "11.4-11.4.0.0.0.13.0" }, "text/gawk": { "version": "4.1.4-11.4.0.0.1.14.0" }, "text/gnu-diffutils": { "version": "3.6-11.4.0.0.1.14.0" }, "text/gnu-gettext": { "version": "0.19.8-11.4.0.0.1.14.0" }, "text/gnu-sed": { "version": "4.4-11.4.0.0.1.14.0" }, "text/groff/groff-core": { "version": "1.22.3-11.4.0.0.1.14.0" }, "text/less": { "version": "530-11.4.0.0.1.14.0" }, "text/odoc": { "version": "11.4-11.4.0.0.1.15.0" }, "text/spelling-utilities": { "version": "11.4-11.4.0.0.1.15.0" }, "web/curl": { "version": "7.60.0-11.4.0.0.1.14.0" }, "web/server/apache-24": { "version": "2.4.33-11.4.0.0.1.14.0" }, "web/server/apache-24/module/apache-ssl": { "version": "2.4.33-11.4.0.0.1.14.0" }, "web/server/apache-24/module/apache-wsgi-27": { "version": "4.5.1-11.4.0.0.1.14.0" }, "web/wget": { "version": "1.19.5-11.4.0.0.1.14.0" }, "x11/header/x11-protocols": { "version": "7.7-11.4.0.0.1.14.0" }, "x11/library/libfontenc": { "version": "1.1.3-11.4.0.0.1.14.0" }, "x11/library/libpthread-stubs": { "version": "0.3-11.4.0.0.1.14.0" }, "x11/library/libx11": { "version": "1.6.5-11.4.0.0.1.14.0" }, "x11/library/libxau": { "version": "1.0.8-11.4.0.0.1.14.0" }, "x11/library/libxcb": { "version": "1.12-11.4.0.0.1.14.0" }, "x11/library/libxdmcp": { "version": "1.1.2-11.4.0.0.1.14.0" }, "x11/library/libxevie": { "version": "1.0.3-11.4.0.0.1.14.0" }, "x11/library/libxext": { "version": "1.3.3-11.4.0.0.1.14.0" }, "x11/library/libxft": { "version": "2.3.2-11.4.0.0.1.14.0" }, "x11/library/libxmuu": { "version": "1.1.2-11.4.0.0.1.14.0" }, "x11/library/libxrender": { "version": "0.9.10-11.4.0.0.1.14.0" }, "x11/library/libxscrnsaver": { "version": "1.2.2-11.4.0.0.1.14.0" }, "x11/session/xauth": { "version": "1.0.10-11.4.0.0.1.14.0" } }, "platform": "solaris2", "platform_build": "11.4.0.15.0", "platform_family": "solaris2", "platform_version": "5.11", "root_group": "root", "shard_seed": 223676061, "shells": [ "/usr/bin/sh", "/usr/bin/csh", "/usr/bin/ksh", "/usr/bin/ksh93", "/usr/bin/jsh", "/bin/sh", "/bin/csh", "/bin/ksh", "/bin/ksh93", "/bin/jsh", "/sbin/sh", "/sbin/jsh", "/usr/sbin/sh", "/usr/sbin/jsh", "/usr/bin/pfsh", "/usr/bin/pfcsh", "/usr/bin/pfksh", "/usr/bin/pfksh93", "/usr/bin/bash", "/usr/bin/tcsh", "/usr/bin/zsh", "/usr/bin/pfbash", "/usr/bin/pftcsh", "/usr/bin/pfzsh", "/bin/pfsh", "/bin/pfcsh", "/bin/pfksh", "/bin/pfksh93", "/bin/bash", "/bin/tcsh", "/bin/zsh", "/bin/pfbash", "/bin/pftcsh", "/bin/pfzsh", "/usr/xpg4/bin/sh", "/usr/xpg4/bin/pfsh", "/sbin/pfsh", "/usr/sbin/pfsh", "/usr/sfw/bin/zsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/suse/000077500000000000000000000000001417433310300203305ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/suse/12.4.json000066400000000000000000004075031417433310300216200ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.0", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec2acbfb-701d-8f49-963a-89274a18eba8", "UUID": "EC2ACBFB-701D-8F49-963A-89274A18EBA8", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec2acbfb-701d-8f49-963a-89274a18eba8", "sku_number": "Not Specified", "uuid": "EC2ACBFB-701D-8F49-963A-89274A18EBA8", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "xfs", "inodes_available": "5179033", "inodes_percent_used": "2%", "inodes_used": "63335", "kb_available": "8721116", "kb_size": "10474496", "kb_used": "1753380", "label": "ROOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "17%", "total_inodes": "5242368", "uuid": "bfff40af-e073-4130-b6bf-ec02f2412386" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/hugetlb" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "120371", "inodes_percent_used": "1%", "inodes_used": "298", "kb_available": "482676", "kb_size": "482676", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=482676k", "nr_inodes=120669", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120669" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rpc_pipefs": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=26", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18063" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "124843", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99880", "kb_size": "99880", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99880k", "mode=700", "uid=1000", "gid=100" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "124847" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "xfs", "inodes_available": "5179033", "inodes_percent_used": "2%", "inodes_used": "63335", "kb_available": "8721116", "kb_size": "10474496", "kb_used": "1753380", "label": "ROOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "percent_used": "17%", "total_inodes": "5242368", "uuid": "bfff40af-e073-4130-b6bf-ec02f2412386" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "120371", "inodes_percent_used": "1%", "inodes_used": "298", "kb_available": "482676", "kb_size": "482676", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=482676k", "nr_inodes=120669", "mode=755" ], "percent_used": "0%", "total_inodes": "120669" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124846", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "499388", "kb_size": "499388", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124847" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=26", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18063" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124484", "inodes_percent_used": "1%", "inodes_used": "363", "kb_available": "485468", "kb_size": "499388", "kb_used": "13920", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "3%", "total_inodes": "124847" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124843", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99880", "kb_size": "99880", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99880k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "124847" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124830", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "499388", "kb_size": "499388", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "124847" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "rpc_pipefs" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "xfs", "inodes_available": "5179033", "inodes_percent_used": "2%", "inodes_used": "63335", "kb_available": "8721116", "kb_size": "10474496", "kb_used": "1753380", "label": "ROOT", "mount": "/", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "percent_used": "17%", "total_inodes": "5242368", "uuid": "bfff40af-e073-4130-b6bf-ec02f2412386" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "120371", "inodes_percent_used": "1%", "inodes_used": "298", "kb_available": "482676", "kb_size": "482676", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "size=482676k", "nr_inodes=120669", "mode=755" ], "percent_used": "0%", "total_inodes": "120669" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rpc_pipefs,/var/lib/nfs/rpc_pipefs": { "device": "rpc_pipefs", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=26", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=18063" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124846", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "499388", "kb_size": "499388", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124847" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124484", "inodes_percent_used": "1%", "inodes_used": "363", "kb_available": "485468", "kb_size": "499388", "kb_used": "13920", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "3%", "total_inodes": "124847" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124843", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99880", "kb_size": "99880", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99880k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "124847" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124830", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "499388", "kb_size": "499388", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "124847" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "167936" }, "af_packet": { "refcount": "0", "size": "45056" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "49152" }, "button": { "refcount": "0", "size": "16384" }, "cirrus": { "refcount": "1", "size": "28672" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "1", "size": "24576" }, "cryptd": { "refcount": "3", "size": "28672" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "28672" }, "dm_mod": { "refcount": "2", "size": "147456" }, "dm_region_hash": { "refcount": "1", "size": "16384" }, "drm": { "refcount": "4", "size": "442368" }, "drm_kms_helper": { "refcount": "1", "size": "200704" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "16384" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "floppy": { "refcount": "0", "size": "77824" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "iscsi_boot_sysfs": { "refcount": "1", "size": "16384" }, "iscsi_ibft": { "refcount": "0", "size": "16384", "version": "0.5.0" }, "libata": { "refcount": "3", "size": "270336", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "pcbc": { "refcount": "0", "size": "16384" }, "pcspkr": { "refcount": "0", "size": "16384" }, "sb_edac": { "refcount": "0", "size": "32768" }, "scsi_mod": { "refcount": "3", "size": "253952" }, "scsi_transport_iscsi": { "refcount": "0", "size": "110592", "version": "2.0-870" }, "serio_raw": { "refcount": "0", "size": "16384" }, "sg": { "refcount": "0", "size": "45056", "version": "3.5.36" }, "sunrpc": { "refcount": "1", "size": "393216" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "ttm": { "refcount": "1", "size": "114688" }, "xen_blkfront": { "refcount": "2", "size": "40960" }, "xen_netfront": { "refcount": "0", "size": "32768" }, "xfs": { "refcount": "1", "size": "1376256" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.12.14-95.19-default", "version": "#1 SMP Tue Jun 11 11:04:48 UTC 2019 (a904a7f)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635804146.1452475, "os": "linux", "os_version": "4.12.14-95.19-default", "packages": { "SUSEConnect": { "arch": "x86_64", "epoch": "0", "installdate": "1561160871", "release": "3.28.1", "version": "0.3.17" }, "SuSEfirewall2": { "arch": "noarch", "epoch": "0", "installdate": "1561160886", "release": "3.13.1", "version": "3.6.312.333" }, "aaa_base": { "arch": "x86_64", "epoch": "0", "installdate": "1561160871", "release": "38.13.1", "version": "13.2+git20140911.61c1681" }, "aaa_base-extras": { "arch": "x86_64", "epoch": "0", "installdate": "1561160883", "release": "38.13.1", "version": "13.2+git20140911.61c1681" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "7.3.1", "version": "2.2.52" }, "apparmor-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1561160883", "release": "51.18.3", "version": "2.8.2" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1561160882", "release": "8.6.1", "version": "3.1.14" }, "at-spi2-core": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "14.3.1", "version": "2.20.2" }, "attr": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "3.143", "version": "2.4.47" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1561160880", "release": "10.3.2", "version": "2.8.1" }, "augeas": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "17.3.1", "version": "1.2.0" }, "augeas-lenses": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "17.3.1", "version": "1.2.0" }, "autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1561160884", "release": "28.3.5", "version": "5.0.9" }, "autoyast2-installation": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "3.8.1", "version": "3.2.35" }, "aws-cli": { "arch": "noarch", "epoch": "0", "installdate": "1561160875", "release": "22.3.1", "version": "1.16.61" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "83.23.1", "version": "4.3" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "6.56", "version": "1.06.95" }, "bind-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "3.3.1", "version": "9.11.2" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160842", "release": "9.29.1", "version": "2.31" }, "blktrace": { "arch": "x86_64", "epoch": "0", "installdate": "1561160854", "release": "7.3", "version": "1.0.5" }, "blog": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "4.3.2", "version": "2.19" }, "boost-license1_54_0": { "arch": "noarch", "epoch": "0", "installdate": "1561160837", "release": "26.6.1", "version": "1.54.0" }, "bzip2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "29.2", "version": "1.0.6" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1561160852", "release": "6.2", "version": "1_201403302107" }, "ca-certificates-mozilla": { "arch": "noarch", "epoch": "0", "installdate": "1561160857", "release": "12.12.1", "version": "2.30" }, "catatonit": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "1.3.1", "version": "0.1.3" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635804137", "release": "1.sles12", "version": "17.7.29" }, "cifs-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160868", "release": "9.3.2", "version": "6.5" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1561160886", "release": "37.14.1", "version": "18.2" }, "cloud-init-config-suse": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "37.14.1", "version": "18.2" }, "cloud-netconfig-ec2": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "11.1", "version": "1.0" }, "cloud-regionsrv-client": { "arch": "noarch", "epoch": "0", "installdate": "1561160881", "release": "52.10.1", "version": "8.1.3" }, "command-not-found": { "arch": "noarch", "epoch": "0", "installdate": "1561160871", "release": "57.8", "version": "0.1.0" }, "containerd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160846", "release": "16.17.2", "version": "1.2.5" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "13.7.1", "version": "8.25" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "36.3.4", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1561160846", "release": "7.1", "version": "2.9.0" }, "cracklib-dict-small": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "7.1", "version": "2.9.0" }, "crash": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "4.6.2", "version": "7.2.1" }, "cron": { "arch": "x86_64", "epoch": "0", "installdate": "1561160881", "release": "59.3.2", "version": "4.2" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1561160882", "release": "59.3.2", "version": "1.4.11" }, "cryptconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "92.14", "version": "0.3" }, "cryptsetup": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "4.1", "version": "1.6.4" }, "cups-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1561160841", "release": "20.23.1", "version": "1.7.5" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1561160847", "release": "4.3.1", "version": "7.60.0" }, "cyrus-sasl": { "arch": "x86_64", "epoch": "0", "installdate": "1561160843", "release": "8.7.1", "version": "2.1.26" }, "cyrus-sasl-digestmd5": { "arch": "x86_64", "epoch": "0", "installdate": "1561160846", "release": "8.7.1", "version": "2.1.26" }, "cyrus-sasl-gssapi": { "arch": "x86_64", "epoch": "0", "installdate": "1561160846", "release": "8.7.1", "version": "2.1.26" }, "cyrus-sasl-plain": { "arch": "x86_64", "epoch": "0", "installdate": "1561160846", "release": "8.7.1", "version": "2.1.26" }, "cyrus-sasl-saslauthd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160881", "release": "8.7.1", "version": "2.1.26" }, "dbus-1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160875", "release": "29.10.2", "version": "1.8.22" }, "dbus-1-nox11": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "29.10.2", "version": "1.8.22" }, "dejavu-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1561160884", "release": "3.189", "version": "2.34" }, "deltarpm": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "5.1", "version": "3.6.1" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1561160877", "release": "9.7.1", "version": "1.02.149" }, "dhcp": { "arch": "x86_64", "epoch": "0", "installdate": "1561160886", "release": "10.14.1", "version": "4.3.3" }, "dhcp-client": { "arch": "x86_64", "epoch": "0", "installdate": "1561160886", "release": "10.14.1", "version": "4.3.3" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "5.40", "version": "3.3" }, "dirmngr": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "13.1", "version": "1.1.1" }, "dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "10.3.1", "version": "3.0" }, "docker": { "arch": "x86_64", "epoch": "0", "installdate": "1561160899", "release": "98.40.1", "version": "18.09.6_ce" }, "docker-libnetwork": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "19.1", "version": "0.7.0.1+gitr2726_872f0a83c98a" }, "docker-runc": { "arch": "x86_64", "epoch": "0", "installdate": "1561160841", "release": "1.23.1", "version": "1.0.0rc6+gitr3804_2b18fe1d885e" }, "dos2unix": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.133", "version": "6.0.4" }, "dosfstools": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "6.5", "version": "3.0.26" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1561160886", "release": "10.12.1", "version": "044.2" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "3.3.1", "version": "1.43.8" }, "elfutils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160843", "release": "6.1", "version": "0.158" }, "ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1561160847", "release": "14.3.7", "version": "4.13" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "21.3.1", "version": "2.1.0" }, "expect": { "arch": "x86_64", "epoch": "0", "installdate": "1561160854", "release": "18.56", "version": "5.45" }, "fd0ssh": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.13", "version": "20140325" }, "fdupes": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "7.1", "version": "1.61" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "10.12.2", "version": "5.22" }, "file-magic": { "arch": "x86_64", "epoch": "0", "installdate": "1561160822", "release": "10.12.2", "version": "5.22" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "14.15", "version": "13.1" }, "fillup": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "270.64", "version": "1.42" }, "findutils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "7.1", "version": "4.5.12" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "9.3", "version": "1.2.0" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1561160854", "release": "7.1", "version": "2.11.1" }, "fonts-config": { "arch": "noarch", "epoch": "0", "installdate": "1561160884", "release": "6.8.1", "version": "20180430" }, "fping": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "5.3.1", "version": "3.5" }, "gamin-server": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "11.19", "version": "0.1.10" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "3.663", "version": "4.1.0" }, "gettext-runtime": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "1.103", "version": "0.19.2" }, "gio-branding-upstream": { "arch": "noarch", "epoch": "0", "installdate": "1561160854", "release": "10.2", "version": "2.48.2" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "100.8.1", "version": "2.22" }, "glibc-i18ndata": { "arch": "noarch", "epoch": "0", "installdate": "1561160847", "release": "100.8.1", "version": "2.22" }, "glibc-locale": { "arch": "x86_64", "epoch": "0", "installdate": "1561160828", "release": "100.8.1", "version": "2.22" }, "google-opensans-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1561160884", "release": "9.128", "version": "1.0" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1561160925", "release": "50f35137", "version": "50a3dd1c", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1561160925", "release": "5847eb1f", "version": "39db7c82" }, { "arch": "(none)", "epoch": "0", "installdate": "1561160925", "release": "50f35137", "version": "50a3dd1c" } ] }, "gpg2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "9.3.1", "version": "2.0.24" }, "gptfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "1.38", "version": "0.8.8" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "3.1", "version": "2.16" }, "groff": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "5.429", "version": "1.22.2" }, "growpart": { "arch": "noarch", "epoch": "0", "installdate": "1561160868", "release": "4.8.1", "version": "0.30" }, "grub2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160877", "release": "12.9.1", "version": "2.02" }, "grub2-i386-pc": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "12.9.1", "version": "2.02" }, "grub2-x86_64-xen": { "arch": "noarch", "epoch": "0", "installdate": "1561160848", "release": "12.9.1", "version": "2.02" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "9.3.1", "version": "1.6" }, "hardlink": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "6.45", "version": "1.0" }, "haveged": { "arch": "x86_64", "epoch": "0", "installdate": "1561160882", "release": "16.1", "version": "1.9.1" }, "hwinfo": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "2.17.1", "version": "21.63" }, "icmpinfo": { "arch": "x86_64", "epoch": "0", "installdate": "1561160875", "release": "710.63", "version": "1.11" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "37.229", "version": "4.13a" }, "initviocons": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "101.62", "version": "0.5" }, "insserv-compat": { "arch": "noarch", "epoch": "0", "installdate": "1561160824", "release": "14.3.1", "version": "0.1" }, "iproute2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "15.6.21", "version": "4.12" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "6.1", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "2.19", "version": "s20121221" }, "irqbalance": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "8.4", "version": "1.1.0" }, "iscsiuio": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "12.10.1", "version": "0.7.8.2" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "8.10.2", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1561160837", "release": "8.10.2", "version": "2.0.4" }, "kdump": { "arch": "x86_64", "epoch": "0", "installdate": "1561160890", "release": "9.2", "version": "0.8.16" }, "kernel-default": { "arch": "x86_64", "epoch": "0", "installdate": "1561160896", "release": "95.19.1", "version": "4.12.14" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1561160890", "release": "1.18", "version": "2.0.16" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "3.29", "version": "1.5.9" }, "klogd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "778.1", "version": "1.4.1" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "3.4.1", "version": "25" }, "kmod-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1561160885", "release": "3.4.1", "version": "25" }, "krb5": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "40.34.1", "version": "1.12.5" }, "krb5-client": { "arch": "x86_64", "epoch": "0", "installdate": "1561160866", "release": "40.34.1", "version": "1.12.5" }, "ksh": { "arch": "x86_64", "epoch": "0", "installdate": "1561160886", "release": "18.1", "version": "93vu" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "5.13", "version": "458" }, "libGeoIP1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "3.65", "version": "1.5.1" }, "libHX28": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "1.19", "version": "3.18" }, "libX11-6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "12.5.1", "version": "1.6.2" }, "libX11-data": { "arch": "noarch", "epoch": "0", "installdate": "1561160838", "release": "12.5.1", "version": "1.6.2" }, "libXau6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "4.58", "version": "1.0.8" }, "libXext6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "4.3.1", "version": "1.3.2" }, "libXtst6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "7.1", "version": "1.2.2" }, "libacl1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "7.3.1", "version": "2.2.52" }, "libadns1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "101.65", "version": "1.4" }, "libaio1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "17.15", "version": "0.3.109" }, "libapparmor1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "51.18.3", "version": "2.8.2" }, "libasm1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "6.1", "version": "0.158" }, "libassuan0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "3.217", "version": "2.1.1" }, "libatspi0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160866", "release": "14.3.1", "version": "2.20.2" }, "libattr1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "3.143", "version": "2.4.47" }, "libaudit1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "10.3.2", "version": "2.8.1" }, "libaugeas0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "17.3.1", "version": "1.2.0" }, "libauparse0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "10.3.2", "version": "2.8.1" }, "libavahi-client3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "32.3.1", "version": "0.6.32" }, "libavahi-common3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "32.3.1", "version": "0.6.32" }, "libbind9-160": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "3.3.1", "version": "9.11.2" }, "libblkid1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "7.14", "version": "2.29.2" }, "libboost_regex1_54_0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160847", "release": "26.6.1", "version": "1.54.0" }, "libbz2-1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "29.2", "version": "1.0.6" }, "libcamgm100": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "1.4", "version": "1.0.7" }, "libcap-ng0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "4.125", "version": "0.7.3" }, "libcap2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "13.1", "version": "2.22" }, "libcom_err2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "3.3.1", "version": "1.43.8" }, "libcrack2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160843", "release": "7.1", "version": "2.9.0" }, "libcroco-0_6-3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "12.3.1", "version": "0.6.11" }, "libcryptmount0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "5.3.1", "version": "2.14" }, "libcryptsetup4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160876", "release": "4.1", "version": "1.6.4" }, "libcurl4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "4.3.1", "version": "7.60.0" }, "libdb-4_8": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "29.6", "version": "4.8.30" }, "libdbus-1-3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "29.10.2", "version": "1.8.22" }, "libdcerpc-binding0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160862", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libdcerpc0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libdns169": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "3.3.1", "version": "9.11.2" }, "libdw1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "6.1", "version": "0.158" }, "libedit0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "1.13", "version": "3.1.snap20140620" }, "libelf1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "6.1", "version": "0.158" }, "libesmtp": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "16.1", "version": "1.0.6" }, "libestr0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "1.54", "version": "0.1.9" }, "libevent-2_0-5": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "6.3.1", "version": "2.0.21" }, "libexpat1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "21.3.1", "version": "2.1.0" }, "libext2fs2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "3.3.1", "version": "1.43.8" }, "libfam0-gamin": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "11.25", "version": "0.1.10" }, "libfastjson4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.14", "version": "0.99.4" }, "libfdisk1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "7.14", "version": "2.29.2" }, "libffi4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "12.1", "version": "5.3.1+r233831" }, "libfipscheck1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "9.3", "version": "1.2.0" }, "libfreetype6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "7.15.1", "version": "2.6.3" }, "libfuse2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "6.3.1", "version": "2.9.3" }, "libgcc_s1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "1.3.3", "version": "8.2.1+r264010" }, "libgcrypt20": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "16.65.1", "version": "1.6.1" }, "libgdbm4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "9.70", "version": "1.10" }, "libgio-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160854", "release": "10.2", "version": "2.48.2" }, "libglib-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "10.2", "version": "2.48.2" }, "libgmodule-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "10.2", "version": "2.48.2" }, "libgmp10": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "2.121", "version": "5.1.3" }, "libgobject-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "10.2", "version": "2.48.2" }, "libgpg-error0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "1.79", "version": "1.13" }, "libhavege1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "16.1", "version": "1.9.1" }, "libicu52_1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160845", "release": "8.7.1", "version": "52.1" }, "libicu52_1-data": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "8.7.1", "version": "52.1" }, "libidn11": { "arch": "x86_64", "epoch": "0", "installdate": "1561160838", "release": "5.6.1", "version": "1.28" }, "libiptc0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "6.1", "version": "1.4.21" }, "libirs160": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "3.3.1", "version": "9.11.2" }, "libisc166": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "3.3.1", "version": "9.11.2" }, "libisccc160": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "3.3.1", "version": "9.11.2" }, "libisccfg160": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "3.3.1", "version": "9.11.2" }, "libjson-c2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "2.22", "version": "0.11" }, "libkeyutils1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "3.29", "version": "1.5.9" }, "libkmod2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "3.4.1", "version": "25" }, "libksba8": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "23.1", "version": "1.3.0" }, "libldap-2_4-2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "18.43.1", "version": "2.4.41" }, "libldapcpp1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "4.75", "version": "0.3.1" }, "libldb1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "3.3.1", "version": "1.1.29" }, "liblockdev1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "27.1", "version": "1.0.3_git201003141408" }, "liblogging0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "1.6", "version": "1.0.4" }, "liblua5_1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "8.3.1", "version": "5.1.5" }, "liblwres160": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "3.3.1", "version": "9.11.2" }, "liblzma5": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "6.3.1", "version": "5.0.5" }, "liblzo2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "1.13", "version": "2.08" }, "libmagic1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "10.12.2", "version": "5.22" }, "libmnl0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "9.18", "version": "1.0.3" }, "libmodman1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "15.75", "version": "2.0.1" }, "libmount1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "7.14", "version": "2.29.2" }, "libmozjs-17_0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160845", "release": "13.2", "version": "17.0" }, "libncurses5": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "64.1", "version": "5.9" }, "libncurses6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "64.1", "version": "5.9" }, "libndr-krb5pac0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libndr-nbt0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libndr-standard0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libndr0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160863", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libnetapi0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libnetfilter_conntrack3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "3.60", "version": "1.0.4" }, "libnettle4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "12.1", "version": "2.7.1" }, "libnfnetlink0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "6.58", "version": "1.0.1" }, "libnghttp2-14": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "1.84", "version": "1.7.1" }, "libnl-config": { "arch": "noarch", "epoch": "0", "installdate": "1561160850", "release": "2.21", "version": "3.2.23" }, "libnl1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "4.21", "version": "1.1.4" }, "libnl3-200": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "2.21", "version": "3.2.23" }, "libnuma1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "9.1", "version": "2.0.9" }, "libopeniscsiusr0_2_0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "12.10.1", "version": "2.0.876" }, "libopenssl1_0_0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "3.6.1", "version": "1.0.2p" }, "libp11-kit0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.7", "version": "0.20.7" }, "libparted0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "37.19", "version": "3.1" }, "libpcap1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160857", "release": "9.1", "version": "1.8.1" }, "libpci3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "11.3.1", "version": "3.2.1" }, "libpcre1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "8.3.1", "version": "8.39" }, "libpipeline1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "1.20", "version": "1.2.6" }, "libpng16-16": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "14.1", "version": "1.6.8" }, "libpolkit0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160881", "release": "5.15.1", "version": "0.113" }, "libpopt0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "26.128", "version": "1.16" }, "libprocps3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "11.18.1", "version": "3.3.9" }, "libproxy1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "16.3", "version": "0.4.13" }, "libpth20": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "140.1", "version": "2.0.7" }, "libpython2_7-1_0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "28.26.1", "version": "2.7.13" }, "libpython3_4m1_0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "25.24.1", "version": "3.4.6" }, "libqrencode3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "1.31", "version": "3.4.3" }, "libreadline6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "83.23.1", "version": "6.3" }, "libruby2_1-2_1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "18.1", "version": "2.1.9" }, "libsamba-credentials0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libsamba-errors0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libsamba-hostconfig0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libsamba-passdb0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libsamba-util0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160862", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libsamdb0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libsasl2-3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "8.7.1", "version": "2.1.26" }, "libseccomp2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "10.1", "version": "2.3.1" }, "libselinux1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "8.79", "version": "2.5" }, "libsemanage1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "9.3.1", "version": "2.5" }, "libsepol1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "3.143", "version": "2.5" }, "libsgutils2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "16.23.1", "version": "1.43+46.4b09c76" }, "libsmartcols1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "7.14", "version": "2.29.2" }, "libsmbconf0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libsmbldap0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libsmi": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "18.63", "version": "0.4.8" }, "libsmi2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "18.63", "version": "0.4.8" }, "libsnappy1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "1.2", "version": "1.1.3" }, "libsolv-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "2.13.1", "version": "0.6.34" }, "libsqlite3-0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "9.9.1", "version": "3.8.10.2" }, "libssh4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "12.6.1", "version": "0.6.3" }, "libstdc++6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "1.3.3", "version": "8.2.1+r264010" }, "libstorage-ruby": { "arch": "x86_64", "epoch": "0", "installdate": "1561160890", "release": "1.19", "version": "2.26.15" }, "libstorage7": { "arch": "x86_64", "epoch": "0", "installdate": "1561160890", "release": "1.19", "version": "2.26.15" }, "libsystemd0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "150.66.4", "version": "228" }, "libtalloc2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "3.3.2", "version": "2.1.10" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "3.10.1", "version": "4.9" }, "libtasn1-6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "3.10.1", "version": "4.9" }, "libtdb1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "3.3.1", "version": "1.3.12" }, "libtevent-util0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libtevent0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "3.6.1", "version": "0.9.34" }, "libtirpc-netconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "17.13.1", "version": "1.0.1" }, "libtirpc1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "20.5", "version": "0.2.3" }, "libtirpc3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "17.13.1", "version": "1.0.1" }, "libudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "150.66.4", "version": "228" }, "libunwind": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "11.3.1", "version": "1.1" }, "libusb-0_1-4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "29.13", "version": "0.1.13" }, "libusb-1_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "5.3", "version": "1.0.20" }, "libustr-1_0-1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "31.197", "version": "1.0.4" }, "libutempter0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "5.114", "version": "1.1.6" }, "libuuid1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "7.14", "version": "2.29.2" }, "libverto1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "3.2.2", "version": "0.2.6" }, "libwbclient0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "libwicked-0-6": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "2.8.1", "version": "0.6.54" }, "libwrap0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "886.3", "version": "7.6" }, "libx86emu1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.7", "version": "1.11" }, "libxcb1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160854", "release": "4.3.1", "version": "1.10" }, "libxml2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "46.15.1", "version": "2.9.4" }, "libxslt1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "17.3.1", "version": "1.1.28" }, "libxtables10": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "6.1", "version": "1.4.21" }, "libyajl2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "17.1", "version": "2.0.1" }, "libyaml-0-2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "7.1", "version": "0.1.6" }, "libyui-ncurses-pkg7": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "1.5", "version": "2.48.4.1" }, "libyui-ncurses7": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.17", "version": "2.48.2" }, "libyui7": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.30", "version": "3.2.9" }, "libz1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "3.3.1", "version": "1.2.11" }, "libzio1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "9.188", "version": "1.00" }, "libzypp": { "arch": "x86_64", "epoch": "0", "installdate": "1561160830", "release": "2.36.3", "version": "16.19.0" }, "lifecycle-data-sle-module-legacy": { "arch": "x86_64", "epoch": "0", "installdate": "1561160822", "release": "5.6.1", "version": "1" }, "lifecycle-data-sle-module-toolchain": { "arch": "noarch", "epoch": "0", "installdate": "1561160822", "release": "3.12.1", "version": "1" }, "lifecycle-data-sle-module-web-scripting": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "7.6.1", "version": "1" }, "lio-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "17.6.1", "version": "4.1" }, "lockdev": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "27.1", "version": "1.0.3_git201003141408" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "2.14.1", "version": "3.11.0" }, "lsof": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "27.5.1", "version": "4.89" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "7.3.1", "version": "0.29" }, "lvm2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160880", "release": "9.7.1", "version": "2.02.180" }, "makedumpfile": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "1.12", "version": "1.6.3" }, "man": { "arch": "x86_64", "epoch": "0", "installdate": "1561160856", "release": "3.1", "version": "2.6.6" }, "man-pages": { "arch": "noarch", "epoch": "0", "installdate": "1561160836", "release": "6.3.1", "version": "4.02" }, "mozilla-nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "19.6.1", "version": "4.20" }, "mozilla-nss-certs": { "arch": "x86_64", "epoch": "0", "installdate": "1561160845", "release": "58.25.1", "version": "3.41.1" }, "ncurses-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "64.1", "version": "5.9" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "765.5.4", "version": "1.60" }, "netcat-openbsd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160842", "release": "92.3.1", "version": "1.89" }, "netcfg": { "arch": "noarch", "epoch": "0", "installdate": "1561160873", "release": "29.1", "version": "11.5" }, "nfs-client": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "34.8.3", "version": "1.3.0" }, "nfs-kernel-server": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "34.8.3", "version": "1.3.0" }, "nfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "7.3.1", "version": "0.25" }, "nscd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "100.8.1", "version": "2.22" }, "ntp": { "arch": "x86_64", "epoch": "0", "installdate": "1561160886", "release": "85.1", "version": "4.2.8p13" }, "ofl": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "1.13", "version": "20140325" }, "open-iscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "12.10.1", "version": "2.0.876" }, "openldap2-client": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "18.43.1", "version": "2.4.41" }, "openslp": { "arch": "x86_64", "epoch": "0", "installdate": "1561160839", "release": "18.17.1", "version": "2.0.0" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1561160883", "release": "74.42.8", "version": "7.2p2" }, "openssl": { "arch": "noarch", "epoch": "0", "installdate": "1561160826", "release": "1.13", "version": "1.0.2p" }, "openssl-1_0_0": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "3.6.1", "version": "1.0.2p" }, "opie": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "724.65", "version": "2.4" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.7", "version": "0.20.7" }, "p11-kit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.7", "version": "0.20.7" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1561160854", "release": "24.14.1", "version": "1.1.8" }, "pam-config": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "5.3.2", "version": "0.89" }, "pam-modules": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "23.12", "version": "12.1" }, "pam_mount": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "5.3.1", "version": "2.14" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1561160890", "release": "37.19", "version": "3.1" }, "patterns-sles-Minimal": { "arch": "x86_64", "epoch": "0", "installdate": "1561160901", "release": "5.18", "version": "12" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160854", "release": "11.3.1", "version": "3.2.1" }, "pciutils-ids": { "arch": "noarch", "epoch": "0", "installdate": "1561160839", "release": "12.3.1", "version": "2018.02.08" }, "perl": { "arch": "x86_64", "epoch": "0", "installdate": "1561160856", "release": "12.17.1", "version": "5.18.2" }, "perl-Bit-Vector": { "arch": "x86_64", "epoch": "0", "installdate": "1561160862", "release": "3.171", "version": "7.3" }, "perl-Bootloader": { "arch": "x86_64", "epoch": "0", "installdate": "1561160870", "release": "1.7", "version": "0.923" }, "perl-Carp-Clan": { "arch": "noarch", "epoch": "0", "installdate": "1561160862", "release": "23.11", "version": "6.04" }, "perl-Config-Crontab": { "arch": "noarch", "epoch": "0", "installdate": "1561160861", "release": "8.19", "version": "1.33" }, "perl-Config-IniFiles": { "arch": "noarch", "epoch": "0", "installdate": "1561160862", "release": "3.14", "version": "2.82" }, "perl-Crypt-SmbHash": { "arch": "x86_64", "epoch": "0", "installdate": "1561160862", "release": "156.12", "version": "0.12" }, "perl-Date-Calc": { "arch": "x86_64", "epoch": "0", "installdate": "1561160870", "release": "25.1", "version": "6.3" }, "perl-Digest-HMAC": { "arch": "noarch", "epoch": "0", "installdate": "1561160862", "release": "18.16", "version": "1.03" }, "perl-Digest-MD4": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "3.203", "version": "1.9" }, "perl-Digest-SHA1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "17.216", "version": "2.13" }, "perl-List-MoreUtils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "7.63", "version": "0.33" }, "perl-Net-DNS": { "arch": "x86_64", "epoch": "0", "installdate": "1561160868", "release": "4.1", "version": "0.73" }, "perl-Parse-RecDescent": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "7.19", "version": "1.967009" }, "perl-Sub-Uplevel": { "arch": "noarch", "epoch": "0", "installdate": "1561160860", "release": "11.19", "version": "0.240.0" }, "perl-Test-Exception": { "arch": "noarch", "epoch": "0", "installdate": "1561160861", "release": "3.14", "version": "0.32" }, "perl-URI": { "arch": "noarch", "epoch": "0", "installdate": "1561160860", "release": "7.19", "version": "1.60" }, "perl-X500-DN": { "arch": "x86_64", "epoch": "0", "installdate": "1561160862", "release": "106.14", "version": "0.29" }, "perl-XML-LibXML": { "arch": "x86_64", "epoch": "0", "installdate": "1561160868", "release": "6.3.5", "version": "2.0019" }, "perl-XML-NamespaceSupport": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "21.13", "version": "1.11" }, "perl-XML-Parser": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "21.140", "version": "2.41" }, "perl-XML-SAX": { "arch": "x86_64", "epoch": "0", "installdate": "1561160861", "release": "22.8", "version": "0.99" }, "perl-XML-SAX-Base": { "arch": "noarch", "epoch": "0", "installdate": "1561160860", "release": "8.20", "version": "1.08" }, "perl-XML-SAX-Expat": { "arch": "noarch", "epoch": "0", "installdate": "1561160862", "release": "3.8", "version": "0.50" }, "perl-XML-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1561160862", "release": "4.2", "version": "2.20" }, "perl-XML-Writer": { "arch": "noarch", "epoch": "0", "installdate": "1561160860", "release": "3.19", "version": "0.623" }, "perl-base": { "arch": "x86_64", "epoch": "0", "installdate": "1561160824", "release": "12.17.1", "version": "5.18.2" }, "perl-camgm": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "1.4", "version": "1.0.7" }, "perl-gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "163.126", "version": "1.05" }, "permissions": { "arch": "x86_64", "epoch": "0", "installdate": "1561160848", "release": "3.6.1", "version": "20170707" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1561160840", "release": "5.1", "version": "2.3" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1561160825", "release": "4.27", "version": "0.8.3" }, "pkg-config": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "6.98", "version": "0.28" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1561160882", "release": "5.15.1", "version": "0.113" }, "polkit-default-privs": { "arch": "noarch", "epoch": "0", "installdate": "1561160884", "release": "22.9.1", "version": "13.2" }, "prctl": { "arch": "x86_64", "epoch": "0", "installdate": "1561160850", "release": "17.61", "version": "1.5" }, "procinfo": { "arch": "x86_64", "epoch": "0", "installdate": "1561160840", "release": "221.3.1", "version": "18" }, "procps": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "11.18.1", "version": "3.3.9" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1561160840", "release": "6.10.1", "version": "22.21" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "28.26.1", "version": "2.7.13" }, "python-Jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1561160853", "release": "22.8.1", "version": "2.8" }, "python-MarkupSafe": { "arch": "x86_64", "epoch": "0", "installdate": "1561160843", "release": "16.3.1", "version": "0.18" }, "python-PyJWT": { "arch": "noarch", "epoch": "0", "installdate": "1561160873", "release": "3.6.1", "version": "1.4.2" }, "python-PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1561160845", "release": "26.6.1", "version": "3.12" }, "python-argparse": { "arch": "noarch", "epoch": "0", "installdate": "1561160860", "release": "15.8", "version": "1.2.1" }, "python-base": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "28.26.1", "version": "2.7.13" }, "python-bind": { "arch": "noarch", "epoch": "0", "installdate": "1561160859", "release": "3.3.1", "version": "9.11.2" }, "python-blinker": { "arch": "noarch", "epoch": "0", "installdate": "1561160837", "release": "3.3.1", "version": "1.4" }, "python-boto3": { "arch": "noarch", "epoch": "0", "installdate": "1561160875", "release": "14.3.1", "version": "1.9.57" }, "python-botocore": { "arch": "noarch", "epoch": "0", "installdate": "1561160873", "release": "28.6.1", "version": "1.12.57" }, "python-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1561160852", "release": "5.6.2", "version": "1.5.2" }, "python-colorama": { "arch": "noarch", "epoch": "0", "installdate": "1561160851", "release": "1.9", "version": "0.2.7" }, "python-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1561160843", "release": "20.3.1", "version": "5.0.6" }, "python-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1561160871", "release": "7.13.4", "version": "1.3.1" }, "python-docutils": { "arch": "noarch", "epoch": "0", "installdate": "1561160851", "release": "1.11", "version": "0.11" }, "python-ec2deprecateimg": { "arch": "noarch", "epoch": "0", "installdate": "1561160876", "release": "13.1", "version": "3.0.2" }, "python-ec2metadata": { "arch": "noarch", "epoch": "0", "installdate": "1561160857", "release": "6.1", "version": "1.5.4" }, "python-ec2publishimg": { "arch": "noarch", "epoch": "0", "installdate": "1561160876", "release": "13.1", "version": "1.1.3" }, "python-ec2uploadimg": { "arch": "noarch", "epoch": "0", "installdate": "1561160876", "release": "28.3.1", "version": "3.0.1" }, "python-ec2utilsbase": { "arch": "noarch", "epoch": "0", "installdate": "1561160876", "release": "17.2.1", "version": "2.0.2" }, "python-ecdsa": { "arch": "noarch", "epoch": "0", "installdate": "1561160843", "release": "5.5.1", "version": "0.13" }, "python-enum34": { "arch": "noarch", "epoch": "0", "installdate": "1561160843", "release": "8.3.3", "version": "1.1.3" }, "python-futures": { "arch": "noarch", "epoch": "0", "installdate": "1561160843", "release": "14.1", "version": "3.0.2" }, "python-idna": { "arch": "noarch", "epoch": "0", "installdate": "1561160837", "release": "3.6.1", "version": "2.0" }, "python-ipaddress": { "arch": "noarch", "epoch": "0", "installdate": "1561160837", "release": "3.9.1", "version": "1.0.18" }, "python-jmespath": { "arch": "noarch", "epoch": "0", "installdate": "1561160857", "release": "10.3.1", "version": "0.9.2" }, "python-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1561160852", "release": "8.5", "version": "1.1" }, "python-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1561160851", "release": "8.5", "version": "1.0" }, "python-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1561160852", "release": "5.2.4", "version": "2.4.0" }, "python-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1561160873", "release": "3.4.1", "version": "0.7.2" }, "python-paramiko": { "arch": "noarch", "epoch": "0", "installdate": "1561160853", "release": "10.6.1", "version": "1.18.5" }, "python-ply": { "arch": "noarch", "epoch": "0", "installdate": "1561160851", "release": "1.6", "version": "3.4" }, "python-pyasn1": { "arch": "noarch", "epoch": "0", "installdate": "1561160837", "release": "4.6.1", "version": "0.1.9" }, "python-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1561160843", "release": "5.6.1", "version": "2.10" }, "python-pycrypto": { "arch": "x86_64", "epoch": "0", "installdate": "1561160843", "release": "10.6.3", "version": "2.6.1" }, "python-pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1561160843", "release": "6.2.1", "version": "2.7" }, "python-python-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1561160849", "release": "1.19", "version": "2.6.1" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1561160858", "release": "6.28.1", "version": "2.11.1" }, "python-rsa": { "arch": "noarch", "epoch": "0", "installdate": "1561160843", "release": "12.6.1", "version": "3.1.4" }, "python-s3transfer": { "arch": "noarch", "epoch": "0", "installdate": "1561160875", "release": "6.6.1", "version": "0.1.13" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1561160868", "release": "4.8.1", "version": "18.0.1" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1561160837", "release": "11.3.1", "version": "1.11.0" }, "python-solv": { "arch": "x86_64", "epoch": "0", "installdate": "1561160862", "release": "2.13.1", "version": "0.6.34" }, "python-talloc": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "3.3.2", "version": "2.1.10" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1561160873", "release": "3.10.1", "version": "1.22" }, "python-xml": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "28.26.1", "version": "2.7.13" }, "python3": { "arch": "x86_64", "epoch": "0", "installdate": "1561160847", "release": "25.24.1", "version": "3.4.6" }, "python3-M2Crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "23.3.5", "version": "0.29.0" }, "python3-base": { "arch": "x86_64", "epoch": "0", "installdate": "1561160845", "release": "25.24.1", "version": "3.4.6" }, "python3-cssselect": { "arch": "noarch", "epoch": "0", "installdate": "1561160847", "release": "3.5.1", "version": "0.8" }, "python3-lxml": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.2", "version": "3.6.1" }, "python3-py": { "arch": "noarch", "epoch": "0", "installdate": "1561160853", "release": "2.5.2", "version": "1.4.31" }, "python3-requests": { "arch": "noarch", "epoch": "0", "installdate": "1561160853", "release": "2.3", "version": "2.7.0" }, "python3-typing": { "arch": "noarch", "epoch": "0", "installdate": "1561160847", "release": "1.5.1", "version": "3.6.4" }, "python3-zypp-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1561160853", "release": "3.6.1", "version": "0.6.3" }, "quota": { "arch": "x86_64", "epoch": "0", "installdate": "1561160857", "release": "6.3.1", "version": "4.05" }, "recode": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "663.62", "version": "3.6" }, "regionServiceClientConfigEC2": { "arch": "noarch", "epoch": "0", "installdate": "1561160858", "release": "4.3.1", "version": "2.1.0" }, "release-notes-sles": { "arch": "noarch", "epoch": "0", "installdate": "1561160885", "release": "2.3.1", "version": "12.4.20181207" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "24.6.1", "version": "0.2.3" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "16.21.1", "version": "4.11.2" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1561160857", "release": "16.21.1", "version": "4.11.2" }, "rsh": { "arch": "x86_64", "epoch": "0", "installdate": "1561160875", "release": "731.12", "version": "0.17" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1561160881", "release": "13.13.3", "version": "3.1.0" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1561160887", "release": "3.26.1", "version": "8.24.0" }, "ruby": { "arch": "x86_64", "epoch": "0", "installdate": "1561160871", "release": "1.6", "version": "2.1" }, "ruby-common": { "arch": "noarch", "epoch": "0", "installdate": "1561160869", "release": "19.1", "version": "2.1" }, "ruby2.1": { "arch": "x86_64", "epoch": "0", "installdate": "1561160868", "release": "18.1", "version": "2.1.9" }, "ruby2.1-rubygem-abstract_method": { "arch": "x86_64", "epoch": "0", "installdate": "1561160872", "release": "4.1", "version": "1.2.1" }, "ruby2.1-rubygem-cfa": { "arch": "x86_64", "epoch": "0", "installdate": "1561160872", "release": "1.9", "version": "0.6.1" }, "ruby2.1-rubygem-cfa_grub2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160872", "release": "1.10", "version": "0.6.5" }, "ruby2.1-rubygem-cheetah": { "arch": "x86_64", "epoch": "0", "installdate": "1561160872", "release": "4.1", "version": "0.5.0" }, "ruby2.1-rubygem-docker-api": { "arch": "x86_64", "epoch": "0", "installdate": "1561160869", "release": "11.2", "version": "1.31.0" }, "ruby2.1-rubygem-excon": { "arch": "x86_64", "epoch": "0", "installdate": "1561160869", "release": "9.1", "version": "0.52.0" }, "ruby2.1-rubygem-fast_gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1561160870", "release": "1.1", "version": "0.9.2" }, "ruby2.1-rubygem-gem2rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1561160869", "release": "4.1", "version": "0.10.1" }, "ruby2.1-rubygem-ruby-augeas": { "arch": "x86_64", "epoch": "0", "installdate": "1561160870", "release": "1.40", "version": "0.5.0" }, "ruby2.1-rubygem-ruby-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1561160871", "release": "3.6", "version": "0.9.3" }, "ruby2.1-rubygem-simpleidn": { "arch": "x86_64", "epoch": "0", "installdate": "1561160870", "release": "1.22", "version": "0.0.9" }, "ruby2.1-rubygem-sle2docker": { "arch": "x86_64", "epoch": "0", "installdate": "1561160872", "release": "18.6.1", "version": "0.5.2" }, "ruby2.1-rubygem-thor": { "arch": "x86_64", "epoch": "0", "installdate": "1561160870", "release": "1.1", "version": "0.19.1" }, "ruby2.1-stdlib": { "arch": "x86_64", "epoch": "0", "installdate": "1561160855", "release": "18.1", "version": "2.1.9" }, "samba-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1561160862", "release": "3.43.1", "version": "4.6.16+git.166.8fb11cda200" }, "scout": { "arch": "noarch", "epoch": "0", "installdate": "1561160870", "release": "57.8", "version": "0.1.0" }, "screen": { "arch": "x86_64", "epoch": "0", "installdate": "1561160864", "release": "23.3.3", "version": "4.0.4" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "7.3.1", "version": "4.2.2" }, "sg3_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "16.23.1", "version": "1.43+46.4b09c76" }, "shadow": { "arch": "x86_64", "epoch": "0", "installdate": "1561160875", "release": "27.19.1", "version": "4.2.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "11.3", "version": "1.6" }, "sle-module-adv-systems-management-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "4.3.1", "version": "12" }, "sle-module-adv-systems-management-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "4.3.1", "version": "12" }, "sle-module-containers-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "6.6.1", "version": "12" }, "sle-module-containers-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "6.6.1", "version": "12" }, "sle-module-hpc-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "3.3.1", "version": "12" }, "sle-module-hpc-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160822", "release": "3.3.1", "version": "12" }, "sle-module-legacy-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "10.7.1", "version": "12" }, "sle-module-legacy-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "10.7.1", "version": "12" }, "sle-module-public-cloud-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "7.3.1", "version": "12" }, "sle-module-public-cloud-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "7.3.1", "version": "12" }, "sle-module-toolchain-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "8.1", "version": "12" }, "sle-module-toolchain-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "8.1", "version": "12" }, "sle-module-web-scripting-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "10.3.1", "version": "12" }, "sle-module-web-scripting-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "10.3.1", "version": "12" }, "sle-sdk-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160829", "release": "1.52", "version": "12.4" }, "sle-sdk-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "1.52", "version": "12.4" }, "sles-manuals_en": { "arch": "noarch", "epoch": "0", "installdate": "1561160889", "release": "1.3", "version": "12.4" }, "sles-release": { "arch": "x86_64", "epoch": "0", "installdate": "1561160826", "release": "6.3.3", "version": "12.4" }, "sles-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "6.3.3", "version": "12.4" }, "strace": { "arch": "x86_64", "epoch": "0", "installdate": "1561160853", "release": "3.1", "version": "4.10" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1561160862", "release": "3.7.10", "version": "1.8.20p2" }, "supportutils": { "arch": "noarch", "epoch": "0", "installdate": "1561160897", "release": "95.24.1", "version": "3.0.2" }, "supportutils-plugin-suse-public-cloud": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "6.3.1", "version": "1.0.2" }, "suse-build-key": { "arch": "noarch", "epoch": "0", "installdate": "1561160840", "release": "7.6.1", "version": "12.0" }, "suse-module-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1561160890", "release": "25.1", "version": "12.4" }, "sysconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1561160884", "release": "13.1", "version": "0.84.0" }, "sysconfig-netconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1561160884", "release": "13.1", "version": "0.84.0" }, "sysfsutils": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "151.65", "version": "2.1.0" }, "syslog-service": { "arch": "noarch", "epoch": "0", "installdate": "1561160884", "release": "778.1", "version": "2.0" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160876", "release": "150.66.4", "version": "228" }, "systemd-presets-branding-SLE": { "arch": "noarch", "epoch": "0", "installdate": "1561160848", "release": "10.3.1", "version": "12.2" }, "systemd-sysvinit": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "150.66.4", "version": "228" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1561160834", "release": "101.3.1", "version": "2.88+" }, "tar": { "arch": "x86_64", "epoch": "0", "installdate": "1561160845", "release": "15.3.7", "version": "1.27.1" }, "tcl": { "arch": "x86_64", "epoch": "0", "installdate": "1561160840", "release": "3.3.3", "version": "8.6.7" }, "tcpd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160837", "release": "886.3", "version": "7.6" }, "tcpdump": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "14.8.1", "version": "4.9.2" }, "tcsh": { "arch": "x86_64", "epoch": "0", "installdate": "1561160856", "release": "8.3.1", "version": "6.18.01" }, "telnet": { "arch": "x86_64", "epoch": "0", "installdate": "1561160875", "release": "165.63", "version": "1.2" }, "terminfo": { "arch": "x86_64", "epoch": "0", "installdate": "1561160841", "release": "64.1", "version": "5.9" }, "terminfo-base": { "arch": "x86_64", "epoch": "0", "installdate": "1561160823", "release": "64.1", "version": "5.9" }, "timezone": { "arch": "x86_64", "epoch": "0", "installdate": "1561160841", "release": "74.23.1", "version": "2019a" }, "udev": { "arch": "x86_64", "epoch": "0", "installdate": "1561160878", "release": "150.66.4", "version": "228" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1561160842", "release": "33.8.1", "version": "6.00" }, "update-alternatives": { "arch": "x86_64", "epoch": "0", "installdate": "1561160835", "release": "14.216", "version": "1.18.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "7.14", "version": "2.29.2" }, "util-linux-systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160879", "release": "7.7", "version": "2.29.2" }, "vim": { "arch": "x86_64", "epoch": "0", "installdate": "1561160858", "release": "17.3.1", "version": "7.4.326" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1561160843", "release": "21.10.1", "version": "1.14" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "3.180", "version": "2.20" }, "wicked": { "arch": "x86_64", "epoch": "0", "installdate": "1561160881", "release": "2.8.1", "version": "0.6.54" }, "wicked-service": { "arch": "x86_64", "epoch": "0", "installdate": "1561160881", "release": "2.8.1", "version": "0.6.54" }, "x86info": { "arch": "x86_64", "epoch": "0", "installdate": "1561160851", "release": "11.55", "version": "1.29" }, "xen-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "2.11.1", "version": "4.11.1_06" }, "xen-tools-domU": { "arch": "x86_64", "epoch": "0", "installdate": "1561160859", "release": "2.11.1", "version": "4.11.1_06" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.12", "version": "4.15.0" }, "xinetd": { "arch": "x86_64", "epoch": "0", "installdate": "1561160881", "release": "8.8.1", "version": "2.3.15" }, "xtables-plugins": { "arch": "x86_64", "epoch": "0", "installdate": "1561160857", "release": "6.1", "version": "1.4.21" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1561160841", "release": "6.3.1", "version": "5.0.5" }, "yast2": { "arch": "x86_64", "epoch": "0", "installdate": "1561160885", "release": "4.7.1", "version": "3.2.50" }, "yast2-add-on": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "3.3.1", "version": "3.2.3" }, "yast2-audit-laf": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "6.5", "version": "3.1.5" }, "yast2-bootloader": { "arch": "x86_64", "epoch": "0", "installdate": "1561160897", "release": "3.3.1", "version": "3.3.1" }, "yast2-ca-management": { "arch": "noarch", "epoch": "0", "installdate": "1561160889", "release": "2.6.44", "version": "3.2.2" }, "yast2-core": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "1.7", "version": "3.3.1" }, "yast2-country": { "arch": "x86_64", "epoch": "0", "installdate": "1561160889", "release": "1.10", "version": "3.2.16" }, "yast2-country-data": { "arch": "x86_64", "epoch": "0", "installdate": "1561160873", "release": "1.10", "version": "3.2.16" }, "yast2-dbus-server": { "arch": "x86_64", "epoch": "0", "installdate": "1561160884", "release": "1.61", "version": "3.1.1" }, "yast2-dhcp-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "1.106", "version": "3.2.2" }, "yast2-dns-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "1.124", "version": "3.2.0" }, "yast2-docker": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "23.1", "version": "3.1.7" }, "yast2-firewall": { "arch": "noarch", "epoch": "0", "installdate": "1561160886", "release": "6.3.2", "version": "3.4.0" }, "yast2-ftp-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "5.38", "version": "3.4.1" }, "yast2-hardware-detection": { "arch": "x86_64", "epoch": "0", "installdate": "1561160873", "release": "1.39", "version": "3.1.8" }, "yast2-http-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "1.85", "version": "3.2.2" }, "yast2-inetd": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "4.6", "version": "3.1.13" }, "yast2-installation": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "3.9.47", "version": "3.2.60" }, "yast2-iscsi-client": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "1.60", "version": "3.1.30" }, "yast2-iscsi-lio-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160887", "release": "3.5.1", "version": "3.2.2" }, "yast2-isns": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "3.5", "version": "3.1.7" }, "yast2-kdump": { "arch": "x86_64", "epoch": "0", "installdate": "1561160900", "release": "3.78", "version": "3.2.8" }, "yast2-ldap": { "arch": "x86_64", "epoch": "0", "installdate": "1561160900", "release": "3.86", "version": "3.1.14" }, "yast2-mail": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "1.63", "version": "3.1.11" }, "yast2-network": { "arch": "noarch", "epoch": "0", "installdate": "1561160897", "release": "3.14.1", "version": "3.4.6" }, "yast2-nfs-client": { "arch": "noarch", "epoch": "0", "installdate": "1561160887", "release": "5.1", "version": "3.1.18" }, "yast2-nfs-common": { "arch": "noarch", "epoch": "0", "installdate": "1561160835", "release": "5.5", "version": "3.1.9" }, "yast2-nfs-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "5.5", "version": "3.1.9" }, "yast2-nis-client": { "arch": "x86_64", "epoch": "0", "installdate": "1561160900", "release": "1.17", "version": "3.2.1" }, "yast2-nis-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "5.6", "version": "3.1.4" }, "yast2-ntp-client": { "arch": "noarch", "epoch": "0", "installdate": "1561160886", "release": "3.3.1", "version": "3.2.18" }, "yast2-online-update": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "3.3", "version": "3.1.11" }, "yast2-online-update-frontend": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "3.3", "version": "3.1.11" }, "yast2-packager": { "arch": "x86_64", "epoch": "0", "installdate": "1561160889", "release": "2.13.12", "version": "3.2.30" }, "yast2-pam": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "3.21", "version": "3.1.2" }, "yast2-perl-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1561160870", "release": "1.38", "version": "3.2.0" }, "yast2-pkg-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1561160860", "release": "2.6.36", "version": "3.2.5" }, "yast2-printer": { "arch": "x86_64", "epoch": "0", "installdate": "1561160889", "release": "1.65", "version": "3.2.0" }, "yast2-proxy": { "arch": "noarch", "epoch": "0", "installdate": "1561160887", "release": "5.3.1", "version": "3.1.7" }, "yast2-registration": { "arch": "noarch", "epoch": "0", "installdate": "1561160901", "release": "3.3.2", "version": "3.2.18" }, "yast2-ruby-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1561160872", "release": "1.3", "version": "3.2.16" }, "yast2-samba-client": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "1.9", "version": "3.1.20" }, "yast2-samba-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "1.73", "version": "3.2.1" }, "yast2-schema": { "arch": "x86_64", "epoch": "0", "installdate": "1561160849", "release": "1.161", "version": "3.2.0" }, "yast2-security": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "6.5", "version": "3.2.3" }, "yast2-services-manager": { "arch": "noarch", "epoch": "0", "installdate": "1561160887", "release": "2.4.3", "version": "3.2.2" }, "yast2-slp": { "arch": "x86_64", "epoch": "0", "installdate": "1561160889", "release": "1.85", "version": "3.1.11" }, "yast2-slp-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "4.5", "version": "3.1.5" }, "yast2-squid": { "arch": "x86_64", "epoch": "0", "installdate": "1561160890", "release": "5.6", "version": "3.1.5" }, "yast2-storage": { "arch": "x86_64", "epoch": "0", "installdate": "1561160891", "release": "2.15.15", "version": "3.2.20" }, "yast2-sudo": { "arch": "noarch", "epoch": "0", "installdate": "1561160900", "release": "3.2", "version": "3.1.2" }, "yast2-support": { "arch": "noarch", "epoch": "0", "installdate": "1561160887", "release": "3.3.1", "version": "3.2.1" }, "yast2-sysconfig": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "3.5", "version": "3.1.4" }, "yast2-tftp-server": { "arch": "noarch", "epoch": "0", "installdate": "1561160890", "release": "5.5", "version": "3.1.3" }, "yast2-theme-SLE": { "arch": "noarch", "epoch": "0", "installdate": "1561160848", "release": "1.12", "version": "3.2.4" }, "yast2-trans-en_US": { "arch": "noarch", "epoch": "0", "installdate": "1561160849", "release": "59.3", "version": "3.0.0" }, "yast2-trans-stats": { "arch": "noarch", "epoch": "0", "installdate": "1561160851", "release": "15.22", "version": "2.19.0" }, "yast2-transfer": { "arch": "x86_64", "epoch": "0", "installdate": "1561160874", "release": "3.7", "version": "3.1.3" }, "yast2-tune": { "arch": "x86_64", "epoch": "0", "installdate": "1561160900", "release": "1.63", "version": "3.2.0" }, "yast2-update": { "arch": "x86_64", "epoch": "0", "installdate": "1561160900", "release": "1.57", "version": "3.2.2" }, "yast2-users": { "arch": "x86_64", "epoch": "0", "installdate": "1561160900", "release": "1.5", "version": "3.2.17" }, "yast2-xml": { "arch": "x86_64", "epoch": "0", "installdate": "1561160868", "release": "2.3.1", "version": "3.1.2" }, "yast2-ycp-ui-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1561160869", "release": "1.23", "version": "3.2.0" }, "yp-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1561160841", "release": "6.1", "version": "2.14" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1561160841", "release": "16.3.1", "version": "3.0" }, "zsh": { "arch": "x86_64", "epoch": "0", "installdate": "1561160844", "release": "6.7.2", "version": "5.0.5" }, "zypper": { "arch": "x86_64", "epoch": "0", "installdate": "1561160830", "release": "21.23.4", "version": "1.13.45" }, "zypper-migration-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1561160872", "release": "12.4", "version": "0.10" } }, "platform": "suse", "platform_family": "suse", "platform_version": "12.4", "root_group": "root", "shard_seed": 142880845, "shells": [ "/bin/ash", "/bin/bash", "/bin/csh", "/bin/dash", "/bin/false", "/bin/ksh", "/bin/ksh93", "/bin/mksh", "/bin/pdksh", "/bin/sh", "/bin/tcsh", "/bin/true", "/bin/zsh", "/usr/bin/csh", "/usr/bin/dash", "/usr/bin/ksh", "/usr/bin/ksh93", "/usr/bin/mksh", "/usr/bin/passwd", "/usr/bin/pdksh", "/usr/bin/bash", "/usr/bin/tcsh", "/usr/bin/zsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/suse/12.5.json000066400000000000000000003417001417433310300216150ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.0", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec239be2-c537-2203-47d1-46fe1ed8820d", "UUID": "EC239BE2-C537-2203-47D1-46FE1ED8820D", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec239be2-c537-2203-47d1-46fe1ed8820d", "sku_number": "Not Specified", "uuid": "EC239BE2-C537-2203-47D1-46FE1ED8820D", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "xfs", "inodes_available": "5186642", "inodes_percent_used": "2%", "inodes_used": "55726", "kb_available": "8706344", "kb_size": "10474496", "kb_used": "1768152", "label": "ROOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "mounts": [ "/" ], "percent_used": "17%", "total_inodes": "5242368", "uuid": "5803e29c-216f-4c7c-be25-fc3ce92c20ff" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/cpu,cpuacct" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "120403", "inodes_percent_used": "1%", "inodes_used": "298", "kb_available": "482804", "kb_size": "482804", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=482804k", "nr_inodes=120701", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "120701" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=22", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=17342" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "124812", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99856", "kb_size": "99856", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99856k", "mode=700", "uid=1000", "gid=100" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "124816" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "xfs", "inodes_available": "5186642", "inodes_percent_used": "2%", "inodes_used": "55726", "kb_available": "8706344", "kb_size": "10474496", "kb_used": "1768152", "label": "ROOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "percent_used": "17%", "total_inodes": "5242368", "uuid": "5803e29c-216f-4c7c-be25-fc3ce92c20ff" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "120403", "inodes_percent_used": "1%", "inodes_used": "298", "kb_available": "482804", "kb_size": "482804", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=482804k", "nr_inodes=120701", "mode=755" ], "percent_used": "0%", "total_inodes": "120701" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124815", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "499264", "kb_size": "499264", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124816" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=22", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=17342" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124460", "inodes_percent_used": "1%", "inodes_used": "356", "kb_available": "485332", "kb_size": "499264", "kb_used": "13932", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "3%", "total_inodes": "124816" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124812", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99856", "kb_size": "99856", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99856k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "124816" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124799", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "499264", "kb_size": "499264", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "124816" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "xfs", "inodes_available": "5186642", "inodes_percent_used": "2%", "inodes_used": "55726", "kb_available": "8706344", "kb_size": "10474496", "kb_used": "1768152", "label": "ROOT", "mount": "/", "mount_options": [ "rw", "relatime", "attr2", "inode64", "noquota" ], "percent_used": "17%", "total_inodes": "5242368", "uuid": "5803e29c-216f-4c7c-be25-fc3ce92c20ff" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/usr/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "120403", "inodes_percent_used": "1%", "inodes_used": "298", "kb_available": "482804", "kb_size": "482804", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "size=482804k", "nr_inodes=120701", "mode=755" ], "percent_used": "0%", "total_inodes": "120701" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=22", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=17342" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124815", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "499264", "kb_size": "499264", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "124816" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124460", "inodes_percent_used": "1%", "inodes_used": "356", "kb_available": "485332", "kb_size": "499264", "kb_used": "13932", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "3%", "total_inodes": "124816" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124812", "inodes_percent_used": "1%", "inodes_used": "4", "kb_available": "99856", "kb_size": "99856", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99856k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "124816" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124799", "inodes_percent_used": "1%", "inodes_used": "17", "kb_available": "499264", "kb_size": "499264", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "124816" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "167936" }, "af_packet": { "refcount": "0", "size": "45056" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "autofs4": { "refcount": "2", "size": "49152" }, "button": { "refcount": "0", "size": "16384" }, "cirrus": { "refcount": "1", "size": "28672" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "1", "size": "24576" }, "cryptd": { "refcount": "3", "size": "28672" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "28672" }, "dm_mod": { "refcount": "2", "size": "151552" }, "dm_region_hash": { "refcount": "1", "size": "16384" }, "drm": { "refcount": "4", "size": "536576" }, "drm_kms_helper": { "refcount": "1", "size": "208896" }, "drm_panel_orientation_quirks": { "refcount": "1", "size": "20480" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "floppy": { "refcount": "0", "size": "81920" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "24576" }, "iscsi_boot_sysfs": { "refcount": "1", "size": "16384" }, "iscsi_ibft": { "refcount": "0", "size": "16384", "version": "0.5.0" }, "libata": { "refcount": "3", "size": "274432", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "pcbc": { "refcount": "0", "size": "16384" }, "pcspkr": { "refcount": "0", "size": "16384" }, "sb_edac": { "refcount": "0", "size": "28672" }, "scsi_mod": { "refcount": "2", "size": "253952" }, "serio_raw": { "refcount": "0", "size": "16384" }, "sg": { "refcount": "0", "size": "45056", "version": "3.5.36" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "ttm": { "refcount": "1", "size": "122880" }, "xen_blkfront": { "refcount": "2", "size": "40960" }, "xen_netfront": { "refcount": "0", "size": "32768" }, "xfs": { "refcount": "1", "size": "1429504" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.12.14-122.83-default", "version": "#1 SMP Tue Aug 3 08:37:22 UTC 2021 (c86c48c)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635804148.0713964, "os": "linux", "os_version": "4.12.14-122.83-default", "packages": { "SUSEConnect": { "arch": "x86_64", "epoch": "0", "installdate": "1630618345", "release": "3.9.1", "version": "0.3.29" }, "aaa_base": { "arch": "x86_64", "epoch": "0", "installdate": "1630618344", "release": "38.22.1", "version": "13.2+git20140911.61c1681" }, "aaa_base-extras": { "arch": "x86_64", "epoch": "0", "installdate": "1630618366", "release": "38.22.1", "version": "13.2+git20140911.61c1681" }, "acl": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "7.3.1", "version": "2.2.52" }, "amazon-ecs-init": { "arch": "x86_64", "epoch": "0", "installdate": "1630618371", "release": "16.11.1", "version": "1.53.0" }, "amazon-ssm-agent": { "arch": "x86_64", "epoch": "0", "installdate": "1630618364", "release": "4.24.1", "version": "3.0.1209.0" }, "apparmor-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1630618366", "release": "51.27.1", "version": "2.8.2" }, "augeas": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "2.6", "version": "1.10.1" }, "aws-cli": { "arch": "noarch", "epoch": "0", "installdate": "1630618347", "release": "22.24.2", "version": "1.19.9" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "83.26.4", "version": "4.3" }, "bind-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "3.34.1", "version": "9.11.22" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618318", "release": "9.36.1", "version": "2.32" }, "blktrace": { "arch": "x86_64", "epoch": "0", "installdate": "1630618333", "release": "8.5.74", "version": "1.0.5" }, "blog": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "4.3.2", "version": "2.19" }, "btrfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1630618331", "release": "26.12.1", "version": "4.5.3" }, "btrfsprogs-udev-rules": { "arch": "noarch", "epoch": "0", "installdate": "1630618311", "release": "26.12.1", "version": "4.5.3" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1630618337", "release": "6.2", "version": "1_201403302107" }, "ca-certificates-mozilla": { "arch": "noarch", "epoch": "0", "installdate": "1630618341", "release": "12.31.1", "version": "2.44" }, "catatonit": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "1.3.1", "version": "0.1.3" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635804137", "release": "1.sles12", "version": "17.7.29" }, "cifs-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618344", "release": "13.17.1", "version": "6.9" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1630618372", "release": "37.50.8", "version": "20.2" }, "cloud-init-config-suse": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "37.50.8", "version": "20.2" }, "cloud-regionsrv-client": { "arch": "noarch", "epoch": "0", "installdate": "1630618364", "release": "52.53.1", "version": "9.2.0" }, "cloud-regionsrv-client-plugin-ec2": { "arch": "noarch", "epoch": "0", "installdate": "1630618365", "release": "52.53.1", "version": "1.0.1" }, "command-not-found": { "arch": "noarch", "epoch": "0", "installdate": "1630618343", "release": "57.8", "version": "0.1.0" }, "containerd": { "arch": "x86_64", "epoch": "0", "installdate": "1630618323", "release": "16.42.1", "version": "1.4.4" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "13.10.1", "version": "8.25" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "36.15.1", "version": "2.11" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1630618336", "release": "8.2.1", "version": "2.9.0" }, "cracklib-dict-full": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "63.17", "version": "2.8.12" }, "crash": { "arch": "x86_64", "epoch": "0", "installdate": "1630618331", "release": "8.11.1", "version": "7.2.1" }, "cron": { "arch": "x86_64", "epoch": "0", "installdate": "1630618361", "release": "59.13.1", "version": "4.2" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1630618365", "release": "59.13.1", "version": "1.4.11" }, "cryptconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1630618360", "release": "92.14", "version": "0.3" }, "cryptsetup": { "arch": "x86_64", "epoch": "0", "installdate": "1630618351", "release": "3.3.1", "version": "2.0.6" }, "cups-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1630618319", "release": "20.36.1", "version": "1.7.5" }, "dbus-1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618348", "release": "35.2", "version": "1.8.22" }, "dbus-1-x11": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "35.2", "version": "1.8.22" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1630618349", "release": "9.54.1", "version": "1.02.149" }, "dhcp": { "arch": "x86_64", "epoch": "0", "installdate": "1630618371", "release": "10.22.1", "version": "4.3.3" }, "dhcp-client": { "arch": "x86_64", "epoch": "0", "installdate": "1630618371", "release": "10.22.1", "version": "4.3.3" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "5.40", "version": "3.3" }, "dirmngr": { "arch": "x86_64", "epoch": "0", "installdate": "1630618300", "release": "13.1", "version": "1.1.1" }, "dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "10.3.1", "version": "3.0" }, "docker": { "arch": "x86_64", "epoch": "0", "installdate": "1630618370", "release": "98.66.1", "version": "20.10.6_ce" }, "docker-img-store-setup": { "arch": "noarch", "epoch": "0", "installdate": "1630618364", "release": "2.1", "version": "1.0.0" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1630618351", "release": "17.28.1", "version": "044.2" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "3.14.1", "version": "1.43.8" }, "elfutils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618319", "release": "7.13.3", "version": "0.158" }, "ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "18.22", "version": "4.13" }, "expat": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "21.9.1", "version": "2.1.0" }, "fd0ssh": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "1.13", "version": "20140325" }, "fdupes": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "7.1", "version": "1.61" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "10.21.1", "version": "5.22" }, "file-magic": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "10.21.1", "version": "5.22" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "14.15", "version": "13.1" }, "fillup": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "270.64", "version": "1.42" }, "findutils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "7.1", "version": "4.5.12" }, "fipscheck": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "9.3", "version": "1.2.0" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1630618332", "release": "7.1", "version": "2.11.1" }, "fonts-config": { "arch": "noarch", "epoch": "0", "installdate": "1630618366", "release": "6.8.1", "version": "20180430" }, "gamin-server": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "11.19", "version": "0.1.10" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "3.663", "version": "4.1.0" }, "gettext-runtime": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "1.103", "version": "0.19.2" }, "gio-branding-SLE": { "arch": "noarch", "epoch": "0", "installdate": "1630618344", "release": "14.5", "version": "12" }, "glib2-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1630618343", "release": "12.22.1", "version": "2.48.2" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "114.12.1", "version": "2.22" }, "glibc-locale": { "arch": "x86_64", "epoch": "0", "installdate": "1630618300", "release": "114.12.1", "version": "2.22" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1630618374", "release": "50f35137", "version": "50a3dd1c", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1630618374", "release": "5f68629b", "version": "39db7c82" }, { "arch": "(none)", "epoch": "0", "installdate": "1630618374", "release": "50f35137", "version": "50a3dd1c" } ] }, "gpg2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618301", "release": "9.8.1", "version": "2.0.24" }, "gptfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1630618327", "release": "1.38", "version": "0.8.8" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "4.6.1", "version": "2.16" }, "groff": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "7.3.1", "version": "1.22.2" }, "growpart": { "arch": "noarch", "epoch": "0", "installdate": "1630618342", "release": "4.14.2", "version": "0.31" }, "grub2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618350", "release": "121.6.1", "version": "2.02" }, "grub2-i386-pc": { "arch": "x86_64", "epoch": "0", "installdate": "1630618351", "release": "121.6.1", "version": "2.02" }, "grub2-x86_64-xen": { "arch": "noarch", "epoch": "0", "installdate": "1630618324", "release": "121.6.1", "version": "2.02" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1630618311", "release": "4.8.1", "version": "1.10" }, "hardlink": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "6.45", "version": "1.0" }, "haveged": { "arch": "x86_64", "epoch": "0", "installdate": "1630618365", "release": "16.1", "version": "1.9.1" }, "hwinfo": { "arch": "x86_64", "epoch": "0", "installdate": "1630618328", "release": "2.17.1", "version": "21.63" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "37.229", "version": "4.13a" }, "insserv-compat": { "arch": "noarch", "epoch": "0", "installdate": "1630618295", "release": "14.3.1", "version": "0.1" }, "iproute2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "15.15.21", "version": "4.12" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1630618336", "release": "6.1", "version": "1.4.21" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "2.19", "version": "s20121221" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "8.10.2", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1630618314", "release": "8.10.2", "version": "2.0.4" }, "kernel-default": { "arch": "x86_64", "epoch": "0", "installdate": "1630618359", "release": "122.83.1", "version": "4.12.14" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "3.29", "version": "1.5.9" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "3.4.1", "version": "25" }, "kmod-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "3.4.1", "version": "25" }, "krb5": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "40.40.2", "version": "1.12.5" }, "libGeoIP1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618314", "release": "5.3.1", "version": "1.5.1" }, "libHX28": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "1.19", "version": "3.18" }, "libX11-6": { "arch": "x86_64", "epoch": "0", "installdate": "1630618336", "release": "12.21.1", "version": "1.6.2" }, "libX11-data": { "arch": "noarch", "epoch": "0", "installdate": "1630618314", "release": "12.21.1", "version": "1.6.2" }, "libXau6": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "4.58", "version": "1.0.8" }, "libacl1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "7.3.1", "version": "2.2.52" }, "libadns1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "103.3.1", "version": "1.4" }, "libaio1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "17.15", "version": "0.3.109" }, "libapparmor1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "51.27.1", "version": "2.8.2" }, "libargon2-1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "1.26", "version": "0.0+git20171227.670229c" }, "libasm1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618314", "release": "7.13.3", "version": "0.158" }, "libassuan0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "3.217", "version": "2.1.1" }, "libattr1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "3.143", "version": "2.4.47" }, "libaudit1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "10.11.1", "version": "2.8.1" }, "libaugeas0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "2.6", "version": "1.10.1" }, "libavahi-client3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "32.15.1", "version": "0.6.32" }, "libavahi-common3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "32.15.1", "version": "0.6.32" }, "libbind9-161": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "3.34.1", "version": "9.11.22" }, "libblkid1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "4.6.1", "version": "2.33.2" }, "libbz2-1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "30.11.1", "version": "1.0.6" }, "libcap-ng0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "4.125", "version": "0.7.3" }, "libcap2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "14.6.1", "version": "2.26" }, "libcom_err2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "3.14.1", "version": "1.43.8" }, "libcrack2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618333", "release": "8.2.1", "version": "2.9.0" }, "libcroco-0_6-3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "12.3.1", "version": "0.6.11" }, "libcryptmount0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618351", "release": "13.11", "version": "2.14" }, "libcryptsetup12": { "arch": "x86_64", "epoch": "0", "installdate": "1630618349", "release": "3.3.1", "version": "2.0.6" }, "libcurl4": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "11.23.1", "version": "7.60.0" }, "libdb-4_8": { "arch": "x86_64", "epoch": "0", "installdate": "1630618314", "release": "29.6", "version": "4.8.30" }, "libdbus-1-3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "35.2", "version": "1.8.22" }, "libdcerpc-binding0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libdcerpc0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libdns1110": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "3.34.1", "version": "9.11.22" }, "libdw1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "7.13.3", "version": "0.158" }, "libebl1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "7.13.3", "version": "0.158" }, "libedit0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "1.13", "version": "3.1.snap20140620" }, "libelf0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "18.64", "version": "0.8.13" }, "libelf1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "7.13.3", "version": "0.158" }, "libestr0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "1.54", "version": "0.1.9" }, "libexpat1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "21.9.1", "version": "2.1.0" }, "libext2fs2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "3.14.1", "version": "1.43.8" }, "libfam0-gamin": { "arch": "x86_64", "epoch": "0", "installdate": "1630618327", "release": "11.25", "version": "0.1.10" }, "libfastjson4": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "1.14", "version": "0.99.4" }, "libfdisk1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "4.6.1", "version": "2.33.2" }, "libffi4": { "arch": "x86_64", "epoch": "0", "installdate": "1630618314", "release": "12.1", "version": "5.3.1+r233831" }, "libfipscheck1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618327", "release": "9.3", "version": "1.2.0" }, "libfreetype6": { "arch": "x86_64", "epoch": "0", "installdate": "1630618328", "release": "7.18.1", "version": "2.6.3" }, "libfuse2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618314", "release": "6.3.1", "version": "2.9.3" }, "libgcc_s1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "1.6.2", "version": "10.3.0+git1587" }, "libgcrypt20": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "16.77.1", "version": "1.6.1" }, "libgdbm4": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "9.70", "version": "1.10" }, "libgio-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618343", "release": "12.22.1", "version": "2.48.2" }, "libglib-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "12.22.1", "version": "2.48.2" }, "libgmodule-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "12.22.1", "version": "2.48.2" }, "libgmp10": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "2.121", "version": "5.1.3" }, "libgnutls28": { "arch": "x86_64", "epoch": "0", "installdate": "1630618328", "release": "3.3.1", "version": "3.3.27" }, "libgobject-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618328", "release": "12.22.1", "version": "2.48.2" }, "libgpg-error0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "1.3", "version": "1.29" }, "libhavege1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "16.1", "version": "1.9.1" }, "libhogweed2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618319", "release": "13.6.1", "version": "2.7.1" }, "libicu52_1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618320", "release": "8.10.1", "version": "52.1" }, "libicu52_1-data": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "8.10.1", "version": "52.1" }, "libidn11": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "5.6.1", "version": "1.28" }, "libiptc0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "6.1", "version": "1.4.21" }, "libirs161": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "3.34.1", "version": "9.11.22" }, "libisc1107": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "3.34.1", "version": "9.11.22" }, "libisccc161": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "3.34.1", "version": "9.11.22" }, "libisccfg163": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "3.34.1", "version": "9.11.22" }, "libjson-c2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "2.22", "version": "0.11" }, "libkeyutils1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "3.29", "version": "1.5.9" }, "libkmod2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "3.4.1", "version": "25" }, "libksba8": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "23.1", "version": "1.3.0" }, "libldap-2_4-2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "22.2.3", "version": "2.4.41" }, "libldb1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618331", "release": "3.5.1", "version": "1.5.8" }, "liblockdev1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618360", "release": "27.1", "version": "1.0.3_git201003141408" }, "liblogging0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "1.6", "version": "1.0.4" }, "liblua5_1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "8.3.1", "version": "5.1.5" }, "liblwres161": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "3.34.1", "version": "9.11.22" }, "liblzma5": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "6.3.1", "version": "5.0.5" }, "liblzo2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "1.13", "version": "2.08" }, "libmagic1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "10.21.1", "version": "5.22" }, "libmnl0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "9.18", "version": "1.0.3" }, "libmodman1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "15.75", "version": "2.0.1" }, "libmount1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "4.6.1", "version": "2.33.2" }, "libmozjs-17_0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618320", "release": "13.2", "version": "17.0" }, "libncurses5": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "72.1", "version": "5.9" }, "libncurses6": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "72.1", "version": "5.9" }, "libndr-krb5pac0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libndr-nbt0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libndr-standard0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libndr0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libnetapi0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libnetfilter_conntrack3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618327", "release": "3.60", "version": "1.0.4" }, "libnettle4": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "13.6.1", "version": "2.7.1" }, "libnfnetlink0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "6.58", "version": "1.0.1" }, "libnghttp2-14": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "3.5.1", "version": "1.39.2" }, "libnl-config": { "arch": "noarch", "epoch": "0", "installdate": "1630618315", "release": "4.4.6", "version": "3.2.23" }, "libnl3-200": { "arch": "x86_64", "epoch": "0", "installdate": "1630618319", "release": "4.4.6", "version": "3.2.23" }, "libnscd1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "134.13", "version": "2.0.2" }, "libopenssl1_0_0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "3.39.3", "version": "1.0.2p" }, "libp11-kit0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618328", "release": "3.6.1", "version": "0.20.7" }, "libparted0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618350", "release": "37.23.1", "version": "3.1" }, "libpcap1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618323", "release": "10.3.1", "version": "1.8.1" }, "libpci3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "11.3.1", "version": "3.2.1" }, "libpcre1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "8.3.1", "version": "8.39" }, "libpng16-16": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "15.5.2", "version": "1.6.8" }, "libpolkit0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618361", "release": "5.21.1", "version": "0.113" }, "libpopt0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "26.128", "version": "1.16" }, "libprocps3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "11.24.1", "version": "3.3.9" }, "libproxy1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "18.3.1", "version": "0.4.13" }, "libpth20": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "140.1", "version": "2.0.7" }, "libpwquality1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "6.2", "version": "1.3.0" }, "libpython2_7-1_0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "28.67.1", "version": "2.7.18" }, "libpython3_4m1_0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "25.71.1", "version": "3.4.10" }, "libqrencode3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "1.31", "version": "3.4.3" }, "libreadline6": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "83.26.4", "version": "6.3" }, "libreiserfscore0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618317", "release": "7.7.1", "version": "3.6.24" }, "libruby2_1-2_1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "19.3.2", "version": "2.1.9" }, "libsamba-credentials0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libsamba-errors0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618331", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libsamba-hostconfig0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libsamba-passdb0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libsamba-util0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libsamdb0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618341", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libsasl2-3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "8.13.1", "version": "2.1.26" }, "libseccomp2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "11.3.2", "version": "2.4.1" }, "libselinux1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "8.79", "version": "2.5" }, "libsemanage1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "9.3.1", "version": "2.5" }, "libsepol1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "3.143", "version": "2.5" }, "libsgutils2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "16.26.1", "version": "1.43+46.4b09c76" }, "libsmartcols1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "4.6.1", "version": "2.33.2" }, "libsmbconf0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libsmbldap2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618341", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libsmi": { "arch": "x86_64", "epoch": "0", "installdate": "1630618327", "release": "18.63", "version": "0.4.8" }, "libsmi2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "18.63", "version": "0.4.8" }, "libsnappy1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "1.2", "version": "1.1.3" }, "libsolv-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1630618301", "release": "2.33.1", "version": "0.6.37" }, "libsqlite3-0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "9.15.1", "version": "3.8.10.2" }, "libssh4": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "3.9.1", "version": "0.8.7" }, "libstdc++6": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "1.6.2", "version": "10.3.0+git1587" }, "libstorage-ruby": { "arch": "x86_64", "epoch": "0", "installdate": "1630618366", "release": "1.21", "version": "2.26.16" }, "libstorage7": { "arch": "x86_64", "epoch": "0", "installdate": "1630618366", "release": "1.21", "version": "2.26.16" }, "libsystemd0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "157.30.1", "version": "228" }, "libtalloc2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "1.27", "version": "2.1.16" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "3.10.1", "version": "4.9" }, "libtasn1-6": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "3.10.1", "version": "4.9" }, "libtdb1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "2.29", "version": "1.3.18" }, "libtevent-util0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libtevent0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "1.28", "version": "0.9.39" }, "libtirpc-netconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "17.13.1", "version": "1.0.1" }, "libtirpc3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "17.13.1", "version": "1.0.1" }, "libudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "157.30.1", "version": "228" }, "libunwind": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "11.3.1", "version": "1.1" }, "libusb-0_1-4": { "arch": "x86_64", "epoch": "0", "installdate": "1630618301", "release": "29.13", "version": "0.1.13" }, "libusb-1_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "5.3", "version": "1.0.20" }, "libustr-1_0-1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "31.197", "version": "1.0.4" }, "libutempter0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "5.114", "version": "1.1.6" }, "libuuid1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "4.6.1", "version": "2.33.2" }, "libverto1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618295", "release": "3.2.2", "version": "0.2.6" }, "libwbclient0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "libwrap0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "886.3", "version": "7.6" }, "libx86emu1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "1.7", "version": "1.11" }, "libxcb1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618333", "release": "4.5.1", "version": "1.10" }, "libxkbcommon0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "7.4", "version": "0.6.1" }, "libxml2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "46.46.1", "version": "2.9.4" }, "libxslt1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "17.9.1", "version": "1.1.28" }, "libxtables10": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "6.1", "version": "1.4.21" }, "libyajl2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "18.4.5", "version": "2.0.1" }, "libyaml-0-2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "7.1", "version": "0.1.6" }, "libyui-ncurses7": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "1.17", "version": "2.48.2" }, "libyui7": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "1.30", "version": "3.2.9" }, "libz1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "11.12.1", "version": "1.2.11" }, "libzio1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "9.188", "version": "1.00" }, "libzypp": { "arch": "x86_64", "epoch": "0", "installdate": "1630618301", "release": "2.51.1", "version": "16.21.4" }, "lifecycle-data-sle-module-legacy": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "5.9.1", "version": "1" }, "lifecycle-data-sle-module-toolchain": { "arch": "noarch", "epoch": "0", "installdate": "1630618293", "release": "3.18.1", "version": "1" }, "lifecycle-data-sle-module-web-scripting": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "7.6.1", "version": "1" }, "lockdev": { "arch": "x86_64", "epoch": "0", "installdate": "1630618360", "release": "27.1", "version": "1.0.3_git201003141408" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1630618351", "release": "2.17.1", "version": "3.11.0" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "7.3.1", "version": "0.29" }, "lvm2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618361", "release": "9.54.1", "version": "2.02.180" }, "mozilla-nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "19.15.1", "version": "4.25" }, "mozilla-nss-certs": { "arch": "x86_64", "epoch": "0", "installdate": "1630618320", "release": "58.51.1", "version": "3.53.1" }, "ncurses-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618315", "release": "72.1", "version": "5.9" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1630618316", "release": "765.5.4", "version": "1.60" }, "netcfg": { "arch": "noarch", "epoch": "0", "installdate": "1630618345", "release": "29.1", "version": "11.5" }, "nscd": { "arch": "x86_64", "epoch": "0", "installdate": "1630618361", "release": "114.12.1", "version": "2.22" }, "ntp": { "arch": "x86_64", "epoch": "0", "installdate": "1630618371", "release": "97.1", "version": "4.2.8p15" }, "ofl": { "arch": "x86_64", "epoch": "0", "installdate": "1630618327", "release": "1.13", "version": "20140325" }, "openslp": { "arch": "x86_64", "epoch": "0", "installdate": "1630618316", "release": "18.23.1", "version": "2.0.0" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1630618361", "release": "78.10.1", "version": "7.2p2" }, "openssl": { "arch": "noarch", "epoch": "0", "installdate": "1630618297", "release": "1.13", "version": "1.0.2p" }, "openssl-1_0_0": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "3.39.3", "version": "1.0.2p" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "3.6.1", "version": "0.20.7" }, "p11-kit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1630618328", "release": "3.6.1", "version": "0.20.7" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1630618336", "release": "24.41.1", "version": "1.1.8" }, "pam-config": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "5.3.2", "version": "0.89" }, "pam-modules": { "arch": "x86_64", "epoch": "0", "installdate": "1630618336", "release": "25.4.5", "version": "12.1" }, "pam_mount": { "arch": "x86_64", "epoch": "0", "installdate": "1630618351", "release": "13.11", "version": "2.14" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1630618360", "release": "37.23.1", "version": "3.1" }, "patterns-sles-Minimal": { "arch": "x86_64", "epoch": "0", "installdate": "1630618372", "release": "12.3.1", "version": "12" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618333", "release": "11.3.1", "version": "3.2.1" }, "pciutils-ids": { "arch": "noarch", "epoch": "0", "installdate": "1630618316", "release": "12.6.1", "version": "2019.08.30" }, "perl": { "arch": "x86_64", "epoch": "0", "installdate": "1630618335", "release": "12.23.1", "version": "5.18.2" }, "perl-Bootloader": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "1.7", "version": "0.923" }, "perl-Config-Crontab": { "arch": "noarch", "epoch": "0", "installdate": "1630618338", "release": "8.19", "version": "1.33" }, "perl-XML-NamespaceSupport": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "21.13", "version": "1.11" }, "perl-XML-Parser": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "21.140", "version": "2.41" }, "perl-XML-SAX": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "22.8", "version": "0.99" }, "perl-XML-SAX-Base": { "arch": "noarch", "epoch": "0", "installdate": "1630618338", "release": "8.20", "version": "1.08" }, "perl-XML-SAX-Expat": { "arch": "noarch", "epoch": "0", "installdate": "1630618338", "release": "3.8", "version": "0.50" }, "perl-XML-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1630618338", "release": "4.2", "version": "2.20" }, "perl-XML-Writer": { "arch": "noarch", "epoch": "0", "installdate": "1630618338", "release": "3.19", "version": "0.623" }, "perl-base": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "12.23.1", "version": "5.18.2" }, "perl-gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1630618337", "release": "163.126", "version": "1.05" }, "permissions": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "6.4.1", "version": "20170707" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1630618316", "release": "5.1", "version": "2.3" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1630618296", "release": "4.27", "version": "0.8.3" }, "pkg-config": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "6.98", "version": "0.28" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1630618365", "release": "5.21.1", "version": "0.113" }, "polkit-default-privs": { "arch": "noarch", "epoch": "0", "installdate": "1630618366", "release": "22.9.1", "version": "13.2" }, "procinfo": { "arch": "x86_64", "epoch": "0", "installdate": "1630618316", "release": "221.3.1", "version": "18" }, "procps": { "arch": "x86_64", "epoch": "0", "installdate": "1630618300", "release": "11.24.1", "version": "3.3.9" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1630618316", "release": "6.19.1", "version": "22.21" }, "python": { "arch": "x86_64", "epoch": "0", "installdate": "1630618330", "release": "28.67.1", "version": "2.7.18" }, "python-PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1630618331", "release": "28.6.1", "version": "5.3.1" }, "python-asn1crypto": { "arch": "noarch", "epoch": "0", "installdate": "1630618331", "release": "2.5.1", "version": "0.24.0" }, "python-base": { "arch": "x86_64", "epoch": "0", "installdate": "1630618330", "release": "28.67.1", "version": "2.7.18" }, "python-bind": { "arch": "noarch", "epoch": "0", "installdate": "1630618337", "release": "3.34.1", "version": "9.11.22" }, "python-botocore": { "arch": "noarch", "epoch": "0", "installdate": "1630618346", "release": "28.30.2", "version": "1.20.9" }, "python-certifi": { "arch": "noarch", "epoch": "0", "installdate": "1630618342", "release": "3.6.1", "version": "2018.4.16" }, "python-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "5.16.2", "version": "1.11.5" }, "python-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1630618331", "release": "5.6.1", "version": "3.0.4" }, "python-colorama": { "arch": "noarch", "epoch": "0", "installdate": "1630618331", "release": "4.4.2", "version": "0.4.4" }, "python-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1630618343", "release": "7.37.8", "version": "2.8" }, "python-docutils": { "arch": "noarch", "epoch": "0", "installdate": "1630618336", "release": "3.4.2", "version": "0.15.2" }, "python-enum34": { "arch": "noarch", "epoch": "0", "installdate": "1630618335", "release": "8.3.3", "version": "1.1.3" }, "python-futures": { "arch": "noarch", "epoch": "0", "installdate": "1630618335", "release": "15.3.1", "version": "3.0.2" }, "python-idna": { "arch": "noarch", "epoch": "0", "installdate": "1630618331", "release": "3.10.2", "version": "2.5" }, "python-ipaddress": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "3.13.1", "version": "1.0.18" }, "python-jmespath": { "arch": "noarch", "epoch": "0", "installdate": "1630618336", "release": "10.9.1", "version": "0.9.3" }, "python-packaging": { "arch": "noarch", "epoch": "0", "installdate": "1630618342", "release": "2.7.1", "version": "17.1" }, "python-ply": { "arch": "noarch", "epoch": "0", "installdate": "1630618335", "release": "3.3.1", "version": "3.4" }, "python-py": { "arch": "noarch", "epoch": "0", "installdate": "1630618338", "release": "11.12.4", "version": "1.8.1" }, "python-pyOpenSSL": { "arch": "noarch", "epoch": "0", "installdate": "1630618344", "release": "4.23.1", "version": "17.1.0" }, "python-pyasn1": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "4.6.1", "version": "0.1.9" }, "python-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1630618335", "release": "5.6.1", "version": "2.10" }, "python-pyparsing": { "arch": "noarch", "epoch": "0", "installdate": "1630618338", "release": "3.3.1", "version": "2.2.0" }, "python-python-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1630618339", "release": "1.19", "version": "2.6.1" }, "python-requests": { "arch": "noarch", "epoch": "0", "installdate": "1630618345", "release": "8.11.4", "version": "2.24.0" }, "python-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1630618316", "release": "3.19.1", "version": "20200207.5feb6c1" }, "python-rsa": { "arch": "noarch", "epoch": "0", "installdate": "1630618336", "release": "12.16.1", "version": "3.1.4" }, "python-s3transfer": { "arch": "noarch", "epoch": "0", "installdate": "1630618346", "release": "8.10.1", "version": "0.3.3" }, "python-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1630618343", "release": "4.18.1", "version": "40.6.2" }, "python-simplejson": { "arch": "x86_64", "epoch": "0", "installdate": "1630618335", "release": "12.1", "version": "3.8.2" }, "python-six": { "arch": "noarch", "epoch": "0", "installdate": "1630618338", "release": "13.6.1", "version": "1.14.0" }, "python-solv": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "2.33.1", "version": "0.6.37" }, "python-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1630618345", "release": "3.29.1", "version": "1.25.10" }, "python-xml": { "arch": "x86_64", "epoch": "0", "installdate": "1630618330", "release": "28.67.1", "version": "2.7.18" }, "python3": { "arch": "x86_64", "epoch": "0", "installdate": "1630618323", "release": "25.71.1", "version": "3.4.10" }, "python3-Jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1630618329", "release": "22.11.1", "version": "2.8" }, "python3-M2Crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1630618329", "release": "23.3.5", "version": "0.29.0" }, "python3-MarkupSafe": { "arch": "x86_64", "epoch": "0", "installdate": "1630618323", "release": "16.6.1", "version": "0.23" }, "python3-PyJWT": { "arch": "noarch", "epoch": "0", "installdate": "1630618345", "release": "3.13.1", "version": "1.5.3" }, "python3-PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1630618328", "release": "3.14.1", "version": "5.3.1" }, "python3-asn1crypto": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "2.5.1", "version": "0.24.0" }, "python3-base": { "arch": "x86_64", "epoch": "0", "installdate": "1630618320", "release": "25.71.1", "version": "3.4.10" }, "python3-blinker": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "3.3.1", "version": "1.4" }, "python3-certifi": { "arch": "noarch", "epoch": "0", "installdate": "1630618342", "release": "3.6.1", "version": "2018.4.16" }, "python3-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "5.16.2", "version": "1.11.5" }, "python3-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "5.6.1", "version": "3.0.4" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1630618335", "release": "20.5.1", "version": "5.0.6" }, "python3-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1630618343", "release": "7.37.8", "version": "2.8" }, "python3-cssselect": { "arch": "noarch", "epoch": "0", "installdate": "1630618323", "release": "3.5.1", "version": "0.8" }, "python3-ec2metadata": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "2.6.1", "version": "3.0.3" }, "python3-ecdsa": { "arch": "noarch", "epoch": "0", "installdate": "1630618335", "release": "5.10.1", "version": "0.13.3" }, "python3-idna": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "3.10.2", "version": "2.5" }, "python3-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1630618323", "release": "10.4.1", "version": "1.1" }, "python3-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1630618323", "release": "10.3.1", "version": "1.0" }, "python3-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "5.3.1", "version": "2.6.0" }, "python3-lxml": { "arch": "x86_64", "epoch": "0", "installdate": "1630618333", "release": "1.2", "version": "3.6.1" }, "python3-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1630618345", "release": "3.9.20", "version": "0.7.2" }, "python3-packaging": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "2.7.1", "version": "17.1" }, "python3-py": { "arch": "noarch", "epoch": "0", "installdate": "1630618328", "release": "11.12.4", "version": "1.8.1" }, "python3-pyOpenSSL": { "arch": "noarch", "epoch": "0", "installdate": "1630618343", "release": "4.23.1", "version": "17.1.0" }, "python3-pyasn1": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "4.6.1", "version": "0.1.9" }, "python3-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1630618332", "release": "1.1", "version": "2.14" }, "python3-pyparsing": { "arch": "noarch", "epoch": "0", "installdate": "1630618328", "release": "3.3.1", "version": "2.2.0" }, "python3-pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "8.3.7", "version": "2.7" }, "python3-requests": { "arch": "noarch", "epoch": "0", "installdate": "1630618348", "release": "8.14.3", "version": "2.24.0" }, "python3-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1630618342", "release": "4.18.1", "version": "40.6.2" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1630618328", "release": "13.6.1", "version": "1.14.0" }, "python3-typing": { "arch": "noarch", "epoch": "0", "installdate": "1630618323", "release": "1.5.1", "version": "3.6.4" }, "python3-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1630618345", "release": "3.29.1", "version": "1.25.10" }, "python3-zypp-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1630618330", "release": "3.6.1", "version": "0.6.3" }, "qemu-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1630618352", "release": "57.2", "version": "3.1.1.1" }, "quota": { "arch": "x86_64", "epoch": "0", "installdate": "1630618325", "release": "2.12", "version": "4.05" }, "regionServiceClientConfigEC2": { "arch": "noarch", "epoch": "0", "installdate": "1630618361", "release": "4.12.1", "version": "3.0.0" }, "rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1630618300", "release": "16.21.1", "version": "4.11.2" }, "rpm-python": { "arch": "x86_64", "epoch": "0", "installdate": "1630618335", "release": "16.21.1", "version": "4.11.2" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1630618360", "release": "1.19", "version": "3.1.3" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1630618372", "release": "3.49.2", "version": "8.24.0" }, "ruby": { "arch": "x86_64", "epoch": "0", "installdate": "1630618343", "release": "1.6", "version": "2.1" }, "ruby-common": { "arch": "noarch", "epoch": "0", "installdate": "1630618342", "release": "19.1", "version": "2.1" }, "ruby2.1": { "arch": "x86_64", "epoch": "0", "installdate": "1630618341", "release": "19.3.2", "version": "2.1.9" }, "ruby2.1-rubygem-abstract_method": { "arch": "x86_64", "epoch": "0", "installdate": "1630618344", "release": "4.1", "version": "1.2.1" }, "ruby2.1-rubygem-cfa": { "arch": "x86_64", "epoch": "0", "installdate": "1630618347", "release": "2.14", "version": "1.0.1" }, "ruby2.1-rubygem-cheetah": { "arch": "x86_64", "epoch": "0", "installdate": "1630618345", "release": "4.1", "version": "0.5.0" }, "ruby2.1-rubygem-docker-api": { "arch": "x86_64", "epoch": "0", "installdate": "1630618342", "release": "11.2", "version": "1.31.0" }, "ruby2.1-rubygem-excon": { "arch": "x86_64", "epoch": "0", "installdate": "1630618342", "release": "12.3.8", "version": "0.52.0" }, "ruby2.1-rubygem-fast_gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1630618344", "release": "1.1", "version": "0.9.2" }, "ruby2.1-rubygem-gem2rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1630618342", "release": "4.1", "version": "0.10.1" }, "ruby2.1-rubygem-ruby-augeas": { "arch": "x86_64", "epoch": "0", "installdate": "1630618344", "release": "1.40", "version": "0.5.0" }, "ruby2.1-rubygem-ruby-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1630618343", "release": "3.6", "version": "0.9.3" }, "ruby2.1-rubygem-simpleidn": { "arch": "x86_64", "epoch": "0", "installdate": "1630618344", "release": "1.22", "version": "0.0.9" }, "ruby2.1-rubygem-sle2docker": { "arch": "x86_64", "epoch": "0", "installdate": "1630618347", "release": "18.6.1", "version": "0.5.2" }, "ruby2.1-rubygem-thor": { "arch": "x86_64", "epoch": "0", "installdate": "1630618344", "release": "1.1", "version": "0.19.1" }, "ruby2.1-stdlib": { "arch": "x86_64", "epoch": "0", "installdate": "1630618333", "release": "19.3.2", "version": "2.1.9" }, "runc": { "arch": "x86_64", "epoch": "0", "installdate": "1630618317", "release": "16.11.1", "version": "1.0.0~rc93" }, "samba-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1630618340", "release": "3.33.1", "version": "4.10.18+git.279.5c5879d939f" }, "scout": { "arch": "noarch", "epoch": "0", "installdate": "1630618343", "release": "57.8", "version": "0.1.0" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1630618297", "release": "7.3.1", "version": "4.2.2" }, "sg3_utils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "16.26.1", "version": "1.43+46.4b09c76" }, "shadow": { "arch": "x86_64", "epoch": "0", "installdate": "1630618348", "release": "34.20", "version": "4.2.1" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1630618332", "release": "11.3", "version": "1.6" }, "sle-module-adv-systems-management-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618301", "release": "4.3.1", "version": "12" }, "sle-module-adv-systems-management-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "4.3.1", "version": "12" }, "sle-module-containers-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618301", "release": "6.9.1", "version": "12" }, "sle-module-containers-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "6.9.1", "version": "12" }, "sle-module-hpc-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618301", "release": "3.3.1", "version": "12" }, "sle-module-hpc-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "3.3.1", "version": "12" }, "sle-module-legacy-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618301", "release": "10.10.1", "version": "12" }, "sle-module-legacy-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "10.10.1", "version": "12" }, "sle-module-public-cloud-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618300", "release": "7.3.1", "version": "12" }, "sle-module-public-cloud-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "7.3.1", "version": "12" }, "sle-module-toolchain-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618300", "release": "8.1", "version": "12" }, "sle-module-toolchain-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "8.1", "version": "12" }, "sle-module-web-scripting-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618300", "release": "10.3.1", "version": "12" }, "sle-module-web-scripting-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "10.3.1", "version": "12" }, "sle-sdk-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618298", "release": "1.54", "version": "12.5" }, "sle-sdk-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "1.54", "version": "12.5" }, "sles-release": { "arch": "x86_64", "epoch": "0", "installdate": "1630618298", "release": "1.171", "version": "12.5" }, "sles-release-POOL": { "arch": "x86_64", "epoch": "0", "installdate": "1630618294", "release": "1.171", "version": "12.5" }, "strace": { "arch": "x86_64", "epoch": "0", "installdate": "1630618329", "release": "3.1", "version": "4.10" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "4.15.1", "version": "1.8.27" }, "supportutils": { "arch": "noarch", "epoch": "0", "installdate": "1630618364", "release": "95.48.1", "version": "3.0.10" }, "supportutils-plugin-suse-public-cloud": { "arch": "noarch", "epoch": "0", "installdate": "1630618365", "release": "6.10.1", "version": "1.0.5" }, "suse-build-key": { "arch": "noarch", "epoch": "0", "installdate": "1630618316", "release": "7.12.1", "version": "12.0" }, "suse-module-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1630618351", "release": "3.5.1", "version": "12.10" }, "sysconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1630618366", "release": "13.1", "version": "0.84.0" }, "sysconfig-netconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1630618366", "release": "13.1", "version": "0.84.0" }, "sysfsutils": { "arch": "x86_64", "epoch": "0", "installdate": "1630618317", "release": "153.3.1", "version": "2.1.0" }, "syslog-service": { "arch": "noarch", "epoch": "0", "installdate": "1630618372", "release": "778.1", "version": "2.0" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1630618349", "release": "157.30.1", "version": "228" }, "systemd-presets-branding-SLE": { "arch": "noarch", "epoch": "0", "installdate": "1630618324", "release": "10.3.1", "version": "12.2" }, "systemd-sysvinit": { "arch": "x86_64", "epoch": "0", "installdate": "1630618351", "release": "157.30.1", "version": "228" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "101.3.1", "version": "2.88+" }, "tar": { "arch": "x86_64", "epoch": "0", "installdate": "1630618320", "release": "15.9.1", "version": "1.27.1" }, "tcpd": { "arch": "x86_64", "epoch": "0", "installdate": "1630618313", "release": "886.3", "version": "7.6" }, "tcpdump": { "arch": "x86_64", "epoch": "0", "installdate": "1630618335", "release": "14.17.1", "version": "4.9.2" }, "terminfo-base": { "arch": "x86_64", "epoch": "0", "installdate": "1630618293", "release": "72.1", "version": "5.9" }, "timezone": { "arch": "x86_64", "epoch": "0", "installdate": "1630618317", "release": "74.52.1", "version": "2021a" }, "udev": { "arch": "x86_64", "epoch": "0", "installdate": "1630618352", "release": "157.30.1", "version": "228" }, "update-alternatives": { "arch": "x86_64", "epoch": "0", "installdate": "1630618312", "release": "16.3.1", "version": "1.18.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "4.6.1", "version": "2.33.2" }, "util-linux-systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1630618352", "release": "4.6.1", "version": "2.33.2" }, "vim": { "arch": "x86_64", "epoch": "0", "installdate": "1630618336", "release": "17.6.1", "version": "7.4.326" }, "wallpaper-branding-SLE": { "arch": "noarch", "epoch": "0", "installdate": "1630618328", "release": "13.3.1", "version": "12" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1630618319", "release": "21.10.1", "version": "1.14" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1630618326", "release": "3.180", "version": "2.20" }, "wicked": { "arch": "x86_64", "epoch": "0", "installdate": "1630618360", "release": "3.11.1", "version": "0.6.64" }, "wicked-service": { "arch": "x86_64", "epoch": "0", "installdate": "1630618360", "release": "3.11.1", "version": "0.6.64" }, "xen-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1630618331", "release": "3.49.1", "version": "4.12.4_12" }, "xen-tools-domU": { "arch": "x86_64", "epoch": "0", "installdate": "1630618332", "release": "3.49.1", "version": "4.12.4_12" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1630618324", "release": "3.9.1", "version": "4.15.0" }, "xinetd": { "arch": "x86_64", "epoch": "0", "installdate": "1630618361", "release": "8.8.1", "version": "2.3.15" }, "xkeyboard-config": { "arch": "noarch", "epoch": "0", "installdate": "1630618337", "release": "1.13", "version": "2.20" }, "xtables-plugins": { "arch": "x86_64", "epoch": "0", "installdate": "1630618335", "release": "6.1", "version": "1.4.21" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1630618317", "release": "6.3.1", "version": "5.0.5" }, "yast2": { "arch": "x86_64", "epoch": "0", "installdate": "1630618372", "release": "4.7.1", "version": "3.2.50" }, "yast2-core": { "arch": "x86_64", "epoch": "0", "installdate": "1630618338", "release": "1.7", "version": "3.3.1" }, "yast2-docker": { "arch": "noarch", "epoch": "0", "installdate": "1630618372", "release": "23.1", "version": "3.1.7" }, "yast2-hardware-detection": { "arch": "x86_64", "epoch": "0", "installdate": "1630618349", "release": "1.39", "version": "3.1.8" }, "yast2-perl-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1630618343", "release": "1.38", "version": "3.2.0" }, "yast2-pkg-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1630618339", "release": "3.6.1", "version": "3.2.9" }, "yast2-ruby-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1630618348", "release": "3.6.1", "version": "3.2.18" }, "yast2-storage": { "arch": "x86_64", "epoch": "0", "installdate": "1630618372", "release": "1.12", "version": "3.2.22" }, "yast2-xml": { "arch": "x86_64", "epoch": "0", "installdate": "1630618341", "release": "2.3.1", "version": "3.1.2" }, "yast2-ycp-ui-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1630618343", "release": "1.23", "version": "3.2.0" }, "yp-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1630618317", "release": "6.1", "version": "2.14" }, "zypper": { "arch": "x86_64", "epoch": "0", "installdate": "1630618302", "release": "21.38.4", "version": "1.13.59" } }, "platform": "suse", "platform_family": "suse", "platform_version": "12.5", "root_group": "root", "shard_seed": 148674859, "shells": [ "/bin/ash", "/bin/bash", "/bin/csh", "/bin/dash", "/bin/false", "/bin/ksh", "/bin/ksh93", "/bin/mksh", "/bin/pdksh", "/bin/sh", "/bin/tcsh", "/bin/true", "/bin/zsh", "/usr/bin/csh", "/usr/bin/dash", "/usr/bin/ksh", "/usr/bin/ksh93", "/usr/bin/mksh", "/usr/bin/passwd", "/usr/bin/pdksh", "/usr/bin/bash", "/usr/bin/tcsh", "/usr/bin/zsh" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/suse/15.json000066400000000000000000004213231417433310300214550ustar00rootroot00000000000000{ "block_device": { "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "20971520", "state": "Connected" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.2", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.2.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.2", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.2.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Lock": "Not Present", "Manufacturer": "Xen", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "lock": "Not Present", "manufacturer": "Xen", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 89 17", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 89 17", "manufacturer": "Intel", "max_speed": "2400 MHz", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "359" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec2208be-1c3b-416f-3c1c-7b765c6f7314", "UUID": "ec2208be-1c3b-416f-3c1c-7b765c6f7314", "Version": "4.2.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec2208be-1c3b-416f-3c1c-7b765c6f7314", "sku_number": "Not Specified", "uuid": "ec2208be-1c3b-416f-3c1c-7b765c6f7314", "version": "4.2.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "mounts": [ ] }, "/dev/xvda2": { "fs_type": "vfat", "kb_available": "19246", "kb_size": "20422", "kb_used": "1176", "label": "EFI", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=iso8859-1", "shortname=mixed", "errors=remount-ro" ], "mounts": [ "/boot/efi" ], "percent_used": "6%", "uuid": "564C-A498" }, "/dev/xvda3": { "fs_type": "xfs", "inodes_available": "5165227", "inodes_percent_used": "2%", "inodes_used": "65813", "kb_available": "8586556", "kb_size": "10451948", "kb_used": "1865392", "label": "ROOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "mounts": [ "/" ], "percent_used": "18%", "total_inodes": "5231040", "uuid": "15991bdf-394d-4e90-b988-5061b112debe" }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ], "mounts": [ "/sys/fs/cgroup/unified", "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/net_cls,net_prio" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "118555", "inodes_percent_used": "1%", "inodes_used": "330", "kb_available": "475540", "kb_size": "475540", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=475540k", "nr_inodes=118885", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "118885" }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/bpf" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "rpc_pipefs": { "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/var/lib/nfs/rpc_pipefs" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=29", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=20042" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "123973", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "99180", "kb_size": "99180", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99180k", "mode=700", "uid=1000", "gid=100" ], "mounts": [ "/dev/shm", "/run", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "123979" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda3" ], "fs_type": "xfs", "inodes_available": "5165227", "inodes_percent_used": "2%", "inodes_used": "65813", "kb_available": "8586556", "kb_size": "10451948", "kb_used": "1865392", "label": "ROOT", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "18%", "total_inodes": "5231040", "uuid": "15991bdf-394d-4e90-b988-5061b112debe" }, "/boot/efi": { "devices": [ "/dev/xvda2" ], "fs_type": "vfat", "kb_available": "19246", "kb_size": "20422", "kb_used": "1176", "label": "EFI", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=iso8859-1", "shortname=mixed", "errors=remount-ro" ], "percent_used": "6%", "uuid": "564C-A498" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "118555", "inodes_percent_used": "1%", "inodes_used": "330", "kb_available": "475540", "kb_size": "475540", "kb_used": "0", "mount_options": [ "rw", "nosuid", "size=475540k", "nr_inodes=118885", "mode=755" ], "percent_used": "0%", "total_inodes": "118885" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "123978", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "495916", "kb_size": "495916", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "123979" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=29", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=20042" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "123577", "inodes_percent_used": "1%", "inodes_used": "402", "kb_available": "482868", "kb_size": "495916", "kb_used": "13048", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "3%", "total_inodes": "123979" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "123973", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "99180", "kb_size": "99180", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99180k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "123979" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/bpf": { "devices": [ "none" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "123961", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "495916", "kb_size": "495916", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "123979" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "/sys/fs/cgroup/unified": { "devices": [ "cgroup" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/nfs/rpc_pipefs": { "devices": [ "rpc_pipefs" ], "fs_type": "rpc_pipefs", "mount_options": [ "rw", "relatime" ] } }, "by_pair": { "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,": { "device": "/dev/xvda1" }, "/dev/xvda2,/boot/efi": { "device": "/dev/xvda2", "fs_type": "vfat", "kb_available": "19246", "kb_size": "20422", "kb_used": "1176", "label": "EFI", "mount": "/boot/efi", "mount_options": [ "rw", "relatime", "fmask=0022", "dmask=0022", "codepage=437", "iocharset=iso8859-1", "shortname=mixed", "errors=remount-ro" ], "percent_used": "6%", "uuid": "564C-A498" }, "/dev/xvda3,/": { "device": "/dev/xvda3", "fs_type": "xfs", "inodes_available": "5165227", "inodes_percent_used": "2%", "inodes_used": "65813", "kb_available": "8586556", "kb_size": "10451948", "kb_used": "1865392", "label": "ROOT", "mount": "/", "mount_options": [ "rw", "relatime", "attr2", "inode64", "logbufs=8", "logbsize=32k", "noquota" ], "percent_used": "18%", "total_inodes": "5231040", "uuid": "15991bdf-394d-4e90-b988-5061b112debe" }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "cgroup,/sys/fs/cgroup/unified": { "device": "cgroup", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup/unified", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "118555", "inodes_percent_used": "1%", "inodes_used": "330", "kb_available": "475540", "kb_size": "475540", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "size=475540k", "nr_inodes=118885", "mode=755" ], "percent_used": "0%", "total_inodes": "118885" }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "none,/sys/fs/bpf": { "device": "none", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "rpc_pipefs,/var/lib/nfs/rpc_pipefs": { "device": "rpc_pipefs", "fs_type": "rpc_pipefs", "mount": "/var/lib/nfs/rpc_pipefs", "mount_options": [ "rw", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=29", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=20042" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "123978", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "495916", "kb_size": "495916", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "123979" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "123577", "inodes_percent_used": "1%", "inodes_used": "402", "kb_available": "482868", "kb_size": "495916", "kb_used": "13048", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "mode=755" ], "percent_used": "3%", "total_inodes": "123979" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "123973", "inodes_percent_used": "1%", "inodes_used": "6", "kb_available": "99180", "kb_size": "99180", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99180k", "mode=700", "uid=1000", "gid=100" ], "percent_used": "0%", "total_inodes": "123979" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "123961", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "495916", "kb_size": "495916", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "123979" } } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "372736" }, "af_packet": { "refcount": "0", "size": "53248" }, "ata_generic": { "refcount": "0", "size": "16384", "version": "0.2.15" }, "ata_piix": { "refcount": "0", "size": "36864", "version": "2.13" }, "be2iscsi": { "refcount": "0", "size": "122880", "version": "11.4.0.1" }, "bnx2i": { "refcount": "0", "size": "53248", "version": "2.7.10.1" }, "button": { "refcount": "0", "size": "24576" }, "cirrus": { "refcount": "0", "size": "16384" }, "cnic": { "refcount": "1", "size": "69632", "version": "2.5.22" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crc32c_intel": { "refcount": "1", "size": "24576" }, "cryptd": { "refcount": "2", "size": "24576" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "cxgb3": { "refcount": "1", "size": "180224", "version": "1.1.5-ko" }, "cxgb3i": { "refcount": "0", "size": "40960", "version": "2.0.1-ko" }, "cxgb4": { "refcount": "1", "size": "479232", "version": "2.0.0-ko" }, "cxgb4i": { "refcount": "0", "size": "53248", "version": "0.9.5-ko" }, "dm_log": { "refcount": "2", "size": "20480" }, "dm_mirror": { "refcount": "0", "size": "28672" }, "dm_mod": { "refcount": "2", "size": "155648" }, "dm_region_hash": { "refcount": "1", "size": "20480" }, "drm": { "refcount": "3", "size": "589824" }, "drm_kms_helper": { "refcount": "3", "size": "229376" }, "fat": { "refcount": "1", "size": "86016" }, "fb_sys_fops": { "refcount": "1", "size": "16384" }, "floppy": { "refcount": "0", "size": "90112" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "i2c_piix4": { "refcount": "0", "size": "28672" }, "intel_rapl_common": { "refcount": "1", "size": "28672" }, "intel_rapl_msr": { "refcount": "0", "size": "20480" }, "iscsi_boot_sysfs": { "refcount": "3", "size": "20480" }, "iscsi_ibft": { "refcount": "0", "size": "16384", "version": "0.5.0" }, "iscsi_tcp": { "refcount": "0", "size": "28672" }, "libata": { "refcount": "3", "size": "290816", "version": "3.00" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "libcxgb": { "refcount": "2", "size": "28672", "version": "1.0.0-ko" }, "libcxgbi": { "refcount": "2", "size": "69632", "version": "0.9.1-ko" }, "libiscsi": { "refcount": "8", "size": "69632" }, "libiscsi_tcp": { "refcount": "4", "size": "36864" }, "mdio": { "refcount": "1", "size": "16384" }, "nls_cp437": { "refcount": "1", "size": "20480" }, "nls_iso8859_1": { "refcount": "1", "size": "16384" }, "pata_acpi": { "refcount": "0", "size": "16384", "version": "0.2.3" }, "pcspkr": { "refcount": "0", "size": "16384" }, "qla4xxx": { "refcount": "0", "size": "299008", "version": "5.04.00-k6" }, "rfkill": { "refcount": "3", "size": "28672" }, "sb_edac": { "refcount": "0", "size": "28672" }, "scsi_mod": { "refcount": "11", "size": "258048" }, "scsi_transport_iscsi": { "refcount": "7", "size": "126976", "version": "2.0-870" }, "serio_raw": { "refcount": "0", "size": "20480" }, "sg": { "refcount": "0", "size": "40960", "version": "3.5.36" }, "sunrpc": { "refcount": "1", "size": "479232" }, "syscopyarea": { "refcount": "1", "size": "16384" }, "sysfillrect": { "refcount": "1", "size": "16384" }, "sysimgblt": { "refcount": "1", "size": "16384" }, "uio": { "refcount": "1", "size": "20480" }, "vfat": { "refcount": "1", "size": "24576" }, "xen_blkfront": { "refcount": "3", "size": "45056" }, "xen_netfront": { "refcount": "0", "size": "36864" }, "xfs": { "refcount": "1", "size": "1503232" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "5.3.18-24.37-default", "version": "#1 SMP Wed Nov 4 09:38:41 UTC 2020 (c145e08)" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635804146.9511611, "os": "linux", "os_version": "5.3.18-24.37-default", "packages": { "SUSEConnect": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "3.3.1", "version": "0.3.28" }, "aaa_base": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "3.45.1", "version": "84.87+git20180409.04c9dae" }, "aaa_base-extras": { "arch": "x86_64", "epoch": "0", "installdate": "1607382325", "release": "3.45.1", "version": "84.87+git20180409.04c9dae" }, "apparmor-parser": { "arch": "x86_64", "epoch": "0", "installdate": "1607382329", "release": "3.3.1", "version": "2.13.4" }, "at": { "arch": "x86_64", "epoch": "0", "installdate": "1607382325", "release": "2.38", "version": "3.1.20" }, "at-spi2-core": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "2.23", "version": "2.34.0" }, "attr": { "arch": "x86_64", "epoch": "0", "installdate": "1607382285", "release": "2.19", "version": "2.4.47" }, "audit": { "arch": "x86_64", "epoch": "0", "installdate": "1607382329", "release": "12.3.1", "version": "2.8.1" }, "augeas": { "arch": "x86_64", "epoch": "0", "installdate": "1607382285", "release": "1.11", "version": "1.10.1" }, "augeas-lenses": { "arch": "x86_64", "epoch": "0", "installdate": "1607382285", "release": "1.11", "version": "1.10.1" }, "autofs": { "arch": "x86_64", "epoch": "0", "installdate": "1607382330", "release": "7.3.1", "version": "5.1.3" }, "autoyast2-installation": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "3.6.1", "version": "4.2.45" }, "aws-cli": { "arch": "noarch", "epoch": "0", "installdate": "1607382329", "release": "8.11.1", "version": "1.18.117" }, "bash": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "9.10.1", "version": "4.4" }, "bc": { "arch": "x86_64", "epoch": "0", "installdate": "1607382289", "release": "3.3.1", "version": "1.07.1" }, "bind-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382317", "release": "12.38.1", "version": "9.16.6" }, "binutils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382305", "release": "7.18.1", "version": "2.35.1" }, "blktrace": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "3.3.28", "version": "1.1.0+git.20170126" }, "blog": { "arch": "x86_64", "epoch": "0", "installdate": "1607382285", "release": "4.11", "version": "2.18" }, "boost-license1_66_0": { "arch": "noarch", "epoch": "0", "installdate": "1607382272", "release": "10.1", "version": "1.66.0" }, "ca-certificates": { "arch": "noarch", "epoch": "0", "installdate": "1607382317", "release": "7.3.3", "version": "2+git20170807.10b2785" }, "ca-certificates-mozilla": { "arch": "noarch", "epoch": "0", "installdate": "1607382319", "release": "9.6.1", "version": "2.44" }, "catatonit": { "arch": "x86_64", "epoch": "0", "installdate": "1607382289", "release": "3.3.2", "version": "0.1.5" }, "chef": { "arch": "x86_64", "epoch": "0", "installdate": "1635804141", "release": "1.sles12", "version": "17.7.29" }, "chrony": { "arch": "x86_64", "epoch": "0", "installdate": "1607382325", "release": "9.18.1", "version": "3.2" }, "chrony-pool-suse": { "arch": "noarch", "epoch": "0", "installdate": "1607382324", "release": "9.18.1", "version": "3.2" }, "cifs-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382326", "release": "5.6.1", "version": "6.9" }, "cloud-init": { "arch": "x86_64", "epoch": "0", "installdate": "1607382340", "release": "8.36.1", "version": "20.2" }, "cloud-init-config-suse": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "8.36.1", "version": "20.2" }, "cloud-netconfig-ec2": { "arch": "noarch", "epoch": "0", "installdate": "1607382331", "release": "5.19.2", "version": "1.5" }, "cloud-regionsrv-client": { "arch": "noarch", "epoch": "0", "installdate": "1607382345", "release": "6.40.1", "version": "9.1.4" }, "cloud-regionsrv-client-plugin-ec2": { "arch": "noarch", "epoch": "0", "installdate": "1607382346", "release": "6.40.1", "version": "1.0.1" }, "command-not-found": { "arch": "noarch", "epoch": "0", "installdate": "1607382319", "release": "6.3.2", "version": "0.2.2+20190613.e6c2668" }, "containerd": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "5.22.2", "version": "1.2.13" }, "coreutils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "2.12", "version": "8.29" }, "cpio": { "arch": "x86_64", "epoch": "0", "installdate": "1607382289", "release": "3.3.1", "version": "2.12" }, "cracklib": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "11.3.1", "version": "2.9.7" }, "cracklib-dict-small": { "arch": "x86_64", "epoch": "0", "installdate": "1607382306", "release": "11.3.1", "version": "2.9.7" }, "crash": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "18.2.1", "version": "7.2.8" }, "cron": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "6.12.2", "version": "4.2" }, "cronie": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "6.12.2", "version": "1.5.1" }, "cups-config": { "arch": "x86_64", "epoch": "0", "installdate": "1607382321", "release": "3.17.1", "version": "2.2.7" }, "curl": { "arch": "x86_64", "epoch": "0", "installdate": "1607382314", "release": "4.6.1", "version": "7.66.0" }, "cyrus-sasl": { "arch": "x86_64", "epoch": "0", "installdate": "1607382295", "release": "5.7.1", "version": "2.1.26" }, "cyrus-sasl-digestmd5": { "arch": "x86_64", "epoch": "0", "installdate": "1607382297", "release": "5.7.1", "version": "2.1.26" }, "cyrus-sasl-gssapi": { "arch": "x86_64", "epoch": "0", "installdate": "1607382297", "release": "5.7.1", "version": "2.1.26" }, "cyrus-sasl-plain": { "arch": "x86_64", "epoch": "0", "installdate": "1607382297", "release": "5.7.1", "version": "2.1.26" }, "cyrus-sasl-saslauthd": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "5.7.1", "version": "2.1.26" }, "dbus-1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382314", "release": "8.3.1", "version": "1.12.2" }, "dbus-1-glib": { "arch": "x86_64", "epoch": "0", "installdate": "1607382320", "release": "1.29", "version": "0.108" }, "dejavu-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1607382325", "release": "1.21", "version": "2.37" }, "deltarpm": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "3.19", "version": "3.6.1" }, "device-mapper": { "arch": "x86_64", "epoch": "0", "installdate": "1607382314", "release": "8.6.1", "version": "1.02.163" }, "dhcp": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "6.3.1", "version": "4.3.5" }, "dhcp-client": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "6.3.1", "version": "4.3.5" }, "diffutils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "4.3.1", "version": "3.6" }, "dmidecode": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "9.6.1", "version": "3.2" }, "docker": { "arch": "x86_64", "epoch": "0", "installdate": "1607382345", "release": "6.34.2", "version": "19.03.11_ce" }, "docker-libnetwork": { "arch": "x86_64", "epoch": "0", "installdate": "1607382289", "release": "4.21.2", "version": "0.7.0.1+gitr2902_153d0769a118" }, "docker-runc": { "arch": "x86_64", "epoch": "0", "installdate": "1607382296", "release": "6.38.2", "version": "1.0.0rc10+gitr3981_dc9208a3303f" }, "dos2unix": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.19", "version": "7.4.0" }, "dosfstools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.39", "version": "4.1" }, "dracut": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "3.15.1", "version": "049.1+suse.171.g65b2addf" }, "e2fsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1607382310", "release": "4.23.1", "version": "1.43.8" }, "efibootmgr": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "2.8", "version": "14" }, "elfutils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "4.5.3", "version": "0.168" }, "ethtool": { "arch": "x86_64", "epoch": "0", "installdate": "1607382300", "release": "1.32", "version": "5.3" }, "expect": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "1.63", "version": "5.45.3" }, "fdupes": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.452", "version": "1.61" }, "file": { "arch": "x86_64", "epoch": "0", "installdate": "1607382289", "release": "7.11.2", "version": "5.32" }, "file-magic": { "arch": "noarch", "epoch": "0", "installdate": "1607382272", "release": "7.11.2", "version": "5.32" }, "filesystem": { "arch": "x86_64", "epoch": "0", "installdate": "1607382272", "release": "9.2", "version": "15.0" }, "fillup": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "2.18", "version": "1.42" }, "findutils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382289", "release": "4.3.1", "version": "4.6.0" }, "fontconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1607382297", "release": "4.3.1", "version": "2.12.6" }, "fonts-config": { "arch": "noarch", "epoch": "0", "installdate": "1607382325", "release": "4.7.1", "version": "20200609+git0.42e2b1b" }, "fping": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "4.3.2", "version": "4.0" }, "gamin-server": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.41", "version": "0.1.10" }, "gawk": { "arch": "x86_64", "epoch": "0", "installdate": "1607382289", "release": "1.41", "version": "4.2.1" }, "gettext-runtime": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "4.11.1", "version": "0.19.8.1" }, "gio-branding-SLE": { "arch": "noarch", "epoch": "0", "installdate": "1607382317", "release": "12.47", "version": "15" }, "girepository-1_0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "2.28", "version": "1.62.0" }, "glib2-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "1.26", "version": "2.62.5" }, "glibc": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "13.51.1", "version": "2.26" }, "glibc-i18ndata": { "arch": "noarch", "epoch": "0", "installdate": "1607382289", "release": "13.51.1", "version": "2.26" }, "glibc-locale": { "arch": "x86_64", "epoch": "0", "installdate": "1607382280", "release": "13.51.1", "version": "2.26" }, "glibc-locale-base": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "13.51.1", "version": "2.26" }, "google-opensans-fonts": { "arch": "noarch", "epoch": "0", "installdate": "1607382325", "release": "1.21", "version": "1.0" }, "gpg-pubkey": { "arch": "(none)", "epoch": "0", "installdate": "1607382363", "release": "50f35137", "version": "50a3dd1c", "versions": [ { "arch": "(none)", "epoch": "0", "installdate": "1607382362", "release": "5aaa90a5", "version": "307e3d54" }, { "arch": "(none)", "epoch": "0", "installdate": "1607382363", "release": "5f68629b", "version": "39db7c82" }, { "arch": "(none)", "epoch": "0", "installdate": "1607382363", "release": "50f35137", "version": "50a3dd1c" } ] }, "gpg2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382280", "release": "4.14.4", "version": "2.2.5" }, "gptfdisk": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "2.11", "version": "1.0.1" }, "grep": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "4.3.12", "version": "3.1" }, "groff": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "3.12", "version": "1.22.3" }, "growpart": { "arch": "noarch", "epoch": "0", "installdate": "1607382323", "release": "5.9.3", "version": "0.31" }, "grub2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382314", "release": "9.30.1", "version": "2.04" }, "grub2-i386-pc": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "9.30.1", "version": "2.04" }, "grub2-x86_64-efi": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "9.30.1", "version": "2.04" }, "grub2-x86_64-xen": { "arch": "noarch", "epoch": "0", "installdate": "1607382306", "release": "9.30.1", "version": "2.04" }, "gzip": { "arch": "x86_64", "epoch": "0", "installdate": "1607382300", "release": "1.81", "version": "1.10" }, "hardlink": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.25", "version": "1.0+git.e66999f" }, "haveged": { "arch": "x86_64", "epoch": "0", "installdate": "1607382330", "release": "6.1", "version": "1.9.2" }, "hostname": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "2.22", "version": "3.16" }, "hwinfo": { "arch": "x86_64", "epoch": "0", "installdate": "1607382312", "release": "1.8", "version": "21.70" }, "info": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "4.17", "version": "6.5" }, "initviocons": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.27", "version": "0.5" }, "iproute2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "5.2.1", "version": "5.3" }, "iptables": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "1.36", "version": "1.8.3" }, "iputils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "8.3.1", "version": "s20161105" }, "irqbalance": { "arch": "x86_64", "epoch": "0", "installdate": "1607382329", "release": "10.50", "version": "1.4.0" }, "iscsiuio": { "arch": "x86_64", "epoch": "0", "installdate": "1607382329", "release": "22.3.1", "version": "0.7.8.6" }, "kbd": { "arch": "x86_64", "epoch": "0", "installdate": "1607382313", "release": "14.38", "version": "2.0.4" }, "kbd-legacy": { "arch": "noarch", "epoch": "0", "installdate": "1607382300", "release": "14.38", "version": "2.0.4" }, "kdump": { "arch": "x86_64", "epoch": "0", "installdate": "1607382346", "release": "11.3.1", "version": "0.9.0" }, "kernel-default": { "arch": "x86_64", "epoch": "0", "installdate": "1607382338", "release": "24.37.1", "version": "5.3.18" }, "kexec-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382340", "release": "3.23", "version": "2.0.20" }, "keyutils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "3.42", "version": "1.5.10" }, "kmod": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "6.7.1", "version": "25" }, "kmod-compat": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "6.7.1", "version": "25" }, "krb5": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "3.15.1", "version": "1.16.3" }, "krb5-client": { "arch": "x86_64", "epoch": "0", "installdate": "1607382313", "release": "3.15.1", "version": "1.16.3" }, "less": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.6", "version": "530" }, "libHX28": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.26", "version": "3.22" }, "libX11-6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382296", "release": "3.12.1", "version": "1.6.5" }, "libX11-data": { "arch": "noarch", "epoch": "0", "installdate": "1607382290", "release": "3.12.1", "version": "1.6.5" }, "libXau6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.26", "version": "1.0.8" }, "libXext6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.30", "version": "1.3.3" }, "libXtst6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "1.24", "version": "1.2.3" }, "libacl1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "4.3.1", "version": "2.2.52" }, "libaio1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.25", "version": "0.3.109" }, "libapparmor1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382306", "release": "3.3.1", "version": "2.13.4" }, "libargon2-1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "2.14", "version": "0.0+git20171227.670229c" }, "libasm1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "4.5.3", "version": "0.168" }, "libassuan0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "2.14", "version": "2.5.1" }, "libatspi0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382312", "release": "2.23", "version": "2.34.0" }, "libattr1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "2.19", "version": "2.4.47" }, "libaudit1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382306", "release": "12.3.1", "version": "2.8.1" }, "libaugeas0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "1.11", "version": "1.10.1" }, "libauparse0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "12.3.1", "version": "2.8.1" }, "libavahi-client3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "3.3.1", "version": "0.7" }, "libavahi-common3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "3.3.1", "version": "0.7" }, "libbind9-1600": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "12.38.1", "version": "9.16.6" }, "libblkid1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "4.8.1", "version": "2.33.1" }, "libboost_regex1_66_0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "10.1", "version": "1.66.0" }, "libboost_system1_66_0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "10.1", "version": "1.66.0" }, "libboost_thread1_66_0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "10.1", "version": "1.66.0" }, "libbsd0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.3.17", "version": "0.8.7" }, "libbz2-1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "5.9.1", "version": "1.0.6" }, "libcap-ng0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "4.37", "version": "0.7.9" }, "libcap2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "2.41", "version": "2.25" }, "libcares2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "3.11.1", "version": "1.17.0" }, "libcom_err2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "4.23.1", "version": "1.43.8" }, "libcrack2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "11.3.1", "version": "2.9.7" }, "libcroco-0_6-3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382300", "release": "1.26", "version": "0.6.13" }, "libcryptsetup12": { "arch": "x86_64", "epoch": "0", "installdate": "1607382313", "release": "4.3.1", "version": "2.0.6" }, "libctf-nobfd0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "7.18.1", "version": "2.35.1" }, "libctf0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "7.18.1", "version": "2.35.1" }, "libcups2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382321", "release": "3.17.1", "version": "2.2.7" }, "libcurl4": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "4.6.1", "version": "7.66.0" }, "libdb-4_8": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "7.3.1", "version": "4.8.30" }, "libdbus-1-3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "8.3.1", "version": "1.12.2" }, "libdcerpc-binding0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libdcerpc0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382323", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libdevmapper-event1_03": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "8.6.1", "version": "1.02.163" }, "libdevmapper1_03": { "arch": "x86_64", "epoch": "0", "installdate": "1607382306", "release": "8.6.1", "version": "1.02.163" }, "libdns1605": { "arch": "x86_64", "epoch": "0", "installdate": "1607382296", "release": "12.38.1", "version": "9.16.6" }, "libdw1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "4.5.3", "version": "0.168" }, "libebl-plugins": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "4.5.3", "version": "0.168" }, "libedit0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "2.12", "version": "3.1.snap20150325" }, "libefivar1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "6.6.1", "version": "37" }, "libelf1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "4.5.3", "version": "0.168" }, "libesmtp": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.27", "version": "1.0.6" }, "libestr0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.25", "version": "0.1.10" }, "libevent-2_1-8": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "2.23", "version": "2.1.8" }, "libexpat1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.6.1", "version": "2.2.5" }, "libext2fs2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "4.23.1", "version": "1.43.8" }, "libfam0-gamin": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "3.2.3", "version": "0.1.10" }, "libfastjson4": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.16", "version": "0.99.8" }, "libfdisk1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382306", "release": "4.8.1", "version": "2.33.1" }, "libffi7": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "10.8", "version": "3.2.1.git259" }, "libfl2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "3.157", "version": "2.6.4" }, "libfreebl3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.51.1", "version": "3.53.1" }, "libfreetype6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382295", "release": "4.8.1", "version": "2.10.1" }, "libfuse2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.3.1", "version": "2.9.7" }, "libgcc_s1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "1.3.4", "version": "10.2.1+git583" }, "libgcrypt20": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "8.36.1", "version": "1.8.2" }, "libgdbm4": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.418", "version": "1.12" }, "libgio-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "1.26", "version": "2.62.5" }, "libgirepository-1_0-1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "2.28", "version": "1.62.0" }, "libglib-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "1.26", "version": "2.62.5" }, "libgmodule-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382300", "release": "1.26", "version": "2.62.5" }, "libgmp10": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "4.3.1", "version": "6.1.2" }, "libgnutls30": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "14.4.1", "version": "3.6.7" }, "libgobject-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382300", "release": "1.26", "version": "2.62.5" }, "libgpg-error0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "1.8", "version": "1.29" }, "libgpgme11": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "2.57", "version": "1.13.1" }, "libhavege1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "6.1", "version": "1.9.2" }, "libhogweed4": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "4.12.1", "version": "3.4.1" }, "libicu-suse65_1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382303", "release": "2.1", "version": "65.1" }, "libicu65_1-ledata": { "arch": "noarch", "epoch": "0", "installdate": "1607382301", "release": "2.1", "version": "65.1" }, "libidn11": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.2.2", "version": "1.34" }, "libidn2-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "3.3.1", "version": "2.2.0" }, "libip4tc2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "1.36", "version": "1.8.3" }, "libip6tc2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "1.36", "version": "1.8.3" }, "libirs1601": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "12.38.1", "version": "9.16.6" }, "libisc1606": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "12.38.1", "version": "9.16.6" }, "libisccc1600": { "arch": "x86_64", "epoch": "0", "installdate": "1607382296", "release": "12.38.1", "version": "9.16.6" }, "libisccfg1600": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "12.38.1", "version": "9.16.6" }, "libjansson4": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.24", "version": "2.9" }, "libjemalloc2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.25", "version": "5.0.1" }, "libjson-c3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.19", "version": "0.13" }, "libkeyutils1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "3.42", "version": "1.5.10" }, "libkmod2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "6.7.1", "version": "25" }, "libksba8": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "2.14", "version": "1.3.5" }, "libldap-2_4-2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "9.40.1", "version": "2.4.46" }, "libldap-data": { "arch": "noarch", "epoch": "0", "installdate": "1607382272", "release": "9.40.1", "version": "2.4.46" }, "libldapcpp1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.33", "version": "0.3.1" }, "libldb2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "3.3.1", "version": "2.0.12" }, "liblmdb-0_9_17": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "4.6.2", "version": "0.9.17" }, "liblockdev1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382316", "release": "1.97", "version": "1.0.3_git201003141408" }, "liblogging0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "3.21", "version": "1.0.6" }, "liblognorm5": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "1.17", "version": "2.0.4" }, "liblua5_3-5": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "3.3.2", "version": "5.3.4" }, "liblvm2cmd2_03": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "8.6.1", "version": "2.03.05" }, "liblz4-1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "3.5.1", "version": "1.8.0" }, "liblzma5": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "4.3.1", "version": "5.2.3" }, "liblzo2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "2.22", "version": "2.10" }, "libmagic1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "7.11.2", "version": "5.32" }, "libmetalink3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.24", "version": "0.1.3" }, "libmnl0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382286", "release": "1.25", "version": "1.0.4" }, "libmodman1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "1.27", "version": "2.0.1" }, "libmount1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382306", "release": "4.8.1", "version": "2.33.1" }, "libmozjs-60": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "4.40", "version": "60.9.0" }, "libncurses6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "5.6.2", "version": "6.1" }, "libndr-krb5pac0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382323", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libndr-nbt0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libndr-standard0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libndr0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libnetapi0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382323", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libnetfilter_conntrack3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382302", "release": "1.38", "version": "1.0.7" }, "libnettle6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "4.12.1", "version": "3.4.1" }, "libnfnetlink0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "2.11", "version": "1.0.1" }, "libnftnl11": { "arch": "x86_64", "epoch": "0", "installdate": "1607382302", "release": "1.39", "version": "1.1.4" }, "libnghttp2-14": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "1.15", "version": "1.40.0" }, "libnl-config": { "arch": "noarch", "epoch": "0", "installdate": "1607382287", "release": "1.29", "version": "3.3.0" }, "libnl3-200": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "1.29", "version": "3.3.0" }, "libnpth0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "2.11", "version": "1.5" }, "libns1604": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "12.38.1", "version": "9.16.6" }, "libnscd1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "3.21", "version": "2.0.2" }, "libnsl2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "2.44", "version": "1.2.0" }, "libnuma1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "2.18", "version": "2.0.11" }, "libopeniscsiusr0_2_0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "22.3.1", "version": "2.1.2" }, "libopenssl1_1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "11.9.1", "version": "1.1.1d" }, "libp11-kit0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "4.8.3", "version": "0.23.2" }, "libparted0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382310", "release": "11.14.1", "version": "3.2" }, "libpcap1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "4.3.1", "version": "1.8.1" }, "libpci3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.3.1", "version": "3.5.6" }, "libpcre1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "4.20", "version": "8.41" }, "libpcre2-8-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.14", "version": "10.31" }, "libpipeline1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.27", "version": "1.4.1" }, "libpng16-16": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.9.1", "version": "1.6.34" }, "libpolkit0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "1.51", "version": "0.116" }, "libpopt0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "3.22", "version": "1.16" }, "libprocps7": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "7.13.2", "version": "3.3.15" }, "libproxy1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "4.3.1", "version": "0.4.15" }, "libpsl5": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "1.20", "version": "0.20.1" }, "libpython3_6m1_0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.64.2", "version": "3.6.12" }, "libqrencode4": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.17", "version": "4.0.0" }, "libreadline7": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "9.10.1", "version": "7.0" }, "libruby2_5-2_5": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "4.11.1", "version": "2.5.8" }, "libsamba-credentials0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libsamba-errors0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libsamba-hostconfig0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libsamba-passdb0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382323", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libsamba-util0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libsamdb0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libsasl2-3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "5.7.1", "version": "2.1.26" }, "libseccomp2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382290", "release": "3.3.1", "version": "2.4.1" }, "libselinux1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "1.31", "version": "3.0" }, "libsemanage1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382312", "release": "1.27", "version": "3.0" }, "libsepol1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "1.31", "version": "3.0" }, "libsigc-2_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "1.18", "version": "2.10.2" }, "libsmartcols1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "4.8.1", "version": "2.33.1" }, "libsmbconf0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libsmbldap2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382323", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libsmi": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.29", "version": "0.4.8" }, "libsmi2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "1.29", "version": "0.4.8" }, "libsnappy1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.24", "version": "1.1.3" }, "libsodium23": { "arch": "x86_64", "epoch": "0", "installdate": "1607382291", "release": "4.3.18", "version": "1.0.16" }, "libsolv-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "3.10.5", "version": "0.7.15" }, "libsqlite3-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "3.9.2", "version": "3.28.0" }, "libssh4": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "10.12.1", "version": "0.8.7" }, "libstdc++6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "1.3.4", "version": "10.2.1+git583" }, "libstorage-ng-ruby": { "arch": "x86_64", "epoch": "0", "installdate": "1607382340", "release": "3.7.1", "version": "4.2.76" }, "libstorage-ng1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382339", "release": "3.7.1", "version": "4.2.76" }, "libsystemd0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "24.64.1", "version": "234" }, "libtalloc2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "1.39", "version": "2.2.0" }, "libtasn1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "4.5.1", "version": "4.13" }, "libtasn1-6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "4.5.1", "version": "4.13" }, "libtdb1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "1.39", "version": "1.4.2" }, "libtevent-util0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libtevent0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382303", "release": "1.38", "version": "0.10.0" }, "libtirpc-netconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1607382291", "release": "3.8.1", "version": "1.0.2" }, "libtirpc3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382296", "release": "3.8.1", "version": "1.0.2" }, "libudev1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "24.64.1", "version": "234" }, "libunistring2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "1.15", "version": "0.9.9" }, "libusb-1_0-0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "3.3.1", "version": "1.0.21" }, "libutempter0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382320", "release": "3.42", "version": "1.1.6" }, "libuuid1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "4.8.1", "version": "2.33.1" }, "libuv1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.19", "version": "1.18.0" }, "libverto1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "3.20", "version": "0.2.6" }, "libwbclient0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382321", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "libwrap0": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.433", "version": "7.6" }, "libx86emu3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "1.23", "version": "3.1" }, "libxcb1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "3.5.1", "version": "1.13" }, "libxml2-2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "3.25.1", "version": "2.9.7" }, "libxslt1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382291", "release": "3.8.24", "version": "1.1.32" }, "libxtables12": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "1.36", "version": "1.8.3" }, "libyajl2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "2.12", "version": "2.1.0" }, "libyaml-0-2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.17", "version": "0.1.7" }, "libyaml-cpp0_6": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "4.2.1", "version": "0.6.1" }, "libyui-ncurses-pkg11": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "1.8", "version": "2.50.7" }, "libyui-ncurses11": { "arch": "x86_64", "epoch": "0", "installdate": "1607382303", "release": "1.36", "version": "2.54.5" }, "libyui11": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "1.29", "version": "3.9.3" }, "libz1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "3.18.1", "version": "1.2.11" }, "libzio1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382275", "release": "2.20", "version": "1.06" }, "libzstd1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "1.3.1", "version": "1.4.4" }, "libzypp": { "arch": "x86_64", "epoch": "0", "installdate": "1607382282", "release": "3.17.6", "version": "17.25.1" }, "lockdev": { "arch": "x86_64", "epoch": "0", "installdate": "1607382317", "release": "1.97", "version": "1.0.3_git201003141408" }, "logrotate": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "4.3.9", "version": "3.13.0" }, "lsof": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.11", "version": "4.91" }, "lsscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.24", "version": "0.28" }, "lvm2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382332", "release": "8.6.1", "version": "2.03.05" }, "mailx": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.87", "version": "12.5" }, "makedumpfile": { "arch": "x86_64", "epoch": "0", "installdate": "1607382302", "release": "4.1", "version": "1.6.7" }, "man": { "arch": "x86_64", "epoch": "0", "installdate": "1607382321", "release": "6.22", "version": "2.7.6" }, "man-pages": { "arch": "noarch", "epoch": "0", "installdate": "1607382291", "release": "3.9.1", "version": "4.16" }, "mksh": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "1.10", "version": "56c" }, "mozilla-nspr": { "arch": "x86_64", "epoch": "0", "installdate": "1607382291", "release": "3.15.2", "version": "4.25.1" }, "mozilla-nss-certs": { "arch": "x86_64", "epoch": "0", "installdate": "1607382296", "release": "3.51.1", "version": "3.53.1" }, "ncurses-utils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382291", "release": "5.6.2", "version": "6.1" }, "net-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "3.11", "version": "2.0+git20170221.479bb4a" }, "netcat-openbsd": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.24", "version": "1.178" }, "netcfg": { "arch": "noarch", "epoch": "0", "installdate": "1607382287", "release": "1.11", "version": "11.6" }, "nfs-client": { "arch": "x86_64", "epoch": "0", "installdate": "1607382326", "release": "10.10.1", "version": "2.1.1" }, "nfs-kernel-server": { "arch": "x86_64", "epoch": "0", "installdate": "1607382326", "release": "10.10.1", "version": "2.1.1" }, "nfsidmap": { "arch": "x86_64", "epoch": "0", "installdate": "1607382291", "release": "3.3.1", "version": "0.26" }, "nscd": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "13.51.1", "version": "2.26" }, "open-iscsi": { "arch": "x86_64", "epoch": "0", "installdate": "1607382329", "release": "22.3.1", "version": "2.1.2" }, "openldap2-client": { "arch": "x86_64", "epoch": "0", "installdate": "1607382291", "release": "9.40.1", "version": "2.4.46" }, "openslp": { "arch": "x86_64", "epoch": "0", "installdate": "1607382292", "release": "6.12.2", "version": "2.0.0" }, "openssh": { "arch": "x86_64", "epoch": "0", "installdate": "1607382330", "release": "5.6.1", "version": "8.1p1" }, "openssl": { "arch": "noarch", "epoch": "0", "installdate": "1607382312", "release": "1.46", "version": "1.1.1d" }, "openssl-1_1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382306", "release": "11.9.1", "version": "1.1.1d" }, "p11-kit": { "arch": "x86_64", "epoch": "0", "installdate": "1607382292", "release": "4.8.3", "version": "0.23.2" }, "p11-kit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382292", "release": "4.8.3", "version": "0.23.2" }, "pam": { "arch": "x86_64", "epoch": "0", "installdate": "1607382311", "release": "6.26.1", "version": "1.3.0" }, "pam-config": { "arch": "x86_64", "epoch": "0", "installdate": "1607382312", "release": "1.43", "version": "1.1" }, "parted": { "arch": "x86_64", "epoch": "0", "installdate": "1607382311", "release": "11.14.1", "version": "3.2" }, "patterns-base-minimal_base": { "arch": "x86_64", "epoch": "0", "installdate": "1607382340", "release": "2.7", "version": "20200124" }, "pciutils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "3.3.1", "version": "3.5.6" }, "pciutils-ids": { "arch": "noarch", "epoch": "0", "installdate": "1607382296", "release": "3.6.1", "version": "20200324" }, "perl": { "arch": "x86_64", "epoch": "0", "installdate": "1607382295", "release": "7.12.1", "version": "5.26.1" }, "perl-Bootloader": { "arch": "x86_64", "epoch": "0", "installdate": "1607382314", "release": "3.3.1", "version": "0.931" }, "perl-Crypt-SmbHash": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "1.24", "version": "0.12" }, "perl-Digest-MD4": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.28", "version": "1.9" }, "perl-Digest-SHA1": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.27", "version": "2.13" }, "perl-Parse-RecDescent": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.22", "version": "1.967015" }, "perl-X500-DN": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "1.22", "version": "0.29" }, "perl-XML-LibXML": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "1.20", "version": "2.0132" }, "perl-XML-NamespaceSupport": { "arch": "noarch", "epoch": "0", "installdate": "1607382308", "release": "1.24", "version": "1.12" }, "perl-XML-Parser": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.443", "version": "2.44" }, "perl-XML-SAX": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.22", "version": "0.99" }, "perl-XML-SAX-Base": { "arch": "noarch", "epoch": "0", "installdate": "1607382308", "release": "1.25", "version": "1.09" }, "perl-XML-SAX-Expat": { "arch": "noarch", "epoch": "0", "installdate": "1607382309", "release": "1.22", "version": "0.51" }, "perl-XML-Simple": { "arch": "noarch", "epoch": "0", "installdate": "1607382309", "release": "1.22", "version": "2.24" }, "perl-base": { "arch": "x86_64", "epoch": "0", "installdate": "1607382273", "release": "7.12.1", "version": "5.26.1" }, "perl-gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.442", "version": "1.07" }, "permissions": { "arch": "x86_64", "epoch": "0", "installdate": "1607382301", "release": "21.1", "version": "20181224" }, "pigz": { "arch": "x86_64", "epoch": "0", "installdate": "1607382287", "release": "1.28", "version": "2.3.3" }, "pinentry": { "arch": "x86_64", "epoch": "0", "installdate": "1607382276", "release": "4.3.1", "version": "1.1.0" }, "pkg-config": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "1.436", "version": "0.29.2" }, "polkit": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "1.51", "version": "0.116" }, "polkit-default-privs": { "arch": "noarch", "epoch": "0", "installdate": "1607382319", "release": "1.14", "version": "13.2+20200421.207b724" }, "procps": { "arch": "x86_64", "epoch": "0", "installdate": "1607382280", "release": "7.13.2", "version": "3.3.15" }, "psmisc": { "arch": "x86_64", "epoch": "0", "installdate": "1607382292", "release": "6.10.1", "version": "23.0" }, "purge-kernels-service": { "arch": "noarch", "epoch": "0", "installdate": "1607382301", "release": "6.2", "version": "0" }, "python-rpm-macros": { "arch": "noarch", "epoch": "0", "installdate": "1607382292", "release": "3.11.1", "version": "20200207.5feb6c1" }, "python3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382312", "release": "3.64.2", "version": "3.6.12" }, "python3-Babel": { "arch": "noarch", "epoch": "0", "installdate": "1607382318", "release": "1.6", "version": "2.8.0" }, "python3-Jinja2": { "arch": "noarch", "epoch": "0", "installdate": "1607382320", "release": "3.5.1", "version": "2.10.1" }, "python3-M2Crypto": { "arch": "x86_64", "epoch": "0", "installdate": "1607382312", "release": "3.9.1", "version": "0.35.2" }, "python3-MarkupSafe": { "arch": "x86_64", "epoch": "0", "installdate": "1607382316", "release": "1.29", "version": "1.0" }, "python3-PyJWT": { "arch": "noarch", "epoch": "0", "installdate": "1607382329", "release": "1.48", "version": "1.7.1" }, "python3-PyNaCl": { "arch": "x86_64", "epoch": "0", "installdate": "1607382321", "release": "3.3.1", "version": "1.2.1" }, "python3-PyYAML": { "arch": "x86_64", "epoch": "0", "installdate": "1607382313", "release": "6.6.1", "version": "5.1.2" }, "python3-appdirs": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.21", "version": "1.4.3" }, "python3-asn1crypto": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.20", "version": "0.24.0" }, "python3-base": { "arch": "x86_64", "epoch": "0", "installdate": "1607382311", "release": "3.64.2", "version": "3.6.12" }, "python3-bcrypt": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "8.26", "version": "3.1.4" }, "python3-bind": { "arch": "noarch", "epoch": "0", "installdate": "1607382317", "release": "12.38.1", "version": "9.16.6" }, "python3-blinker": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.25", "version": "1.4" }, "python3-boto3": { "arch": "noarch", "epoch": "0", "installdate": "1607382327", "release": "7.11.1", "version": "1.14.40" }, "python3-botocore": { "arch": "noarch", "epoch": "0", "installdate": "1607382327", "release": "7.11.1", "version": "1.17.40" }, "python3-certifi": { "arch": "noarch", "epoch": "0", "installdate": "1607382320", "release": "1.18", "version": "2018.1.18" }, "python3-cffi": { "arch": "x86_64", "epoch": "0", "installdate": "1607382318", "release": "1.25", "version": "1.13.2" }, "python3-chardet": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "3.23", "version": "3.0.4" }, "python3-colorama": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.24", "version": "0.3.9" }, "python3-configobj": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.24", "version": "5.0.6" }, "python3-configshell-fb": { "arch": "noarch", "epoch": "0", "installdate": "1607382318", "release": "1.21", "version": "1.1.27" }, "python3-cryptography": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "3.3.1", "version": "2.8" }, "python3-cssselect": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.18", "version": "1.0.3" }, "python3-curses": { "arch": "x86_64", "epoch": "0", "installdate": "1607382312", "release": "3.64.2", "version": "3.6.12" }, "python3-dbus-python": { "arch": "x86_64", "epoch": "0", "installdate": "1607382320", "release": "4.24", "version": "1.2.4" }, "python3-docutils": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.20", "version": "0.14" }, "python3-ec2imgutils": { "arch": "noarch", "epoch": "0", "installdate": "1607382329", "release": "3.17.1", "version": "9.0.0" }, "python3-ec2metadata": { "arch": "noarch", "epoch": "0", "installdate": "1607382312", "release": "3.6.1", "version": "3.0.3" }, "python3-ecdsa": { "arch": "noarch", "epoch": "0", "installdate": "1607382317", "release": "3.3.1", "version": "0.13.3" }, "python3-gobject": { "arch": "x86_64", "epoch": "0", "installdate": "1607382319", "release": "2.27", "version": "3.34.0" }, "python3-idna": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.20", "version": "2.6" }, "python3-jmespath": { "arch": "noarch", "epoch": "0", "installdate": "1607382317", "release": "1.21", "version": "0.9.3" }, "python3-jsonpatch": { "arch": "noarch", "epoch": "0", "installdate": "1607382319", "release": "3.3.1", "version": "1.23" }, "python3-jsonpointer": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "1.20", "version": "1.14" }, "python3-jsonschema": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "2.18", "version": "2.6.0" }, "python3-lxml": { "arch": "x86_64", "epoch": "0", "installdate": "1607382318", "release": "1.24", "version": "4.4.2" }, "python3-oauthlib": { "arch": "noarch", "epoch": "0", "installdate": "1607382331", "release": "1.21", "version": "2.0.6" }, "python3-packaging": { "arch": "noarch", "epoch": "0", "installdate": "1607382318", "release": "1.9", "version": "20.3" }, "python3-paramiko": { "arch": "noarch", "epoch": "0", "installdate": "1607382326", "release": "6.6.1", "version": "2.4.2" }, "python3-ply": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "1.27", "version": "3.10" }, "python3-py": { "arch": "noarch", "epoch": "0", "installdate": "1607382313", "release": "5.3.5", "version": "1.8.1" }, "python3-pyasn1": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "1.20", "version": "0.4.2" }, "python3-pycparser": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "1.24", "version": "2.17" }, "python3-pyparsing": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "1.28", "version": "2.2.0" }, "python3-pyserial": { "arch": "noarch", "epoch": "0", "installdate": "1607382312", "release": "3.2.1", "version": "3.4" }, "python3-python-dateutil": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "4.22", "version": "2.7.3" }, "python3-pytz": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "4.23", "version": "2018.5" }, "python3-pyudev": { "arch": "noarch", "epoch": "0", "installdate": "1607382316", "release": "3.22", "version": "0.21.0" }, "python3-requests": { "arch": "noarch", "epoch": "0", "installdate": "1607382326", "release": "6.6.1", "version": "2.20.1" }, "python3-rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1607382313", "release": "20.3", "version": "4.14.1" }, "python3-rsa": { "arch": "noarch", "epoch": "0", "installdate": "1607382317", "release": "1.21", "version": "3.4.2" }, "python3-rtslib-fb": { "arch": "noarch", "epoch": "0", "installdate": "1607382319", "release": "3.6.1", "version": "2.1.73" }, "python3-s3transfer": { "arch": "noarch", "epoch": "0", "installdate": "1607382327", "release": "6.8.2", "version": "0.3.3" }, "python3-setuptools": { "arch": "noarch", "epoch": "0", "installdate": "1607382321", "release": "6.3.1", "version": "40.5.0" }, "python3-simplejson": { "arch": "x86_64", "epoch": "0", "installdate": "1607382315", "release": "1.21", "version": "3.13.2" }, "python3-six": { "arch": "noarch", "epoch": "0", "installdate": "1607382313", "release": "1.19", "version": "1.14.0" }, "python3-solv": { "arch": "x86_64", "epoch": "0", "installdate": "1607382314", "release": "3.10.5", "version": "0.7.15" }, "python3-talloc": { "arch": "x86_64", "epoch": "0", "installdate": "1607382313", "release": "1.39", "version": "2.2.0" }, "python3-targetcli-fb": { "arch": "noarch", "epoch": "0", "installdate": "1607382321", "release": "3.3.1", "version": "2.1.52" }, "python3-urllib3": { "arch": "noarch", "epoch": "0", "installdate": "1607382326", "release": "9.7.1", "version": "1.24" }, "python3-urwid": { "arch": "x86_64", "epoch": "0", "installdate": "1607382315", "release": "1.15", "version": "2.0.1" }, "python3-zypp-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1607382315", "release": "2.18", "version": "0.6.3" }, "quota": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "3.9.1", "version": "4.05" }, "regionServiceClientConfigEC2": { "arch": "noarch", "epoch": "0", "installdate": "1607382340", "release": "3.11.1", "version": "2.2.1" }, "release-notes-sles": { "arch": "noarch", "epoch": "0", "installdate": "1607382329", "release": "3.6.1", "version": "15.2.20201007" }, "rpcbind": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "5.9.2", "version": "0.2.3" }, "rpm-ndb": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "20.3", "version": "4.14.1" }, "rsync": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "4.3.1", "version": "3.1.3" }, "rsyslog": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "4.7.3", "version": "8.39.0" }, "ruby": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "1.21", "version": "2.5" }, "ruby-common": { "arch": "noarch", "epoch": "0", "installdate": "1607382325", "release": "3.15", "version": "2.1" }, "ruby-solv": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "3.10.5", "version": "0.7.15" }, "ruby2.5": { "arch": "x86_64", "epoch": "0", "installdate": "1607382330", "release": "4.11.1", "version": "2.5.8" }, "ruby2.5-rubygem-abstract_method": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "1.28", "version": "1.2.1" }, "ruby2.5-rubygem-cfa": { "arch": "x86_64", "epoch": "0", "installdate": "1607382340", "release": "1.33", "version": "1.0.2" }, "ruby2.5-rubygem-cfa_grub2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382340", "release": "1.55", "version": "2.0.0" }, "ruby2.5-rubygem-cheetah": { "arch": "x86_64", "epoch": "0", "installdate": "1607382340", "release": "1.33", "version": "0.5.2" }, "ruby2.5-rubygem-fast_gettext": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "1.18", "version": "1.6.0" }, "ruby2.5-rubygem-gem2rpm": { "arch": "x86_64", "epoch": "0", "installdate": "1607382325", "release": "3.45", "version": "0.10.1" }, "ruby2.5-rubygem-ruby-augeas": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "1.31", "version": "0.5.0" }, "ruby2.5-rubygem-ruby-dbus": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "1.27", "version": "0.14.0" }, "ruby2.5-rubygem-simpleidn": { "arch": "x86_64", "epoch": "0", "installdate": "1607382331", "release": "1.17", "version": "0.0.9" }, "ruby2.5-stdlib": { "arch": "x86_64", "epoch": "0", "installdate": "1607382295", "release": "4.11.1", "version": "2.5.8" }, "samba-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1607382322", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "samba-libs-python3": { "arch": "x86_64", "epoch": "0", "installdate": "1607382323", "release": "4.14.1", "version": "4.11.14+git.202.344b137b75d" }, "scout": { "arch": "noarch", "epoch": "0", "installdate": "1607382319", "release": "6.3.2", "version": "0.2.2+20190613.e6c2668" }, "screen": { "arch": "x86_64", "epoch": "0", "installdate": "1607382320", "release": "3.14", "version": "4.6.2" }, "sed": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "2.11", "version": "4.4" }, "shadow": { "arch": "x86_64", "epoch": "0", "installdate": "1607382313", "release": "3.5.6", "version": "4.6" }, "shared-mime-info": { "arch": "x86_64", "epoch": "0", "installdate": "1607382302", "release": "1.26", "version": "1.12" }, "sle-module-basesystem-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sle-module-cap-tools-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sle-module-containers-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "47.1", "version": "15.2" }, "sle-module-desktop-applications-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sle-module-development-tools-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sle-module-legacy-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sle-module-public-cloud-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sle-module-python2-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sle-module-server-applications-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sle-module-web-scripting-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382281", "release": "44.1", "version": "15.2" }, "sles-release": { "arch": "x86_64", "epoch": "0", "installdate": "1607382277", "release": "52.1", "version": "15.2" }, "strace": { "arch": "x86_64", "epoch": "0", "installdate": "1607382302", "release": "1.44", "version": "5.3" }, "sudo": { "arch": "x86_64", "epoch": "0", "installdate": "1607382312", "release": "4.12.2", "version": "1.8.22" }, "supportutils": { "arch": "noarch", "epoch": "0", "installdate": "1607382340", "release": "5.24.3", "version": "3.1.9" }, "supportutils-plugin-suse-public-cloud": { "arch": "noarch", "epoch": "0", "installdate": "1607382346", "release": "3.6.1", "version": "1.0.5" }, "suse-build-key": { "arch": "noarch", "epoch": "0", "installdate": "1607382292", "release": "8.14.1", "version": "12.0" }, "suse-module-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382329", "release": "2.1", "version": "15.2.11" }, "sysconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1607382330", "release": "3.3.1", "version": "0.85.6" }, "sysconfig-netconfig": { "arch": "x86_64", "epoch": "0", "installdate": "1607382330", "release": "3.3.1", "version": "0.85.6" }, "sysfsutils": { "arch": "x86_64", "epoch": "0", "installdate": "1607382292", "release": "3.3.1", "version": "2.1.0" }, "syslog-service": { "arch": "noarch", "epoch": "0", "installdate": "1607382331", "release": "2.23", "version": "2.0" }, "system-group-hardware": { "arch": "noarch", "epoch": "0", "installdate": "1607382320", "release": "4.155", "version": "20170617" }, "system-user-lp": { "arch": "noarch", "epoch": "0", "installdate": "1607382320", "release": "4.155", "version": "20170617" }, "system-user-man": { "arch": "noarch", "epoch": "0", "installdate": "1607382320", "release": "4.155", "version": "20170617" }, "system-user-nobody": { "arch": "noarch", "epoch": "0", "installdate": "1607382320", "release": "4.155", "version": "20170617" }, "system-user-root": { "arch": "noarch", "epoch": "0", "installdate": "1607382272", "release": "3.3.1", "version": "20190513" }, "systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1607382323", "release": "24.64.1", "version": "234" }, "systemd-presets-branding-SLE": { "arch": "noarch", "epoch": "0", "installdate": "1607382304", "release": "20.5.1", "version": "15.1" }, "systemd-presets-common-SUSE": { "arch": "noarch", "epoch": "0", "installdate": "1607382299", "release": "6.10", "version": "15" }, "systemd-sysvinit": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "24.64.1", "version": "234" }, "sysuser-shadow": { "arch": "noarch", "epoch": "0", "installdate": "1607382317", "release": "4.2.8", "version": "2.0" }, "sysvinit-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "1.26", "version": "2.88+" }, "tar": { "arch": "x86_64", "epoch": "0", "installdate": "1607382296", "release": "3.3.2", "version": "1.30" }, "targetcli-fb-common": { "arch": "noarch", "epoch": "0", "installdate": "1607382307", "release": "3.3.1", "version": "2.1.52" }, "tcl": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "5.43", "version": "8.6.7" }, "tcpd": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "1.433", "version": "7.6" }, "tcpdump": { "arch": "x86_64", "epoch": "0", "installdate": "1607382311", "release": "3.12.1", "version": "4.9.2" }, "tcsh": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "4.12.1", "version": "6.20.00" }, "telnet": { "arch": "x86_64", "epoch": "0", "installdate": "1607382325", "release": "1.30", "version": "1.2" }, "terminfo": { "arch": "x86_64", "epoch": "0", "installdate": "1607382292", "release": "5.6.2", "version": "6.1" }, "terminfo-base": { "arch": "x86_64", "epoch": "0", "installdate": "1607382274", "release": "5.6.2", "version": "6.1" }, "thin-provisioning-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "1.24", "version": "0.7.5" }, "timezone": { "arch": "x86_64", "epoch": "0", "installdate": "1607382292", "release": "3.38.1", "version": "2020d" }, "udev": { "arch": "x86_64", "epoch": "0", "installdate": "1607382324", "release": "24.64.1", "version": "234" }, "unzip": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "4.8.13", "version": "6.00" }, "update-alternatives": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "2.48", "version": "1.19.0.4" }, "util-linux": { "arch": "x86_64", "epoch": "0", "installdate": "1607382321", "release": "4.8.1", "version": "2.33.1" }, "util-linux-systemd": { "arch": "x86_64", "epoch": "0", "installdate": "1607382326", "release": "4.8.1", "version": "2.33.1" }, "vim": { "arch": "x86_64", "epoch": "0", "installdate": "1607382296", "release": "5.11.1", "version": "8.0.1568" }, "vim-data-common": { "arch": "noarch", "epoch": "0", "installdate": "1607382293", "release": "5.11.1", "version": "8.0.1568" }, "wget": { "arch": "x86_64", "epoch": "0", "installdate": "1607382310", "release": "3.9.2", "version": "1.20.3" }, "which": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "2.20", "version": "2.21" }, "wicked": { "arch": "x86_64", "epoch": "0", "installdate": "1607382330", "release": "3.3.4", "version": "0.6.64" }, "wicked-service": { "arch": "x86_64", "epoch": "0", "installdate": "1607382330", "release": "3.3.4", "version": "0.6.64" }, "xen-libs": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "3.19.1", "version": "4.13.2_04" }, "xen-tools-domU": { "arch": "x86_64", "epoch": "0", "installdate": "1607382308", "release": "3.19.1", "version": "4.13.2_04" }, "xfsprogs": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "4.27.1", "version": "4.15.0" }, "xtables-plugins": { "arch": "x86_64", "epoch": "0", "installdate": "1607382303", "release": "1.36", "version": "1.8.3" }, "xz": { "arch": "x86_64", "epoch": "0", "installdate": "1607382293", "release": "4.3.1", "version": "5.2.3" }, "yast2": { "arch": "x86_64", "epoch": "0", "installdate": "1607382346", "release": "3.8.1", "version": "4.2.87" }, "yast2-add-on": { "arch": "noarch", "epoch": "0", "installdate": "1607382349", "release": "3.3.2", "version": "4.2.17" }, "yast2-audit-laf": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.152", "version": "4.2.0" }, "yast2-bootloader": { "arch": "x86_64", "epoch": "0", "installdate": "1607382347", "release": "3.3.2", "version": "4.2.26" }, "yast2-core": { "arch": "x86_64", "epoch": "0", "installdate": "1607382300", "release": "5.18", "version": "4.1.0" }, "yast2-country": { "arch": "x86_64", "epoch": "0", "installdate": "1607382346", "release": "3.3.2", "version": "4.2.20" }, "yast2-country-data": { "arch": "x86_64", "epoch": "0", "installdate": "1607382339", "release": "3.3.2", "version": "4.2.20" }, "yast2-dhcp-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.32", "version": "4.2.3" }, "yast2-dns-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.163", "version": "4.2.4" }, "yast2-firewall": { "arch": "noarch", "epoch": "0", "installdate": "1607382346", "release": "3.3.4", "version": "4.2.5" }, "yast2-ftp-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.2", "version": "4.2.5" }, "yast2-hardware-detection": { "arch": "x86_64", "epoch": "0", "installdate": "1607382340", "release": "1.68", "version": "4.1.1" }, "yast2-http-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.64", "version": "4.2.7" }, "yast2-installation": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "3.13.1", "version": "4.2.47" }, "yast2-iscsi-client": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.7", "version": "4.2.6" }, "yast2-iscsi-lio-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.19", "version": "4.2.5" }, "yast2-journal": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.143", "version": "4.2.2" }, "yast2-kdump": { "arch": "x86_64", "epoch": "0", "installdate": "1607382347", "release": "1.79", "version": "4.2.9" }, "yast2-ldap": { "arch": "x86_64", "epoch": "0", "installdate": "1607382348", "release": "1.28", "version": "4.1.0" }, "yast2-logs": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "3.8.1", "version": "4.2.87" }, "yast2-mail": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "3.3.1", "version": "4.2.3" }, "yast2-network": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "3.31.1", "version": "4.2.85" }, "yast2-nfs-client": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.13", "version": "4.2.8" }, "yast2-nfs-common": { "arch": "noarch", "epoch": "0", "installdate": "1607382302", "release": "1.68", "version": "4.2.4" }, "yast2-nfs-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.68", "version": "4.2.4" }, "yast2-nis-client": { "arch": "x86_64", "epoch": "0", "installdate": "1607382348", "release": "3.3.1", "version": "4.2.4" }, "yast2-nis-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.64", "version": "4.2.2" }, "yast2-ntp-client": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.46", "version": "4.2.11" }, "yast2-online-update": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.176", "version": "4.2.2" }, "yast2-online-update-frontend": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.176", "version": "4.2.2" }, "yast2-packager": { "arch": "x86_64", "epoch": "0", "installdate": "1607382346", "release": "3.9.1", "version": "4.2.66" }, "yast2-pam": { "arch": "noarch", "epoch": "0", "installdate": "1607382346", "release": "3.3.2", "version": "4.2.5" }, "yast2-perl-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1607382315", "release": "1.18", "version": "4.1.0" }, "yast2-pkg-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1607382307", "release": "3.8.2", "version": "4.2.10" }, "yast2-printer": { "arch": "x86_64", "epoch": "0", "installdate": "1607382347", "release": "1.152", "version": "4.2.0" }, "yast2-proxy": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.143", "version": "4.2.2" }, "yast2-python3-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1607382313", "release": "1.21", "version": "4.1.3" }, "yast2-registration": { "arch": "noarch", "epoch": "0", "installdate": "1607382349", "release": "3.6.1", "version": "4.2.43" }, "yast2-ruby-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1607382332", "release": "3.3.1", "version": "4.2.9" }, "yast2-samba-client": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.35", "version": "4.2.3" }, "yast2-samba-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.60", "version": "4.2.4" }, "yast2-schema": { "arch": "x86_64", "epoch": "0", "installdate": "1607382302", "release": "1.26", "version": "4.2.10" }, "yast2-security": { "arch": "noarch", "epoch": "0", "installdate": "1607382346", "release": "3.6.1", "version": "4.2.14" }, "yast2-services-manager": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "3.3.1", "version": "4.2.7" }, "yast2-slp": { "arch": "x86_64", "epoch": "0", "installdate": "1607382347", "release": "1.143", "version": "4.1.1" }, "yast2-squid": { "arch": "x86_64", "epoch": "0", "installdate": "1607382347", "release": "1.153", "version": "4.2.1" }, "yast2-storage-ng": { "arch": "x86_64", "epoch": "0", "installdate": "1607382346", "release": "3.14.3", "version": "4.2.114" }, "yast2-sudo": { "arch": "noarch", "epoch": "0", "installdate": "1607382348", "release": "1.72", "version": "4.2.3" }, "yast2-support": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.94", "version": "4.2.3" }, "yast2-sysconfig": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.141", "version": "4.2.1" }, "yast2-tftp-server": { "arch": "noarch", "epoch": "0", "installdate": "1607382347", "release": "1.152", "version": "4.2.0" }, "yast2-trans-en_US": { "arch": "noarch", "epoch": "0", "installdate": "1607382299", "release": "1.3", "version": "84.87.20190418.408a34e118" }, "yast2-trans-stats": { "arch": "noarch", "epoch": "0", "installdate": "1607382288", "release": "1.28", "version": "2.19.0" }, "yast2-transfer": { "arch": "x86_64", "epoch": "0", "installdate": "1607382346", "release": "1.28", "version": "4.1.0" }, "yast2-tune": { "arch": "x86_64", "epoch": "0", "installdate": "1607382347", "release": "1.31", "version": "4.2.3" }, "yast2-update": { "arch": "x86_64", "epoch": "0", "installdate": "1607382348", "release": "1.55", "version": "4.2.18" }, "yast2-users": { "arch": "x86_64", "epoch": "0", "installdate": "1607382348", "release": "1.10", "version": "4.2.11" }, "yast2-xml": { "arch": "x86_64", "epoch": "0", "installdate": "1607382303", "release": "1.33", "version": "4.1.1" }, "yast2-ycp-ui-bindings": { "arch": "x86_64", "epoch": "0", "installdate": "1607382304", "release": "1.39", "version": "4.2.9" }, "yp-tools": { "arch": "x86_64", "epoch": "0", "installdate": "1607382309", "release": "3.16", "version": "4.2.2" }, "zip": { "arch": "x86_64", "epoch": "0", "installdate": "1607382288", "release": "2.22", "version": "3.0" }, "zsh": { "arch": "x86_64", "epoch": "0", "installdate": "1607382299", "release": "5.17", "version": "5.6" }, "zypper": { "arch": "x86_64", "epoch": "0", "installdate": "1607382282", "release": "3.9.6", "version": "1.14.40" }, "zypper-migration-plugin": { "arch": "noarch", "epoch": "0", "installdate": "1607382340", "release": "6.7.1", "version": "0.12.1590748670.86b0749" } }, "platform": "suse", "platform_family": "suse", "platform_version": "15.2", "root_group": "root", "shard_seed": 150665780, "shells": [ "/bin/ash", "/bin/bash", "/bin/csh", "/bin/dash", "/bin/false", "/bin/ksh", "/bin/ksh93", "/bin/mksh", "/bin/pdksh", "/bin/sh", "/bin/tcsh", "/bin/true", "/bin/zsh", "/usr/bin/csh", "/usr/bin/dash", "/usr/bin/ksh", "/usr/bin/ksh93", "/usr/bin/mksh", "/usr/bin/passwd", "/usr/bin/pdksh", "/usr/bin/bash", "/usr/bin/tcsh", "/usr/bin/zsh", "/usr/bin/fish" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/ubuntu/000077500000000000000000000000001417433310300206735ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/ubuntu/16.04.json000066400000000000000000002555151417433310300222530ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "66168" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "113536" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "51152" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "ram0": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram1": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram10": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram11": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram12": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram13": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram14": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram15": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram2": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram3": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram4": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram5": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram6": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram7": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram8": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "ram9": { "logical_block_size": "512", "physical_block_size": "4096", "removable": "0", "rotational": "1", "size": "131072" }, "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.11", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.11.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.11", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.11.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Contained Elements": "0", "Height": "Unspecified", "Lock": "Not Present", "Manufacturer": "Xen", "Number Of Power Cords": "Unspecified", "OEM Information": "0x00000000", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "contained_elements": "0", "height": "Unspecified", "lock": "Not Present", "manufacturer": "Xen", "number_of_power_cords": "Unspecified", "oem_information": "0x00000000", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.0", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Asset Tag": "Not Specified", "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 8B 17", "L1 Cache Handle": "Not Provided", "L2 Cache Handle": "Not Provided", "L3 Cache Handle": "Not Provided", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Part Number": "Not Specified", "Serial Number": "Not Specified", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "asset_tag": "Not Specified", "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 8B 17", "l1_cache_handle": "Not Provided", "l2_cache_handle": "Not Provided", "l3_cache_handle": "Not Provided", "manufacturer": "Intel", "max_speed": "2400 MHz", "part_number": "Not Specified", "serial_number": "Not Specified", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "378" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec29b402-6967-171f-55e0-37bcf3e40728", "UUID": "EC29B402-6967-171F-55E0-37BCF3E40728", "Version": "4.11.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec29b402-6967-171f-55e0-37bcf3e40728", "sku_number": "Not Specified", "uuid": "EC29B402-6967-171F-55E0-37BCF3E40728", "version": "4.11.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/loop0": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "474", "kb_available": "0", "kb_size": "33152", "kb_used": "33152", "mounts": [ "/snap/snapd/13170" ], "percent_used": "100%", "total_inodes": "474" }, "/dev/loop1": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mounts": [ "/snap/core18/2128" ], "percent_used": "100%", "total_inodes": "10803" }, "/dev/loop2": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mounts": [ "/snap/amazon-ssm-agent/4046" ], "percent_used": "100%", "total_inodes": "16" }, "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "955711", "inodes_percent_used": "7%", "inodes_used": "68289", "kb_available": "6879544", "kb_size": "8065444", "kb_used": "1169516", "label": "cloudimg-rootfs", "mount_options": [ "rw", "relatime", "discard", "data=ordered" ], "mounts": [ "/" ], "percent_used": "15%", "total_inodes": "1024000", "uuid": "a83e113c-fb1c-4a50-856e-8aa54cac59c4" }, "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime" ], "mounts": [ "/snap/amazon-ssm-agent/4046" ] }, "/var/lib/snapd/snaps/core18_2128.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime" ], "mounts": [ "/snap/core18/2128" ] }, "/var/lib/snapd/snaps/snapd_13170.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime" ], "mounts": [ "/snap/snapd/13170" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/hugetlb" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "fusectl": { "fs_type": "fusectl", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/fuse/connections" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/hugepages" ] }, "lxcfs": { "fs_type": "fuse.lxcfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=0", "group_id=0", "allow_other" ], "mounts": [ "/var/lib/lxcfs" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=30", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "126811", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "101456", "kb_size": "101456", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101456k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "126816" }, "udev": { "fs_type": "devtmpfs", "inodes_available": "124489", "inodes_percent_used": "1%", "inodes_used": "322", "kb_available": "499244", "kb_size": "499244", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=499244k", "nr_inodes=124811", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "124811" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "955711", "inodes_percent_used": "7%", "inodes_used": "68289", "kb_available": "6879544", "kb_size": "8065444", "kb_used": "1169516", "label": "cloudimg-rootfs", "mount_options": [ "rw", "relatime", "discard", "data=ordered" ], "percent_used": "15%", "total_inodes": "1024000", "uuid": "a83e113c-fb1c-4a50-856e-8aa54cac59c4" }, "/dev": { "devices": [ "udev" ], "fs_type": "devtmpfs", "inodes_available": "124489", "inodes_percent_used": "1%", "inodes_used": "322", "kb_available": "499244", "kb_size": "499244", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=499244k", "nr_inodes=124811", "mode=755" ], "percent_used": "0%", "total_inodes": "124811" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126815", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "507264", "kb_size": "507264", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "126816" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=30", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126401", "inodes_percent_used": "1%", "inodes_used": "415", "kb_available": "98136", "kb_size": "101456", "kb_used": "3320", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=101456k", "mode=755" ], "percent_used": "4%", "total_inodes": "126816" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126813", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "126816" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126811", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "101456", "kb_size": "101456", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101456k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126816" }, "/snap/amazon-ssm-agent/4046": { "devices": [ "/dev/loop2", "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mount_options": [ "ro", "nodev", "relatime" ], "percent_used": "100%", "total_inodes": "16" }, "/snap/core18/2128": { "devices": [ "/dev/loop1", "/var/lib/snapd/snaps/core18_2128.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mount_options": [ "ro", "nodev", "relatime" ], "percent_used": "100%", "total_inodes": "10803" }, "/snap/snapd/13170": { "devices": [ "/dev/loop0", "/var/lib/snapd/snaps/snapd_13170.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "474", "kb_available": "0", "kb_size": "33152", "kb_used": "33152", "mount_options": [ "ro", "nodev", "relatime" ], "percent_used": "100%", "total_inodes": "474" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "126800", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "507264", "kb_size": "507264", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "126816" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "/sys/fs/fuse/connections": { "devices": [ "fusectl" ], "fs_type": "fusectl", "mount_options": [ "rw", "relatime" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/lxcfs": { "devices": [ "lxcfs" ], "fs_type": "fuse.lxcfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=0", "group_id=0", "allow_other" ] } }, "by_pair": { "/dev/loop0,/snap/snapd/13170": { "device": "/dev/loop0", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "474", "kb_available": "0", "kb_size": "33152", "kb_used": "33152", "mount": "/snap/snapd/13170", "percent_used": "100%", "total_inodes": "474" }, "/dev/loop1,/snap/core18/2128": { "device": "/dev/loop1", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mount": "/snap/core18/2128", "percent_used": "100%", "total_inodes": "10803" }, "/dev/loop2,/snap/amazon-ssm-agent/4046": { "device": "/dev/loop2", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mount": "/snap/amazon-ssm-agent/4046", "percent_used": "100%", "total_inodes": "16" }, "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "955711", "inodes_percent_used": "7%", "inodes_used": "68289", "kb_available": "6879544", "kb_size": "8065444", "kb_used": "1169516", "label": "cloudimg-rootfs", "mount": "/", "mount_options": [ "rw", "relatime", "discard", "data=ordered" ], "percent_used": "15%", "total_inodes": "1024000", "uuid": "a83e113c-fb1c-4a50-856e-8aa54cac59c4" }, "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap,/snap/amazon-ssm-agent/4046": { "device": "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap", "fs_type": "squashfs", "mount": "/snap/amazon-ssm-agent/4046", "mount_options": [ "ro", "nodev", "relatime" ] }, "/var/lib/snapd/snaps/core18_2128.snap,/snap/core18/2128": { "device": "/var/lib/snapd/snaps/core18_2128.snap", "fs_type": "squashfs", "mount": "/snap/core18/2128", "mount_options": [ "ro", "nodev", "relatime" ] }, "/var/lib/snapd/snaps/snapd_13170.snap,/snap/snapd/13170": { "device": "/var/lib/snapd/snaps/snapd_13170.snap", "fs_type": "squashfs", "mount": "/snap/snapd/13170", "mount_options": [ "ro", "nodev", "relatime" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "release_agent=/lib/systemd/systemd-cgroups-agent", "name=systemd" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "fusectl,/sys/fs/fuse/connections": { "device": "fusectl", "fs_type": "fusectl", "mount": "/sys/fs/fuse/connections", "mount_options": [ "rw", "relatime" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime" ] }, "lxcfs,/var/lib/lxcfs": { "device": "lxcfs", "fs_type": "fuse.lxcfs", "mount": "/var/lib/lxcfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=0", "group_id=0", "allow_other" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=30", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126815", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "507264", "kb_size": "507264", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "126816" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126401", "inodes_percent_used": "1%", "inodes_used": "415", "kb_available": "98136", "kb_size": "101456", "kb_used": "3320", "mount": "/run", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=101456k", "mode=755" ], "percent_used": "4%", "total_inodes": "126816" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126813", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "126816" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126811", "inodes_percent_used": "1%", "inodes_used": "5", "kb_available": "101456", "kb_size": "101456", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=101456k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "126816" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "126800", "inodes_percent_used": "1%", "inodes_used": "16", "kb_available": "507264", "kb_size": "507264", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "126816" }, "udev,/dev": { "device": "udev", "fs_type": "devtmpfs", "inodes_available": "124489", "inodes_percent_used": "1%", "inodes_used": "322", "kb_available": "499244", "kb_size": "499244", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=499244k", "nr_inodes=124811", "mode=755" ], "percent_used": "0%", "total_inodes": "124811" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "ablk_helper": { "refcount": "1", "size": "16384" }, "aes_x86_64": { "refcount": "1", "size": "20480" }, "aesni_intel": { "refcount": "0", "size": "167936" }, "async_memcpy": { "refcount": "2", "size": "16384" }, "async_pq": { "refcount": "2", "size": "16384" }, "async_raid6_recov": { "refcount": "1", "size": "20480" }, "async_tx": { "refcount": "5", "size": "16384" }, "async_xor": { "refcount": "3", "size": "16384" }, "autofs4": { "refcount": "2", "size": "40960" }, "btrfs": { "refcount": "0", "size": "991232" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crct10dif_pclmul": { "refcount": "0", "size": "16384" }, "cryptd": { "refcount": "3", "size": "20480" }, "gf128mul": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "ib_addr": { "refcount": "2", "size": "20480" }, "ib_cm": { "refcount": "1", "size": "49152" }, "ib_core": { "refcount": "6", "size": "106496" }, "ib_iser": { "refcount": "0", "size": "49152", "version": "1.6" }, "ib_mad": { "refcount": "2", "size": "49152" }, "ib_sa": { "refcount": "2", "size": "36864" }, "iscsi_tcp": { "refcount": "0", "size": "20480" }, "iw_cm": { "refcount": "1", "size": "45056" }, "libcrc32c": { "refcount": "1", "size": "16384" }, "libiscsi": { "refcount": "3", "size": "53248" }, "libiscsi_tcp": { "refcount": "1", "size": "24576" }, "linear": { "refcount": "0", "size": "16384" }, "lrw": { "refcount": "1", "size": "16384" }, "multipath": { "refcount": "0", "size": "16384" }, "raid0": { "refcount": "0", "size": "20480" }, "raid1": { "refcount": "0", "size": "40960" }, "raid10": { "refcount": "0", "size": "49152" }, "raid456": { "refcount": "0", "size": "106496" }, "raid6_pq": { "refcount": "4", "size": "102400" }, "rdma_cm": { "refcount": "1", "size": "49152" }, "scsi_transport_iscsi": { "refcount": "4", "size": "102400", "version": "2.0-870" }, "serio_raw": { "refcount": "0", "size": "16384" }, "xor": { "refcount": "2", "size": "24576" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "4.4.0-1128-aws", "version": "#142-Ubuntu SMP Fri Apr 16 12:42:33 UTC 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { "codename": "xenial", "description": "Ubuntu 16.04.7 LTS", "id": "Ubuntu", "release": "16.04" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635803537.2217243, "os": "linux", "os_version": "4.4.0-1128-aws", "packages": { "accountsservice": { "arch": "amd64", "version": "0.6.40-2ubuntu11.6" }, "acl": { "arch": "amd64", "version": "2.2.52-3" }, "acpid": { "arch": "amd64", "version": "1:2.0.26-1ubuntu2" }, "adduser": { "arch": "all", "version": "3.113+nmu3ubuntu4" }, "apparmor": { "arch": "amd64", "version": "2.10.95-0ubuntu2.11" }, "apport": { "arch": "all", "version": "2.20.1-0ubuntu2.30" }, "apport-symptoms": { "arch": "all", "version": "0.20" }, "apt": { "arch": "amd64", "version": "1.2.35" }, "apt-transport-https": { "arch": "amd64", "version": "1.2.35" }, "apt-utils": { "arch": "amd64", "version": "1.2.35" }, "at": { "arch": "amd64", "version": "3.1.18-2ubuntu1" }, "base-files": { "arch": "amd64", "version": "9.4ubuntu4.13" }, "base-passwd": { "arch": "amd64", "version": "3.5.39" }, "bash": { "arch": "amd64", "version": "4.3-14ubuntu1.4" }, "bash-completion": { "arch": "all", "version": "1:2.1-4.2ubuntu1.1" }, "bcache-tools": { "arch": "amd64", "version": "1.0.8-2" }, "bind9-host": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "bsdmainutils": { "arch": "amd64", "version": "9.0.6ubuntu3" }, "bsdutils": { "arch": "amd64", "version": "1:2.27.1-6ubuntu3.10" }, "btrfs-tools": { "arch": "amd64", "version": "4.4-1ubuntu1.1" }, "busybox-initramfs": { "arch": "amd64", "version": "1:1.22.0-15ubuntu1.4" }, "busybox-static": { "arch": "amd64", "version": "1:1.22.0-15ubuntu1.4" }, "byobu": { "arch": "all", "version": "5.106-0ubuntu1" }, "bzip2": { "arch": "amd64", "version": "1.0.6-8ubuntu0.2" }, "ca-certificates": { "arch": "all", "version": "20210119~16.04.1" }, "chef": { "arch": "amd64", "version": "17.7.29-1" }, "cloud-guest-utils": { "arch": "all", "version": "0.27-0ubuntu25.2" }, "cloud-init": { "arch": "all", "version": "21.1-19-gbad84ad4-0ubuntu1~16.04.2" }, "cloud-initramfs-copymods": { "arch": "all", "version": "0.27ubuntu1.6" }, "cloud-initramfs-dyn-netconf": { "arch": "all", "version": "0.27ubuntu1.6" }, "command-not-found": { "arch": "all", "version": "0.3ubuntu16.04.2" }, "command-not-found-data": { "arch": "amd64", "version": "0.3ubuntu16.04.2" }, "console-setup": { "arch": "all", "version": "1.108ubuntu15.5" }, "console-setup-linux": { "arch": "all", "version": "1.108ubuntu15.5" }, "coreutils": { "arch": "amd64", "version": "8.25-2ubuntu3~16.04" }, "cpio": { "arch": "amd64", "version": "2.11+dfsg-5ubuntu1.1" }, "cron": { "arch": "amd64", "version": "3.0pl1-128ubuntu2" }, "cryptsetup": { "arch": "amd64", "version": "2:1.6.6-5ubuntu2.1" }, "cryptsetup-bin": { "arch": "amd64", "version": "2:1.6.6-5ubuntu2.1" }, "curl": { "arch": "amd64", "version": "7.47.0-1ubuntu2.19" }, "dash": { "arch": "amd64", "version": "0.5.8-2.1ubuntu2" }, "dbus": { "arch": "amd64", "version": "1.10.6-1ubuntu3.6" }, "debconf": { "arch": "all", "version": "1.5.58ubuntu2" }, "debconf-i18n": { "arch": "all", "version": "1.5.58ubuntu2" }, "debianutils": { "arch": "amd64", "version": "4.7" }, "dh-python": { "arch": "all", "version": "2.20151103ubuntu1.2" }, "diffutils": { "arch": "amd64", "version": "1:3.3-3" }, "distro-info": { "arch": "amd64", "version": "0.14ubuntu0.2" }, "distro-info-data": { "arch": "all", "version": "0.28ubuntu0.18" }, "dmeventd": { "arch": "amd64", "version": "2:1.02.110-1ubuntu10" }, "dmidecode": { "arch": "amd64", "version": "3.0-2ubuntu0.2" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.110-1ubuntu10" }, "dns-root-data": { "arch": "all", "version": "2018013001~16.04.1" }, "dnsmasq-base": { "arch": "amd64", "version": "2.75-1ubuntu0.16.04.10" }, "dnsutils": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "dosfstools": { "arch": "amd64", "version": "3.0.28-2ubuntu0.1" }, "dpkg": { "arch": "amd64", "version": "1.18.4ubuntu1.7" }, "e2fslibs": { "arch": "amd64", "version": "1.42.13-1ubuntu1.2" }, "e2fsprogs": { "arch": "amd64", "version": "1.42.13-1ubuntu1.2" }, "eatmydata": { "arch": "all", "version": "105-3" }, "ed": { "arch": "amd64", "version": "1.10-2" }, "eject": { "arch": "amd64", "version": "2.1.5+deb1+cvs20081104-13.1ubuntu0.16.04.1" }, "ethtool": { "arch": "amd64", "version": "1:4.5-1" }, "file": { "arch": "amd64", "version": "1:5.25-2ubuntu1.4" }, "findutils": { "arch": "amd64", "version": "4.6.0+git+20160126-2" }, "fonts-ubuntu-font-family-console": { "arch": "all", "version": "1:0.83-0ubuntu2" }, "friendly-recovery": { "arch": "all", "version": "0.2.31ubuntu2.1" }, "ftp": { "arch": "amd64", "version": "0.17-33" }, "fuse": { "arch": "amd64", "version": "2.9.4-1ubuntu3.1" }, "gawk": { "arch": "amd64", "version": "1:4.1.3+dfsg-0.1" }, "gcc-5-base": { "arch": "amd64", "version": "5.4.0-6ubuntu1~16.04.12" }, "gcc-6-base": { "arch": "amd64", "version": "6.0.1-0ubuntu1" }, "gdisk": { "arch": "amd64", "version": "1.0.1-1build1" }, "geoip-database": { "arch": "all", "version": "20160408-1" }, "gettext-base": { "arch": "amd64", "version": "0.19.7-2ubuntu3.1" }, "gir1.2-glib-2.0": { "arch": "amd64", "version": "1.46.0-3ubuntu1" }, "git": { "arch": "amd64", "version": "1:2.7.4-0ubuntu1.10" }, "git-man": { "arch": "all", "version": "1:2.7.4-0ubuntu1.10" }, "gnupg": { "arch": "amd64", "version": "1.4.20-1ubuntu3.3" }, "gpgv": { "arch": "amd64", "version": "1.4.20-1ubuntu3.3" }, "grep": { "arch": "amd64", "version": "2.25-1~16.04.1" }, "groff-base": { "arch": "amd64", "version": "1.22.3-7" }, "grub-common": { "arch": "amd64", "version": "2.02~beta2-36ubuntu3.32" }, "grub-gfxpayload-lists": { "arch": "amd64", "version": "0.7" }, "grub-legacy-ec2": { "arch": "all", "version": "21.1-19-gbad84ad4-0ubuntu1~16.04.2" }, "grub-pc": { "arch": "amd64", "version": "2.02~beta2-36ubuntu3.32" }, "grub-pc-bin": { "arch": "amd64", "version": "2.02~beta2-36ubuntu3.32" }, "grub2-common": { "arch": "amd64", "version": "2.02~beta2-36ubuntu3.32" }, "gzip": { "arch": "amd64", "version": "1.6-4ubuntu1" }, "hdparm": { "arch": "amd64", "version": "9.48+ds-1ubuntu0.1" }, "hibagent": { "arch": "all", "version": "1.0.1-0ubuntu1~16.04.1" }, "hostname": { "arch": "amd64", "version": "3.16ubuntu2" }, "ifenslave": { "arch": "all", "version": "2.7ubuntu1" }, "ifupdown": { "arch": "amd64", "version": "0.8.10ubuntu1.4" }, "info": { "arch": "amd64", "version": "6.1.0.dfsg.1-5" }, "init": { "arch": "amd64", "version": "1.29ubuntu4" }, "init-system-helpers": { "arch": "all", "version": "1.29ubuntu4" }, "initramfs-tools": { "arch": "all", "version": "0.122ubuntu8.17" }, "initramfs-tools-bin": { "arch": "amd64", "version": "0.122ubuntu8.17" }, "initramfs-tools-core": { "arch": "all", "version": "0.122ubuntu8.17" }, "initscripts": { "arch": "amd64", "version": "2.88dsf-59.3ubuntu2" }, "insserv": { "arch": "amd64", "version": "1.14.0-5ubuntu3" }, "install-info": { "arch": "amd64", "version": "6.1.0.dfsg.1-5" }, "iproute2": { "arch": "amd64", "version": "4.3.0-1ubuntu3.16.04.5" }, "iptables": { "arch": "amd64", "version": "1.6.0-2ubuntu3" }, "iputils-ping": { "arch": "amd64", "version": "3:20121221-5ubuntu2" }, "iputils-tracepath": { "arch": "amd64", "version": "3:20121221-5ubuntu2" }, "irqbalance": { "arch": "amd64", "version": "1.1.0-2ubuntu1" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.3.3-5ubuntu12.10" }, "isc-dhcp-common": { "arch": "amd64", "version": "4.3.3-5ubuntu12.10" }, "iso-codes": { "arch": "all", "version": "3.65-1" }, "kbd": { "arch": "amd64", "version": "1.15.5-1ubuntu5" }, "keyboard-configuration": { "arch": "all", "version": "1.108ubuntu15.5" }, "klibc-utils": { "arch": "amd64", "version": "2.0.4-8ubuntu1.16.04.4" }, "kmod": { "arch": "amd64", "version": "22-1ubuntu5.2" }, "krb5-locales": { "arch": "all", "version": "1.13.2+dfsg-5ubuntu2.2" }, "language-selector-common": { "arch": "all", "version": "0.165.4" }, "less": { "arch": "amd64", "version": "481-2.1ubuntu0.2" }, "libaccountsservice0": { "arch": "amd64", "version": "0.6.40-2ubuntu11.6" }, "libacl1": { "arch": "amd64", "version": "2.2.52-3" }, "libapparmor-perl": { "arch": "amd64", "version": "2.10.95-0ubuntu2.11" }, "libapparmor1": { "arch": "amd64", "version": "2.10.95-0ubuntu2.11" }, "libapt-inst2.0": { "arch": "amd64", "version": "1.2.35" }, "libapt-pkg5.0": { "arch": "amd64", "version": "1.2.35" }, "libasn1-8-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "libasprintf0v5": { "arch": "amd64", "version": "0.19.7-2ubuntu3.1" }, "libatm1": { "arch": "amd64", "version": "1:2.5.1-1.5" }, "libattr1": { "arch": "amd64", "version": "1:2.4.47-2" }, "libaudit-common": { "arch": "all", "version": "1:2.4.5-1ubuntu2.1" }, "libaudit1": { "arch": "amd64", "version": "1:2.4.5-1ubuntu2.1" }, "libbind9-140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "libblkid1": { "arch": "amd64", "version": "2.27.1-6ubuntu3.10" }, "libbsd0": { "arch": "amd64", "version": "0.8.2-1ubuntu0.1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.6-8ubuntu0.2" }, "libc-bin": { "arch": "amd64", "version": "2.23-0ubuntu11.3" }, "libc6": { "arch": "amd64", "version": "2.23-0ubuntu11.3" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.7-1" }, "libcap2": { "arch": "amd64", "version": "1:2.24-12" }, "libcap2-bin": { "arch": "amd64", "version": "1:2.24-12" }, "libcomerr2": { "arch": "amd64", "version": "1.42.13-1ubuntu1.2" }, "libcryptsetup4": { "arch": "amd64", "version": "2:1.6.6-5ubuntu2.1" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.47.0-1ubuntu2.19" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28-11ubuntu0.2" }, "libdbus-1-3": { "arch": "amd64", "version": "1.10.6-1ubuntu3.6" }, "libdbus-glib-1-2": { "arch": "amd64", "version": "0.106-1" }, "libdebconfclient0": { "arch": "amd64", "version": "0.198ubuntu1" }, "libdevmapper-event1.02.1": { "arch": "amd64", "version": "2:1.02.110-1ubuntu10" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.110-1ubuntu10" }, "libdns-export162": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "libdns162": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "libdrm-common": { "arch": "all", "version": "2.4.91-2~16.04.1" }, "libdrm2": { "arch": "amd64", "version": "2.4.91-2~16.04.1" }, "libdumbnet1": { "arch": "amd64", "version": "1.12-7" }, "libeatmydata1": { "arch": "amd64", "version": "105-3" }, "libedit2": { "arch": "amd64", "version": "3.1-20150325-1ubuntu2" }, "libelf1": { "arch": "amd64", "version": "0.165-3ubuntu1.2" }, "liberror-perl": { "arch": "all", "version": "0.17-1.2" }, "libestr0": { "arch": "amd64", "version": "0.1.10-1" }, "libevent-2.0-5": { "arch": "amd64", "version": "2.0.21-stable-2ubuntu0.16.04.1" }, "libexpat1": { "arch": "amd64", "version": "2.1.0-7ubuntu0.16.04.5" }, "libfdisk1": { "arch": "amd64", "version": "2.27.1-6ubuntu3.10" }, "libffi6": { "arch": "amd64", "version": "3.2.1-4" }, "libfreetype6": { "arch": "amd64", "version": "2.6.1-0.1ubuntu2.5" }, "libfribidi0": { "arch": "amd64", "version": "0.19.7-1" }, "libfuse2": { "arch": "amd64", "version": "2.9.4-1ubuntu3.1" }, "libgcc1": { "arch": "amd64", "version": "1:6.0.1-0ubuntu1" }, "libgcrypt20": { "arch": "amd64", "version": "1.6.5-2ubuntu0.6" }, "libgdbm3": { "arch": "amd64", "version": "1.8.3-13.1" }, "libgeoip1": { "arch": "amd64", "version": "1.6.9-1" }, "libgirepository-1.0-1": { "arch": "amd64", "version": "1.46.0-3ubuntu1" }, "libglib2.0-0": { "arch": "amd64", "version": "2.48.2-0ubuntu4.8" }, "libglib2.0-data": { "arch": "all", "version": "2.48.2-0ubuntu4.8" }, "libgmp10": { "arch": "amd64", "version": "2:6.1.0+dfsg-2" }, "libgnutls-openssl27": { "arch": "amd64", "version": "3.4.10-4ubuntu1.9" }, "libgnutls30": { "arch": "amd64", "version": "3.4.10-4ubuntu1.9" }, "libgpg-error0": { "arch": "amd64", "version": "1.21-2ubuntu1" }, "libgpm2": { "arch": "amd64", "version": "1.20.4-6.1" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.13.2+dfsg-5ubuntu2.2" }, "libgssapi3-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "libhcrypto4-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "libheimbase1-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "libheimntlm0-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "libhogweed4": { "arch": "amd64", "version": "3.2-1ubuntu0.16.04.2" }, "libhx509-5-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "libicu55": { "arch": "amd64", "version": "55.1-7ubuntu0.5" }, "libidn11": { "arch": "amd64", "version": "1.32-3ubuntu1.2" }, "libisc-export160": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "libisc160": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "libisccc140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "libisccfg140": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "libjson-c2": { "arch": "amd64", "version": "0.11-4ubuntu2.6" }, "libk5crypto3": { "arch": "amd64", "version": "1.13.2+dfsg-5ubuntu2.2" }, "libkeyutils1": { "arch": "amd64", "version": "1.5.9-8ubuntu1" }, "libklibc": { "arch": "amd64", "version": "2.0.4-8ubuntu1.16.04.4" }, "libkmod2": { "arch": "amd64", "version": "22-1ubuntu5.2" }, "libkrb5-26-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "libkrb5-3": { "arch": "amd64", "version": "1.13.2+dfsg-5ubuntu2.2" }, "libkrb5support0": { "arch": "amd64", "version": "1.13.2+dfsg-5ubuntu2.2" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.42+dfsg-2ubuntu3.13" }, "liblocale-gettext-perl": { "arch": "amd64", "version": "1.07-1build1" }, "liblvm2app2.2": { "arch": "amd64", "version": "2.02.133-1ubuntu10" }, "liblvm2cmd2.02": { "arch": "amd64", "version": "2.02.133-1ubuntu10" }, "liblwres141": { "arch": "amd64", "version": "1:9.10.3.dfsg.P4-8ubuntu1.19" }, "liblxc1": { "arch": "amd64", "version": "2.0.11-0ubuntu1~16.04.3" }, "liblz4-1": { "arch": "amd64", "version": "0.0~r131-2ubuntu2" }, "liblzma5": { "arch": "amd64", "version": "5.1.1alpha+20120614-2ubuntu2" }, "liblzo2-2": { "arch": "amd64", "version": "2.08-1.2" }, "libmagic1": { "arch": "amd64", "version": "1:5.25-2ubuntu1.4" }, "libmnl0": { "arch": "amd64", "version": "1.0.3-5" }, "libmount1": { "arch": "amd64", "version": "2.27.1-6ubuntu3.10" }, "libmpdec2": { "arch": "amd64", "version": "2.4.2-1" }, "libmpfr4": { "arch": "amd64", "version": "3.1.4-1" }, "libmspack0": { "arch": "amd64", "version": "0.5-1ubuntu0.16.04.4" }, "libncurses5": { "arch": "amd64", "version": "6.0+20160213-1ubuntu1" }, "libncursesw5": { "arch": "amd64", "version": "6.0+20160213-1ubuntu1" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.5-1" }, "libnettle6": { "arch": "amd64", "version": "3.2-1ubuntu0.16.04.2" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.18-1ubuntu2" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3" }, "libnih1": { "arch": "amd64", "version": "1.0.3-4.3ubuntu1" }, "libnuma1": { "arch": "amd64", "version": "2.0.11-1ubuntu1.1" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.2-5~ubuntu16.04.2" }, "libpam-modules": { "arch": "amd64", "version": "1.1.8-3.2ubuntu2.3" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.1.8-3.2ubuntu2.3" }, "libpam-runtime": { "arch": "all", "version": "1.1.8-3.2ubuntu2.3" }, "libpam-systemd": { "arch": "amd64", "version": "229-4ubuntu21.31" }, "libpam0g": { "arch": "amd64", "version": "1.1.8-3.2ubuntu2.3" }, "libparted2": { "arch": "amd64", "version": "3.2-15ubuntu0.1" }, "libpcap0.8": { "arch": "amd64", "version": "1.7.4-2ubuntu0.1" }, "libpci3": { "arch": "amd64", "version": "1:3.3.1-1.1ubuntu1.3" }, "libpcre3": { "arch": "amd64", "version": "2:8.38-3.1" }, "libperl5.22": { "arch": "amd64", "version": "5.22.1-9ubuntu0.9" }, "libpipeline1": { "arch": "amd64", "version": "1.4.1-2" }, "libplymouth4": { "arch": "amd64", "version": "0.9.2-3ubuntu13.5" }, "libpng12-0": { "arch": "amd64", "version": "1.2.54-1ubuntu1.1" }, "libpolkit-agent-1-0": { "arch": "amd64", "version": "0.105-14.1ubuntu0.5" }, "libpolkit-backend-1-0": { "arch": "amd64", "version": "0.105-14.1ubuntu0.5" }, "libpolkit-gobject-1-0": { "arch": "amd64", "version": "0.105-14.1ubuntu0.5" }, "libpopt0": { "arch": "amd64", "version": "1.16-10" }, "libprocps4": { "arch": "amd64", "version": "2:3.3.10-4ubuntu2.5" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.5.1-3" }, "libpython3.5": { "arch": "amd64", "version": "3.5.2-2ubuntu0~16.04.13" }, "libpython3.5-minimal": { "arch": "amd64", "version": "3.5.2-2ubuntu0~16.04.13" }, "libpython3.5-stdlib": { "arch": "amd64", "version": "3.5.2-2ubuntu0~16.04.13" }, "libreadline5": { "arch": "amd64", "version": "5.2+dfsg-3build1" }, "libreadline6": { "arch": "amd64", "version": "6.3-8ubuntu2" }, "libroken18-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d-1ubuntu0.1" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.26.dfsg1-14ubuntu0.2" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.26.dfsg1-14ubuntu0.2" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.26.dfsg1-14ubuntu0.2" }, "libseccomp2": { "arch": "amd64", "version": "2.5.1-1ubuntu1~16.04.1" }, "libselinux1": { "arch": "amd64", "version": "2.4-3build2" }, "libsemanage-common": { "arch": "all", "version": "2.3-1build3" }, "libsemanage1": { "arch": "amd64", "version": "2.3-1build3" }, "libsepol1": { "arch": "amd64", "version": "2.4-2" }, "libsigsegv2": { "arch": "amd64", "version": "2.10-4" }, "libslang2": { "arch": "amd64", "version": "2.3.0-2ubuntu1.1" }, "libsmartcols1": { "arch": "amd64", "version": "2.27.1-6ubuntu3.10" }, "libsqlite3-0": { "arch": "amd64", "version": "3.11.0-1ubuntu1.5" }, "libss2": { "arch": "amd64", "version": "1.42.13-1ubuntu1.2" }, "libssl1.0.0": { "arch": "amd64", "version": "1.0.2g-1ubuntu4.20" }, "libstdc++6": { "arch": "amd64", "version": "5.4.0-6ubuntu1~16.04.12" }, "libsystemd0": { "arch": "amd64", "version": "229-4ubuntu21.31" }, "libtasn1-6": { "arch": "amd64", "version": "4.7-3ubuntu0.16.04.3" }, "libtext-charwidth-perl": { "arch": "amd64", "version": "0.04-7build5" }, "libtext-iconv-perl": { "arch": "amd64", "version": "1.7-5build4" }, "libtext-wrapi18n-perl": { "arch": "all", "version": "0.06-7.1" }, "libtinfo5": { "arch": "amd64", "version": "6.0+20160213-1ubuntu1" }, "libudev1": { "arch": "amd64", "version": "229-4ubuntu21.31" }, "libusb-0.1-4": { "arch": "amd64", "version": "2:0.1.12-28" }, "libusb-1.0-0": { "arch": "amd64", "version": "2:1.0.20-1" }, "libustr-1.0-1": { "arch": "amd64", "version": "1.0.4-5" }, "libutempter0": { "arch": "amd64", "version": "1.1.6-3" }, "libuuid1": { "arch": "amd64", "version": "2.27.1-6ubuntu3.10" }, "libwind0-heimdal": { "arch": "amd64", "version": "1.7~git20150920+dfsg-4ubuntu1.16.04.1" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-25" }, "libx11-6": { "arch": "amd64", "version": "2:1.6.3-1ubuntu2.2" }, "libx11-data": { "arch": "all", "version": "2:1.6.3-1ubuntu2.2" }, "libxau6": { "arch": "amd64", "version": "1:1.0.8-1" }, "libxcb1": { "arch": "amd64", "version": "1.11.1-1ubuntu1" }, "libxdmcp6": { "arch": "amd64", "version": "1:1.1.2-1.1" }, "libxext6": { "arch": "amd64", "version": "2:1.3.3-1" }, "libxml2": { "arch": "amd64", "version": "2.9.3+dfsg1-1ubuntu0.7" }, "libxmlsec1": { "arch": "amd64", "version": "1.2.20-2ubuntu4" }, "libxmlsec1-openssl": { "arch": "amd64", "version": "1.2.20-2ubuntu4" }, "libxmuu1": { "arch": "amd64", "version": "2:1.1.2-2" }, "libxslt1.1": { "arch": "amd64", "version": "1.1.28-2.1ubuntu0.3" }, "libxtables11": { "arch": "amd64", "version": "1.6.0-2ubuntu3" }, "libyaml-0-2": { "arch": "amd64", "version": "0.1.6-3" }, "libzstd1": { "arch": "amd64", "version": "1.3.1+dfsg-1~ubuntu0.16.04.1" }, "linux-aws": { "arch": "amd64", "version": "4.4.0.1128.133" }, "linux-aws-headers-4.4.0-1128": { "arch": "all", "version": "4.4.0-1128.142" }, "linux-base": { "arch": "all", "version": "4.5ubuntu1.2~16.04.1" }, "linux-headers-4.4.0-1128-aws": { "arch": "amd64", "version": "4.4.0-1128.142" }, "linux-headers-aws": { "arch": "amd64", "version": "4.4.0.1128.133" }, "linux-image-4.4.0-1128-aws": { "arch": "amd64", "version": "4.4.0-1128.142" }, "linux-image-aws": { "arch": "amd64", "version": "4.4.0.1128.133" }, "linux-modules-4.4.0-1128-aws": { "arch": "amd64", "version": "4.4.0-1128.142" }, "locales": { "arch": "all", "version": "2.23-0ubuntu11.3" }, "login": { "arch": "amd64", "version": "1:4.2-3.1ubuntu5.4" }, "logrotate": { "arch": "amd64", "version": "3.8.7-2ubuntu2.16.04.2" }, "lsb-base": { "arch": "all", "version": "9.20160110ubuntu0.2" }, "lsb-release": { "arch": "all", "version": "9.20160110ubuntu0.2" }, "lshw": { "arch": "amd64", "version": "02.17-1.1ubuntu3.6" }, "lsof": { "arch": "amd64", "version": "4.89+dfsg-0.1" }, "ltrace": { "arch": "amd64", "version": "0.7.3-5.1ubuntu4" }, "lvm2": { "arch": "amd64", "version": "2.02.133-1ubuntu10" }, "lxc-common": { "arch": "amd64", "version": "2.0.11-0ubuntu1~16.04.3" }, "lxcfs": { "arch": "amd64", "version": "2.0.8-0ubuntu1~16.04.2" }, "lxd": { "arch": "amd64", "version": "2.0.11-0ubuntu1~16.04.4" }, "lxd-client": { "arch": "amd64", "version": "2.0.11-0ubuntu1~16.04.4" }, "makedev": { "arch": "all", "version": "2.3.1-93ubuntu2~ubuntu16.04.1" }, "man-db": { "arch": "amd64", "version": "2.7.5-1" }, "manpages": { "arch": "all", "version": "4.04-2" }, "mawk": { "arch": "amd64", "version": "1.3.3-17ubuntu2" }, "mdadm": { "arch": "amd64", "version": "3.3-2ubuntu7.6" }, "mime-support": { "arch": "all", "version": "3.59ubuntu1" }, "mlocate": { "arch": "amd64", "version": "0.26-1ubuntu2" }, "motd-news-config": { "arch": "all", "version": "9.4ubuntu4.13" }, "mount": { "arch": "amd64", "version": "2.27.1-6ubuntu3.10" }, "mtr-tiny": { "arch": "amd64", "version": "0.86-1ubuntu0.1" }, "multiarch-support": { "arch": "amd64", "version": "2.23-0ubuntu11.3" }, "nano": { "arch": "amd64", "version": "2.5.3-2ubuntu2" }, "ncurses-base": { "arch": "all", "version": "6.0+20160213-1ubuntu1" }, "ncurses-bin": { "arch": "amd64", "version": "6.0+20160213-1ubuntu1" }, "ncurses-term": { "arch": "all", "version": "6.0+20160213-1ubuntu1" }, "net-tools": { "arch": "amd64", "version": "1.60-26ubuntu1" }, "netbase": { "arch": "all", "version": "5.3" }, "netcat-openbsd": { "arch": "amd64", "version": "1.105-7ubuntu1" }, "ntfs-3g": { "arch": "amd64", "version": "1:2015.3.14AR.1-1ubuntu0.3" }, "open-iscsi": { "arch": "amd64", "version": "2.0.873+git0.3b4b4500-14ubuntu3.7" }, "open-vm-tools": { "arch": "amd64", "version": "2:10.2.0-3~ubuntu0.16.04.1" }, "openssh-client": { "arch": "amd64", "version": "1:7.2p2-4ubuntu2.10" }, "openssh-server": { "arch": "amd64", "version": "1:7.2p2-4ubuntu2.10" }, "openssh-sftp-server": { "arch": "amd64", "version": "1:7.2p2-4ubuntu2.10" }, "openssl": { "arch": "amd64", "version": "1.0.2g-1ubuntu4.20" }, "os-prober": { "arch": "amd64", "version": "1.70ubuntu3.3" }, "overlayroot": { "arch": "all", "version": "0.27ubuntu1.6" }, "parted": { "arch": "amd64", "version": "3.2-15ubuntu0.1" }, "passwd": { "arch": "amd64", "version": "1:4.2-3.1ubuntu5.4" }, "pastebinit": { "arch": "all", "version": "1.5-1" }, "patch": { "arch": "amd64", "version": "2.7.5-1ubuntu0.16.04.2" }, "pciutils": { "arch": "amd64", "version": "1:3.3.1-1.1ubuntu1.3" }, "perl": { "arch": "amd64", "version": "5.22.1-9ubuntu0.9" }, "perl-base": { "arch": "amd64", "version": "5.22.1-9ubuntu0.9" }, "perl-modules-5.22": { "arch": "all", "version": "5.22.1-9ubuntu0.9" }, "plymouth": { "arch": "amd64", "version": "0.9.2-3ubuntu13.5" }, "plymouth-theme-ubuntu-text": { "arch": "amd64", "version": "0.9.2-3ubuntu13.5" }, "policykit-1": { "arch": "amd64", "version": "0.105-14.1ubuntu0.5" }, "pollinate": { "arch": "all", "version": "4.33-0ubuntu1~16.04.1" }, "popularity-contest": { "arch": "all", "version": "1.64ubuntu2" }, "powermgmt-base": { "arch": "all", "version": "1.31+nmu1" }, "procps": { "arch": "amd64", "version": "2:3.3.10-4ubuntu2.5" }, "psmisc": { "arch": "amd64", "version": "22.21-2.1ubuntu0.1" }, "python-apt-common": { "arch": "all", "version": "1.1.0~beta1ubuntu0.16.04.12" }, "python3": { "arch": "amd64", "version": "3.5.1-3" }, "python3-apport": { "arch": "all", "version": "2.20.1-0ubuntu2.30" }, "python3-apt": { "arch": "amd64", "version": "1.1.0~beta1ubuntu0.16.04.12" }, "python3-blinker": { "arch": "all", "version": "1.3.dfsg2-1build1" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.5.2-1ubuntu1" }, "python3-chardet": { "arch": "all", "version": "2.3.0-2" }, "python3-commandnotfound": { "arch": "all", "version": "0.3ubuntu16.04.2" }, "python3-configobj": { "arch": "all", "version": "5.0.6-2" }, "python3-cryptography": { "arch": "amd64", "version": "1.2.3-1ubuntu0.3" }, "python3-dbus": { "arch": "amd64", "version": "1.2.0-3" }, "python3-debian": { "arch": "all", "version": "0.1.27ubuntu2" }, "python3-distro-info": { "arch": "all", "version": "0.14ubuntu0.2" }, "python3-distupgrade": { "arch": "all", "version": "1:16.04.32" }, "python3-gdbm": { "arch": "amd64", "version": "3.5.1-1" }, "python3-gi": { "arch": "amd64", "version": "3.20.0-0ubuntu1" }, "python3-idna": { "arch": "all", "version": "2.0-3" }, "python3-jinja2": { "arch": "all", "version": "2.8-1ubuntu0.1" }, "python3-json-pointer": { "arch": "all", "version": "1.9-3" }, "python3-jsonpatch": { "arch": "all", "version": "1.19-3" }, "python3-jwt": { "arch": "all", "version": "1.3.0-1ubuntu0.1" }, "python3-markupsafe": { "arch": "amd64", "version": "0.23-2build2" }, "python3-minimal": { "arch": "amd64", "version": "3.5.1-3" }, "python3-newt": { "arch": "amd64", "version": "0.52.18-1ubuntu2" }, "python3-oauthlib": { "arch": "all", "version": "1.0.3-1" }, "python3-pkg-resources": { "arch": "all", "version": "20.7.0-1" }, "python3-prettytable": { "arch": "all", "version": "0.7.2-3" }, "python3-problem-report": { "arch": "all", "version": "2.20.1-0ubuntu2.30" }, "python3-pyasn1": { "arch": "all", "version": "0.1.9-1" }, "python3-pycurl": { "arch": "amd64", "version": "7.43.0-1ubuntu1" }, "python3-requests": { "arch": "all", "version": "2.9.1-3ubuntu0.1" }, "python3-serial": { "arch": "all", "version": "3.0.1-1" }, "python3-six": { "arch": "all", "version": "1.10.0-3" }, "python3-software-properties": { "arch": "all", "version": "0.96.20.10" }, "python3-systemd": { "arch": "amd64", "version": "231-2build1" }, "python3-update-manager": { "arch": "all", "version": "1:16.04.17" }, "python3-urllib3": { "arch": "all", "version": "1.13.1-2ubuntu0.16.04.4" }, "python3-yaml": { "arch": "amd64", "version": "3.11-3build1" }, "python3.5": { "arch": "amd64", "version": "3.5.2-2ubuntu0~16.04.13" }, "python3.5-minimal": { "arch": "amd64", "version": "3.5.2-2ubuntu0~16.04.13" }, "readline-common": { "arch": "all", "version": "6.3-8ubuntu2" }, "rename": { "arch": "all", "version": "0.20-4" }, "resolvconf": { "arch": "all", "version": "1.78ubuntu7" }, "rsync": { "arch": "amd64", "version": "3.1.1-3ubuntu1.3" }, "rsyslog": { "arch": "amd64", "version": "8.16.0-1ubuntu3.1" }, "run-one": { "arch": "all", "version": "1.17-0ubuntu1" }, "screen": { "arch": "amd64", "version": "4.3.1-2ubuntu0.1" }, "sed": { "arch": "amd64", "version": "4.2.2-7" }, "sensible-utils": { "arch": "all", "version": "0.0.9ubuntu0.16.04.1" }, "sgml-base": { "arch": "all", "version": "1.26+nmu4ubuntu1" }, "shared-mime-info": { "arch": "amd64", "version": "1.5-2ubuntu0.2" }, "snapd": { "arch": "amd64", "version": "2.48.3" }, "software-properties-common": { "arch": "all", "version": "0.96.20.10" }, "sosreport": { "arch": "amd64", "version": "3.9.1-1ubuntu0.16.04.2" }, "squashfs-tools": { "arch": "amd64", "version": "1:4.3-3ubuntu2.16.04.3" }, "ssh-import-id": { "arch": "all", "version": "5.5-0ubuntu1" }, "strace": { "arch": "amd64", "version": "4.11-1ubuntu3" }, "sudo": { "arch": "amd64", "version": "1.8.16-0ubuntu1.10" }, "systemd": { "arch": "amd64", "version": "229-4ubuntu21.31" }, "systemd-sysv": { "arch": "amd64", "version": "229-4ubuntu21.31" }, "sysv-rc": { "arch": "all", "version": "2.88dsf-59.3ubuntu2" }, "sysvinit-utils": { "arch": "amd64", "version": "2.88dsf-59.3ubuntu2" }, "tar": { "arch": "amd64", "version": "1.28-2.1ubuntu0.2" }, "tcpd": { "arch": "amd64", "version": "7.6.q-25" }, "tcpdump": { "arch": "amd64", "version": "4.9.3-0ubuntu0.16.04.1" }, "telnet": { "arch": "amd64", "version": "0.17-40" }, "time": { "arch": "amd64", "version": "1.7-25.1" }, "tmux": { "arch": "amd64", "version": "2.1-3build1" }, "tzdata": { "arch": "all", "version": "2021a-0ubuntu0.16.04" }, "ubuntu-advantage-tools": { "arch": "amd64", "version": "27.2.2~16.04.1" }, "ubuntu-cloudimage-keyring": { "arch": "all", "version": "2013.11.11" }, "ubuntu-core-launcher": { "arch": "amd64", "version": "2.48.3" }, "ubuntu-keyring": { "arch": "all", "version": "2012.05.19.1" }, "ubuntu-minimal": { "arch": "amd64", "version": "1.361.6" }, "ubuntu-release-upgrader-core": { "arch": "all", "version": "1:16.04.32" }, "ubuntu-server": { "arch": "amd64", "version": "1.361.6" }, "ubuntu-standard": { "arch": "amd64", "version": "1.361.6" }, "ucf": { "arch": "all", "version": "3.0036" }, "udev": { "arch": "amd64", "version": "229-4ubuntu21.31" }, "ufw": { "arch": "all", "version": "0.35-0ubuntu2" }, "uidmap": { "arch": "amd64", "version": "1:4.2-3.1ubuntu5.4" }, "unattended-upgrades": { "arch": "all", "version": "1.1ubuntu1.18.04.7~16.04.7" }, "update-manager-core": { "arch": "all", "version": "1:16.04.17" }, "update-notifier-common": { "arch": "all", "version": "3.168.15" }, "ureadahead": { "arch": "amd64", "version": "0.100.0-19.1" }, "usbutils": { "arch": "amd64", "version": "1:007-4" }, "util-linux": { "arch": "amd64", "version": "2.27.1-6ubuntu3.10" }, "uuid-runtime": { "arch": "amd64", "version": "2.27.1-6ubuntu3.10" }, "vim": { "arch": "amd64", "version": "2:7.4.1689-3ubuntu1.5" }, "vim-common": { "arch": "amd64", "version": "2:7.4.1689-3ubuntu1.5" }, "vim-runtime": { "arch": "all", "version": "2:7.4.1689-3ubuntu1.5" }, "vim-tiny": { "arch": "amd64", "version": "2:7.4.1689-3ubuntu1.5" }, "vlan": { "arch": "amd64", "version": "1.9-3.2ubuntu1.16.04.5" }, "wget": { "arch": "amd64", "version": "1.17.1-1ubuntu1.5" }, "whiptail": { "arch": "amd64", "version": "0.52.18-1ubuntu2" }, "xauth": { "arch": "amd64", "version": "1:1.0.9-1ubuntu2" }, "xdg-user-dirs": { "arch": "amd64", "version": "0.15-2ubuntu6.16.04.1" }, "xfsprogs": { "arch": "amd64", "version": "4.3.0+nmu1ubuntu1.1" }, "xkb-data": { "arch": "all", "version": "2.16-1ubuntu1" }, "xml-core": { "arch": "all", "version": "0.13+nmu2" }, "xz-utils": { "arch": "amd64", "version": "5.1.1alpha+20120614-2ubuntu2" }, "zerofree": { "arch": "amd64", "version": "1.0.3-1" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.8.dfsg-2ubuntu4.3" } }, "platform": "ubuntu", "platform_family": "debian", "platform_version": "16.04", "root_group": "root", "shard_seed": 83353147, "shells": [ "/bin/sh", "/bin/dash", "/bin/bash", "/bin/rbash", "/usr/bin/tmux", "/usr/bin/screen" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/ubuntu/18.04.json000066400000000000000000002630171417433310300222510ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "66440" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "113536" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "51152" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216", "state": "Connected" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.11", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.11.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.11", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.11.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Contained Elements": "0", "Height": "Unspecified", "Lock": "Not Present", "Manufacturer": "Xen", "Number Of Power Cords": "Unspecified", "OEM Information": "0x00000000", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "contained_elements": "0", "height": "Unspecified", "lock": "Not Present", "manufacturer": "Xen", "number_of_power_cords": "Unspecified", "oem_information": "0x00000000", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.1", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Asset Tag": "Not Specified", "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 8B 17", "L1 Cache Handle": "Not Provided", "L2 Cache Handle": "Not Provided", "L3 Cache Handle": "Not Provided", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Part Number": "Not Specified", "Serial Number": "Not Specified", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "asset_tag": "Not Specified", "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 8B 17", "l1_cache_handle": "Not Provided", "l2_cache_handle": "Not Provided", "l3_cache_handle": "Not Provided", "manufacturer": "Intel", "max_speed": "2400 MHz", "part_number": "Not Specified", "serial_number": "Not Specified", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "378" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec2a53a8-49f1-2c85-48b7-2aecc91c063b", "UUID": "EC2A53A8-49F1-2C85-48B7-2AECC91C063B", "Version": "4.11.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec2a53a8-49f1-2c85-48b7-2aecc91c063b", "sku_number": "Not Specified", "uuid": "EC2A53A8-49F1-2C85-48B7-2AECC91C063B", "version": "4.11.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/loop0": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "479", "kb_available": "0", "kb_size": "33280", "kb_used": "33280", "mounts": [ "/snap/snapd/13640" ], "percent_used": "100%", "total_inodes": "479" }, "/dev/loop1": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mounts": [ "/snap/core18/2128" ], "percent_used": "100%", "total_inodes": "10803" }, "/dev/loop2": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mounts": [ "/snap/amazon-ssm-agent/4046" ], "percent_used": "100%", "total_inodes": "16" }, "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "inodes_available": "948599", "inodes_percent_used": "8%", "inodes_used": "75401", "kb_available": "6714720", "kb_size": "8065444", "kb_used": "1334340", "label": "cloudimg-rootfs", "mount_options": [ "rw", "relatime", "discard" ], "mounts": [ "/" ], "percent_used": "17%", "total_inodes": "1024000", "uuid": "eb42bf25-0a5d-4874-b3b0-d0946dc10e5c" }, "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/amazon-ssm-agent/4046" ] }, "/var/lib/snapd/snaps/core18_2128.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/core18/2128" ] }, "/var/lib/snapd/snaps/snapd_13640.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/snapd/13640" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ], "mounts": [ "/sys/fs/cgroup/unified", "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/freezer" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "fusectl": { "fs_type": "fusectl", "mount_options": [ "rw", "relatime" ], "mounts": [ "/sys/fs/fuse/connections" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "lxcfs": { "fs_type": "fuse.lxcfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=0", "group_id=0", "allow_other" ], "mounts": [ "/var/lib/lxcfs" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=14029" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "125248", "inodes_percent_used": "1%", "inodes_used": "11", "kb_available": "100204", "kb_size": "100204", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100204k", "mode=700", "uid=1000", "gid=1000" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/sys/fs/cgroup", "/run/user/1000" ], "percent_used": "0%", "total_inodes": "125259" }, "udev": { "fs_type": "devtmpfs", "inodes_available": "121293", "inodes_percent_used": "1%", "inodes_used": "308", "kb_available": "486404", "kb_size": "486404", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=486404k", "nr_inodes=121601", "mode=755" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "121601" } }, "by_mountpoint": { "/": { "devices": [ "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "948599", "inodes_percent_used": "8%", "inodes_used": "75401", "kb_available": "6714720", "kb_size": "8065444", "kb_used": "1334340", "label": "cloudimg-rootfs", "mount_options": [ "rw", "relatime", "discard" ], "percent_used": "17%", "total_inodes": "1024000", "uuid": "eb42bf25-0a5d-4874-b3b0-d0946dc10e5c" }, "/dev": { "devices": [ "udev" ], "fs_type": "devtmpfs", "inodes_available": "121293", "inodes_percent_used": "1%", "inodes_used": "308", "kb_available": "486404", "kb_size": "486404", "kb_used": "0", "mount_options": [ "rw", "nosuid", "relatime", "size=486404k", "nr_inodes=121601", "mode=755" ], "percent_used": "0%", "total_inodes": "121601" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125258", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "501036", "kb_size": "501036", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "125259" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=14029" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124791", "inodes_percent_used": "1%", "inodes_used": "468", "kb_available": "99436", "kb_size": "100208", "kb_used": "772", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=100208k", "mode=755" ], "percent_used": "1%", "total_inodes": "125259" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125256", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "125259" }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125248", "inodes_percent_used": "1%", "inodes_used": "11", "kb_available": "100204", "kb_size": "100204", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100204k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "125259" }, "/snap/amazon-ssm-agent/4046": { "devices": [ "/dev/loop2", "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "percent_used": "100%", "total_inodes": "16" }, "/snap/core18/2128": { "devices": [ "/dev/loop1", "/var/lib/snapd/snaps/core18_2128.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "percent_used": "100%", "total_inodes": "10803" }, "/snap/snapd/13640": { "devices": [ "/dev/loop0", "/var/lib/snapd/snaps/snapd_13640.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "479", "kb_available": "0", "kb_size": "33280", "kb_used": "33280", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "percent_used": "100%", "total_inodes": "479" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "125241", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "501036", "kb_size": "501036", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "125259" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "/sys/fs/cgroup/unified": { "devices": [ "cgroup" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/fuse/connections": { "devices": [ "fusectl" ], "fs_type": "fusectl", "mount_options": [ "rw", "relatime" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/lxcfs": { "devices": [ "lxcfs" ], "fs_type": "fuse.lxcfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=0", "group_id=0", "allow_other" ] } }, "by_pair": { "/dev/loop0,/snap/snapd/13640": { "device": "/dev/loop0", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "479", "kb_available": "0", "kb_size": "33280", "kb_used": "33280", "mount": "/snap/snapd/13640", "percent_used": "100%", "total_inodes": "479" }, "/dev/loop1,/snap/core18/2128": { "device": "/dev/loop1", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mount": "/snap/core18/2128", "percent_used": "100%", "total_inodes": "10803" }, "/dev/loop2,/snap/amazon-ssm-agent/4046": { "device": "/dev/loop2", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mount": "/snap/amazon-ssm-agent/4046", "percent_used": "100%", "total_inodes": "16" }, "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "inodes_available": "948599", "inodes_percent_used": "8%", "inodes_used": "75401", "kb_available": "6714720", "kb_size": "8065444", "kb_used": "1334340", "label": "cloudimg-rootfs", "mount": "/", "mount_options": [ "rw", "relatime", "discard" ], "percent_used": "17%", "total_inodes": "1024000", "uuid": "eb42bf25-0a5d-4874-b3b0-d0946dc10e5c" }, "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap,/snap/amazon-ssm-agent/4046": { "device": "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap", "fs_type": "squashfs", "mount": "/snap/amazon-ssm-agent/4046", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/core18_2128.snap,/snap/core18/2128": { "device": "/var/lib/snapd/snaps/core18_2128.snap", "fs_type": "squashfs", "mount": "/snap/core18/2128", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/snapd_13640.snap,/snap/snapd/13640": { "device": "/var/lib/snapd/snaps/snapd_13640.snap", "fs_type": "squashfs", "mount": "/snap/snapd/13640", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "cgroup,/sys/fs/cgroup/unified": { "device": "cgroup", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup/unified", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "fusectl,/sys/fs/fuse/connections": { "device": "fusectl", "fs_type": "fusectl", "mount": "/sys/fs/fuse/connections", "mount_options": [ "rw", "relatime" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "lxcfs,/var/lib/lxcfs": { "device": "lxcfs", "fs_type": "fuse.lxcfs", "mount": "/var/lib/lxcfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "user_id=0", "group_id=0", "allow_other" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "relatime" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=32", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=14029" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125258", "inodes_percent_used": "1%", "inodes_used": "1", "kb_available": "501036", "kb_size": "501036", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev" ], "percent_used": "0%", "total_inodes": "125259" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124791", "inodes_percent_used": "1%", "inodes_used": "468", "kb_available": "99436", "kb_size": "100208", "kb_used": "772", "mount": "/run", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=100208k", "mode=755" ], "percent_used": "1%", "total_inodes": "125259" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125256", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "percent_used": "0%", "total_inodes": "125259" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125248", "inodes_percent_used": "1%", "inodes_used": "11", "kb_available": "100204", "kb_size": "100204", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100204k", "mode=700", "uid=1000", "gid=1000" ], "percent_used": "0%", "total_inodes": "125259" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "125241", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "501036", "kb_size": "501036", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "percent_used": "0%", "total_inodes": "125259" }, "udev,/dev": { "device": "udev", "fs_type": "devtmpfs", "inodes_available": "121293", "inodes_percent_used": "1%", "inodes_used": "308", "kb_available": "486404", "kb_size": "486404", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "nosuid", "relatime", "size=486404k", "nr_inodes=121601", "mode=755" ], "percent_used": "0%", "total_inodes": "121601" } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aesni_intel": { "refcount": "0", "size": "372736" }, "async_memcpy": { "refcount": "2", "size": "20480" }, "async_pq": { "refcount": "2", "size": "24576" }, "async_raid6_recov": { "refcount": "1", "size": "24576" }, "async_tx": { "refcount": "5", "size": "20480" }, "async_xor": { "refcount": "3", "size": "20480" }, "autofs4": { "refcount": "2", "size": "45056" }, "btrfs": { "refcount": "0", "size": "1241088" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "cryptd": { "refcount": "2", "size": "24576" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "ib_cm": { "refcount": "1", "size": "57344" }, "ib_core": { "refcount": "4", "size": "311296" }, "ib_iser": { "refcount": "0", "size": "49152" }, "ip_tables": { "refcount": "0", "size": "32768" }, "iscsi_tcp": { "refcount": "0", "size": "24576" }, "iw_cm": { "refcount": "1", "size": "49152" }, "libcrc32c": { "refcount": "2", "size": "16384" }, "libiscsi": { "refcount": "3", "size": "57344" }, "libiscsi_tcp": { "refcount": "1", "size": "28672" }, "linear": { "refcount": "0", "size": "20480" }, "multipath": { "refcount": "0", "size": "20480" }, "raid0": { "refcount": "0", "size": "24576" }, "raid1": { "refcount": "0", "size": "45056" }, "raid10": { "refcount": "0", "size": "57344" }, "raid456": { "refcount": "0", "size": "155648" }, "raid6_pq": { "refcount": "4", "size": "114688" }, "rdma_cm": { "refcount": "1", "size": "61440" }, "sch_fq_codel": { "refcount": "2", "size": "20480" }, "scsi_transport_iscsi": { "refcount": "4", "size": "110592", "version": "2.0-870" }, "serio_raw": { "refcount": "0", "size": "20480" }, "x_tables": { "refcount": "1", "size": "45056" }, "xen_netfront": { "refcount": "0", "size": "32768" }, "xor": { "refcount": "2", "size": "24576" }, "zstd_compress": { "refcount": "1", "size": "163840" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "5.4.0-1058-aws", "version": "#61~18.04.3-Ubuntu SMP Fri Oct 1 14:04:01 UTC 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { "codename": "bionic", "description": "Ubuntu 18.04.6 LTS", "id": "Ubuntu", "release": "18.04" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635803521.950929, "os": "linux", "os_version": "5.4.0-1058-aws", "packages": { "accountsservice": { "arch": "amd64", "version": "0.6.45-1ubuntu1.3" }, "acl": { "arch": "amd64", "version": "2.2.52-3build1" }, "acpid": { "arch": "amd64", "version": "1:2.0.28-1ubuntu1" }, "adduser": { "arch": "all", "version": "3.116ubuntu1" }, "apparmor": { "arch": "amd64", "version": "2.12-4ubuntu5.1" }, "apport": { "arch": "all", "version": "2.20.9-0ubuntu7.27" }, "apport-symptoms": { "arch": "all", "version": "0.20" }, "apt": { "arch": "amd64", "version": "1.6.14" }, "apt-utils": { "arch": "amd64", "version": "1.6.14" }, "at": { "arch": "amd64", "version": "3.1.20-3.1ubuntu2" }, "base-files": { "arch": "amd64", "version": "10.1ubuntu2.11" }, "base-passwd": { "arch": "amd64", "version": "3.5.44" }, "bash": { "arch": "amd64", "version": "4.4.18-2ubuntu1.2" }, "bash-completion": { "arch": "all", "version": "1:2.8-1ubuntu1" }, "bc": { "arch": "amd64", "version": "1.07.1-2" }, "bcache-tools": { "arch": "amd64", "version": "1.0.8-2ubuntu0.18.04.1" }, "bind9-host": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "bsdmainutils": { "arch": "amd64", "version": "11.1.2ubuntu1" }, "bsdutils": { "arch": "amd64", "version": "1:2.31.1-0.4ubuntu3.7" }, "btrfs-progs": { "arch": "amd64", "version": "4.15.1-1build1" }, "btrfs-tools": { "arch": "amd64", "version": "4.15.1-1build1" }, "busybox-initramfs": { "arch": "amd64", "version": "1:1.27.2-2ubuntu3.3" }, "busybox-static": { "arch": "amd64", "version": "1:1.27.2-2ubuntu3.3" }, "byobu": { "arch": "all", "version": "5.125-0ubuntu1" }, "bzip2": { "arch": "amd64", "version": "1.0.6-8.1ubuntu0.2" }, "ca-certificates": { "arch": "all", "version": "20210119~18.04.2" }, "chef": { "arch": "amd64", "version": "17.7.29-1" }, "cloud-guest-utils": { "arch": "all", "version": "0.30-0ubuntu5" }, "cloud-init": { "arch": "all", "version": "21.3-1-g6803368d-0ubuntu1~18.04.4" }, "cloud-initramfs-copymods": { "arch": "all", "version": "0.40ubuntu1.1" }, "cloud-initramfs-dyn-netconf": { "arch": "all", "version": "0.40ubuntu1.1" }, "command-not-found": { "arch": "all", "version": "18.04.5" }, "command-not-found-data": { "arch": "amd64", "version": "18.04.5" }, "console-setup": { "arch": "all", "version": "1.178ubuntu2.9" }, "console-setup-linux": { "arch": "all", "version": "1.178ubuntu2.9" }, "coreutils": { "arch": "amd64", "version": "8.28-1ubuntu1" }, "cpio": { "arch": "amd64", "version": "2.12+dfsg-6ubuntu0.18.04.4" }, "cron": { "arch": "amd64", "version": "3.0pl1-128.1ubuntu1" }, "cryptsetup": { "arch": "amd64", "version": "2:2.0.2-1ubuntu1.2" }, "cryptsetup-bin": { "arch": "amd64", "version": "2:2.0.2-1ubuntu1.2" }, "curl": { "arch": "amd64", "version": "7.58.0-2ubuntu3.16" }, "dash": { "arch": "amd64", "version": "0.5.8-2.10" }, "dbus": { "arch": "amd64", "version": "1.12.2-1ubuntu1.2" }, "debconf": { "arch": "all", "version": "1.5.66ubuntu1" }, "debconf-i18n": { "arch": "all", "version": "1.5.66ubuntu1" }, "debianutils": { "arch": "amd64", "version": "4.8.4" }, "diffutils": { "arch": "amd64", "version": "1:3.6-1" }, "dirmngr": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "distro-info": { "arch": "amd64", "version": "0.18ubuntu0.18.04.1" }, "distro-info-data": { "arch": "all", "version": "0.37ubuntu0.13" }, "dmeventd": { "arch": "amd64", "version": "2:1.02.145-4.1ubuntu3.18.04.3" }, "dmidecode": { "arch": "amd64", "version": "3.1-1ubuntu0.1" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.145-4.1ubuntu3.18.04.3" }, "dns-root-data": { "arch": "all", "version": "2018013001" }, "dnsmasq-base": { "arch": "amd64", "version": "2.79-1ubuntu0.5" }, "dnsutils": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "dosfstools": { "arch": "amd64", "version": "4.1-1" }, "dpkg": { "arch": "amd64", "version": "1.19.0.5ubuntu2.3" }, "e2fsprogs": { "arch": "amd64", "version": "1.44.1-1ubuntu1.3" }, "eatmydata": { "arch": "all", "version": "105-6" }, "ebtables": { "arch": "amd64", "version": "2.0.10.4-3.5ubuntu2.18.04.3" }, "ec2-hibinit-agent": { "arch": "all", "version": "1.0.0-0ubuntu4~18.04.5" }, "ed": { "arch": "amd64", "version": "1.10-2.1" }, "eject": { "arch": "amd64", "version": "2.1.5+deb1+cvs20081104-13.2" }, "ethtool": { "arch": "amd64", "version": "1:4.15-0ubuntu1" }, "fdisk": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "file": { "arch": "amd64", "version": "1:5.32-2ubuntu0.4" }, "findutils": { "arch": "amd64", "version": "4.6.0+git+20170828-2" }, "fonts-ubuntu-console": { "arch": "all", "version": "0.83-2" }, "friendly-recovery": { "arch": "all", "version": "0.2.38ubuntu1.2" }, "ftp": { "arch": "amd64", "version": "0.17-34" }, "fuse": { "arch": "amd64", "version": "2.9.7-1ubuntu1" }, "gawk": { "arch": "amd64", "version": "1:4.1.4+dfsg-1build1" }, "gcc-8-base": { "arch": "amd64", "version": "8.4.0-1ubuntu1~18.04" }, "gdisk": { "arch": "amd64", "version": "1.0.3-1" }, "geoip-database": { "arch": "all", "version": "20180315-1" }, "gettext-base": { "arch": "amd64", "version": "0.19.8.1-6ubuntu0.3" }, "gir1.2-glib-2.0": { "arch": "amd64", "version": "1.56.1-1" }, "git": { "arch": "amd64", "version": "1:2.17.1-1ubuntu0.9" }, "git-man": { "arch": "all", "version": "1:2.17.1-1ubuntu0.9" }, "gnupg": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "gnupg-l10n": { "arch": "all", "version": "2.2.4-1ubuntu1.4" }, "gnupg-utils": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "gpg": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "gpg-agent": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "gpg-wks-client": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "gpg-wks-server": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "gpgconf": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "gpgsm": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "gpgv": { "arch": "amd64", "version": "2.2.4-1ubuntu1.4" }, "grep": { "arch": "amd64", "version": "3.1-2build1" }, "groff-base": { "arch": "amd64", "version": "1.22.3-10" }, "grub-common": { "arch": "amd64", "version": "2.02-2ubuntu8.23" }, "grub-gfxpayload-lists": { "arch": "amd64", "version": "0.7" }, "grub-pc": { "arch": "amd64", "version": "2.02-2ubuntu8.23" }, "grub-pc-bin": { "arch": "amd64", "version": "2.02-2ubuntu8.23" }, "grub2-common": { "arch": "amd64", "version": "2.02-2ubuntu8.23" }, "gzip": { "arch": "amd64", "version": "1.6-5ubuntu1.1" }, "hdparm": { "arch": "amd64", "version": "9.54+ds-1" }, "hibagent": { "arch": "all", "version": "1.0.1-0ubuntu1" }, "hostname": { "arch": "amd64", "version": "3.20" }, "htop": { "arch": "amd64", "version": "2.1.0-3" }, "info": { "arch": "amd64", "version": "6.5.0.dfsg.1-2" }, "init": { "arch": "amd64", "version": "1.51" }, "init-system-helpers": { "arch": "all", "version": "1.51" }, "initramfs-tools": { "arch": "all", "version": "0.130ubuntu3.13" }, "initramfs-tools-bin": { "arch": "amd64", "version": "0.130ubuntu3.13" }, "initramfs-tools-core": { "arch": "all", "version": "0.130ubuntu3.13" }, "install-info": { "arch": "amd64", "version": "6.5.0.dfsg.1-2" }, "iproute2": { "arch": "amd64", "version": "4.15.0-2ubuntu1.3" }, "iptables": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "iputils-ping": { "arch": "amd64", "version": "3:20161105-1ubuntu3" }, "iputils-tracepath": { "arch": "amd64", "version": "3:20161105-1ubuntu3" }, "irqbalance": { "arch": "amd64", "version": "1.3.0-0.1ubuntu0.18.04.1" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.3.5-3ubuntu7.3" }, "isc-dhcp-common": { "arch": "amd64", "version": "4.3.5-3ubuntu7.3" }, "iso-codes": { "arch": "all", "version": "3.79-1" }, "kbd": { "arch": "amd64", "version": "2.0.4-2ubuntu1" }, "keyboard-configuration": { "arch": "all", "version": "1.178ubuntu2.9" }, "klibc-utils": { "arch": "amd64", "version": "2.0.4-9ubuntu2" }, "kmod": { "arch": "amd64", "version": "24-1ubuntu3.5" }, "krb5-locales": { "arch": "all", "version": "1.16-2ubuntu0.2" }, "landscape-common": { "arch": "amd64", "version": "18.01-0ubuntu3.5" }, "language-selector-common": { "arch": "all", "version": "0.188.3" }, "less": { "arch": "amd64", "version": "487-0.1" }, "libaccountsservice0": { "arch": "amd64", "version": "0.6.45-1ubuntu1.3" }, "libacl1": { "arch": "amd64", "version": "2.2.52-3build1" }, "libapparmor1": { "arch": "amd64", "version": "2.12-4ubuntu5.1" }, "libapt-inst2.0": { "arch": "amd64", "version": "1.6.14" }, "libapt-pkg5.0": { "arch": "amd64", "version": "1.6.14" }, "libargon2-0": { "arch": "amd64", "version": "0~20161029-1.1" }, "libasn1-8-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libassuan0": { "arch": "amd64", "version": "2.5.1-2" }, "libatm1": { "arch": "amd64", "version": "1:2.5.1-2build1" }, "libattr1": { "arch": "amd64", "version": "1:2.4.47-2build1" }, "libaudit-common": { "arch": "all", "version": "1:2.8.2-1ubuntu1.1" }, "libaudit1": { "arch": "amd64", "version": "1:2.8.2-1ubuntu1.1" }, "libbind9-160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "libblkid1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "libbsd0": { "arch": "amd64", "version": "0.8.7-1ubuntu0.1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.6-8.1ubuntu0.2" }, "libc-bin": { "arch": "amd64", "version": "2.27-3ubuntu1.4" }, "libc6": { "arch": "amd64", "version": "2.27-3ubuntu1.4" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.7-3.1" }, "libcap2": { "arch": "amd64", "version": "1:2.25-1.2" }, "libcap2-bin": { "arch": "amd64", "version": "1:2.25-1.2" }, "libcom-err2": { "arch": "amd64", "version": "1.44.1-1ubuntu1.3" }, "libcryptsetup12": { "arch": "amd64", "version": "2:2.0.2-1ubuntu1.2" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.58.0-2ubuntu3.16" }, "libcurl4": { "arch": "amd64", "version": "7.58.0-2ubuntu3.16" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28-13.1ubuntu1.1" }, "libdbus-1-3": { "arch": "amd64", "version": "1.12.2-1ubuntu1.2" }, "libdebconfclient0": { "arch": "amd64", "version": "0.213ubuntu1" }, "libdevmapper-event1.02.1": { "arch": "amd64", "version": "2:1.02.145-4.1ubuntu3.18.04.3" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.145-4.1ubuntu3.18.04.3" }, "libdns-export1100": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "libdns1100": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "libdrm-common": { "arch": "all", "version": "2.4.101-2~18.04.1" }, "libdrm2": { "arch": "amd64", "version": "2.4.101-2~18.04.1" }, "libdumbnet1": { "arch": "amd64", "version": "1.12-7build1" }, "libeatmydata1": { "arch": "amd64", "version": "105-6" }, "libedit2": { "arch": "amd64", "version": "3.1-20170329-1" }, "libelf1": { "arch": "amd64", "version": "0.170-0.4ubuntu0.1" }, "liberror-perl": { "arch": "all", "version": "0.17025-1" }, "libestr0": { "arch": "amd64", "version": "0.1.10-2.1" }, "libevent-2.1-6": { "arch": "amd64", "version": "2.1.8-stable-4build1" }, "libexpat1": { "arch": "amd64", "version": "2.2.5-3ubuntu0.2" }, "libext2fs2": { "arch": "amd64", "version": "1.44.1-1ubuntu1.3" }, "libfastjson4": { "arch": "amd64", "version": "0.99.8-2" }, "libfdisk1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "libffi6": { "arch": "amd64", "version": "3.2.1-8" }, "libfreetype6": { "arch": "amd64", "version": "2.8.1-2ubuntu2.1" }, "libfribidi0": { "arch": "amd64", "version": "0.19.7-2" }, "libfuse2": { "arch": "amd64", "version": "2.9.7-1ubuntu1" }, "libgcc1": { "arch": "amd64", "version": "1:8.4.0-1ubuntu1~18.04" }, "libgcrypt20": { "arch": "amd64", "version": "1.8.1-4ubuntu1.3" }, "libgdbm-compat4": { "arch": "amd64", "version": "1.14.1-6" }, "libgdbm5": { "arch": "amd64", "version": "1.14.1-6" }, "libgeoip1": { "arch": "amd64", "version": "1.6.12-1" }, "libgirepository-1.0-1": { "arch": "amd64", "version": "1.56.1-1" }, "libglib2.0-0": { "arch": "amd64", "version": "2.56.4-0ubuntu0.18.04.8" }, "libglib2.0-data": { "arch": "all", "version": "2.56.4-0ubuntu0.18.04.8" }, "libgmp10": { "arch": "amd64", "version": "2:6.1.2+dfsg-2" }, "libgnutls30": { "arch": "amd64", "version": "3.5.18-1ubuntu1.5" }, "libgpg-error0": { "arch": "amd64", "version": "1.27-6" }, "libgpm2": { "arch": "amd64", "version": "1.20.7-5" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.16-2ubuntu0.2" }, "libgssapi3-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libhcrypto4-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libheimbase1-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libheimntlm0-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libhogweed4": { "arch": "amd64", "version": "3.4.1-0ubuntu0.18.04.1" }, "libhx509-5-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libicu60": { "arch": "amd64", "version": "60.2-3ubuntu3.1" }, "libidn11": { "arch": "amd64", "version": "1.33-2.1ubuntu1.2" }, "libidn2-0": { "arch": "amd64", "version": "2.0.4-1.1ubuntu0.2" }, "libip4tc0": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "libip6tc0": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "libiptc0": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "libirs160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "libisc-export169": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "libisc169": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "libisccc160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "libisccfg160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "libisns0": { "arch": "amd64", "version": "0.97-2build1" }, "libjson-c3": { "arch": "amd64", "version": "0.12.1-1.3ubuntu0.3" }, "libk5crypto3": { "arch": "amd64", "version": "1.16-2ubuntu0.2" }, "libkeyutils1": { "arch": "amd64", "version": "1.5.9-9.2ubuntu2" }, "libklibc": { "arch": "amd64", "version": "2.0.4-9ubuntu2" }, "libkmod2": { "arch": "amd64", "version": "24-1ubuntu3.5" }, "libkrb5-26-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libkrb5-3": { "arch": "amd64", "version": "1.16-2ubuntu0.2" }, "libkrb5support0": { "arch": "amd64", "version": "1.16-2ubuntu0.2" }, "libksba8": { "arch": "amd64", "version": "1.3.5-2" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.45+dfsg-1ubuntu1.10" }, "libldap-common": { "arch": "all", "version": "2.4.45+dfsg-1ubuntu1.10" }, "liblocale-gettext-perl": { "arch": "amd64", "version": "1.07-3build2" }, "liblvm2app2.2": { "arch": "amd64", "version": "2.02.176-4.1ubuntu3.18.04.3" }, "liblvm2cmd2.02": { "arch": "amd64", "version": "2.02.176-4.1ubuntu3.18.04.3" }, "liblwres160": { "arch": "amd64", "version": "1:9.11.3+dfsg-1ubuntu1.15" }, "liblxc-common": { "arch": "amd64", "version": "3.0.3-0ubuntu1~18.04.1" }, "liblxc1": { "arch": "amd64", "version": "3.0.3-0ubuntu1~18.04.1" }, "liblz4-1": { "arch": "amd64", "version": "0.0~r131-2ubuntu3.1" }, "liblzma5": { "arch": "amd64", "version": "5.2.2-1.3" }, "liblzo2-2": { "arch": "amd64", "version": "2.08-1.2" }, "libmagic-mgc": { "arch": "amd64", "version": "1:5.32-2ubuntu0.4" }, "libmagic1": { "arch": "amd64", "version": "1:5.32-2ubuntu0.4" }, "libmnl0": { "arch": "amd64", "version": "1.0.4-2" }, "libmount1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "libmpdec2": { "arch": "amd64", "version": "2.4.2-1ubuntu1" }, "libmpfr6": { "arch": "amd64", "version": "4.0.1-1" }, "libmspack0": { "arch": "amd64", "version": "0.6-3ubuntu0.3" }, "libncurses5": { "arch": "amd64", "version": "6.1-1ubuntu1.18.04" }, "libncursesw5": { "arch": "amd64", "version": "6.1-1ubuntu1.18.04" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.6-2" }, "libnetplan0": { "arch": "amd64", "version": "0.99-0ubuntu3~18.04.5" }, "libnettle6": { "arch": "amd64", "version": "3.4.1-0ubuntu0.18.04.1" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.20-1ubuntu1" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3" }, "libnghttp2-14": { "arch": "amd64", "version": "1.30.0-1ubuntu1" }, "libnih1": { "arch": "amd64", "version": "1.0.3-6ubuntu2" }, "libnpth0": { "arch": "amd64", "version": "1.5-3" }, "libnss-systemd": { "arch": "amd64", "version": "237-3ubuntu10.52" }, "libntfs-3g88": { "arch": "amd64", "version": "1:2017.3.23-2ubuntu0.18.04.3" }, "libnuma1": { "arch": "amd64", "version": "2.0.11-2.1ubuntu0.1" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.9-2ubuntu0.1" }, "libpam-cap": { "arch": "amd64", "version": "1:2.25-1.2" }, "libpam-modules": { "arch": "amd64", "version": "1.1.8-3.6ubuntu2.18.04.3" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.1.8-3.6ubuntu2.18.04.3" }, "libpam-runtime": { "arch": "all", "version": "1.1.8-3.6ubuntu2.18.04.3" }, "libpam-systemd": { "arch": "amd64", "version": "237-3ubuntu10.52" }, "libpam0g": { "arch": "amd64", "version": "1.1.8-3.6ubuntu2.18.04.3" }, "libparted2": { "arch": "amd64", "version": "3.2-20ubuntu0.2" }, "libpcap0.8": { "arch": "amd64", "version": "1.8.1-6ubuntu1.18.04.2" }, "libpci3": { "arch": "amd64", "version": "1:3.5.2-1ubuntu1.1" }, "libpcre3": { "arch": "amd64", "version": "2:8.39-9" }, "libperl5.26": { "arch": "amd64", "version": "5.26.1-6ubuntu0.5" }, "libpipeline1": { "arch": "amd64", "version": "1.5.0-1" }, "libplymouth4": { "arch": "amd64", "version": "0.9.3-1ubuntu7.18.04.2" }, "libpng16-16": { "arch": "amd64", "version": "1.6.34-1ubuntu0.18.04.2" }, "libpolkit-agent-1-0": { "arch": "amd64", "version": "0.105-20ubuntu0.18.04.5" }, "libpolkit-backend-1-0": { "arch": "amd64", "version": "0.105-20ubuntu0.18.04.5" }, "libpolkit-gobject-1-0": { "arch": "amd64", "version": "0.105-20ubuntu0.18.04.5" }, "libpopt0": { "arch": "amd64", "version": "1.16-11" }, "libprocps6": { "arch": "amd64", "version": "2:3.3.12-3ubuntu1.2" }, "libpsl5": { "arch": "amd64", "version": "0.19.1-5build1" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.6.7-1~18.04" }, "libpython3.6": { "arch": "amd64", "version": "3.6.9-1~18.04ubuntu1.4" }, "libpython3.6-minimal": { "arch": "amd64", "version": "3.6.9-1~18.04ubuntu1.4" }, "libpython3.6-stdlib": { "arch": "amd64", "version": "3.6.9-1~18.04ubuntu1.4" }, "libreadline5": { "arch": "amd64", "version": "5.2+dfsg-3build1" }, "libreadline7": { "arch": "amd64", "version": "7.0-3" }, "libroken18-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d.1-1" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3ubuntu2.3" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3ubuntu2.3" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.27~101-g0780600+dfsg-3ubuntu2.3" }, "libseccomp2": { "arch": "amd64", "version": "2.5.1-1ubuntu1~18.04.1" }, "libselinux1": { "arch": "amd64", "version": "2.7-2build2" }, "libsemanage-common": { "arch": "all", "version": "2.7-2build2" }, "libsemanage1": { "arch": "amd64", "version": "2.7-2build2" }, "libsepol1": { "arch": "amd64", "version": "2.7-1" }, "libsigsegv2": { "arch": "amd64", "version": "2.12-1" }, "libslang2": { "arch": "amd64", "version": "2.3.1a-3ubuntu1" }, "libsmartcols1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "libsqlite3-0": { "arch": "amd64", "version": "3.22.0-1ubuntu0.4" }, "libss2": { "arch": "amd64", "version": "1.44.1-1ubuntu1.3" }, "libssl1.0.0": { "arch": "amd64", "version": "1.0.2n-1ubuntu5.7" }, "libssl1.1": { "arch": "amd64", "version": "1.1.1-1ubuntu2.1~18.04.13" }, "libstdc++6": { "arch": "amd64", "version": "8.4.0-1ubuntu1~18.04" }, "libsystemd0": { "arch": "amd64", "version": "237-3ubuntu10.52" }, "libtasn1-6": { "arch": "amd64", "version": "4.13-2" }, "libtext-charwidth-perl": { "arch": "amd64", "version": "0.04-7.1" }, "libtext-iconv-perl": { "arch": "amd64", "version": "1.7-5build6" }, "libtext-wrapi18n-perl": { "arch": "all", "version": "0.06-7.1" }, "libtinfo5": { "arch": "amd64", "version": "6.1-1ubuntu1.18.04" }, "libudev1": { "arch": "amd64", "version": "237-3ubuntu10.52" }, "libunistring2": { "arch": "amd64", "version": "0.9.9-0ubuntu2" }, "libunwind8": { "arch": "amd64", "version": "1.2.1-8" }, "libusb-1.0-0": { "arch": "amd64", "version": "2:1.0.21-2" }, "libutempter0": { "arch": "amd64", "version": "1.1.6-3" }, "libuuid1": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "libuv1": { "arch": "amd64", "version": "1.18.0-3" }, "libwind0-heimdal": { "arch": "amd64", "version": "7.5.0+dfsg-1" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-27" }, "libx11-6": { "arch": "amd64", "version": "2:1.6.4-3ubuntu0.4" }, "libx11-data": { "arch": "all", "version": "2:1.6.4-3ubuntu0.4" }, "libxau6": { "arch": "amd64", "version": "1:1.0.8-1ubuntu1" }, "libxcb1": { "arch": "amd64", "version": "1.13-2~ubuntu18.04" }, "libxdmcp6": { "arch": "amd64", "version": "1:1.1.2-3" }, "libxext6": { "arch": "amd64", "version": "2:1.3.3-1" }, "libxml2": { "arch": "amd64", "version": "2.9.4+dfsg1-6.1ubuntu1.4" }, "libxmlsec1": { "arch": "amd64", "version": "1.2.25-1build1" }, "libxmlsec1-openssl": { "arch": "amd64", "version": "1.2.25-1build1" }, "libxmuu1": { "arch": "amd64", "version": "2:1.1.2-2" }, "libxslt1.1": { "arch": "amd64", "version": "1.1.29-5ubuntu0.2" }, "libxtables12": { "arch": "amd64", "version": "1.6.1-2ubuntu2" }, "libyaml-0-2": { "arch": "amd64", "version": "0.1.7-2ubuntu3" }, "libzstd1": { "arch": "amd64", "version": "1.3.3+dfsg-2ubuntu1.2" }, "linux-aws": { "arch": "amd64", "version": "5.4.0.1058.41" }, "linux-aws-5.4-headers-5.4.0-1058": { "arch": "all", "version": "5.4.0-1058.61~18.04.3" }, "linux-base": { "arch": "all", "version": "4.5ubuntu1.6" }, "linux-headers-5.4.0-1058-aws": { "arch": "amd64", "version": "5.4.0-1058.61~18.04.3" }, "linux-headers-aws": { "arch": "amd64", "version": "5.4.0.1058.41" }, "linux-image-5.4.0-1058-aws": { "arch": "amd64", "version": "5.4.0-1058.61~18.04.3" }, "linux-image-aws": { "arch": "amd64", "version": "5.4.0.1058.41" }, "linux-modules-5.4.0-1058-aws": { "arch": "amd64", "version": "5.4.0-1058.61~18.04.3" }, "locales": { "arch": "all", "version": "2.27-3ubuntu1.4" }, "login": { "arch": "amd64", "version": "1:4.5-1ubuntu2" }, "logrotate": { "arch": "amd64", "version": "3.11.0-0.1ubuntu1" }, "lsb-base": { "arch": "all", "version": "9.20170808ubuntu1" }, "lsb-release": { "arch": "all", "version": "9.20170808ubuntu1" }, "lshw": { "arch": "amd64", "version": "02.18-0.1ubuntu6.18.04.2" }, "lsof": { "arch": "amd64", "version": "4.89+dfsg-0.1" }, "ltrace": { "arch": "amd64", "version": "0.7.3-6ubuntu1" }, "lvm2": { "arch": "amd64", "version": "2.02.176-4.1ubuntu3.18.04.3" }, "lxcfs": { "arch": "amd64", "version": "3.0.3-0ubuntu1~18.04.2" }, "lxd": { "arch": "amd64", "version": "3.0.3-0ubuntu1~18.04.1" }, "lxd-client": { "arch": "amd64", "version": "3.0.3-0ubuntu1~18.04.1" }, "man-db": { "arch": "amd64", "version": "2.8.3-2ubuntu0.1" }, "manpages": { "arch": "all", "version": "4.15-1" }, "mawk": { "arch": "amd64", "version": "1.3.3-17ubuntu3" }, "mdadm": { "arch": "amd64", "version": "4.1~rc1-3~ubuntu18.04.4" }, "mime-support": { "arch": "all", "version": "3.60ubuntu1" }, "mlocate": { "arch": "amd64", "version": "0.26-2ubuntu3.1" }, "motd-news-config": { "arch": "all", "version": "10.1ubuntu2.11" }, "mount": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "mtr-tiny": { "arch": "amd64", "version": "0.92-1" }, "multiarch-support": { "arch": "amd64", "version": "2.27-3ubuntu1.4" }, "nano": { "arch": "amd64", "version": "2.9.3-2" }, "ncurses-base": { "arch": "all", "version": "6.1-1ubuntu1.18.04" }, "ncurses-bin": { "arch": "amd64", "version": "6.1-1ubuntu1.18.04" }, "ncurses-term": { "arch": "all", "version": "6.1-1ubuntu1.18.04" }, "net-tools": { "arch": "amd64", "version": "1.60+git20161116.90da8a0-1ubuntu1" }, "netbase": { "arch": "all", "version": "5.4" }, "netcat-openbsd": { "arch": "amd64", "version": "1.187-1ubuntu0.1" }, "netplan.io": { "arch": "amd64", "version": "0.99-0ubuntu3~18.04.5" }, "networkd-dispatcher": { "arch": "all", "version": "1.7-0ubuntu3.3" }, "nplan": { "arch": "all", "version": "0.99-0ubuntu3~18.04.5" }, "ntfs-3g": { "arch": "amd64", "version": "1:2017.3.23-2ubuntu0.18.04.3" }, "open-iscsi": { "arch": "amd64", "version": "2.0.874-5ubuntu2.10" }, "open-vm-tools": { "arch": "amd64", "version": "2:11.0.5-4ubuntu0.18.04.1" }, "openssh-client": { "arch": "amd64", "version": "1:7.6p1-4ubuntu0.5" }, "openssh-server": { "arch": "amd64", "version": "1:7.6p1-4ubuntu0.5" }, "openssh-sftp-server": { "arch": "amd64", "version": "1:7.6p1-4ubuntu0.5" }, "openssl": { "arch": "amd64", "version": "1.1.1-1ubuntu2.1~18.04.13" }, "os-prober": { "arch": "amd64", "version": "1.74ubuntu1" }, "overlayroot": { "arch": "all", "version": "0.40ubuntu1.1" }, "parted": { "arch": "amd64", "version": "3.2-20ubuntu0.2" }, "passwd": { "arch": "amd64", "version": "1:4.5-1ubuntu2" }, "pastebinit": { "arch": "all", "version": "1.5-2" }, "patch": { "arch": "amd64", "version": "2.7.6-2ubuntu1.1" }, "pciutils": { "arch": "amd64", "version": "1:3.5.2-1ubuntu1.1" }, "perl": { "arch": "amd64", "version": "5.26.1-6ubuntu0.5" }, "perl-base": { "arch": "amd64", "version": "5.26.1-6ubuntu0.5" }, "perl-modules-5.26": { "arch": "all", "version": "5.26.1-6ubuntu0.5" }, "pinentry-curses": { "arch": "amd64", "version": "1.1.0-1" }, "plymouth": { "arch": "amd64", "version": "0.9.3-1ubuntu7.18.04.2" }, "plymouth-theme-ubuntu-text": { "arch": "amd64", "version": "0.9.3-1ubuntu7.18.04.2" }, "policykit-1": { "arch": "amd64", "version": "0.105-20ubuntu0.18.04.5" }, "pollinate": { "arch": "all", "version": "4.33-0ubuntu1~18.04.2" }, "popularity-contest": { "arch": "all", "version": "1.66ubuntu1" }, "powermgmt-base": { "arch": "all", "version": "1.33" }, "procps": { "arch": "amd64", "version": "2:3.3.12-3ubuntu1.2" }, "psmisc": { "arch": "amd64", "version": "23.1-1ubuntu0.1" }, "publicsuffix": { "arch": "all", "version": "20180223.1310-1" }, "python-apt-common": { "arch": "all", "version": "1.6.5ubuntu0.7" }, "python3": { "arch": "amd64", "version": "3.6.7-1~18.04" }, "python3-apport": { "arch": "all", "version": "2.20.9-0ubuntu7.27" }, "python3-apt": { "arch": "amd64", "version": "1.6.5ubuntu0.7" }, "python3-asn1crypto": { "arch": "all", "version": "0.24.0-1" }, "python3-attr": { "arch": "all", "version": "17.4.0-2" }, "python3-automat": { "arch": "all", "version": "0.6.0-1" }, "python3-blinker": { "arch": "all", "version": "1.4+dfsg1-0.1" }, "python3-certifi": { "arch": "all", "version": "2018.1.18-2" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.11.5-1" }, "python3-chardet": { "arch": "all", "version": "3.0.4-1" }, "python3-click": { "arch": "all", "version": "6.7-3" }, "python3-colorama": { "arch": "all", "version": "0.3.7-1" }, "python3-commandnotfound": { "arch": "all", "version": "18.04.5" }, "python3-configobj": { "arch": "all", "version": "5.0.6-2" }, "python3-constantly": { "arch": "all", "version": "15.1.0-1" }, "python3-cryptography": { "arch": "amd64", "version": "2.1.4-1ubuntu1.4" }, "python3-dbus": { "arch": "amd64", "version": "1.2.6-1" }, "python3-debconf": { "arch": "all", "version": "1.5.66ubuntu1" }, "python3-debian": { "arch": "all", "version": "0.1.32" }, "python3-distro-info": { "arch": "all", "version": "0.18ubuntu0.18.04.1" }, "python3-distupgrade": { "arch": "all", "version": "1:18.04.45" }, "python3-gdbm": { "arch": "amd64", "version": "3.6.9-1~18.04" }, "python3-gi": { "arch": "amd64", "version": "3.26.1-2ubuntu1" }, "python3-httplib2": { "arch": "all", "version": "0.9.2+dfsg-1ubuntu0.3" }, "python3-hyperlink": { "arch": "all", "version": "17.3.1-2" }, "python3-idna": { "arch": "all", "version": "2.6-1" }, "python3-incremental": { "arch": "all", "version": "16.10.1-3" }, "python3-jinja2": { "arch": "all", "version": "2.10-1ubuntu0.18.04.1" }, "python3-json-pointer": { "arch": "all", "version": "1.10-1" }, "python3-jsonpatch": { "arch": "all", "version": "1.19+really1.16-1fakesync1" }, "python3-jsonschema": { "arch": "all", "version": "2.6.0-2" }, "python3-jwt": { "arch": "all", "version": "1.5.3+ds1-1" }, "python3-markupsafe": { "arch": "amd64", "version": "1.0-1build1" }, "python3-minimal": { "arch": "amd64", "version": "3.6.7-1~18.04" }, "python3-netifaces": { "arch": "amd64", "version": "0.10.4-0.1build4" }, "python3-newt": { "arch": "amd64", "version": "0.52.20-1ubuntu1" }, "python3-oauthlib": { "arch": "all", "version": "2.0.6-1" }, "python3-openssl": { "arch": "all", "version": "17.5.0-1ubuntu1" }, "python3-pam": { "arch": "amd64", "version": "0.4.2-13.2ubuntu4" }, "python3-pexpect": { "arch": "all", "version": "4.2.1-1" }, "python3-pkg-resources": { "arch": "all", "version": "39.0.1-2" }, "python3-problem-report": { "arch": "all", "version": "2.20.9-0ubuntu7.27" }, "python3-ptyprocess": { "arch": "all", "version": "0.5.2-1" }, "python3-pyasn1": { "arch": "all", "version": "0.4.2-3" }, "python3-pyasn1-modules": { "arch": "all", "version": "0.2.1-0.2" }, "python3-requests": { "arch": "all", "version": "2.18.4-2ubuntu0.1" }, "python3-requests-unixsocket": { "arch": "all", "version": "0.1.5-3" }, "python3-serial": { "arch": "all", "version": "3.4-2" }, "python3-service-identity": { "arch": "all", "version": "16.0.0-2" }, "python3-six": { "arch": "all", "version": "1.11.0-2" }, "python3-software-properties": { "arch": "all", "version": "0.96.24.32.14" }, "python3-systemd": { "arch": "amd64", "version": "234-1build1" }, "python3-twisted": { "arch": "all", "version": "17.9.0-2ubuntu0.1" }, "python3-twisted-bin": { "arch": "amd64", "version": "17.9.0-2ubuntu0.1" }, "python3-update-manager": { "arch": "all", "version": "1:18.04.11.13" }, "python3-urllib3": { "arch": "all", "version": "1.22-1ubuntu0.18.04.2" }, "python3-yaml": { "arch": "amd64", "version": "3.12-1build2" }, "python3-zope.interface": { "arch": "amd64", "version": "4.3.2-1build2" }, "python3.6": { "arch": "amd64", "version": "3.6.9-1~18.04ubuntu1.4" }, "python3.6-minimal": { "arch": "amd64", "version": "3.6.9-1~18.04ubuntu1.4" }, "readline-common": { "arch": "all", "version": "7.0-3" }, "rsync": { "arch": "amd64", "version": "3.1.2-2.1ubuntu1.1" }, "rsyslog": { "arch": "amd64", "version": "8.32.0-1ubuntu4" }, "run-one": { "arch": "all", "version": "1.17-0ubuntu1" }, "screen": { "arch": "amd64", "version": "4.6.2-1ubuntu1.1" }, "sed": { "arch": "amd64", "version": "4.4-2" }, "sensible-utils": { "arch": "all", "version": "0.0.12" }, "shared-mime-info": { "arch": "amd64", "version": "1.9-2" }, "snapd": { "arch": "amd64", "version": "2.51.1+18.04" }, "software-properties-common": { "arch": "all", "version": "0.96.24.32.14" }, "sosreport": { "arch": "amd64", "version": "4.1-1ubuntu0.18.04.3" }, "squashfs-tools": { "arch": "amd64", "version": "1:4.3-6ubuntu0.18.04.4" }, "ssh-import-id": { "arch": "all", "version": "5.7-0ubuntu1.1" }, "strace": { "arch": "amd64", "version": "4.21-1ubuntu1" }, "sudo": { "arch": "amd64", "version": "1.8.21p2-3ubuntu1.4" }, "systemd": { "arch": "amd64", "version": "237-3ubuntu10.52" }, "systemd-sysv": { "arch": "amd64", "version": "237-3ubuntu10.52" }, "sysvinit-utils": { "arch": "amd64", "version": "2.88dsf-59.10ubuntu1" }, "tar": { "arch": "amd64", "version": "1.29b-2ubuntu0.2" }, "tcpdump": { "arch": "amd64", "version": "4.9.3-0ubuntu0.18.04.1" }, "telnet": { "arch": "amd64", "version": "0.17-41" }, "time": { "arch": "amd64", "version": "1.7-25.1build1" }, "tmux": { "arch": "amd64", "version": "2.6-3ubuntu0.2" }, "tzdata": { "arch": "all", "version": "2021a-2ubuntu0.18.04" }, "ubuntu-advantage-tools": { "arch": "amd64", "version": "27.2.2~18.04.1" }, "ubuntu-keyring": { "arch": "all", "version": "2018.09.18.1~18.04.2" }, "ubuntu-minimal": { "arch": "amd64", "version": "1.417.5" }, "ubuntu-release-upgrader-core": { "arch": "all", "version": "1:18.04.45" }, "ubuntu-server": { "arch": "amd64", "version": "1.417.5" }, "ubuntu-standard": { "arch": "amd64", "version": "1.417.5" }, "ucf": { "arch": "all", "version": "3.0038" }, "udev": { "arch": "amd64", "version": "237-3ubuntu10.52" }, "ufw": { "arch": "all", "version": "0.36-0ubuntu0.18.04.1" }, "uidmap": { "arch": "amd64", "version": "1:4.5-1ubuntu2" }, "unattended-upgrades": { "arch": "all", "version": "1.1ubuntu1.18.04.14" }, "update-manager-core": { "arch": "all", "version": "1:18.04.11.13" }, "update-notifier-common": { "arch": "all", "version": "3.192.1.12" }, "ureadahead": { "arch": "amd64", "version": "0.100.0-21" }, "usbutils": { "arch": "amd64", "version": "1:007-4build1" }, "util-linux": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "uuid-runtime": { "arch": "amd64", "version": "2.31.1-0.4ubuntu3.7" }, "vim": { "arch": "amd64", "version": "2:8.0.1453-1ubuntu1.6" }, "vim-common": { "arch": "all", "version": "2:8.0.1453-1ubuntu1.6" }, "vim-runtime": { "arch": "all", "version": "2:8.0.1453-1ubuntu1.6" }, "vim-tiny": { "arch": "amd64", "version": "2:8.0.1453-1ubuntu1.6" }, "wget": { "arch": "amd64", "version": "1.19.4-1ubuntu2.2" }, "whiptail": { "arch": "amd64", "version": "0.52.20-1ubuntu1" }, "xauth": { "arch": "amd64", "version": "1:1.0.10-1" }, "xdelta3": { "arch": "amd64", "version": "3.0.11-dfsg-1ubuntu1" }, "xdg-user-dirs": { "arch": "amd64", "version": "0.17-1ubuntu1" }, "xfsprogs": { "arch": "amd64", "version": "4.9.0+nmu1ubuntu2" }, "xkb-data": { "arch": "all", "version": "2.23.1-1ubuntu1.18.04.1" }, "xxd": { "arch": "amd64", "version": "2:8.0.1453-1ubuntu1.6" }, "xz-utils": { "arch": "amd64", "version": "5.2.2-1.3" }, "zerofree": { "arch": "amd64", "version": "1.0.4-1" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.11.dfsg-0ubuntu2" } }, "platform": "ubuntu", "platform_family": "debian", "platform_version": "18.04", "root_group": "root", "shard_seed": 257683620, "shells": [ "/bin/sh", "/bin/bash", "/bin/rbash", "/bin/dash", "/usr/bin/tmux", "/usr/bin/screen" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/ubuntu/20.04.json000066400000000000000000003135041417433310300222370ustar00rootroot00000000000000{ "block_device": { "loop0": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "51152" }, "loop1": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "113536" }, "loop2": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "126632" }, "loop3": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "137728" }, "loop4": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "66440" }, "loop5": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "0" }, "loop6": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "loop7": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "1", "size": "0" }, "xvda": { "logical_block_size": "512", "physical_block_size": "512", "removable": "0", "rotational": "0", "size": "16777216", "state": "Connected" } }, "chef_packages": { "chef": { "chef_effortless": null, "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib", "version": "17.7.29" }, "ohai": { "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai", "version": "17.7.8" } }, "command": { "ps": "ps -ef" }, "counters": { "network": { "interfaces": { "eth0": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { "bios": { "address": "0xE8000", "all_records": [ { "Address": "0xE8000", "BIOS Revision": "4.11", "Characteristics": { "Targeted content distribution is supported": null }, "ROM Size": "64 kB", "Release Date": "08/24/2006", "Runtime Size": "96 kB", "Vendor": "Xen", "Version": "4.11.amazon", "application_identifier": "BIOS Information", "record_id": "0x0000", "size": "0" } ], "bios_revision": "4.11", "release_date": "08/24/2006", "rom_size": "64 kB", "runtime_size": "96 kB", "vendor": "Xen", "version": "4.11.amazon" }, "chassis": { "all_records": [ { "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Contained Elements": "0", "Height": "Unspecified", "Lock": "Not Present", "Manufacturer": "Xen", "Number Of Power Cords": "Unspecified", "OEM Information": "0x00000000", "Power Supply State": "Safe", "Security Status": "Unknown", "Serial Number": "Not Specified", "Thermal State": "Safe", "Type": "Other", "Version": "Not Specified", "application_identifier": "Chassis Information", "record_id": "0x0300", "size": "3" } ], "asset_tag": "Not Specified", "boot_up_state": "Safe", "contained_elements": "0", "height": "Unspecified", "lock": "Not Present", "manufacturer": "Xen", "number_of_power_cords": "Unspecified", "oem_information": "0x00000000", "power_supply_state": "Safe", "security_status": "Unknown", "serial_number": "Not Specified", "thermal_state": "Safe", "type": "Other", "version": "Not Specified" }, "dmidecode_version": "3.2", "oem_strings": { "all_records": [ { "String 1": "Xen", "application_identifier": "OEM Strings", "record_id": "0x0B00", "size": "11" } ], "string_1": "Xen" }, "processor": { "all_records": [ { "Asset Tag": "Not Specified", "Current Speed": "2400 MHz", "External Clock": "Unknown", "Family": "Other", "ID": "F2 06 03 00 FF FB 8B 17", "L1 Cache Handle": "Not Provided", "L2 Cache Handle": "Not Provided", "L3 Cache Handle": "Not Provided", "Manufacturer": "Intel", "Max Speed": "2400 MHz", "Part Number": "Not Specified", "Serial Number": "Not Specified", "Socket Designation": "CPU 1", "Status": "Populated, Enabled", "Type": "Central Processor", "Upgrade": "Other", "Version": "Not Specified", "Voltage": "Unknown", "application_identifier": "Processor Information", "record_id": "0x0401", "size": "4" } ], "asset_tag": "Not Specified", "current_speed": "2400 MHz", "external_clock": "Unknown", "family": "Other", "id": "F2 06 03 00 FF FB 8B 17", "l1_cache_handle": "Not Provided", "l2_cache_handle": "Not Provided", "l3_cache_handle": "Not Provided", "manufacturer": "Intel", "max_speed": "2400 MHz", "part_number": "Not Specified", "serial_number": "Not Specified", "socket_designation": "CPU 1", "status": "Populated, Enabled", "type": "Central Processor", "upgrade": "Other", "version": "Not Specified", "voltage": "Unknown" }, "smbios_version": "2.7", "structures": { "count": "11", "size": "378" }, "system": { "all_records": [ { "Family": "Not Specified", "Manufacturer": "Xen", "Product Name": "HVM domU", "SKU Number": "Not Specified", "Serial Number": "ec26d493-1dda-0d7c-e568-c1aec664825f", "UUID": "ec26d493-1dda-0d7c-e568-c1aec664825f", "Version": "4.11.amazon", "Wake-up Type": "Power Switch", "application_identifier": "System Information", "record_id": "0x0100", "size": "1" } ], "family": "Not Specified", "manufacturer": "Xen", "product_name": "HVM domU", "serial_number": "ec26d493-1dda-0d7c-e568-c1aec664825f", "sku_number": "Not Specified", "uuid": "ec26d493-1dda-0d7c-e568-c1aec664825f", "version": "4.11.amazon", "wake_up_type": "Power Switch" } }, "domain": "local", "filesystem": { "by_device": { "/dev/loop0": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mounts": [ "/snap/amazon-ssm-agent/4046" ], "percent_used": "100%", "total_inodes": "16" }, "/dev/loop1": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mounts": [ "/snap/core18/2128" ], "percent_used": "100%", "total_inodes": "10803" }, "/dev/loop2": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "11732", "kb_available": "0", "kb_size": "63360", "kb_used": "63360", "mounts": [ "/snap/core20/1169" ], "percent_used": "100%", "total_inodes": "11732" }, "/dev/loop3": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "796", "kb_available": "0", "kb_size": "68864", "kb_used": "68864", "mounts": [ "/snap/lxd/21545" ], "percent_used": "100%", "total_inodes": "796" }, "/dev/loop4": { "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "479", "kb_available": "0", "kb_size": "33280", "kb_used": "33280", "mounts": [ "/snap/snapd/13640" ], "percent_used": "100%", "total_inodes": "479" }, "/dev/root": { "inodes_available": "941311", "inodes_percent_used": "9%", "inodes_used": "82689", "kb_available": "6481764", "kb_size": "8065444", "kb_used": "1567296", "mounts": [ "/" ], "percent_used": "20%", "total_inodes": "1024000" }, "/dev/xvda": { "mounts": [ ] }, "/dev/xvda1": { "fs_type": "ext4", "label": "cloudimg-rootfs", "mount_options": [ "rw", "relatime", "discard" ], "mounts": [ "/" ], "uuid": "2a29f520-1100-4824-b5d9-d841f1267838" }, "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/amazon-ssm-agent/4046" ] }, "/var/lib/snapd/snaps/core18_2128.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/core18/2128" ] }, "/var/lib/snapd/snaps/core20_1169.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/core20/1169" ] }, "/var/lib/snapd/snaps/lxd_21545.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/lxd/21545" ] }, "/var/lib/snapd/snaps/snapd_13640.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/snapd/13640" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/freezer", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/net_cls,net_prio" ] }, "cgroup2": { "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ], "mounts": [ "/sys/fs/cgroup/unified" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "devtmpfs": { "fs_type": "devtmpfs", "inodes_available": "122820", "inodes_percent_used": "1%", "inodes_used": "322", "kb_available": "492568", "kb_size": "492568", "kb_used": "0", "mount_options": [ "rw", "relatime", "size=492568k", "nr_inodes=123142", "mode=755", "inode64" ], "mounts": [ "/dev" ], "percent_used": "0%", "total_inodes": "123142" }, "fusectl": { "fs_type": "fusectl", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/fuse/connections" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "none": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "nsfs": { "fs_type": "nsfs", "mount_options": [ "rw" ], "mounts": [ "/run/snapd/ns/lxd.mnt" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=14339" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "tmpfs": { "fs_type": "tmpfs", "inodes_available": "124616", "inodes_percent_used": "1%", "inodes_used": "22", "kb_available": "99708", "kb_size": "99708", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "size=99712k", "mode=755", "inode64" ], "mounts": [ "/dev/shm", "/run", "/run/lock", "/sys/fs/cgroup", "/run/user/1000", "/run/snapd/ns" ], "percent_used": "0%", "total_inodes": "124638" }, "tracefs": { "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/tracing" ] } }, "by_mountpoint": { "/": { "devices": [ "/dev/root", "/dev/xvda1" ], "fs_type": "ext4", "inodes_available": "941311", "inodes_percent_used": "9%", "inodes_used": "82689", "kb_available": "6481764", "kb_size": "8065444", "kb_used": "1567296", "label": "cloudimg-rootfs", "mount_options": [ "rw", "relatime", "discard" ], "percent_used": "20%", "total_inodes": "1024000", "uuid": "2a29f520-1100-4824-b5d9-d841f1267838" }, "/dev": { "devices": [ "devtmpfs" ], "fs_type": "devtmpfs", "inodes_available": "122820", "inodes_percent_used": "1%", "inodes_used": "322", "kb_available": "492568", "kb_size": "492568", "kb_used": "0", "mount_options": [ "rw", "relatime", "size=492568k", "nr_inodes=123142", "mode=755", "inode64" ], "percent_used": "0%", "total_inodes": "123142" }, "/dev/hugepages": { "devices": [ "hugetlbfs" ], "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "/dev/mqueue": { "devices": [ "mqueue" ], "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/dev/pts": { "devices": [ "devpts" ], "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "/dev/shm": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124636", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "498552", "kb_size": "498552", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "inode64" ], "percent_used": "0%", "total_inodes": "124638" }, "/proc": { "devices": [ "proc" ], "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/proc/sys/fs/binfmt_misc": { "devices": [ "systemd-1" ], "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=14339" ] }, "/run": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124136", "inodes_percent_used": "1%", "inodes_used": "502", "kb_available": "98892", "kb_size": "99712", "kb_used": "820", "mount_options": [ "rw", "nosuid", "nodev", "size=99712k", "mode=755", "inode64" ], "percent_used": "1%", "total_inodes": "124638" }, "/run/lock": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124635", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k", "inode64" ], "percent_used": "0%", "total_inodes": "124638" }, "/run/snapd/ns": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "size=99712k", "mode=755", "inode64" ] }, "/run/snapd/ns/lxd.mnt": { "devices": [ "nsfs" ], "fs_type": "nsfs", "mount_options": [ "rw" ] }, "/run/user/1000": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124616", "inodes_percent_used": "1%", "inodes_used": "22", "kb_available": "99708", "kb_size": "99708", "kb_used": "0", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99708k", "mode=700", "uid=1000", "gid=1000", "inode64" ], "percent_used": "0%", "total_inodes": "124638" }, "/snap/amazon-ssm-agent/4046": { "devices": [ "/dev/loop0", "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "percent_used": "100%", "total_inodes": "16" }, "/snap/core18/2128": { "devices": [ "/dev/loop1", "/var/lib/snapd/snaps/core18_2128.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "percent_used": "100%", "total_inodes": "10803" }, "/snap/core20/1169": { "devices": [ "/dev/loop2", "/var/lib/snapd/snaps/core20_1169.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "11732", "kb_available": "0", "kb_size": "63360", "kb_used": "63360", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "percent_used": "100%", "total_inodes": "11732" }, "/snap/lxd/21545": { "devices": [ "/dev/loop3", "/var/lib/snapd/snaps/lxd_21545.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "796", "kb_available": "0", "kb_size": "68864", "kb_used": "68864", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "percent_used": "100%", "total_inodes": "796" }, "/snap/snapd/13640": { "devices": [ "/dev/loop4", "/var/lib/snapd/snaps/snapd_13640.snap" ], "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "479", "kb_available": "0", "kb_size": "33280", "kb_used": "33280", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "percent_used": "100%", "total_inodes": "479" }, "/sys": { "devices": [ "sysfs" ], "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/bpf": { "devices": [ "none" ], "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "/sys/fs/cgroup": { "devices": [ "tmpfs" ], "fs_type": "tmpfs", "inodes_available": "124620", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "498552", "kb_size": "498552", "kb_used": "0", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755", "inode64" ], "percent_used": "0%", "total_inodes": "124638" }, "/sys/fs/cgroup/blkio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "/sys/fs/cgroup/cpuset": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "/sys/fs/cgroup/devices": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "/sys/fs/cgroup/freezer": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "/sys/fs/cgroup/hugetlb": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "/sys/fs/cgroup/memory": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "/sys/fs/cgroup/perf_event": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "/sys/fs/cgroup/pids": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "/sys/fs/cgroup/rdma": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "/sys/fs/cgroup/systemd": { "devices": [ "cgroup" ], "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "/sys/fs/cgroup/unified": { "devices": [ "cgroup2" ], "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "/sys/fs/fuse/connections": { "devices": [ "fusectl" ], "fs_type": "fusectl", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/fs/pstore": { "devices": [ "pstore" ], "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/config": { "devices": [ "configfs" ], "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/debug": { "devices": [ "debugfs" ], "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/security": { "devices": [ "securityfs" ], "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/sys/kernel/tracing": { "devices": [ "tracefs" ], "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } }, "by_pair": { "/dev/loop0,/snap/amazon-ssm-agent/4046": { "device": "/dev/loop0", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "16", "kb_available": "0", "kb_size": "25600", "kb_used": "25600", "mount": "/snap/amazon-ssm-agent/4046", "percent_used": "100%", "total_inodes": "16" }, "/dev/loop1,/snap/core18/2128": { "device": "/dev/loop1", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "10803", "kb_available": "0", "kb_size": "56832", "kb_used": "56832", "mount": "/snap/core18/2128", "percent_used": "100%", "total_inodes": "10803" }, "/dev/loop2,/snap/core20/1169": { "device": "/dev/loop2", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "11732", "kb_available": "0", "kb_size": "63360", "kb_used": "63360", "mount": "/snap/core20/1169", "percent_used": "100%", "total_inodes": "11732" }, "/dev/loop3,/snap/lxd/21545": { "device": "/dev/loop3", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "796", "kb_available": "0", "kb_size": "68864", "kb_used": "68864", "mount": "/snap/lxd/21545", "percent_used": "100%", "total_inodes": "796" }, "/dev/loop4,/snap/snapd/13640": { "device": "/dev/loop4", "fs_type": "squashfs", "inodes_available": "0", "inodes_percent_used": "100%", "inodes_used": "479", "kb_available": "0", "kb_size": "33280", "kb_used": "33280", "mount": "/snap/snapd/13640", "percent_used": "100%", "total_inodes": "479" }, "/dev/root,/": { "device": "/dev/root", "inodes_available": "941311", "inodes_percent_used": "9%", "inodes_used": "82689", "kb_available": "6481764", "kb_size": "8065444", "kb_used": "1567296", "mount": "/", "percent_used": "20%", "total_inodes": "1024000" }, "/dev/xvda,": { "device": "/dev/xvda" }, "/dev/xvda1,/": { "device": "/dev/xvda1", "fs_type": "ext4", "label": "cloudimg-rootfs", "mount": "/", "mount_options": [ "rw", "relatime", "discard" ], "uuid": "2a29f520-1100-4824-b5d9-d841f1267838" }, "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap,/snap/amazon-ssm-agent/4046": { "device": "/var/lib/snapd/snaps/amazon-ssm-agent_4046.snap", "fs_type": "squashfs", "mount": "/snap/amazon-ssm-agent/4046", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/core18_2128.snap,/snap/core18/2128": { "device": "/var/lib/snapd/snaps/core18_2128.snap", "fs_type": "squashfs", "mount": "/snap/core18/2128", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/core20_1169.snap,/snap/core20/1169": { "device": "/var/lib/snapd/snaps/core20_1169.snap", "fs_type": "squashfs", "mount": "/snap/core20/1169", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/lxd_21545.snap,/snap/lxd/21545": { "device": "/var/lib/snapd/snaps/lxd_21545.snap", "fs_type": "squashfs", "mount": "/snap/lxd/21545", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/snapd_13640.snap,/snap/snapd/13640": { "device": "/var/lib/snapd/snaps/snapd_13640.snap", "fs_type": "squashfs", "mount": "/snap/snapd/13640", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/blkio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/devices", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/freezer", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/memory", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/pids", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/rdma", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "fs_type": "cgroup", "mount": "/sys/fs/cgroup/systemd", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "cgroup2,/sys/fs/cgroup/unified": { "device": "cgroup2", "fs_type": "cgroup2", "mount": "/sys/fs/cgroup/unified", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "fs_type": "configfs", "mount": "/sys/kernel/config", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "fs_type": "debugfs", "mount": "/sys/kernel/debug", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "fs_type": "devpts", "mount": "/dev/pts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "devtmpfs,/dev": { "device": "devtmpfs", "fs_type": "devtmpfs", "inodes_available": "122820", "inodes_percent_used": "1%", "inodes_used": "322", "kb_available": "492568", "kb_size": "492568", "kb_used": "0", "mount": "/dev", "mount_options": [ "rw", "relatime", "size=492568k", "nr_inodes=123142", "mode=755", "inode64" ], "percent_used": "0%", "total_inodes": "123142" }, "fusectl,/sys/fs/fuse/connections": { "device": "fusectl", "fs_type": "fusectl", "mount": "/sys/fs/fuse/connections", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "fs_type": "hugetlbfs", "mount": "/dev/hugepages", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "fs_type": "mqueue", "mount": "/dev/mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "none,/sys/fs/bpf": { "device": "none", "fs_type": "bpf", "mount": "/sys/fs/bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "nsfs,/run/snapd/ns/lxd.mnt": { "device": "nsfs", "fs_type": "nsfs", "mount": "/run/snapd/ns/lxd.mnt", "mount_options": [ "rw" ] }, "proc,/proc": { "device": "proc", "fs_type": "proc", "mount": "/proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "fs_type": "pstore", "mount": "/sys/fs/pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "fs_type": "securityfs", "mount": "/sys/kernel/security", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "sysfs,/sys": { "device": "sysfs", "fs_type": "sysfs", "mount": "/sys", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "fs_type": "autofs", "mount": "/proc/sys/fs/binfmt_misc", "mount_options": [ "rw", "relatime", "fd=28", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=14339" ] }, "tmpfs,/dev/shm": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124636", "inodes_percent_used": "1%", "inodes_used": "2", "kb_available": "498552", "kb_size": "498552", "kb_used": "0", "mount": "/dev/shm", "mount_options": [ "rw", "nosuid", "nodev", "inode64" ], "percent_used": "0%", "total_inodes": "124638" }, "tmpfs,/run": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124136", "inodes_percent_used": "1%", "inodes_used": "502", "kb_available": "98892", "kb_size": "99712", "kb_used": "820", "mount": "/run", "mount_options": [ "rw", "nosuid", "nodev", "size=99712k", "mode=755", "inode64" ], "percent_used": "1%", "total_inodes": "124638" }, "tmpfs,/run/lock": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124635", "inodes_percent_used": "1%", "inodes_used": "3", "kb_available": "5120", "kb_size": "5120", "kb_used": "0", "mount": "/run/lock", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k", "inode64" ], "percent_used": "0%", "total_inodes": "124638" }, "tmpfs,/run/snapd/ns": { "device": "tmpfs", "fs_type": "tmpfs", "mount": "/run/snapd/ns", "mount_options": [ "rw", "nosuid", "nodev", "size=99712k", "mode=755", "inode64" ] }, "tmpfs,/run/user/1000": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124616", "inodes_percent_used": "1%", "inodes_used": "22", "kb_available": "99708", "kb_size": "99708", "kb_used": "0", "mount": "/run/user/1000", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=99708k", "mode=700", "uid=1000", "gid=1000", "inode64" ], "percent_used": "0%", "total_inodes": "124638" }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "fs_type": "tmpfs", "inodes_available": "124620", "inodes_percent_used": "1%", "inodes_used": "18", "kb_available": "498552", "kb_size": "498552", "kb_used": "0", "mount": "/sys/fs/cgroup", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755", "inode64" ], "percent_used": "0%", "total_inodes": "124638" }, "tracefs,/sys/kernel/tracing": { "device": "tracefs", "fs_type": "tracefs", "mount": "/sys/kernel/tracing", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] } } }, "fips": { "kernel": { "enabled": true } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "init_package": "systemd", "ipaddress": "10.0.0.2", "kernel": { "machine": "x86_64", "modules": { "aesni_intel": { "refcount": "0", "size": "372736" }, "autofs4": { "refcount": "2", "size": "45056" }, "crc32_pclmul": { "refcount": "0", "size": "16384" }, "crct10dif_pclmul": { "refcount": "1", "size": "16384" }, "cryptd": { "refcount": "2", "size": "24576" }, "crypto_simd": { "refcount": "1", "size": "16384" }, "dm_multipath": { "refcount": "0", "size": "36864" }, "drm": { "refcount": "0", "size": "548864" }, "floppy": { "refcount": "0", "size": "86016" }, "ghash_clmulni_intel": { "refcount": "0", "size": "16384" }, "glue_helper": { "refcount": "1", "size": "16384" }, "input_leds": { "refcount": "0", "size": "16384" }, "ip_tables": { "refcount": "0", "size": "32768" }, "msr": { "refcount": "0", "size": "16384" }, "psmouse": { "refcount": "0", "size": "155648" }, "sch_fq_codel": { "refcount": "2", "size": "20480" }, "scsi_dh_alua": { "refcount": "0", "size": "20480", "version": "2.0" }, "scsi_dh_emc": { "refcount": "0", "size": "16384" }, "scsi_dh_rdac": { "refcount": "0", "size": "16384", "version": "01.00.0000.0000" }, "serio_raw": { "refcount": "0", "size": "20480" }, "x_tables": { "refcount": "1", "size": "49152" } }, "name": "Linux", "os": "GNU/Linux", "processor": "x86_64", "release": "5.11.0-1020-aws", "version": "#21~20.04.2-Ubuntu SMP Fri Oct 1 13:03:59 UTC 2021" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": null, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "platform": "x86_64-linux", "release_date": "2021-07-07", "ruby_bin": "/usr/local/bin/ruby", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_os": "linux", "target_vendor": "pc", "version": "3.0.2" } }, "lsb": { "codename": "focal", "description": "Ubuntu 20.04.3 LTS", "id": "Ubuntu", "release": "20.04" }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "eth0", "interfaces": { "eth0": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "ip_scope": "RFC1918 PRIVATE", "netmask": "255.255.255.0", "prefixlen": "24", "scope": "Global" }, "11:11:11:11:11:11": { "family": "lladdr" }, "fe80::11:1111:1111:1111": { "family": "inet6", "ip_scope": "LINK LOCAL UNICAST", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "encapsulation": "Ethernet", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "mtu": "1500", "number": "0", "ring_params": { }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.0.1" }, { "destination": "10.0.0.0/24", "family": "inet", "proto": "kernel", "scope": "link", "src": "10.0.0.2" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "state": "up", "type": "eth" }, "lo": { "addresses": { "127.0.0.1": { "family": "inet", "ip_scope": "LOOPBACK", "netmask": "255.0.0.0", "prefixlen": "8", "scope": "Node" }, "::1": { "family": "inet6", "ip_scope": "LINK LOCAL LOOPBACK", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "encapsulation": "Loopback", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "mtu": "65536", "state": "unknown" } } }, "ohai_time": 1635803518.6871707, "os": "linux", "os_version": "5.11.0-1020-aws", "packages": { "accountsservice": { "arch": "amd64", "version": "0.6.55-0ubuntu12~20.04.4" }, "acpid": { "arch": "amd64", "version": "1:2.0.32-1ubuntu1" }, "adduser": { "arch": "all", "version": "3.118ubuntu2" }, "alsa-topology-conf": { "arch": "all", "version": "1.2.2-1" }, "alsa-ucm-conf": { "arch": "all", "version": "1.2.2-1ubuntu0.11" }, "amd64-microcode": { "arch": "amd64", "version": "3.20191218.1ubuntu1" }, "apparmor": { "arch": "amd64", "version": "2.13.3-7ubuntu5.1" }, "apport": { "arch": "all", "version": "2.20.11-0ubuntu27.20" }, "apport-symptoms": { "arch": "all", "version": "0.23" }, "apt": { "arch": "amd64", "version": "2.0.6" }, "apt-utils": { "arch": "amd64", "version": "2.0.6" }, "at": { "arch": "amd64", "version": "3.1.23-1ubuntu1" }, "base-files": { "arch": "amd64", "version": "11ubuntu5.4" }, "base-passwd": { "arch": "amd64", "version": "3.5.47" }, "bash": { "arch": "amd64", "version": "5.0-6ubuntu1.1" }, "bash-completion": { "arch": "all", "version": "1:2.10-1ubuntu1" }, "bc": { "arch": "amd64", "version": "1.07.1-2build1" }, "bcache-tools": { "arch": "amd64", "version": "1.0.8-3ubuntu0.1" }, "bind9-dnsutils": { "arch": "amd64", "version": "1:9.16.1-0ubuntu2.8" }, "bind9-host": { "arch": "amd64", "version": "1:9.16.1-0ubuntu2.8" }, "bind9-libs": { "arch": "amd64", "version": "1:9.16.1-0ubuntu2.8" }, "bolt": { "arch": "amd64", "version": "0.8-4ubuntu1" }, "bsdmainutils": { "arch": "amd64", "version": "11.1.2ubuntu3" }, "bsdutils": { "arch": "amd64", "version": "1:2.34-0.1ubuntu9.1" }, "btrfs-progs": { "arch": "amd64", "version": "5.4.1-2" }, "busybox-initramfs": { "arch": "amd64", "version": "1:1.30.1-4ubuntu6.3" }, "busybox-static": { "arch": "amd64", "version": "1:1.30.1-4ubuntu6.3" }, "byobu": { "arch": "all", "version": "5.133-0ubuntu1" }, "bzip2": { "arch": "amd64", "version": "1.0.8-2" }, "ca-certificates": { "arch": "all", "version": "20210119~20.04.2" }, "chef": { "arch": "amd64", "version": "17.7.29-1" }, "cloud-guest-utils": { "arch": "all", "version": "0.31-7-gd99b2d76-0ubuntu1" }, "cloud-init": { "arch": "all", "version": "21.3-1-g6803368d-0ubuntu1~20.04.4" }, "cloud-initramfs-copymods": { "arch": "all", "version": "0.45ubuntu1" }, "cloud-initramfs-dyn-netconf": { "arch": "all", "version": "0.45ubuntu1" }, "command-not-found": { "arch": "all", "version": "20.04.4" }, "console-setup": { "arch": "all", "version": "1.194ubuntu3" }, "console-setup-linux": { "arch": "all", "version": "1.194ubuntu3" }, "coreutils": { "arch": "amd64", "version": "8.30-3ubuntu2" }, "cpio": { "arch": "amd64", "version": "2.13+dfsg-2ubuntu0.3" }, "cron": { "arch": "amd64", "version": "3.0pl1-136ubuntu1" }, "cryptsetup": { "arch": "amd64", "version": "2:2.2.2-3ubuntu2.3" }, "cryptsetup-bin": { "arch": "amd64", "version": "2:2.2.2-3ubuntu2.3" }, "cryptsetup-initramfs": { "arch": "all", "version": "2:2.2.2-3ubuntu2.3" }, "cryptsetup-run": { "arch": "all", "version": "2:2.2.2-3ubuntu2.3" }, "curl": { "arch": "amd64", "version": "7.68.0-1ubuntu2.7" }, "dash": { "arch": "amd64", "version": "0.5.10.2-6" }, "dbus": { "arch": "amd64", "version": "1.12.16-2ubuntu2.1" }, "dbus-user-session": { "arch": "amd64", "version": "1.12.16-2ubuntu2.1" }, "dconf-gsettings-backend": { "arch": "amd64", "version": "0.36.0-1" }, "dconf-service": { "arch": "amd64", "version": "0.36.0-1" }, "debconf": { "arch": "all", "version": "1.5.73" }, "debconf-i18n": { "arch": "all", "version": "1.5.73" }, "debianutils": { "arch": "amd64", "version": "4.9.1" }, "diffutils": { "arch": "amd64", "version": "1:3.7-3" }, "dirmngr": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "distro-info": { "arch": "amd64", "version": "0.23ubuntu1" }, "distro-info-data": { "arch": "all", "version": "0.43ubuntu1.9" }, "dmeventd": { "arch": "amd64", "version": "2:1.02.167-1ubuntu1" }, "dmidecode": { "arch": "amd64", "version": "3.2-3" }, "dmsetup": { "arch": "amd64", "version": "2:1.02.167-1ubuntu1" }, "dosfstools": { "arch": "amd64", "version": "4.1-2" }, "dpkg": { "arch": "amd64", "version": "1.19.7ubuntu3" }, "e2fsprogs": { "arch": "amd64", "version": "1.45.5-2ubuntu1" }, "eatmydata": { "arch": "all", "version": "105-7" }, "ec2-hibinit-agent": { "arch": "all", "version": "1.0.0-0ubuntu9.1" }, "ec2-instance-connect": { "arch": "all", "version": "1.1.12+dfsg1-0ubuntu3.20.04.1" }, "ed": { "arch": "amd64", "version": "1.16-1" }, "eject": { "arch": "amd64", "version": "2.1.5+deb1+cvs20081104-14" }, "ethtool": { "arch": "amd64", "version": "1:5.4-1" }, "fdisk": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "file": { "arch": "amd64", "version": "1:5.38-4" }, "finalrd": { "arch": "all", "version": "6~ubuntu20.04.1" }, "findutils": { "arch": "amd64", "version": "4.7.0-1ubuntu1" }, "fonts-ubuntu-console": { "arch": "all", "version": "0.83-4ubuntu1" }, "friendly-recovery": { "arch": "all", "version": "0.2.41ubuntu0.20.04.1" }, "ftp": { "arch": "amd64", "version": "0.17-34.1" }, "fuse": { "arch": "amd64", "version": "2.9.9-3" }, "fuse3": { "arch": "amd64", "version": "3.9.0-2" }, "fwupd": { "arch": "amd64", "version": "1.5.11-0ubuntu1~20.04.2" }, "fwupd-signed": { "arch": "amd64", "version": "1.27.1ubuntu5+1.5.11-0ubuntu1~20.04.2" }, "gawk": { "arch": "amd64", "version": "1:5.0.1+dfsg-1" }, "gcc-10-base": { "arch": "amd64", "version": "10.3.0-1ubuntu1~20.04" }, "gdisk": { "arch": "amd64", "version": "1.0.5-1" }, "gettext-base": { "arch": "amd64", "version": "0.19.8.1-10build1" }, "gir1.2-glib-2.0": { "arch": "amd64", "version": "1.64.1-1~ubuntu20.04.1" }, "gir1.2-packagekitglib-1.0": { "arch": "amd64", "version": "1.1.13-2ubuntu1.1" }, "git": { "arch": "amd64", "version": "1:2.25.1-1ubuntu3.2" }, "git-man": { "arch": "all", "version": "1:2.25.1-1ubuntu3.2" }, "glib-networking": { "arch": "amd64", "version": "2.64.2-1ubuntu0.1" }, "glib-networking-common": { "arch": "all", "version": "2.64.2-1ubuntu0.1" }, "glib-networking-services": { "arch": "amd64", "version": "2.64.2-1ubuntu0.1" }, "gnupg": { "arch": "all", "version": "2.2.19-3ubuntu2.1" }, "gnupg-l10n": { "arch": "all", "version": "2.2.19-3ubuntu2.1" }, "gnupg-utils": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "gpg": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "gpg-agent": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "gpg-wks-client": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "gpg-wks-server": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "gpgconf": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "gpgsm": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "gpgv": { "arch": "amd64", "version": "2.2.19-3ubuntu2.1" }, "grep": { "arch": "amd64", "version": "3.4-1" }, "groff-base": { "arch": "amd64", "version": "1.22.4-4build1" }, "grub-common": { "arch": "amd64", "version": "2.04-1ubuntu26.13" }, "grub-gfxpayload-lists": { "arch": "amd64", "version": "0.7" }, "grub-pc": { "arch": "amd64", "version": "2.04-1ubuntu26.13" }, "grub-pc-bin": { "arch": "amd64", "version": "2.04-1ubuntu26.13" }, "grub2-common": { "arch": "amd64", "version": "2.04-1ubuntu26.13" }, "gsettings-desktop-schemas": { "arch": "all", "version": "3.36.0-1ubuntu1" }, "gzip": { "arch": "amd64", "version": "1.10-0ubuntu4" }, "hdparm": { "arch": "amd64", "version": "9.58+ds-4" }, "hibagent": { "arch": "all", "version": "1.0.1-0ubuntu1" }, "hostname": { "arch": "amd64", "version": "3.23" }, "htop": { "arch": "amd64", "version": "2.2.0-2build1" }, "info": { "arch": "amd64", "version": "6.7.0.dfsg.2-5" }, "init": { "arch": "amd64", "version": "1.57" }, "init-system-helpers": { "arch": "all", "version": "1.57" }, "initramfs-tools": { "arch": "all", "version": "0.136ubuntu6.6" }, "initramfs-tools-bin": { "arch": "amd64", "version": "0.136ubuntu6.6" }, "initramfs-tools-core": { "arch": "all", "version": "0.136ubuntu6.6" }, "install-info": { "arch": "amd64", "version": "6.7.0.dfsg.2-5" }, "intel-microcode": { "arch": "amd64", "version": "3.20210608.0ubuntu0.20.04.1" }, "iproute2": { "arch": "amd64", "version": "5.5.0-1ubuntu1" }, "iptables": { "arch": "amd64", "version": "1.8.4-3ubuntu2" }, "iputils-ping": { "arch": "amd64", "version": "3:20190709-3" }, "iputils-tracepath": { "arch": "amd64", "version": "3:20190709-3" }, "irqbalance": { "arch": "amd64", "version": "1.6.0-3ubuntu1" }, "isc-dhcp-client": { "arch": "amd64", "version": "4.4.1-2.1ubuntu5.20.04.2" }, "isc-dhcp-common": { "arch": "amd64", "version": "4.4.1-2.1ubuntu5.20.04.2" }, "iso-codes": { "arch": "all", "version": "4.4-1" }, "iucode-tool": { "arch": "amd64", "version": "2.3.1-1" }, "kbd": { "arch": "amd64", "version": "2.0.4-4ubuntu2" }, "keyboard-configuration": { "arch": "all", "version": "1.194ubuntu3" }, "klibc-utils": { "arch": "amd64", "version": "2.0.7-1ubuntu5" }, "kmod": { "arch": "amd64", "version": "27-1ubuntu2" }, "kpartx": { "arch": "amd64", "version": "0.8.3-1ubuntu2" }, "krb5-locales": { "arch": "all", "version": "1.17-6ubuntu4.1" }, "landscape-common": { "arch": "amd64", "version": "19.12-0ubuntu4.2" }, "language-selector-common": { "arch": "all", "version": "0.204.2" }, "less": { "arch": "amd64", "version": "551-1ubuntu0.1" }, "libaccountsservice0": { "arch": "amd64", "version": "0.6.55-0ubuntu12~20.04.4" }, "libacl1": { "arch": "amd64", "version": "2.2.53-6" }, "libaio1": { "arch": "amd64", "version": "0.3.112-5" }, "libapparmor1": { "arch": "amd64", "version": "2.13.3-7ubuntu5.1" }, "libappstream4": { "arch": "amd64", "version": "0.12.10-2" }, "libapt-pkg6.0": { "arch": "amd64", "version": "2.0.6" }, "libarchive13": { "arch": "amd64", "version": "3.4.0-2ubuntu1" }, "libargon2-1": { "arch": "amd64", "version": "0~20171227-0.2" }, "libasn1-8-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "libasound2": { "arch": "amd64", "version": "1.2.2-2.1ubuntu2.4" }, "libasound2-data": { "arch": "all", "version": "1.2.2-2.1ubuntu2.4" }, "libassuan0": { "arch": "amd64", "version": "2.5.3-7ubuntu2" }, "libatasmart4": { "arch": "amd64", "version": "0.19-5" }, "libatm1": { "arch": "amd64", "version": "1:2.5.1-4" }, "libattr1": { "arch": "amd64", "version": "1:2.4.48-5" }, "libaudit-common": { "arch": "all", "version": "1:2.8.5-2ubuntu6" }, "libaudit1": { "arch": "amd64", "version": "1:2.8.5-2ubuntu6" }, "libblkid1": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "libblockdev-crypto2": { "arch": "amd64", "version": "2.23-2ubuntu3" }, "libblockdev-fs2": { "arch": "amd64", "version": "2.23-2ubuntu3" }, "libblockdev-loop2": { "arch": "amd64", "version": "2.23-2ubuntu3" }, "libblockdev-part-err2": { "arch": "amd64", "version": "2.23-2ubuntu3" }, "libblockdev-part2": { "arch": "amd64", "version": "2.23-2ubuntu3" }, "libblockdev-swap2": { "arch": "amd64", "version": "2.23-2ubuntu3" }, "libblockdev-utils2": { "arch": "amd64", "version": "2.23-2ubuntu3" }, "libblockdev2": { "arch": "amd64", "version": "2.23-2ubuntu3" }, "libbrotli1": { "arch": "amd64", "version": "1.0.7-6ubuntu0.1" }, "libbsd0": { "arch": "amd64", "version": "0.10.0-1" }, "libbz2-1.0": { "arch": "amd64", "version": "1.0.8-2" }, "libc-bin": { "arch": "amd64", "version": "2.31-0ubuntu9.2" }, "libc6": { "arch": "amd64", "version": "2.31-0ubuntu9.2" }, "libcanberra0": { "arch": "amd64", "version": "0.30-7ubuntu1" }, "libcap-ng0": { "arch": "amd64", "version": "0.7.9-2.1build1" }, "libcap2": { "arch": "amd64", "version": "1:2.32-1" }, "libcap2-bin": { "arch": "amd64", "version": "1:2.32-1" }, "libcbor0.6": { "arch": "amd64", "version": "0.6.0-0ubuntu1" }, "libcom-err2": { "arch": "amd64", "version": "1.45.5-2ubuntu1" }, "libcrypt1": { "arch": "amd64", "version": "1:4.4.10-10ubuntu4" }, "libcryptsetup12": { "arch": "amd64", "version": "2:2.2.2-3ubuntu2.3" }, "libcurl3-gnutls": { "arch": "amd64", "version": "7.68.0-1ubuntu2.7" }, "libcurl4": { "arch": "amd64", "version": "7.68.0-1ubuntu2.7" }, "libdb5.3": { "arch": "amd64", "version": "5.3.28+dfsg1-0.6ubuntu2" }, "libdbus-1-3": { "arch": "amd64", "version": "1.12.16-2ubuntu2.1" }, "libdconf1": { "arch": "amd64", "version": "0.36.0-1" }, "libdebconfclient0": { "arch": "amd64", "version": "0.251ubuntu1" }, "libdevmapper-event1.02.1": { "arch": "amd64", "version": "2:1.02.167-1ubuntu1" }, "libdevmapper1.02.1": { "arch": "amd64", "version": "2:1.02.167-1ubuntu1" }, "libdns-export1109": { "arch": "amd64", "version": "1:9.11.16+dfsg-3~ubuntu1" }, "libdrm-common": { "arch": "all", "version": "2.4.105-3~20.04.2" }, "libdrm2": { "arch": "amd64", "version": "2.4.105-3~20.04.2" }, "libeatmydata1": { "arch": "amd64", "version": "105-7" }, "libedit2": { "arch": "amd64", "version": "3.1-20191231-1" }, "libefiboot1": { "arch": "amd64", "version": "37-2ubuntu2.2" }, "libefivar1": { "arch": "amd64", "version": "37-2ubuntu2.2" }, "libelf1": { "arch": "amd64", "version": "0.176-1.1build1" }, "liberror-perl": { "arch": "all", "version": "0.17029-1" }, "libestr0": { "arch": "amd64", "version": "0.1.10-2.1" }, "libevent-2.1-7": { "arch": "amd64", "version": "2.1.11-stable-1" }, "libexpat1": { "arch": "amd64", "version": "2.2.9-1build1" }, "libext2fs2": { "arch": "amd64", "version": "1.45.5-2ubuntu1" }, "libfastjson4": { "arch": "amd64", "version": "0.99.8-2" }, "libfdisk1": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "libffi7": { "arch": "amd64", "version": "3.3-4" }, "libfido2-1": { "arch": "amd64", "version": "1.3.1-1ubuntu2" }, "libfl2": { "arch": "amd64", "version": "2.6.4-6.2" }, "libfreetype6": { "arch": "amd64", "version": "2.10.1-2ubuntu0.1" }, "libfribidi0": { "arch": "amd64", "version": "1.0.8-2" }, "libfuse2": { "arch": "amd64", "version": "2.9.9-3" }, "libfuse3-3": { "arch": "amd64", "version": "3.9.0-2" }, "libfwupd2": { "arch": "amd64", "version": "1.5.11-0ubuntu1~20.04.2" }, "libfwupdplugin1": { "arch": "amd64", "version": "1.5.11-0ubuntu1~20.04.2" }, "libgcab-1.0-0": { "arch": "amd64", "version": "1.4-1" }, "libgcc-s1": { "arch": "amd64", "version": "10.3.0-1ubuntu1~20.04" }, "libgcrypt20": { "arch": "amd64", "version": "1.8.5-5ubuntu1.1" }, "libgdbm-compat4": { "arch": "amd64", "version": "1.18.1-5" }, "libgdbm6": { "arch": "amd64", "version": "1.18.1-5" }, "libgirepository-1.0-1": { "arch": "amd64", "version": "1.64.1-1~ubuntu20.04.1" }, "libglib2.0-0": { "arch": "amd64", "version": "2.64.6-1~ubuntu20.04.4" }, "libglib2.0-bin": { "arch": "amd64", "version": "2.64.6-1~ubuntu20.04.4" }, "libglib2.0-data": { "arch": "all", "version": "2.64.6-1~ubuntu20.04.4" }, "libgmp10": { "arch": "amd64", "version": "2:6.2.0+dfsg-4" }, "libgnutls30": { "arch": "amd64", "version": "3.6.13-2ubuntu1.6" }, "libgpg-error0": { "arch": "amd64", "version": "1.37-1" }, "libgpgme11": { "arch": "amd64", "version": "1.13.1-7ubuntu2" }, "libgpm2": { "arch": "amd64", "version": "1.20.7-5" }, "libgssapi-krb5-2": { "arch": "amd64", "version": "1.17-6ubuntu4.1" }, "libgssapi3-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "libgstreamer1.0-0": { "arch": "amd64", "version": "1.16.2-2" }, "libgudev-1.0-0": { "arch": "amd64", "version": "1:233-1" }, "libgusb2": { "arch": "amd64", "version": "0.3.4-0.1" }, "libhcrypto4-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "libheimbase1-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "libheimntlm0-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "libhogweed5": { "arch": "amd64", "version": "3.5.1+really3.5.1-2ubuntu0.2" }, "libhx509-5-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "libicu66": { "arch": "amd64", "version": "66.1-2ubuntu2" }, "libidn2-0": { "arch": "amd64", "version": "2.2.0-2" }, "libip4tc2": { "arch": "amd64", "version": "1.8.4-3ubuntu2" }, "libip6tc2": { "arch": "amd64", "version": "1.8.4-3ubuntu2" }, "libisc-export1105": { "arch": "amd64", "version": "1:9.11.16+dfsg-3~ubuntu1" }, "libisns0": { "arch": "amd64", "version": "0.97-3" }, "libjcat1": { "arch": "amd64", "version": "0.1.3-2~ubuntu20.04.1" }, "libjson-c4": { "arch": "amd64", "version": "0.13.1+dfsg-7ubuntu0.3" }, "libjson-glib-1.0-0": { "arch": "amd64", "version": "1.4.4-2ubuntu2" }, "libjson-glib-1.0-common": { "arch": "all", "version": "1.4.4-2ubuntu2" }, "libk5crypto3": { "arch": "amd64", "version": "1.17-6ubuntu4.1" }, "libkeyutils1": { "arch": "amd64", "version": "1.6-6ubuntu1" }, "libklibc": { "arch": "amd64", "version": "2.0.7-1ubuntu5" }, "libkmod2": { "arch": "amd64", "version": "27-1ubuntu2" }, "libkrb5-26-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "libkrb5-3": { "arch": "amd64", "version": "1.17-6ubuntu4.1" }, "libkrb5support0": { "arch": "amd64", "version": "1.17-6ubuntu4.1" }, "libksba8": { "arch": "amd64", "version": "1.3.5-2" }, "libldap-2.4-2": { "arch": "amd64", "version": "2.4.49+dfsg-2ubuntu1.8" }, "libldap-common": { "arch": "all", "version": "2.4.49+dfsg-2ubuntu1.8" }, "liblmdb0": { "arch": "amd64", "version": "0.9.24-1" }, "liblocale-gettext-perl": { "arch": "amd64", "version": "1.07-4" }, "libltdl7": { "arch": "amd64", "version": "2.4.6-14" }, "liblvm2cmd2.03": { "arch": "amd64", "version": "2.03.07-1ubuntu1" }, "liblz4-1": { "arch": "amd64", "version": "1.9.2-2ubuntu0.20.04.1" }, "liblzma5": { "arch": "amd64", "version": "5.2.4-1ubuntu1" }, "liblzo2-2": { "arch": "amd64", "version": "2.10-2" }, "libmagic-mgc": { "arch": "amd64", "version": "1:5.38-4" }, "libmagic1": { "arch": "amd64", "version": "1:5.38-4" }, "libmaxminddb0": { "arch": "amd64", "version": "1.4.2-0ubuntu1.20.04.1" }, "libmnl0": { "arch": "amd64", "version": "1.0.4-2" }, "libmount1": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "libmpdec2": { "arch": "amd64", "version": "2.4.2-3" }, "libmpfr6": { "arch": "amd64", "version": "4.0.2-1" }, "libmspack0": { "arch": "amd64", "version": "0.10.1-2" }, "libncurses6": { "arch": "amd64", "version": "6.2-0ubuntu2" }, "libncursesw6": { "arch": "amd64", "version": "6.2-0ubuntu2" }, "libnetfilter-conntrack3": { "arch": "amd64", "version": "1.0.7-2" }, "libnetplan0": { "arch": "amd64", "version": "0.103-0ubuntu5~20.04.1" }, "libnettle7": { "arch": "amd64", "version": "3.5.1+really3.5.1-2ubuntu0.2" }, "libnewt0.52": { "arch": "amd64", "version": "0.52.21-4ubuntu2" }, "libnfnetlink0": { "arch": "amd64", "version": "1.0.1-3build1" }, "libnftnl11": { "arch": "amd64", "version": "1.1.5-1" }, "libnghttp2-14": { "arch": "amd64", "version": "1.40.0-1build1" }, "libnpth0": { "arch": "amd64", "version": "1.6-1" }, "libnspr4": { "arch": "amd64", "version": "2:4.25-1" }, "libnss-systemd": { "arch": "amd64", "version": "245.4-4ubuntu3.13" }, "libnss3": { "arch": "amd64", "version": "2:3.49.1-1ubuntu1.5" }, "libntfs-3g883": { "arch": "amd64", "version": "1:2017.3.23AR.3-3ubuntu1.1" }, "libnuma1": { "arch": "amd64", "version": "2.0.12-1" }, "libogg0": { "arch": "amd64", "version": "1.3.4-0ubuntu1" }, "libp11-kit0": { "arch": "amd64", "version": "0.23.20-1ubuntu0.1" }, "libpackagekit-glib2-18": { "arch": "amd64", "version": "1.1.13-2ubuntu1.1" }, "libpam-cap": { "arch": "amd64", "version": "1:2.32-1" }, "libpam-modules": { "arch": "amd64", "version": "1.3.1-5ubuntu4.3" }, "libpam-modules-bin": { "arch": "amd64", "version": "1.3.1-5ubuntu4.3" }, "libpam-runtime": { "arch": "all", "version": "1.3.1-5ubuntu4.3" }, "libpam-systemd": { "arch": "amd64", "version": "245.4-4ubuntu3.13" }, "libpam0g": { "arch": "amd64", "version": "1.3.1-5ubuntu4.3" }, "libparted-fs-resize0": { "arch": "amd64", "version": "3.3-4ubuntu0.20.04.1" }, "libparted2": { "arch": "amd64", "version": "3.3-4ubuntu0.20.04.1" }, "libpcap0.8": { "arch": "amd64", "version": "1.9.1-3" }, "libpci3": { "arch": "amd64", "version": "1:3.6.4-1ubuntu0.20.04.1" }, "libpcre2-8-0": { "arch": "amd64", "version": "10.34-7" }, "libpcre3": { "arch": "amd64", "version": "2:8.39-12build1" }, "libperl5.30": { "arch": "amd64", "version": "5.30.0-9ubuntu0.2" }, "libpipeline1": { "arch": "amd64", "version": "1.5.2-2build1" }, "libplymouth5": { "arch": "amd64", "version": "0.9.4git20200323-0ubuntu6.2" }, "libpng16-16": { "arch": "amd64", "version": "1.6.37-2" }, "libpolkit-agent-1-0": { "arch": "amd64", "version": "0.105-26ubuntu1.1" }, "libpolkit-gobject-1-0": { "arch": "amd64", "version": "0.105-26ubuntu1.1" }, "libpopt0": { "arch": "amd64", "version": "1.16-14" }, "libprocps8": { "arch": "amd64", "version": "2:3.3.16-1ubuntu2.3" }, "libproxy1v5": { "arch": "amd64", "version": "0.4.15-10ubuntu1.2" }, "libpsl5": { "arch": "amd64", "version": "0.21.0-1ubuntu1" }, "libpython3-stdlib": { "arch": "amd64", "version": "3.8.2-0ubuntu2" }, "libpython3.8": { "arch": "amd64", "version": "3.8.10-0ubuntu1~20.04.1" }, "libpython3.8-minimal": { "arch": "amd64", "version": "3.8.10-0ubuntu1~20.04.1" }, "libpython3.8-stdlib": { "arch": "amd64", "version": "3.8.10-0ubuntu1~20.04.1" }, "libreadline5": { "arch": "amd64", "version": "5.2+dfsg-3build3" }, "libreadline8": { "arch": "amd64", "version": "8.0-4" }, "libroken18-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "librtmp1": { "arch": "amd64", "version": "2.4+20151223.gitfa8646d.1-2build1" }, "libsasl2-2": { "arch": "amd64", "version": "2.1.27+dfsg-2" }, "libsasl2-modules": { "arch": "amd64", "version": "2.1.27+dfsg-2" }, "libsasl2-modules-db": { "arch": "amd64", "version": "2.1.27+dfsg-2" }, "libseccomp2": { "arch": "amd64", "version": "2.5.1-1ubuntu1~20.04.1" }, "libselinux1": { "arch": "amd64", "version": "3.0-1build2" }, "libsemanage-common": { "arch": "all", "version": "3.0-1build2" }, "libsemanage1": { "arch": "amd64", "version": "3.0-1build2" }, "libsepol1": { "arch": "amd64", "version": "3.0-1" }, "libsgutils2-2": { "arch": "amd64", "version": "1.44-1ubuntu2" }, "libsigsegv2": { "arch": "amd64", "version": "2.12-2" }, "libslang2": { "arch": "amd64", "version": "2.3.2-4" }, "libsmartcols1": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "libsmbios-c2": { "arch": "amd64", "version": "2.4.3-1" }, "libsodium23": { "arch": "amd64", "version": "1.0.18-1" }, "libsoup2.4-1": { "arch": "amd64", "version": "2.70.0-1" }, "libsqlite3-0": { "arch": "amd64", "version": "3.31.1-4ubuntu0.2" }, "libss2": { "arch": "amd64", "version": "1.45.5-2ubuntu1" }, "libssh-4": { "arch": "amd64", "version": "0.9.3-2ubuntu2.2" }, "libssl1.1": { "arch": "amd64", "version": "1.1.1f-1ubuntu2.8" }, "libstdc++6": { "arch": "amd64", "version": "10.3.0-1ubuntu1~20.04" }, "libstemmer0d": { "arch": "amd64", "version": "0+svn585-2" }, "libsystemd0": { "arch": "amd64", "version": "245.4-4ubuntu3.13" }, "libtasn1-6": { "arch": "amd64", "version": "4.16.0-2" }, "libtdb1": { "arch": "amd64", "version": "1.4.2-3build1" }, "libtext-charwidth-perl": { "arch": "amd64", "version": "0.04-10" }, "libtext-iconv-perl": { "arch": "amd64", "version": "1.7-7" }, "libtext-wrapi18n-perl": { "arch": "all", "version": "0.06-9" }, "libtinfo6": { "arch": "amd64", "version": "6.2-0ubuntu2" }, "libtss2-esys0": { "arch": "amd64", "version": "2.3.2-1" }, "libuchardet0": { "arch": "amd64", "version": "0.0.6-3build1" }, "libudev1": { "arch": "amd64", "version": "245.4-4ubuntu3.13" }, "libudisks2-0": { "arch": "amd64", "version": "2.8.4-1ubuntu2" }, "libunistring2": { "arch": "amd64", "version": "0.9.10-2" }, "libunwind8": { "arch": "amd64", "version": "1.2.1-9build1" }, "liburcu6": { "arch": "amd64", "version": "0.11.1-2" }, "libusb-1.0-0": { "arch": "amd64", "version": "2:1.0.23-2build1" }, "libutempter0": { "arch": "amd64", "version": "1.1.6-4" }, "libuuid1": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "libuv1": { "arch": "amd64", "version": "1.34.2-1ubuntu1.3" }, "libvolume-key1": { "arch": "amd64", "version": "0.3.12-3.1" }, "libvorbis0a": { "arch": "amd64", "version": "1.3.6-2ubuntu1" }, "libvorbisfile3": { "arch": "amd64", "version": "1.3.6-2ubuntu1" }, "libwind0-heimdal": { "arch": "amd64", "version": "7.7.0+dfsg-1ubuntu1" }, "libwrap0": { "arch": "amd64", "version": "7.6.q-30" }, "libx11-6": { "arch": "amd64", "version": "2:1.6.9-2ubuntu1.2" }, "libx11-data": { "arch": "all", "version": "2:1.6.9-2ubuntu1.2" }, "libxau6": { "arch": "amd64", "version": "1:1.0.9-0ubuntu1" }, "libxcb1": { "arch": "amd64", "version": "1.14-2" }, "libxdmcp6": { "arch": "amd64", "version": "1:1.1.3-0ubuntu1" }, "libxext6": { "arch": "amd64", "version": "2:1.3.4-0ubuntu1" }, "libxml2": { "arch": "amd64", "version": "2.9.10+dfsg-5ubuntu0.20.04.1" }, "libxmlb1": { "arch": "amd64", "version": "0.1.15-2ubuntu1~20.04.1" }, "libxmlsec1": { "arch": "amd64", "version": "1.2.28-2" }, "libxmlsec1-openssl": { "arch": "amd64", "version": "1.2.28-2" }, "libxmuu1": { "arch": "amd64", "version": "2:1.1.3-0ubuntu1" }, "libxslt1.1": { "arch": "amd64", "version": "1.1.34-4" }, "libxtables12": { "arch": "amd64", "version": "1.8.4-3ubuntu2" }, "libyaml-0-2": { "arch": "amd64", "version": "0.2.2-1" }, "libzstd1": { "arch": "amd64", "version": "1.4.4+dfsg-3ubuntu0.1" }, "linux-aws": { "arch": "amd64", "version": "5.11.0.1020.21~20.04.19" }, "linux-aws-5.11-headers-5.11.0-1020": { "arch": "all", "version": "5.11.0-1020.21~20.04.2" }, "linux-base": { "arch": "all", "version": "4.5ubuntu3.6" }, "linux-headers-5.11.0-1020-aws": { "arch": "amd64", "version": "5.11.0-1020.21~20.04.2" }, "linux-headers-aws": { "arch": "amd64", "version": "5.11.0.1020.21~20.04.19" }, "linux-image-5.11.0-1020-aws": { "arch": "amd64", "version": "5.11.0-1020.21~20.04.2" }, "linux-image-aws": { "arch": "amd64", "version": "5.11.0.1020.21~20.04.19" }, "linux-modules-5.11.0-1020-aws": { "arch": "amd64", "version": "5.11.0-1020.21~20.04.2" }, "locales": { "arch": "all", "version": "2.31-0ubuntu9.2" }, "login": { "arch": "amd64", "version": "1:4.8.1-1ubuntu5.20.04.1" }, "logrotate": { "arch": "amd64", "version": "3.14.0-4ubuntu3" }, "logsave": { "arch": "amd64", "version": "1.45.5-2ubuntu1" }, "lsb-base": { "arch": "all", "version": "11.1.0ubuntu2" }, "lsb-release": { "arch": "all", "version": "11.1.0ubuntu2" }, "lshw": { "arch": "amd64", "version": "02.18.85-0.3ubuntu2.20.04.1" }, "lsof": { "arch": "amd64", "version": "4.93.2+dfsg-1ubuntu0.20.04.1" }, "ltrace": { "arch": "amd64", "version": "0.7.3-6.1ubuntu1" }, "lvm2": { "arch": "amd64", "version": "2.03.07-1ubuntu1" }, "lxd-agent-loader": { "arch": "all", "version": "0.4" }, "lz4": { "arch": "amd64", "version": "1.9.2-2ubuntu0.20.04.1" }, "man-db": { "arch": "amd64", "version": "2.9.1-1" }, "manpages": { "arch": "all", "version": "5.05-1" }, "mawk": { "arch": "amd64", "version": "1.3.4.20200120-2" }, "mdadm": { "arch": "amd64", "version": "4.1-5ubuntu1.2" }, "microcode-initrd": { "arch": "amd64", "version": "2~20.04.0" }, "mime-support": { "arch": "all", "version": "3.64ubuntu1" }, "motd-news-config": { "arch": "all", "version": "11ubuntu5.4" }, "mount": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "mtr-tiny": { "arch": "amd64", "version": "0.93-1" }, "multipath-tools": { "arch": "amd64", "version": "0.8.3-1ubuntu2" }, "nano": { "arch": "amd64", "version": "4.8-1ubuntu1" }, "ncurses-base": { "arch": "all", "version": "6.2-0ubuntu2" }, "ncurses-bin": { "arch": "amd64", "version": "6.2-0ubuntu2" }, "ncurses-term": { "arch": "all", "version": "6.2-0ubuntu2" }, "netbase": { "arch": "all", "version": "6.1" }, "netcat-openbsd": { "arch": "amd64", "version": "1.206-1ubuntu1" }, "netplan.io": { "arch": "amd64", "version": "0.103-0ubuntu5~20.04.1" }, "networkd-dispatcher": { "arch": "all", "version": "2.1-2~ubuntu20.04.1" }, "ntfs-3g": { "arch": "amd64", "version": "1:2017.3.23AR.3-3ubuntu1.1" }, "open-iscsi": { "arch": "amd64", "version": "2.0.874-7.1ubuntu6.2" }, "open-vm-tools": { "arch": "amd64", "version": "2:11.0.5-4" }, "openssh-client": { "arch": "amd64", "version": "1:8.2p1-4ubuntu0.3" }, "openssh-server": { "arch": "amd64", "version": "1:8.2p1-4ubuntu0.3" }, "openssh-sftp-server": { "arch": "amd64", "version": "1:8.2p1-4ubuntu0.3" }, "openssl": { "arch": "amd64", "version": "1.1.1f-1ubuntu2.8" }, "os-prober": { "arch": "amd64", "version": "1.74ubuntu2" }, "overlayroot": { "arch": "all", "version": "0.45ubuntu1" }, "packagekit": { "arch": "amd64", "version": "1.1.13-2ubuntu1.1" }, "packagekit-tools": { "arch": "amd64", "version": "1.1.13-2ubuntu1.1" }, "parted": { "arch": "amd64", "version": "3.3-4ubuntu0.20.04.1" }, "passwd": { "arch": "amd64", "version": "1:4.8.1-1ubuntu5.20.04.1" }, "pastebinit": { "arch": "all", "version": "1.5.1-1" }, "patch": { "arch": "amd64", "version": "2.7.6-6" }, "pci.ids": { "arch": "all", "version": "0.0~2020.03.20-1" }, "pciutils": { "arch": "amd64", "version": "1:3.6.4-1ubuntu0.20.04.1" }, "perl": { "arch": "amd64", "version": "5.30.0-9ubuntu0.2" }, "perl-base": { "arch": "amd64", "version": "5.30.0-9ubuntu0.2" }, "perl-modules-5.30": { "arch": "all", "version": "5.30.0-9ubuntu0.2" }, "pinentry-curses": { "arch": "amd64", "version": "1.1.0-3build1" }, "plymouth": { "arch": "amd64", "version": "0.9.4git20200323-0ubuntu6.2" }, "plymouth-theme-ubuntu-text": { "arch": "amd64", "version": "0.9.4git20200323-0ubuntu6.2" }, "policykit-1": { "arch": "amd64", "version": "0.105-26ubuntu1.1" }, "pollinate": { "arch": "all", "version": "4.33-3ubuntu1.20.04.1" }, "popularity-contest": { "arch": "all", "version": "1.69ubuntu1" }, "powermgmt-base": { "arch": "all", "version": "1.36" }, "procps": { "arch": "amd64", "version": "2:3.3.16-1ubuntu2.3" }, "psmisc": { "arch": "amd64", "version": "23.3-1" }, "publicsuffix": { "arch": "all", "version": "20200303.0012-1" }, "python-apt-common": { "arch": "all", "version": "2.0.0ubuntu0.20.04.6" }, "python3": { "arch": "amd64", "version": "3.8.2-0ubuntu2" }, "python3-apport": { "arch": "all", "version": "2.20.11-0ubuntu27.20" }, "python3-apt": { "arch": "amd64", "version": "2.0.0ubuntu0.20.04.6" }, "python3-attr": { "arch": "all", "version": "19.3.0-2" }, "python3-automat": { "arch": "all", "version": "0.8.0-1ubuntu1" }, "python3-blinker": { "arch": "all", "version": "1.4+dfsg1-0.3ubuntu1" }, "python3-certifi": { "arch": "all", "version": "2019.11.28-1" }, "python3-cffi-backend": { "arch": "amd64", "version": "1.14.0-1build1" }, "python3-chardet": { "arch": "all", "version": "3.0.4-4build1" }, "python3-click": { "arch": "all", "version": "7.0-3" }, "python3-colorama": { "arch": "all", "version": "0.4.3-1build1" }, "python3-commandnotfound": { "arch": "all", "version": "20.04.4" }, "python3-configobj": { "arch": "all", "version": "5.0.6-4" }, "python3-constantly": { "arch": "all", "version": "15.1.0-1build1" }, "python3-cryptography": { "arch": "amd64", "version": "2.8-3ubuntu0.1" }, "python3-dbus": { "arch": "amd64", "version": "1.2.16-1build1" }, "python3-debconf": { "arch": "all", "version": "1.5.73" }, "python3-debian": { "arch": "all", "version": "0.1.36ubuntu1" }, "python3-distro": { "arch": "all", "version": "1.4.0-1" }, "python3-distro-info": { "arch": "all", "version": "0.23ubuntu1" }, "python3-distupgrade": { "arch": "all", "version": "1:20.04.36" }, "python3-distutils": { "arch": "all", "version": "3.8.10-0ubuntu1~20.04" }, "python3-entrypoints": { "arch": "all", "version": "0.3-2ubuntu1" }, "python3-gdbm": { "arch": "amd64", "version": "3.8.10-0ubuntu1~20.04" }, "python3-gi": { "arch": "amd64", "version": "3.36.0-1" }, "python3-hamcrest": { "arch": "all", "version": "1.9.0-3" }, "python3-httplib2": { "arch": "all", "version": "0.14.0-1ubuntu1" }, "python3-hyperlink": { "arch": "all", "version": "19.0.0-1" }, "python3-idna": { "arch": "all", "version": "2.8-1" }, "python3-importlib-metadata": { "arch": "all", "version": "1.5.0-1" }, "python3-incremental": { "arch": "all", "version": "16.10.1-3.2" }, "python3-jinja2": { "arch": "all", "version": "2.10.1-2" }, "python3-json-pointer": { "arch": "all", "version": "2.0-0ubuntu1" }, "python3-jsonpatch": { "arch": "all", "version": "1.23-3" }, "python3-jsonschema": { "arch": "all", "version": "3.2.0-0ubuntu2" }, "python3-jwt": { "arch": "all", "version": "1.7.1-2ubuntu2" }, "python3-keyring": { "arch": "all", "version": "18.0.1-2ubuntu1" }, "python3-launchpadlib": { "arch": "all", "version": "1.10.13-1" }, "python3-lazr.restfulclient": { "arch": "all", "version": "0.14.2-2build1" }, "python3-lazr.uri": { "arch": "all", "version": "1.0.3-4build1" }, "python3-lib2to3": { "arch": "all", "version": "3.8.10-0ubuntu1~20.04" }, "python3-markupsafe": { "arch": "amd64", "version": "1.1.0-1build2" }, "python3-minimal": { "arch": "amd64", "version": "3.8.2-0ubuntu2" }, "python3-more-itertools": { "arch": "all", "version": "4.2.0-1build1" }, "python3-nacl": { "arch": "amd64", "version": "1.3.0-5" }, "python3-netifaces": { "arch": "amd64", "version": "0.10.4-1ubuntu4" }, "python3-newt": { "arch": "amd64", "version": "0.52.21-4ubuntu2" }, "python3-oauthlib": { "arch": "all", "version": "3.1.0-1ubuntu2" }, "python3-openssl": { "arch": "all", "version": "19.0.0-1build1" }, "python3-pexpect": { "arch": "all", "version": "4.6.0-1build1" }, "python3-pkg-resources": { "arch": "all", "version": "45.2.0-1" }, "python3-problem-report": { "arch": "all", "version": "2.20.11-0ubuntu27.20" }, "python3-ptyprocess": { "arch": "all", "version": "0.6.0-1ubuntu1" }, "python3-pyasn1": { "arch": "all", "version": "0.4.2-3build1" }, "python3-pyasn1-modules": { "arch": "all", "version": "0.2.1-0.2build1" }, "python3-pymacaroons": { "arch": "all", "version": "0.13.0-3" }, "python3-pyrsistent": { "arch": "amd64", "version": "0.15.5-1build1" }, "python3-requests": { "arch": "all", "version": "2.22.0-2ubuntu1" }, "python3-requests-unixsocket": { "arch": "all", "version": "0.2.0-2" }, "python3-secretstorage": { "arch": "all", "version": "2.3.1-2ubuntu1" }, "python3-serial": { "arch": "all", "version": "3.4-5.1" }, "python3-service-identity": { "arch": "all", "version": "18.1.0-5build1" }, "python3-setuptools": { "arch": "all", "version": "45.2.0-1" }, "python3-simplejson": { "arch": "amd64", "version": "3.16.0-2ubuntu2" }, "python3-six": { "arch": "all", "version": "1.14.0-2" }, "python3-software-properties": { "arch": "all", "version": "0.98.9.5" }, "python3-systemd": { "arch": "amd64", "version": "234-3build2" }, "python3-twisted": { "arch": "all", "version": "18.9.0-11ubuntu0.20.04.1" }, "python3-twisted-bin": { "arch": "amd64", "version": "18.9.0-11ubuntu0.20.04.1" }, "python3-update-manager": { "arch": "all", "version": "1:20.04.10.9" }, "python3-urllib3": { "arch": "all", "version": "1.25.8-2ubuntu0.1" }, "python3-wadllib": { "arch": "all", "version": "1.3.3-3build1" }, "python3-yaml": { "arch": "amd64", "version": "5.3.1-1ubuntu0.1" }, "python3-zipp": { "arch": "all", "version": "1.0.0-1" }, "python3-zope.interface": { "arch": "amd64", "version": "4.7.1-1" }, "python3.8": { "arch": "amd64", "version": "3.8.10-0ubuntu1~20.04.1" }, "python3.8-minimal": { "arch": "amd64", "version": "3.8.10-0ubuntu1~20.04.1" }, "readline-common": { "arch": "all", "version": "8.0-4" }, "rsync": { "arch": "amd64", "version": "3.1.3-8" }, "rsyslog": { "arch": "amd64", "version": "8.2001.0-1ubuntu1.1" }, "run-one": { "arch": "all", "version": "1.17-0ubuntu1" }, "sbsigntool": { "arch": "amd64", "version": "0.9.2-2ubuntu1" }, "screen": { "arch": "amd64", "version": "4.8.0-1ubuntu0.1" }, "secureboot-db": { "arch": "amd64", "version": "1.5" }, "sed": { "arch": "amd64", "version": "4.7-1" }, "sensible-utils": { "arch": "all", "version": "0.0.12+nmu1" }, "sg3-utils": { "arch": "amd64", "version": "1.44-1ubuntu2" }, "sg3-utils-udev": { "arch": "all", "version": "1.44-1ubuntu2" }, "shared-mime-info": { "arch": "amd64", "version": "1.15-1" }, "snapd": { "arch": "amd64", "version": "2.51.1+20.04ubuntu2" }, "software-properties-common": { "arch": "all", "version": "0.98.9.5" }, "sosreport": { "arch": "amd64", "version": "4.1-1ubuntu0.20.04.3" }, "sound-theme-freedesktop": { "arch": "all", "version": "0.8-2ubuntu1" }, "squashfs-tools": { "arch": "amd64", "version": "1:4.4-1ubuntu0.3" }, "ssh-import-id": { "arch": "all", "version": "5.10-0ubuntu1" }, "strace": { "arch": "amd64", "version": "5.5-3ubuntu1" }, "sudo": { "arch": "amd64", "version": "1.8.31-1ubuntu1.2" }, "systemd": { "arch": "amd64", "version": "245.4-4ubuntu3.13" }, "systemd-sysv": { "arch": "amd64", "version": "245.4-4ubuntu3.13" }, "systemd-timesyncd": { "arch": "amd64", "version": "245.4-4ubuntu3.13" }, "sysvinit-utils": { "arch": "amd64", "version": "2.96-2.1ubuntu1" }, "tar": { "arch": "amd64", "version": "1.30+dfsg-7ubuntu0.20.04.1" }, "tcpdump": { "arch": "amd64", "version": "4.9.3-4" }, "telnet": { "arch": "amd64", "version": "0.17-41.2build1" }, "thin-provisioning-tools": { "arch": "amd64", "version": "0.8.5-4build1" }, "time": { "arch": "amd64", "version": "1.7-25.1build1" }, "tmux": { "arch": "amd64", "version": "3.0a-2ubuntu0.3" }, "tpm-udev": { "arch": "all", "version": "0.4" }, "tzdata": { "arch": "all", "version": "2021a-2ubuntu0.20.04" }, "ubuntu-advantage-tools": { "arch": "amd64", "version": "27.2.2~20.04.1" }, "ubuntu-keyring": { "arch": "all", "version": "2020.02.11.4" }, "ubuntu-minimal": { "arch": "amd64", "version": "1.450.2" }, "ubuntu-release-upgrader-core": { "arch": "all", "version": "1:20.04.36" }, "ubuntu-server": { "arch": "amd64", "version": "1.450.2" }, "ubuntu-standard": { "arch": "amd64", "version": "1.450.2" }, "ucf": { "arch": "all", "version": "3.0038+nmu1" }, "udev": { "arch": "amd64", "version": "245.4-4ubuntu3.13" }, "udisks2": { "arch": "amd64", "version": "2.8.4-1ubuntu2" }, "ufw": { "arch": "all", "version": "0.36-6" }, "unattended-upgrades": { "arch": "all", "version": "2.3ubuntu0.1" }, "update-manager-core": { "arch": "all", "version": "1:20.04.10.9" }, "update-notifier-common": { "arch": "all", "version": "3.192.30.9" }, "usb.ids": { "arch": "all", "version": "2020.03.19-1" }, "usbutils": { "arch": "amd64", "version": "1:012-2" }, "util-linux": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "uuid-runtime": { "arch": "amd64", "version": "2.34-0.1ubuntu9.1" }, "vim": { "arch": "amd64", "version": "2:8.1.2269-1ubuntu5.3" }, "vim-common": { "arch": "all", "version": "2:8.1.2269-1ubuntu5.3" }, "vim-runtime": { "arch": "all", "version": "2:8.1.2269-1ubuntu5.3" }, "vim-tiny": { "arch": "amd64", "version": "2:8.1.2269-1ubuntu5.3" }, "wget": { "arch": "amd64", "version": "1.20.3-1ubuntu1" }, "whiptail": { "arch": "amd64", "version": "0.52.21-4ubuntu2" }, "xauth": { "arch": "amd64", "version": "1:1.1-0ubuntu1" }, "xdg-user-dirs": { "arch": "amd64", "version": "0.17-2ubuntu1" }, "xfsprogs": { "arch": "amd64", "version": "5.3.0-1ubuntu2" }, "xkb-data": { "arch": "all", "version": "2.29-2" }, "xxd": { "arch": "amd64", "version": "2:8.1.2269-1ubuntu5.3" }, "xz-utils": { "arch": "amd64", "version": "5.2.4-1ubuntu1" }, "zerofree": { "arch": "amd64", "version": "1.1.1-1" }, "zlib1g": { "arch": "amd64", "version": "1:1.2.11.dfsg-2ubuntu1.2" } }, "platform": "ubuntu", "platform_family": "debian", "platform_version": "20.04", "root_group": "root", "shard_seed": 174433164, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/bash", "/bin/rbash", "/usr/bin/rbash", "/bin/dash", "/usr/bin/dash", "/usr/bin/tmux", "/usr/bin/screen" ], "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/windows/000077500000000000000000000000001417433310300210435ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/platforms/windows/10.json000066400000000000000000000313341417433310300221620ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib", "version": "14.10.9" }, "ohai": { "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai", "version": "14.8.10" } }, "command": { }, "counters": { "network": { "interfaces": { "0xe": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "A:": { "fs_type": "", "kb_available": 0, "kb_size": 0, "kb_used": 0, "mount": "A:", "percent_used": 0, "volume_name": "" }, "C:": { "fs_type": "ntfs", "kb_available": 122320953, "kb_size": 136363110, "kb_used": 14042157, "mount": "C:", "percent_used": 10, "volume_name": "" }, "D:": { "encryption_status": "FullyDecrypted", "fs_type": "ntfs", "kb_available": 51570606, "kb_size": 53685972, "kb_used": 2115366, "mount": "D:", "percent_used": 3, "volume_name": "temporary storage" }, "E:": { "fs_type": "", "kb_available": 0, "kb_size": 0, "kb_used": 0, "mount": "E:", "percent_used": 0, "volume_name": "" } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "cs_info": { "admin_password_status": 3, "automatic_managed_pagefile": false, "automatic_reset_boot_option": true, "automatic_reset_capability": true, "boot_option_on_limit": 0, "boot_option_on_watch_dog": 0, "boot_rom_supported": true, "boot_status": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "bootup_state": "Normal boot", "caption": "win10", "chassis_bootup_state": 3, "chassis_sku_number": null, "current_time_zone": 0, "daylight_in_effect": null, "description": "AT/AT COMPATIBLE", "dns_host_name": "win10", "domain": "WORKGROUP", "domain_role": 0, "enable_daylight_savings_time": true, "front_panel_reset_status": 3, "hypervisor_present": true, "infrared_supported": false, "initial_load_info": null, "install_date": null, "keyboard_password_status": 3, "last_load_info": null, "manufacturer": "Microsoft Corporation", "model": "Virtual Machine", "name": "win10", "name_format": null, "network_server_mode_enabled": true, "number_of_logical_processors": 2, "number_of_processors": 1, "oem_string_array": [ "[MS_VM_CERT/SHA1/9b80ca0d5dd061ec9da4e494f4c3fd1196270c22]", "00000000000000000000000000000000", "To be filed by MSFT" ], "part_of_domain": false, "pause_after_reset": "3932100000", "pc_system_type": 1, "pc_system_type_ex": 1, "power_management_capabilities": null, "power_management_supported": null, "power_on_password_status": 3, "power_state": 0, "power_supply_state": 3, "primary_owner_contact": null, "primary_owner_name": null, "reset_capability": 1, "reset_count": -1, "reset_limit": -1, "roles": [ "LM_Workstation", "LM_Server", "NT" ], "status": "OK", "support_contact_description": null, "system_family": null, "system_sku_number": null, "system_startup_delay": null, "system_startup_options": null, "system_startup_setting": null, "system_type": "x64-based PC", "thermal_state": 1, "total_physical_memory": "8589463552", "user_name": null, "wake_up_type": 6, "workgroup": "WORKGROUP" }, "machine": "x86_64", "name": "Microsoft Windows 10 Education N", "os": "WINNT", "os_info": { "boot_device": "\\Device\\HarddiskVolume1", "build_number": "17763", "build_type": "Multiprocessor Free", "caption": "Microsoft Windows 10 Education N", "code_set": "1252", "country_code": "1", "cs_name": "win10", "csd_version": null, "current_time_zone": 0, "data_execution_prevention_32_bit_applications": true, "data_execution_prevention_available": true, "data_execution_prevention_drivers": true, "data_execution_prevention_support_policy": 2, "debug": false, "description": "", "distributed": false, "encryption_level": 256, "foreground_application_boost": 2, "install_date": "20190130214734.000000+000", "large_system_cache": null, "last_boot_up_time": "20190130214257.459403+000", "local_date_time": "20190130221336.518000+000", "locale": "0409", "manufacturer": "Microsoft Corporation", "max_number_of_processes": -1, "max_process_memory_size": "137438953344", "mui_languages": [ "en-US" ], "name": "Microsoft Windows 10 Education N|C:\\Windows|\\Device\\Harddisk0\\Partition1", "number_of_licensed_users": 0, "number_of_processes": 159, "number_of_users": 1, "operating_system_sku": 122, "organization": null, "os_architecture": "64-bit", "os_language": 1033, "os_product_suite": 256, "os_type": 18, "other_type_description": null, "pae_enabled": null, "plus_product_id": null, "plus_version_number": null, "portable_operating_system": false, "primary": true, "product_type": 1, "registered_user": null, "serial_number": "00328-60000-00001-AA228", "service_pack_major_version": 0, "service_pack_minor_version": 0, "size_stored_in_paging_files": "1966080", "status": "OK", "suite_mask": 272, "system_device": "\\Device\\HarddiskVolume1", "system_directory": "C:\\Windows\\system32", "system_drive": "C:", "total_visible_memory_size": "8388148", "version": "10.0.17763", "windows_directory": "C:\\Windows" }, "product_type": "Workstation", "release": "10.0.17763", "server_core": false, "system_type": "Desktop", "version": "10.0.17763 Build 17763" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": { "build_version": "10.0.17763.134", "clr_version": "4.0.30319.42000", "compatible_versions": [ "1.0", "2.0", "3.0", "4.0", "5.0", "5.1.17763.134" ], "remoting_protocol_version": "2.3", "serialization_version": "1.1.0.1", "version": "5.1.17763.134", "ws_man_stack_version": "3.0" }, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "0xe", "interfaces": { "0xe": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "netmask": "255.255.255.0", "prefixlen": "24" }, "11:11:11:11:11:11": { "family": "lladdr" } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "configuration": { "caption": "[00000012] Ethernet Adapter", "database_path": "%SystemRoot%\\System32\\drivers\\etc", "default_ip_gateway": [ "default_gateway" ], "description": "Ethernet Adapter", "dhcp_enabled": false, "dns_domain_suffix_search_order": [ ], "dns_enabled_for_wins_resolution": false, "dns_host_name": "Fauxhai", "domain_dns_registration_enabled": false, "full_dns_registration_enabled": true, "gateway_cost_metric": [ 0 ], "index": 12, "interface_index": 14, "ip_address": [ "10.0.0.2" ], "ip_connection_metric": 5, "ip_enabled": true, "ip_filter_security_enabled": false, "ip_sec_permit_ip_protocols": [ ], "ip_sec_permit_tcp_ports": [ ], "ip_sec_permit_udp_ports": [ ], "ip_subnet": [ "255.255.255.0", "64" ], "mac_address": "11:11:11:11:11:11", "service_name": "netkvm", "setting_id": "{00000000-0000-0000-0000-000000000000}", "tcp_window_size": 64240, "tcpip_netbios_options": 0, "wins_enable_lm_hosts_lookup": true, "wins_scope_id": "" }, "counters": { }, "encapsulation": "Ethernet", "instance": { "adapter_type": "Ethernet 802.3", "adapter_type_id": 0, "availability": 3, "caption": "[00000012] Ethernet Adapter", "config_manager_error_code": 0, "config_manager_user_config": false, "creation_class_name": "Win32_NetworkAdapter", "description": "Ethernet Adapter", "device_id": "12", "guid": "{00000000-0000-0000-0000-000000000000}", "index": 12, "installed": true, "interface_index": 14, "mac_address": "11:11:11:11:11:11", "manufacturer": "", "max_number_controlled": 0, "name": "Ethernet Adapter", "net_connection_id": "Ethernet", "net_connection_status": 2, "net_enabled": true, "physical_adapter": true, "pnp_device_id": "PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00", "power_management_supported": false, "product_name": "Ethernet Adapter", "service_name": "netkvm", "speed": "10000000000", "system_creation_class_name": "Win32_ComputerSystem", "system_name": "Fauxhai", "time_of_last_reset": "20000101000001.000000+000" }, "type": "Ethernet 802.3" } } }, "ohai_time": 1548886420.420179, "os": "windows", "os_version": "10.0.17763", "packages": { "Chef Client v14.10.9": { "installdate": "20190130", "publisher": "Chef Software, Inc.", "version": "14.10.9.1" } }, "platform": "windows", "platform_family": "windows", "platform_version": "10.0.17763", "root_group": "Administrators", "shard_seed": 111319863, "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/windows/2012.json000066400000000000000000000304761417433310300223340ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib", "version": "14.10.9" }, "ohai": { "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai", "version": "14.8.10" } }, "command": { }, "counters": { "network": { "interfaces": { "0xe": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "C:": { "fs_type": "ntfs", "kb_available": 4132487, "kb_size": 31843151, "kb_used": 27710664, "mount": "C:", "percent_used": 87, "volume_name": "" } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "cs_info": { "admin_password_status": 3, "automatic_managed_pagefile": false, "automatic_reset_boot_option": true, "automatic_reset_capability": true, "boot_option_on_limit": null, "boot_option_on_watch_dog": null, "boot_rom_supported": true, "bootup_state": "Normal boot", "caption": "WIN-326UMSID2AK", "chassis_bootup_state": 3, "current_time_zone": 0, "daylight_in_effect": null, "description": "AT/AT COMPATIBLE", "dns_host_name": "WIN-326UMSID2AK", "domain": "WORKGROUP", "domain_role": 2, "enable_daylight_savings_time": true, "front_panel_reset_status": 3, "hypervisor_present": true, "infrared_supported": false, "initial_load_info": null, "install_date": null, "keyboard_password_status": 3, "last_load_info": null, "manufacturer": "Amazon EC2", "model": "t3.large", "name": "WIN-326UMSID2AK", "name_format": null, "network_server_mode_enabled": true, "number_of_logical_processors": 2, "number_of_processors": 1, "oem_string_array": null, "part_of_domain": false, "pause_after_reset": "-1", "pc_system_type": 1, "power_management_capabilities": null, "power_management_supported": null, "power_on_password_status": 3, "power_state": 0, "power_supply_state": 3, "primary_owner_contact": null, "primary_owner_name": "EC2", "reset_capability": 1, "reset_count": -1, "reset_limit": -1, "roles": [ "LM_Workstation", "LM_Server", "NT", "Server_NT" ], "status": "OK", "support_contact_description": null, "system_startup_delay": null, "system_startup_options": null, "system_startup_setting": null, "system_type": "x64-based PC", "thermal_state": 3, "total_physical_memory": "8482549760", "user_name": null, "wake_up_type": 6, "workgroup": "WORKGROUP" }, "machine": "x86_64", "name": "Microsoft Windows Server 2012 Standard", "os": "WINNT", "os_info": { "boot_device": "\\Device\\HarddiskVolume1", "build_number": "9200", "build_type": "Multiprocessor Free", "caption": "Microsoft Windows Server 2012 Standard", "code_set": "1252", "country_code": "1", "cs_name": "WIN-326UMSID2AK", "csd_version": null, "current_time_zone": 0, "data_execution_prevention_32_bit_applications": true, "data_execution_prevention_available": true, "data_execution_prevention_drivers": true, "data_execution_prevention_support_policy": 3, "debug": false, "description": "", "distributed": false, "encryption_level": 256, "foreground_application_boost": 0, "install_date": "20190130172142.000000+000", "large_system_cache": null, "last_boot_up_time": "20190130212411.486650+000", "local_date_time": "20190130215252.274000+000", "locale": "0409", "manufacturer": "Microsoft Corporation", "max_number_of_processes": -1, "max_process_memory_size": "8589934464", "mui_languages": [ "en-US" ], "name": "Microsoft Windows Server 2012 Standard|C:\\Windows|\\Device\\Harddisk0\\Partition2", "number_of_licensed_users": 0, "number_of_processes": 39, "number_of_users": 1, "operating_system_sku": 7, "organization": "Amazon.com", "os_architecture": "64-bit", "os_language": 1033, "os_product_suite": 272, "os_type": 18, "other_type_description": null, "pae_enabled": null, "plus_product_id": null, "plus_version_number": null, "portable_operating_system": false, "primary": true, "product_type": 3, "registered_user": "EC2", "serial_number": "00184-30000-00001-AA420", "service_pack_major_version": 0, "service_pack_minor_version": 0, "size_stored_in_paging_files": "524288", "status": "OK", "suite_mask": 272, "system_device": "\\Device\\HarddiskVolume2", "system_directory": "C:\\Windows\\system32", "system_drive": "C:", "total_visible_memory_size": "8283740", "version": "6.2.9200", "windows_directory": "C:\\Windows" }, "product_type": "Server", "release": "6.2.9200", "server_core": false, "system_type": "Desktop", "version": "6.2.9200 Build 9200" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": { "build_version": "6.2.9200.22199", "clr_version": "4.0.30319.42000", "compatible_versions": [ "1.0", "2.0", "3.0" ], "remoting_protocol_version": "2.2", "serialization_version": "1.1.0.1", "version": "3.0", "ws_man_stack_version": "3.0" }, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "0xe", "interfaces": { "0xe": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "netmask": "255.255.255.0", "prefixlen": "24" }, "11:11:11:11:11:11": { "family": "lladdr" } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "configuration": { "caption": "[00000012] Ethernet Adapter", "database_path": "%SystemRoot%\\System32\\drivers\\etc", "default_ip_gateway": [ "default_gateway" ], "description": "Ethernet Adapter", "dhcp_enabled": false, "dns_domain_suffix_search_order": [ ], "dns_enabled_for_wins_resolution": false, "dns_host_name": "Fauxhai", "domain_dns_registration_enabled": false, "full_dns_registration_enabled": true, "gateway_cost_metric": [ 0 ], "index": 12, "interface_index": 14, "ip_address": [ "10.0.0.2" ], "ip_connection_metric": 5, "ip_enabled": true, "ip_filter_security_enabled": false, "ip_sec_permit_ip_protocols": [ ], "ip_sec_permit_tcp_ports": [ ], "ip_sec_permit_udp_ports": [ ], "ip_subnet": [ "255.255.255.0", "64" ], "mac_address": "11:11:11:11:11:11", "service_name": "netkvm", "setting_id": "{00000000-0000-0000-0000-000000000000}", "tcp_window_size": 64240, "tcpip_netbios_options": 0, "wins_enable_lm_hosts_lookup": true, "wins_scope_id": "" }, "counters": { }, "encapsulation": "Ethernet", "instance": { "adapter_type": "Ethernet 802.3", "adapter_type_id": 0, "availability": 3, "caption": "[00000012] Ethernet Adapter", "config_manager_error_code": 0, "config_manager_user_config": false, "creation_class_name": "Win32_NetworkAdapter", "description": "Ethernet Adapter", "device_id": "12", "guid": "{00000000-0000-0000-0000-000000000000}", "index": 12, "installed": true, "interface_index": 14, "mac_address": "11:11:11:11:11:11", "manufacturer": "", "max_number_controlled": 0, "name": "Ethernet Adapter", "net_connection_id": "Ethernet", "net_connection_status": 2, "net_enabled": true, "physical_adapter": true, "pnp_device_id": "PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00", "power_management_supported": false, "product_name": "Ethernet Adapter", "service_name": "netkvm", "speed": "10000000000", "system_creation_class_name": "Win32_ComputerSystem", "system_name": "Fauxhai", "time_of_last_reset": "20000101000001.000000+000" }, "type": "Ethernet 802.3" } } }, "ohai_time": 1548885175.649484, "os": "windows", "os_version": "6.2.9200", "packages": { "AWS PV Drivers": { "installdate": "20181014", "publisher": "Amazon Web Services", "version": "8.2.4" }, "AWS Tools for Windows": { "installdate": "20190109", "publisher": "Amazon Web Services Developer Relations", "version": "3.15.647" }, "Amazon SSM Agent": { "publisher": "Amazon Web Services", "version": "2.3.344.0" }, "Chef Client v14.10.9": { "installdate": "20190130", "publisher": "Chef Software, Inc.", "version": "14.10.9.1" }, "EC2ConfigService": { "publisher": "Amazon Web Services", "version": "4.9.3160.0" }, "aws-cfn-bootstrap": { "installdate": "20120924", "publisher": "Amazon Web Services", "version": "1.3.5" } }, "platform": "windows", "platform_family": "windows", "platform_version": "6.2.9200", "root_group": "Administrators", "shard_seed": 143500384, "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/windows/2012R2.json000066400000000000000000000305701417433310300225330ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib", "version": "14.10.9" }, "ohai": { "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai", "version": "14.8.10" } }, "command": { }, "counters": { "network": { "interfaces": { "0xe": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "C:": { "fs_type": "ntfs", "kb_available": 8527413, "kb_size": 31843151, "kb_used": 23315738, "mount": "C:", "percent_used": 73, "volume_name": "" } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "cs_info": { "admin_password_status": 3, "automatic_managed_pagefile": false, "automatic_reset_boot_option": true, "automatic_reset_capability": true, "boot_option_on_limit": null, "boot_option_on_watch_dog": null, "boot_rom_supported": true, "bootup_state": "Normal boot", "caption": "WIN-3GOSR0HBP7K", "chassis_bootup_state": 3, "current_time_zone": 0, "daylight_in_effect": null, "description": "AT/AT COMPATIBLE", "dns_host_name": "WIN-3GOSR0HBP7K", "domain": "WORKGROUP", "domain_role": 2, "enable_daylight_savings_time": true, "front_panel_reset_status": 3, "hypervisor_present": true, "infrared_supported": false, "initial_load_info": null, "install_date": null, "keyboard_password_status": 3, "last_load_info": null, "manufacturer": "Amazon EC2", "model": "t3.large", "name": "WIN-3GOSR0HBP7K", "name_format": null, "network_server_mode_enabled": true, "number_of_logical_processors": 2, "number_of_processors": 1, "oem_string_array": null, "part_of_domain": false, "pause_after_reset": "-1", "pc_system_type": 1, "pc_system_type_ex": 1, "power_management_capabilities": null, "power_management_supported": null, "power_on_password_status": 3, "power_state": 0, "power_supply_state": 3, "primary_owner_contact": null, "primary_owner_name": "EC2", "reset_capability": 1, "reset_count": -1, "reset_limit": -1, "roles": [ "LM_Workstation", "LM_Server", "NT", "Server_NT" ], "status": "OK", "support_contact_description": null, "system_startup_delay": null, "system_startup_options": null, "system_startup_setting": null, "system_type": "x64-based PC", "thermal_state": 3, "total_physical_memory": "8482549760", "user_name": null, "wake_up_type": 6, "workgroup": "WORKGROUP" }, "machine": "x86_64", "name": "Microsoft Windows Server 2012 R2 Standard", "os": "WINNT", "os_info": { "boot_device": "\\Device\\HarddiskVolume1", "build_number": "9600", "build_type": "Multiprocessor Free", "caption": "Microsoft Windows Server 2012 R2 Standard", "code_set": "1252", "country_code": "1", "cs_name": "WIN-3GOSR0HBP7K", "csd_version": null, "current_time_zone": 0, "data_execution_prevention_32_bit_applications": true, "data_execution_prevention_available": true, "data_execution_prevention_drivers": true, "data_execution_prevention_support_policy": 3, "debug": false, "description": "", "distributed": false, "encryption_level": 256, "foreground_application_boost": 2, "install_date": "20190130205703.000000+000", "large_system_cache": null, "last_boot_up_time": "20190130212432.490118+000", "local_date_time": "20190130221541.702000+000", "locale": "0409", "manufacturer": "Microsoft Corporation", "max_number_of_processes": -1, "max_process_memory_size": "137438953344", "mui_languages": [ "en-US" ], "name": "Microsoft Windows Server 2012 R2 Standard|C:\\Windows|\\Device\\Harddisk0\\Partition2", "number_of_licensed_users": 0, "number_of_processes": 41, "number_of_users": 1, "operating_system_sku": 7, "organization": "Amazon.com", "os_architecture": "64-bit", "os_language": 1033, "os_product_suite": 272, "os_type": 18, "other_type_description": null, "pae_enabled": null, "plus_product_id": null, "plus_version_number": null, "portable_operating_system": false, "primary": true, "product_type": 3, "registered_user": "EC2", "serial_number": "00252-70000-00000-AA535", "service_pack_major_version": 0, "service_pack_minor_version": 0, "size_stored_in_paging_files": "8388608", "status": "OK", "suite_mask": 272, "system_device": "\\Device\\HarddiskVolume2", "system_directory": "C:\\Windows\\system32", "system_drive": "C:", "total_visible_memory_size": "8283740", "version": "6.3.9600", "windows_directory": "C:\\Windows" }, "product_type": "Server", "release": "6.3.9600", "server_core": false, "system_type": "Desktop", "version": "6.3.9600 Build 9600" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": { "build_version": "6.3.9600.19170", "clr_version": "4.0.30319.42000", "compatible_versions": [ "1.0", "2.0", "3.0", "4.0" ], "remoting_protocol_version": "2.2", "serialization_version": "1.1.0.1", "version": "4.0", "ws_man_stack_version": "3.0" }, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "0xe", "interfaces": { "0xe": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "netmask": "255.255.255.0", "prefixlen": "24" }, "11:11:11:11:11:11": { "family": "lladdr" } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "configuration": { "caption": "[00000012] Ethernet Adapter", "database_path": "%SystemRoot%\\System32\\drivers\\etc", "default_ip_gateway": [ "default_gateway" ], "description": "Ethernet Adapter", "dhcp_enabled": false, "dns_domain_suffix_search_order": [ ], "dns_enabled_for_wins_resolution": false, "dns_host_name": "Fauxhai", "domain_dns_registration_enabled": false, "full_dns_registration_enabled": true, "gateway_cost_metric": [ 0 ], "index": 12, "interface_index": 14, "ip_address": [ "10.0.0.2" ], "ip_connection_metric": 5, "ip_enabled": true, "ip_filter_security_enabled": false, "ip_sec_permit_ip_protocols": [ ], "ip_sec_permit_tcp_ports": [ ], "ip_sec_permit_udp_ports": [ ], "ip_subnet": [ "255.255.255.0", "64" ], "mac_address": "11:11:11:11:11:11", "service_name": "netkvm", "setting_id": "{00000000-0000-0000-0000-000000000000}", "tcp_window_size": 64240, "tcpip_netbios_options": 0, "wins_enable_lm_hosts_lookup": true, "wins_scope_id": "" }, "counters": { }, "encapsulation": "Ethernet", "instance": { "adapter_type": "Ethernet 802.3", "adapter_type_id": 0, "availability": 3, "caption": "[00000012] Ethernet Adapter", "config_manager_error_code": 0, "config_manager_user_config": false, "creation_class_name": "Win32_NetworkAdapter", "description": "Ethernet Adapter", "device_id": "12", "guid": "{00000000-0000-0000-0000-000000000000}", "index": 12, "installed": true, "interface_index": 14, "mac_address": "11:11:11:11:11:11", "manufacturer": "", "max_number_controlled": 0, "name": "Ethernet Adapter", "net_connection_id": "Ethernet", "net_connection_status": 2, "net_enabled": true, "physical_adapter": true, "pnp_device_id": "PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00", "power_management_supported": false, "product_name": "Ethernet Adapter", "service_name": "netkvm", "speed": "10000000000", "system_creation_class_name": "Win32_ComputerSystem", "system_name": "Fauxhai", "time_of_last_reset": "20000101000001.000000+000" }, "type": "Ethernet 802.3" } } }, "ohai_time": 1548886544.968044, "os": "windows", "os_version": "6.3.9600", "packages": { "AWS PV Drivers": { "installdate": "20181014", "publisher": "Amazon Web Services", "version": "8.2.4" }, "AWS Tools for Windows": { "installdate": "20190109", "publisher": "Amazon Web Services Developer Relations", "version": "3.15.647" }, "Amazon SSM Agent": { "publisher": "Amazon Web Services", "version": "2.3.344.0" }, "Chef Client v14.10.9": { "installdate": "20190130", "publisher": "Chef Software, Inc.", "version": "14.10.9.1" }, "EC2ConfigService": { "publisher": "Amazon Web Services", "version": "4.9.3160.0" }, "aws-cfn-bootstrap": { "installdate": "20181014", "publisher": "Amazon Web Services", "version": "1.4.31" } }, "platform": "windows", "platform_family": "windows", "platform_version": "6.3.9600", "root_group": "Administrators", "shard_seed": 160657640, "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/windows/2016.json000066400000000000000000000307101417433310300223270ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib", "version": "14.10.9" }, "ohai": { "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai", "version": "14.8.10" } }, "command": { }, "counters": { "network": { "interfaces": { "0xe": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "C:": { "fs_type": "ntfs", "kb_available": 14526156, "kb_size": 32210153, "kb_used": 17683997, "mount": "C:", "percent_used": 54, "volume_name": "" } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "cs_info": { "admin_password_status": 3, "automatic_managed_pagefile": true, "automatic_reset_boot_option": true, "automatic_reset_capability": true, "boot_option_on_limit": null, "boot_option_on_watch_dog": null, "boot_rom_supported": true, "boot_status": null, "bootup_state": "Normal boot", "caption": "EC2AMAZ-48QB74U", "chassis_bootup_state": 3, "chassis_sku_number": null, "current_time_zone": 0, "daylight_in_effect": null, "description": "AT/AT COMPATIBLE", "dns_host_name": "EC2AMAZ-48QB74U", "domain": "WORKGROUP", "domain_role": 2, "enable_daylight_savings_time": true, "front_panel_reset_status": 3, "hypervisor_present": true, "infrared_supported": false, "initial_load_info": null, "install_date": null, "keyboard_password_status": 3, "last_load_info": null, "manufacturer": "Amazon EC2", "model": "t3.large", "name": "EC2AMAZ-48QB74U", "name_format": null, "network_server_mode_enabled": true, "number_of_logical_processors": 2, "number_of_processors": 1, "oem_string_array": null, "part_of_domain": false, "pause_after_reset": "-1", "pc_system_type": 1, "pc_system_type_ex": 1, "power_management_capabilities": null, "power_management_supported": null, "power_on_password_status": 3, "power_state": 0, "power_supply_state": 3, "primary_owner_contact": null, "primary_owner_name": "EC2", "reset_capability": 1, "reset_count": -1, "reset_limit": -1, "roles": [ "LM_Workstation", "LM_Server", "NT", "Server_NT" ], "status": "OK", "support_contact_description": null, "system_family": null, "system_sku_number": null, "system_startup_delay": null, "system_startup_options": null, "system_startup_setting": null, "system_type": "x64-based PC", "thermal_state": 3, "total_physical_memory": "8482549760", "user_name": null, "wake_up_type": 6, "workgroup": "WORKGROUP" }, "machine": "x86_64", "name": "Microsoft Windows Server 2016 Datacenter", "os": "WINNT", "os_info": { "boot_device": "\\Device\\HarddiskVolume1", "build_number": "14393", "build_type": "Multiprocessor Free", "caption": "Microsoft Windows Server 2016 Datacenter", "code_set": "1252", "country_code": "1", "cs_name": "EC2AMAZ-48QB74U", "csd_version": null, "current_time_zone": 0, "data_execution_prevention_32_bit_applications": true, "data_execution_prevention_available": true, "data_execution_prevention_drivers": true, "data_execution_prevention_support_policy": 3, "debug": false, "description": "", "distributed": false, "encryption_level": 256, "foreground_application_boost": 2, "install_date": "20190130210339.000000+000", "large_system_cache": null, "last_boot_up_time": "20190130212333.492496+000", "local_date_time": "20190130214132.123000+000", "locale": "0409", "manufacturer": "Microsoft Corporation", "max_number_of_processes": -1, "max_process_memory_size": "137438953344", "mui_languages": [ "en-US" ], "name": "Microsoft Windows Server 2016 Datacenter|C:\\Windows|\\Device\\Harddisk0\\Partition1", "number_of_licensed_users": 0, "number_of_processes": 52, "number_of_users": 1, "operating_system_sku": 8, "organization": "Amazon.com", "os_architecture": "64-bit", "os_language": 1033, "os_product_suite": 400, "os_type": 18, "other_type_description": null, "pae_enabled": null, "plus_product_id": null, "plus_version_number": null, "portable_operating_system": false, "primary": true, "product_type": 3, "registered_user": "EC2", "serial_number": "00376-40000-00000-AA753", "service_pack_major_version": 0, "service_pack_minor_version": 0, "size_stored_in_paging_files": "1966080", "status": "OK", "suite_mask": 400, "system_device": "\\Device\\HarddiskVolume1", "system_directory": "C:\\Windows\\system32", "system_drive": "C:", "total_visible_memory_size": "8283740", "version": "10.0.14393", "windows_directory": "C:\\Windows" }, "product_type": "Server", "release": "10.0.14393", "server_core": false, "system_type": "Desktop", "version": "10.0.14393 Build 14393" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": { "build_version": "10.0.14393.2636", "clr_version": "4.0.30319.42000", "compatible_versions": [ "1.0", "2.0", "3.0", "4.0", "5.0", "5.1.14393.2636" ], "remoting_protocol_version": "2.3", "serialization_version": "1.1.0.1", "version": "5.1.14393.2636", "ws_man_stack_version": "3.0" }, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "0xe", "interfaces": { "0xe": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "netmask": "255.255.255.0", "prefixlen": "24" }, "11:11:11:11:11:11": { "family": "lladdr" } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "configuration": { "caption": "[00000012] Ethernet Adapter", "database_path": "%SystemRoot%\\System32\\drivers\\etc", "default_ip_gateway": [ "default_gateway" ], "description": "Ethernet Adapter", "dhcp_enabled": false, "dns_domain_suffix_search_order": [ ], "dns_enabled_for_wins_resolution": false, "dns_host_name": "Fauxhai", "domain_dns_registration_enabled": false, "full_dns_registration_enabled": true, "gateway_cost_metric": [ 0 ], "index": 12, "interface_index": 14, "ip_address": [ "10.0.0.2" ], "ip_connection_metric": 5, "ip_enabled": true, "ip_filter_security_enabled": false, "ip_sec_permit_ip_protocols": [ ], "ip_sec_permit_tcp_ports": [ ], "ip_sec_permit_udp_ports": [ ], "ip_subnet": [ "255.255.255.0", "64" ], "mac_address": "11:11:11:11:11:11", "service_name": "netkvm", "setting_id": "{00000000-0000-0000-0000-000000000000}", "tcp_window_size": 64240, "tcpip_netbios_options": 0, "wins_enable_lm_hosts_lookup": true, "wins_scope_id": "" }, "counters": { }, "encapsulation": "Ethernet", "instance": { "adapter_type": "Ethernet 802.3", "adapter_type_id": 0, "availability": 3, "caption": "[00000012] Ethernet Adapter", "config_manager_error_code": 0, "config_manager_user_config": false, "creation_class_name": "Win32_NetworkAdapter", "description": "Ethernet Adapter", "device_id": "12", "guid": "{00000000-0000-0000-0000-000000000000}", "index": 12, "installed": true, "interface_index": 14, "mac_address": "11:11:11:11:11:11", "manufacturer": "", "max_number_controlled": 0, "name": "Ethernet Adapter", "net_connection_id": "Ethernet", "net_connection_status": 2, "net_enabled": true, "physical_adapter": true, "pnp_device_id": "PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00", "power_management_supported": false, "product_name": "Ethernet Adapter", "service_name": "netkvm", "speed": "10000000000", "system_creation_class_name": "Win32_ComputerSystem", "system_name": "Fauxhai", "time_of_last_reset": "20000101000001.000000+000" }, "type": "Ethernet 802.3" } } }, "ohai_time": 1548884496.1946921, "os": "windows", "os_version": "10.0.14393", "packages": { "AWS PV Drivers": { "installdate": "20181014", "publisher": "Amazon Web Services", "version": "8.2.4" }, "AWS Tools for Windows": { "installdate": "20190109", "publisher": "Amazon Web Services Developer Relations", "version": "3.15.647" }, "Amazon SSM Agent": { "publisher": "Amazon Web Services", "version": "2.3.344.0" }, "Chef Client v14.10.9": { "installdate": "20190130", "publisher": "Chef Software, Inc.", "version": "14.10.9.1" }, "aws-cfn-bootstrap": { "installdate": "20181014", "publisher": "Amazon Web Services", "version": "1.4.31" } }, "platform": "windows", "platform_family": "windows", "platform_version": "10.0.14393", "root_group": "Administrators", "shard_seed": 50557205, "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/windows/2019.json000066400000000000000000000307061417433310300223370ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib", "version": "14.10.9" }, "ohai": { "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai", "version": "14.8.10" } }, "command": { }, "counters": { "network": { "interfaces": { "0xe": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "C:": { "fs_type": "ntfs", "kb_available": 16159379, "kb_size": 32210153, "kb_used": 16050774, "mount": "C:", "percent_used": 49, "volume_name": "" } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "cs_info": { "admin_password_status": 3, "automatic_managed_pagefile": true, "automatic_reset_boot_option": true, "automatic_reset_capability": true, "boot_option_on_limit": null, "boot_option_on_watch_dog": null, "boot_rom_supported": true, "boot_status": null, "bootup_state": "Normal boot", "caption": "EC2AMAZ-9UNP6NI", "chassis_bootup_state": 3, "chassis_sku_number": null, "current_time_zone": 0, "daylight_in_effect": null, "description": "AT/AT COMPATIBLE", "dns_host_name": "EC2AMAZ-9UNP6NI", "domain": "WORKGROUP", "domain_role": 2, "enable_daylight_savings_time": true, "front_panel_reset_status": 3, "hypervisor_present": true, "infrared_supported": false, "initial_load_info": null, "install_date": null, "keyboard_password_status": 3, "last_load_info": null, "manufacturer": "Amazon EC2", "model": "t3.large", "name": "EC2AMAZ-9UNP6NI", "name_format": null, "network_server_mode_enabled": true, "number_of_logical_processors": 2, "number_of_processors": 1, "oem_string_array": null, "part_of_domain": false, "pause_after_reset": "-1", "pc_system_type": 1, "pc_system_type_ex": 1, "power_management_capabilities": null, "power_management_supported": null, "power_on_password_status": 3, "power_state": 0, "power_supply_state": 3, "primary_owner_contact": null, "primary_owner_name": "EC2", "reset_capability": 1, "reset_count": -1, "reset_limit": -1, "roles": [ "LM_Workstation", "LM_Server", "NT", "Server_NT" ], "status": "OK", "support_contact_description": null, "system_family": null, "system_sku_number": null, "system_startup_delay": null, "system_startup_options": null, "system_startup_setting": null, "system_type": "x64-based PC", "thermal_state": 3, "total_physical_memory": "8482549760", "user_name": null, "wake_up_type": 6, "workgroup": "WORKGROUP" }, "machine": "x86_64", "name": "Microsoft Windows Server 2019 Datacenter", "os": "WINNT", "os_info": { "boot_device": "\\Device\\HarddiskVolume1", "build_number": "17763", "build_type": "Multiprocessor Free", "caption": "Microsoft Windows Server 2019 Datacenter", "code_set": "1252", "country_code": "1", "cs_name": "EC2AMAZ-9UNP6NI", "csd_version": null, "current_time_zone": 0, "data_execution_prevention_32_bit_applications": true, "data_execution_prevention_available": true, "data_execution_prevention_drivers": true, "data_execution_prevention_support_policy": 3, "debug": false, "description": "", "distributed": false, "encryption_level": 256, "foreground_application_boost": 2, "install_date": "20190130203952.000000+000", "large_system_cache": null, "last_boot_up_time": "20190130212248.731068+000", "local_date_time": "20190130220631.648000+000", "locale": "0409", "manufacturer": "Microsoft Corporation", "max_number_of_processes": -1, "max_process_memory_size": "137438953344", "mui_languages": [ "en-US" ], "name": "Microsoft Windows Server 2019 Datacenter|C:\\Windows|\\Device\\Harddisk0\\Partition1", "number_of_licensed_users": 0, "number_of_processes": 100, "number_of_users": 1, "operating_system_sku": 8, "organization": "Amazon.com", "os_architecture": "64-bit", "os_language": 1033, "os_product_suite": 400, "os_type": 18, "other_type_description": null, "pae_enabled": null, "plus_product_id": null, "plus_version_number": null, "portable_operating_system": false, "primary": true, "product_type": 3, "registered_user": "EC2", "serial_number": "00430-00000-00000-AA974", "service_pack_major_version": 0, "service_pack_minor_version": 0, "size_stored_in_paging_files": "1966080", "status": "OK", "suite_mask": 400, "system_device": "\\Device\\HarddiskVolume1", "system_directory": "C:\\Windows\\system32", "system_drive": "C:", "total_visible_memory_size": "8283740", "version": "10.0.17763", "windows_directory": "C:\\Windows" }, "product_type": "Server", "release": "10.0.17763", "server_core": false, "system_type": "Desktop", "version": "10.0.17763 Build 17763" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": { "build_version": "10.0.17763.134", "clr_version": "4.0.30319.42000", "compatible_versions": [ "1.0", "2.0", "3.0", "4.0", "5.0", "5.1.17763.134" ], "remoting_protocol_version": "2.3", "serialization_version": "1.1.0.1", "version": "5.1.17763.134", "ws_man_stack_version": "3.0" }, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "0xe", "interfaces": { "0xe": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "netmask": "255.255.255.0", "prefixlen": "24" }, "11:11:11:11:11:11": { "family": "lladdr" } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "configuration": { "caption": "[00000012] Ethernet Adapter", "database_path": "%SystemRoot%\\System32\\drivers\\etc", "default_ip_gateway": [ "default_gateway" ], "description": "Ethernet Adapter", "dhcp_enabled": false, "dns_domain_suffix_search_order": [ ], "dns_enabled_for_wins_resolution": false, "dns_host_name": "Fauxhai", "domain_dns_registration_enabled": false, "full_dns_registration_enabled": true, "gateway_cost_metric": [ 0 ], "index": 12, "interface_index": 14, "ip_address": [ "10.0.0.2" ], "ip_connection_metric": 5, "ip_enabled": true, "ip_filter_security_enabled": false, "ip_sec_permit_ip_protocols": [ ], "ip_sec_permit_tcp_ports": [ ], "ip_sec_permit_udp_ports": [ ], "ip_subnet": [ "255.255.255.0", "64" ], "mac_address": "11:11:11:11:11:11", "service_name": "netkvm", "setting_id": "{00000000-0000-0000-0000-000000000000}", "tcp_window_size": 64240, "tcpip_netbios_options": 0, "wins_enable_lm_hosts_lookup": true, "wins_scope_id": "" }, "counters": { }, "encapsulation": "Ethernet", "instance": { "adapter_type": "Ethernet 802.3", "adapter_type_id": 0, "availability": 3, "caption": "[00000012] Ethernet Adapter", "config_manager_error_code": 0, "config_manager_user_config": false, "creation_class_name": "Win32_NetworkAdapter", "description": "Ethernet Adapter", "device_id": "12", "guid": "{00000000-0000-0000-0000-000000000000}", "index": 12, "installed": true, "interface_index": 14, "mac_address": "11:11:11:11:11:11", "manufacturer": "", "max_number_controlled": 0, "name": "Ethernet Adapter", "net_connection_id": "Ethernet", "net_connection_status": 2, "net_enabled": true, "physical_adapter": true, "pnp_device_id": "PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00", "power_management_supported": false, "product_name": "Ethernet Adapter", "service_name": "netkvm", "speed": "10000000000", "system_creation_class_name": "Win32_ComputerSystem", "system_name": "Fauxhai", "time_of_last_reset": "20000101000001.000000+000" }, "type": "Ethernet 802.3" } } }, "ohai_time": 1548885997.008522, "os": "windows", "os_version": "10.0.17763", "packages": { "AWS PV Drivers": { "installdate": "20181212", "publisher": "Amazon Web Services", "version": "8.2.4" }, "AWS Tools for Windows": { "installdate": "20190109", "publisher": "Amazon Web Services Developer Relations", "version": "3.15.647" }, "Amazon SSM Agent": { "publisher": "Amazon Web Services", "version": "2.3.344.0" }, "Chef Client v14.10.9": { "installdate": "20190130", "publisher": "Chef Software, Inc.", "version": "14.10.9.1" }, "aws-cfn-bootstrap": { "installdate": "20181212", "publisher": "Amazon Web Services", "version": "1.4.31" } }, "platform": "windows", "platform_family": "windows", "platform_version": "10.0.17763", "root_group": "Administrators", "shard_seed": 150228569, "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/platforms/windows/8.1.json000066400000000000000000000307741417433310300222570ustar00rootroot00000000000000{ "chef_packages": { "chef": { "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib", "version": "14.10.9" }, "ohai": { "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai", "version": "14.8.10" } }, "command": { }, "counters": { "network": { "interfaces": { "0xe": { "rx": { "bytes": 0, "compressed": 0, "drop": 0, "errors": 0, "frame": 0, "multicast": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "compressed": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 } }, "lo": { "rx": { "bytes": 0, "drop": 0, "errors": 0, "overrun": 0, "packets": 0 }, "tx": { "bytes": 0, "carrier": 0, "collisions": 0, "drop": 0, "errors": 0, "packets": 0, "queuelen": "1" } } } } }, "cpu": { "cores": 1, "real": 1, "total": 1 }, "current_user": "fauxhai", "dmi": { }, "domain": "local", "filesystem": { "A:": { "fs_type": "", "kb_available": 0, "kb_size": 0, "kb_used": 0, "mount": "A:", "percent_used": 0, "volume_name": "" }, "C:": { "fs_type": "ntfs", "kb_available": 119364108, "kb_size": 137436852, "kb_used": 18072744, "mount": "C:", "percent_used": 13, "volume_name": "" }, "D:": { "encryption_status": "FullyDecrypted", "fs_type": "ntfs", "kb_available": 51567525, "kb_size": 53685972, "kb_used": 2118447, "mount": "D:", "percent_used": 3, "volume_name": "temporary storage" }, "E:": { "fs_type": "", "kb_available": 0, "kb_size": 0, "kb_used": 0, "mount": "E:", "percent_used": 0, "volume_name": "" } }, "fips": { "kernel": { "enabled": false } }, "fqdn": "fauxhai.local", "hostname": "Fauxhai", "idle": "30 days 15 hours 07 minutes 30 seconds", "idletime_seconds": 2646450, "ipaddress": "10.0.0.2", "kernel": { "cs_info": { "admin_password_status": 3, "automatic_managed_pagefile": false, "automatic_reset_boot_option": true, "automatic_reset_capability": true, "boot_option_on_limit": 0, "boot_option_on_watch_dog": 0, "boot_rom_supported": true, "bootup_state": "Normal boot", "caption": "win81", "chassis_bootup_state": 3, "current_time_zone": 0, "daylight_in_effect": null, "description": "AT/AT COMPATIBLE", "dns_host_name": "win81", "domain": "WORKGROUP", "domain_role": 0, "enable_daylight_savings_time": true, "front_panel_reset_status": 3, "hypervisor_present": true, "infrared_supported": false, "initial_load_info": null, "install_date": null, "keyboard_password_status": 3, "last_load_info": null, "manufacturer": "Microsoft Corporation", "model": "Virtual Machine", "name": "win81", "name_format": null, "network_server_mode_enabled": true, "number_of_logical_processors": 2, "number_of_processors": 1, "oem_string_array": [ "[MS_VM_CERT/SHA1/9b80ca0d5dd061ec9da4e494f4c3fd1196270c22]", "00000000000000000000000000000000", "To be filed by MSFT" ], "part_of_domain": false, "pause_after_reset": "3932100000", "pc_system_type": 1, "pc_system_type_ex": 1, "power_management_capabilities": null, "power_management_supported": null, "power_on_password_status": 3, "power_state": 0, "power_supply_state": 3, "primary_owner_contact": null, "primary_owner_name": "Windows User", "reset_capability": 1, "reset_count": -1, "reset_limit": -1, "roles": [ "LM_Workstation", "LM_Server", "NT" ], "status": "OK", "support_contact_description": null, "system_startup_delay": null, "system_startup_options": null, "system_startup_setting": null, "system_type": "x64-based PC", "thermal_state": 1, "total_physical_memory": "8589463552", "user_name": null, "wake_up_type": 6, "workgroup": "WORKGROUP" }, "machine": "x86_64", "name": "Microsoft Windows 8.1 Enterprise N", "os": "WINNT", "os_info": { "boot_device": "\\Device\\HarddiskVolume1", "build_number": "9600", "build_type": "Multiprocessor Free", "caption": "Microsoft Windows 8.1 Enterprise N", "code_set": "1252", "country_code": "1", "cs_name": "win81", "csd_version": null, "current_time_zone": 0, "data_execution_prevention_32_bit_applications": true, "data_execution_prevention_available": true, "data_execution_prevention_drivers": true, "data_execution_prevention_support_policy": 2, "debug": false, "description": "", "distributed": false, "encryption_level": 256, "foreground_application_boost": 2, "install_date": "20190130214616.000000+000", "large_system_cache": null, "last_boot_up_time": "20190130214440.541330+000", "local_date_time": "20190130220322.654000+000", "locale": "0409", "manufacturer": "Microsoft Corporation", "max_number_of_processes": -1, "max_process_memory_size": "137438953344", "mui_languages": [ "en-US" ], "name": "Microsoft Windows 8.1 Enterprise N|C:\\Windows|\\Device\\Harddisk0\\Partition1", "number_of_licensed_users": 0, "number_of_processes": 60, "number_of_users": 2, "operating_system_sku": 27, "organization": "", "os_architecture": "64-bit", "os_language": 1033, "os_product_suite": 256, "os_type": 18, "other_type_description": null, "pae_enabled": null, "plus_product_id": null, "plus_version_number": null, "portable_operating_system": false, "primary": true, "product_type": 1, "registered_user": "Windows User", "serial_number": "00261-40000-00000-AA383", "service_pack_major_version": 0, "service_pack_minor_version": 0, "size_stored_in_paging_files": "1966080", "status": "OK", "suite_mask": 272, "system_device": "\\Device\\HarddiskVolume1", "system_directory": "C:\\Windows\\system32", "system_drive": "C:", "total_visible_memory_size": "8388148", "version": "6.3.9600", "windows_directory": "C:\\Windows" }, "product_type": "Workstation", "release": "6.3.9600", "server_core": false, "system_type": "Desktop", "version": "6.3.9600 Build 9600" }, "keys": { "ssh": { "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local", "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local" } }, "languages": { "powershell": { "build_version": "10.0.14409.1018", "clr_version": "4.0.30319.42000", "compatible_versions": [ "1.0", "2.0", "3.0", "4.0", "5.0", "5.1.14409.1018" ], "remoting_protocol_version": "2.3", "serialization_version": "1.1.0.1", "version": "5.1.14409.1018", "ws_man_stack_version": "3.0" }, "ruby": { "bin_dir": "/usr/local/bin", "gem_bin": "/usr/local/bin/gem", "gems_dir": "/usr/local/gems", "ruby_bin": "/usr/local/bin/ruby" } }, "macaddress": "11:11:11:11:11:11", "machinename": "Fauxhai", "memory": { "total": "1048576kB" }, "network": { "default_gateway": "10.0.0.1", "default_interface": "0xe", "interfaces": { "0xe": { "addresses": { "10.0.0.2": { "broadcast": "10.0.0.255", "family": "inet", "netmask": "255.255.255.0", "prefixlen": "24" }, "11:11:11:11:11:11": { "family": "lladdr" } }, "arp": { "10.0.0.1": "fe:ff:ff:ff:ff:ff" }, "configuration": { "caption": "[00000012] Ethernet Adapter", "database_path": "%SystemRoot%\\System32\\drivers\\etc", "default_ip_gateway": [ "default_gateway" ], "description": "Ethernet Adapter", "dhcp_enabled": false, "dns_domain_suffix_search_order": [ ], "dns_enabled_for_wins_resolution": false, "dns_host_name": "Fauxhai", "domain_dns_registration_enabled": false, "full_dns_registration_enabled": true, "gateway_cost_metric": [ 0 ], "index": 12, "interface_index": 14, "ip_address": [ "10.0.0.2" ], "ip_connection_metric": 5, "ip_enabled": true, "ip_filter_security_enabled": false, "ip_sec_permit_ip_protocols": [ ], "ip_sec_permit_tcp_ports": [ ], "ip_sec_permit_udp_ports": [ ], "ip_subnet": [ "255.255.255.0", "64" ], "mac_address": "11:11:11:11:11:11", "service_name": "netkvm", "setting_id": "{00000000-0000-0000-0000-000000000000}", "tcp_window_size": 64240, "tcpip_netbios_options": 0, "wins_enable_lm_hosts_lookup": true, "wins_scope_id": "" }, "counters": { }, "encapsulation": "Ethernet", "instance": { "adapter_type": "Ethernet 802.3", "adapter_type_id": 0, "availability": 3, "caption": "[00000012] Ethernet Adapter", "config_manager_error_code": 0, "config_manager_user_config": false, "creation_class_name": "Win32_NetworkAdapter", "description": "Ethernet Adapter", "device_id": "12", "guid": "{00000000-0000-0000-0000-000000000000}", "index": 12, "installed": true, "interface_index": 14, "mac_address": "11:11:11:11:11:11", "manufacturer": "", "max_number_controlled": 0, "name": "Ethernet Adapter", "net_connection_id": "Ethernet", "net_connection_status": 2, "net_enabled": true, "physical_adapter": true, "pnp_device_id": "PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00", "power_management_supported": false, "product_name": "Ethernet Adapter", "service_name": "netkvm", "speed": "10000000000", "system_creation_class_name": "Win32_ComputerSystem", "system_name": "Fauxhai", "time_of_last_reset": "20000101000001.000000+000" }, "type": "Ethernet 802.3" } } }, "ohai_time": 1548885810.973912, "os": "windows", "os_version": "6.3.9600", "packages": { "Chef Client v14.10.9": { "installdate": "20190130", "publisher": "Chef Software, Inc.", "version": "14.10.9.1" } }, "platform": "windows", "platform_family": "windows", "platform_version": "6.3.9600", "root_group": "Administrators", "shard_seed": 176560041, "time": { "timezone": "GMT" }, "uptime": "30 days 15 hours 07 minutes 30 seconds", "uptime_seconds": 2646450, "virtualization": { "systems": { } } }fauxhai-9.3.0/lib/fauxhai/runner.rb000066400000000000000000000024461417433310300172060ustar00rootroot00000000000000require "ohai" unless defined?(Ohai::System) require "ohai/plugins/chef" module Fauxhai class Runner def initialize(args) @system = Ohai::System.new @system.all_plugins case @system.data["platform"] when "windows", :windows require_relative "runner/windows" singleton_class.send :include, ::Fauxhai::Runner::Windows else require_relative "runner/default" singleton_class.send :include, ::Fauxhai::Runner::Default end result = @system.data.dup.delete_if { |k, v| !whitelist_attributes.include?(k) }.merge( "languages" => languages, "counters" => counters, "current_user" => current_user, "domain" => domain, "hostname" => hostname, "machinename" => hostname, "fqdn" => fqdn, "ipaddress" => ipaddress, "keys" => keys, "macaddress" => macaddress, "network" => network, "uptime" => uptime, "uptime_seconds" => uptime_seconds, "idle" => uptime, "idletime_seconds" => uptime_seconds, "cpu" => cpu, "memory" => memory, "virtualization" => virtualization, "time" => time ) require "json" unless defined?(JSON) puts JSON.pretty_generate(result.sort.to_h) end end end fauxhai-9.3.0/lib/fauxhai/runner/000077500000000000000000000000001417433310300166535ustar00rootroot00000000000000fauxhai-9.3.0/lib/fauxhai/runner/default.rb000066400000000000000000000156471417433310300206410ustar00rootroot00000000000000module Fauxhai class Runner module Default def bin_dir "/usr/local/bin" end def counters { "network" => { "interfaces" => { "lo" => { "tx" => { "queuelen" => "1", "bytes" => 0, "packets" => 0, "errors" => 0, "drop" => 0, "carrier" => 0, "collisions" => 0, }, "rx" => { "bytes" => 0, "packets" => 0, "errors" => 0, "drop" => 0, "overrun" => 0, }, }, default_interface.to_s => { "rx" => { "bytes" => 0, "packets" => 0, "errors" => 0, "drop" => 0, "overrun" => 0, "frame" => 0, "compressed" => 0, "multicast" => 0, }, "tx" => { "bytes" => 0, "packets" => 0, "errors" => 0, "drop" => 0, "overrun" => 0, "collisions" => 0, "carrier" => 0, "compressed" => 0, }, }, }, }, } end def current_user "fauxhai" end def default_gateway "10.0.0.1" end def default_interface case @system.data["platform_family"] when "mac_os_x" "en0" when /bsd/ "em0" when "arch", "fedora" "enp0s3" else "eth0" end end def domain "local" end def fqdn "fauxhai.local" end def gem_bin "/usr/local/bin/gem" end def gems_dir "/usr/local/gems" end def hostname "Fauxhai" end def ipaddress "10.0.0.2" end def ip6address "fe80:0:0:0:0:0:a00:2" end def keys { "ssh" => ssh, } end def languages { "ruby" => @system.data["languages"]["ruby"].merge("bin_dir" => bin_dir, "gem_bin" => gem_bin, "gems_dir" => gems_dir, "ruby_bin" => ruby_bin), "powershell" => @system.data["languages"]["powershell"], } end def macaddress "11:11:11:11:11:11" end def network { "interfaces" => { "lo" => { "mtu" => "65536", "flags" => %w{LOOPBACK UP LOWER_UP}, "encapsulation" => "Loopback", "addresses" => { "127.0.0.1" => { "family" => "inet", "prefixlen" => "8", "netmask" => "255.0.0.0", "scope" => "Node", "ip_scope" => "LOOPBACK", }, "::1" => { "family" => "inet6", "prefixlen" => "128", "scope" => "Node", "tags" => [], "ip_scope" => "LINK LOCAL LOOPBACK", }, }, "state" => "unknown", }, default_interface.to_s => { "type" => default_interface.chop, "number" => "0", "mtu" => "1500", "flags" => %w{BROADCAST MULTICAST UP LOWER_UP}, "encapsulation" => "Ethernet", "addresses" => { macaddress.to_s => { "family" => "lladdr", }, ipaddress.to_s => { "family" => "inet", "prefixlen" => "24", "netmask" => "255.255.255.0", "broadcast" => "10.0.0.255", "scope" => "Global", "ip_scope" => "RFC1918 PRIVATE", }, "fe80::11:1111:1111:1111" => { "family" => "inet6", "prefixlen" => "64", "scope" => "Link", "tags" => [], "ip_scope" => "LINK LOCAL UNICAST", }, }, "state" => "up", "arp" => { "10.0.0.1" => "fe:ff:ff:ff:ff:ff", }, "routes" => [ { "destination" => "default", "family" => "inet", "via" => default_gateway, }, { "destination" => "10.0.0.0/24", "family" => "inet", "scope" => "link", "proto" => "kernel", "src" => ipaddress, }, { "destination" => "fe80::/64", "family" => "inet6", "metric" => "256", "proto" => "kernel", }, ], "ring_params" => {}, }, }, "default_interface" => default_interface, "default_gateway" => default_gateway, } end def ruby_bin "/usr/local/bin/ruby" end def ssh { "host_dsa_public" => File.read(File.join(Fauxhai.root, "lib", "fauxhai", "keys", "id_dsa.pub")).strip, "host_rsa_public" => File.read(File.join(Fauxhai.root, "lib", "fauxhai", "keys", "id_rsa.pub")).strip, } end def uptime "30 days 15 hours 07 minutes 30 seconds" end def uptime_seconds 2646450 end def cpu { "real" => 1, "total" => 1, "cores" => 1, } end def memory { "total" => "1048576kB", } end def virtualization { "systems" => {}, } end def time { "timezone" => "GMT", } end # Whitelist attributes are attributes that we *actually* want from the node. Other attributes are # either ignored or overridden, but we ensure these are returned with the command. # # @return [Array] - the key of whitelisted attributes def whitelist_attributes %w{ block_device chef_packages command dmi filesystem fips init_package kernel lsb ohai_time os os_version packages platform platform_version platform_build platform_family root_group shard_seed shells } end end end end fauxhai-9.3.0/lib/fauxhai/runner/windows.rb000066400000000000000000000076421417433310300207030ustar00rootroot00000000000000module Fauxhai class Runner module Windows require_relative "default" include ::Fauxhai::Runner::Default def default_interface "0xe" end def network { "interfaces" => { "#{default_interface}" => { "configuration" => { "caption" => "[00000012] Ethernet Adapter", "database_path" => '%SystemRoot%\\System32\\drivers\\etc', "default_ip_gateway" => %w{default_gateway}, "description" => "Ethernet Adapter", "dhcp_enabled" => false, "dns_domain_suffix_search_order" => [], "dns_enabled_for_wins_resolution" => false, "dns_host_name" => hostname, "domain_dns_registration_enabled" => false, "full_dns_registration_enabled" => true, "gateway_cost_metric" => [0], "index" => 12, "interface_index" => 14, "ip_address" => [ipaddress], "ip_connection_metric" => 5, "ip_enabled" => true, "ip_filter_security_enabled" => false, "ip_sec_permit_ip_protocols" => [], "ip_sec_permit_tcp_ports" => [], "ip_sec_permit_udp_ports" => [], "ip_subnet" => %w{255.255.255.0 64}, "mac_address" => macaddress, "service_name" => "netkvm", "setting_id" => "{00000000-0000-0000-0000-000000000000}", "tcpip_netbios_options" => 0, "tcp_window_size" => 64240, "wins_enable_lm_hosts_lookup" => true, "wins_scope_id" => "", }, "instance" => { "adapter_type" => "Ethernet 802.3", "adapter_type_id" => 0, "availability" => 3, "caption" => "[00000012] Ethernet Adapter", "config_manager_error_code" => 0, "config_manager_user_config" => false, "creation_class_name" => "Win32_NetworkAdapter", "description" => "Ethernet Adapter", "device_id" => "12", "guid" => "{00000000-0000-0000-0000-000000000000}", "index" => 12, "installed" => true, "interface_index" => 14, "mac_address" => macaddress, "manufacturer" => "", "max_number_controlled" => 0, "name" => "Ethernet Adapter", "net_connection_id" => "Ethernet", "net_connection_status" => 2, "net_enabled" => true, "physical_adapter" => true, "pnp_device_id" => 'PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00', "power_management_supported" => false, "product_name" => "Ethernet Adapter", "service_name" => "netkvm", "speed" => "10000000000", "system_creation_class_name" => "Win32_ComputerSystem", "system_name" => hostname, "time_of_last_reset" => "20000101000001.000000+000", }, "counters" => {}, "addresses" => { "#{ipaddress}" => { "prefixlen" => "24", "netmask" => "255.255.255.0", "broadcast" => "10.0.0.255", "family" => "inet", }, "#{macaddress}" => { "family" => "lladdr", }, }, "type" => "Ethernet 802.3", "arp" => { "10.0.0.1" => "fe:ff:ff:ff:ff:ff", }, "encapsulation" => "Ethernet", }, }, "default_gateway" => default_gateway, "default_interface" => default_interface, } end end end end fauxhai-9.3.0/lib/fauxhai/version.rb000066400000000000000000000000561417433310300173550ustar00rootroot00000000000000module Fauxhai VERSION = "9.3.0".freeze end fauxhai-9.3.0/platforms.json000066400000000000000000000136121417433310300160540ustar00rootroot00000000000000{ "aix": { "7.1": { "deprecated": false, "path": "lib/fauxhai/platforms/aix/7.1.json" }, "7.2": { "deprecated": false, "path": "lib/fauxhai/platforms/aix/7.2.json" } }, "almalinux": { "8": { "deprecated": false, "path": "lib/fauxhai/platforms/almalinux/8.json" } }, "amazon": { "2": { "deprecated": false, "path": "lib/fauxhai/platforms/amazon/2.json" }, "2018.03": { "deprecated": true, "path": "lib/fauxhai/platforms/amazon/2018.03.json" } }, "arch": { "4.10.13-1-ARCH": { "deprecated": false, "path": "lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json" } }, "centos": { "6.10": { "deprecated": false, "path": "lib/fauxhai/platforms/centos/6.10.json" }, "7.7.1908": { "deprecated": true, "path": "lib/fauxhai/platforms/centos/7.7.1908.json" }, "7.8.2003": { "deprecated": false, "path": "lib/fauxhai/platforms/centos/7.8.2003.json" }, "8": { "deprecated": false, "path": "lib/fauxhai/platforms/centos/8.json" } }, "clearos": { "7.4": { "deprecated": false, "path": "lib/fauxhai/platforms/clearos/7.4.json" } }, "debian": { "9.11": { "deprecated": true, "path": "lib/fauxhai/platforms/debian/9.11.json" }, "9.12": { "deprecated": false, "path": "lib/fauxhai/platforms/debian/9.12.json" }, "9.13": { "deprecated": false, "path": "lib/fauxhai/platforms/debian/9.13.json" }, "10": { "deprecated": false, "path": "lib/fauxhai/platforms/debian/10.json" }, "11": { "deprecated": false, "path": "lib/fauxhai/platforms/debian/11.json" } }, "dragonfly4": { "4.8-RELEASE": { "deprecated": false, "path": "lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json" } }, "fedora": { "31": { "deprecated": true, "path": "lib/fauxhai/platforms/fedora/31.json" }, "32": { "deprecated": false, "path": "lib/fauxhai/platforms/fedora/32.json" } }, "freebsd": { "11.2": { "deprecated": true, "path": "lib/fauxhai/platforms/freebsd/11.2.json" }, "12.1": { "deprecated": false, "path": "lib/fauxhai/platforms/freebsd/12.1.json" } }, "gentoo": { "4.9.95-gentoo": { "deprecated": false, "path": "lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json" } }, "linuxmint": { "19.0": { "deprecated": false, "path": "lib/fauxhai/platforms/linuxmint/19.0.json" } }, "mac_os_x": { "10.14": { "deprecated": false, "path": "lib/fauxhai/platforms/mac_os_x/10.14.json" }, "10.15": { "deprecated": false, "path": "lib/fauxhai/platforms/mac_os_x/10.15.json" }, "11.0": { "deprecated": true, "path": "lib/fauxhai/platforms/mac_os_x/11.0.json" }, "11": { "deprecated": false, "path": "lib/fauxhai/platforms/mac_os_x/11.json" }, "12": { "deprecated": false, "path": "lib/fauxhai/platforms/mac_os_x/12.json" } }, "openbsd": { "6.2": { "deprecated": false, "path": "lib/fauxhai/platforms/openbsd/6.2.json" } }, "opensuse": { "15.2": { "deprecated": false, "path": "lib/fauxhai/platforms/opensuse/15.2.json" } }, "oracle": { "6.10": { "deprecated": false, "path": "lib/fauxhai/platforms/oracle/6.10.json" }, "7.5": { "deprecated": true, "path": "lib/fauxhai/platforms/oracle/7.5.json" }, "7.6": { "deprecated": false, "path": "lib/fauxhai/platforms/oracle/7.6.json" } }, "raspbian": { "10": { "deprecated": false, "path": "lib/fauxhai/platforms/raspbian/10.json" } }, "redhat": { "6.10": { "deprecated": false, "path": "lib/fauxhai/platforms/redhat/6.10.json" }, "7.7": { "deprecated": true, "path": "lib/fauxhai/platforms/redhat/7.7.json" }, "7.8": { "deprecated": false, "path": "lib/fauxhai/platforms/redhat/7.8.json" }, "7.9": { "deprecated": false, "path": "lib/fauxhai/platforms/redhat/7.9.json" }, "8": { "deprecated": false, "path": "lib/fauxhai/platforms/redhat/8.json" } }, "rocky": { "8": { "deprecated": false, "path": "lib/fauxhai/platforms/rocky/8.json" } }, "smartos": { "5.11": { "deprecated": true, "path": "lib/fauxhai/platforms/smartos/5.11.json" } }, "solaris2": { "5.11": { "deprecated": false, "path": "lib/fauxhai/platforms/solaris2/5.11.json" } }, "suse": { "12.4": { "deprecated": false, "path": "lib/fauxhai/platforms/suse/12.4.json" }, "12.5": { "deprecated": false, "path": "lib/fauxhai/platforms/suse/12.5.json" }, "15": { "deprecated": false, "path": "lib/fauxhai/platforms/suse/15.json" } }, "ubuntu": { "16.04": { "deprecated": false, "path": "lib/fauxhai/platforms/ubuntu/16.04.json" }, "18.04": { "deprecated": false, "path": "lib/fauxhai/platforms/ubuntu/18.04.json" }, "20.04": { "deprecated": false, "path": "lib/fauxhai/platforms/ubuntu/20.04.json" } }, "windows": { "10": { "deprecated": false, "path": "lib/fauxhai/platforms/windows/10.json" }, "2012": { "deprecated": false, "path": "lib/fauxhai/platforms/windows/2012.json" }, "2012R2": { "deprecated": false, "path": "lib/fauxhai/platforms/windows/2012R2.json" }, "2016": { "deprecated": false, "path": "lib/fauxhai/platforms/windows/2016.json" }, "2019": { "deprecated": false, "path": "lib/fauxhai/platforms/windows/2019.json" }, "8.1": { "deprecated": false, "path": "lib/fauxhai/platforms/windows/8.1.json" } } }fauxhai-9.3.0/spec/000077500000000000000000000000001417433310300141015ustar00rootroot00000000000000fauxhai-9.3.0/spec/mocker_spec.rb000066400000000000000000000044671417433310300167330ustar00rootroot00000000000000require "spec_helper" describe Fauxhai::Mocker do describe "#data" do let(:options) { {} } subject { described_class.new({ github_fetching: false }.merge(options)).data } context "with a platform and version" do let(:options) { { platform: "chefspec", version: "0.6.1" } } its(["hostname"]) { is_expected.to eq "chefspec" } end context "with a Windows platform and version" do let(:options) { { platform: "windows", version: "10" } } its(["hostname"]) { is_expected.to eq "Fauxhai" } end end describe "#version" do let(:options) { {} } subject { described_class.new({ github_fetching: false }.merge(options)).send(:version) } context "with a platform and version" do let(:options) { { platform: "chefspec", version: "0.6.1" } } it { is_expected.to eq "0.6.1" } end context "with a platform and no version" do let(:options) { { platform: "chefspec" } } it { is_expected.to eq "0.6.1" } end context "with a platform and a blank version" do let(:options) { { platform: "chefspec", version: "" } } it { is_expected.to eq "0.6.1" } end context "with a platform and a partial version" do let(:options) { { platform: "chefspec", version: "0.6" } } it { is_expected.to eq "0.6.1" } end context "with a platform and a non-matching partial version" do let(:options) { { platform: "chefspec", version: "0.7" } } it { is_expected.to eq "0.7" } end context "with a Windows platform and no version" do let(:options) { { platform: "windows" } } it { is_expected.to eq "2019" } end context "with a Windows platform and an exact partial version" do let(:options) { { platform: "windows", version: "2012" } } it { is_expected.to eq "2012" } end context "with a CentOS platform and a partial version" do let(:options) { { platform: "centos", version: "6" } } it { is_expected.to eq "6.10" } end context "with a platform and an invalid version" do let(:options) { { platform: "chefspec", version: "99" } } it { is_expected.to eq "99" } end context "with an invalid platform and an invalid version" do let(:options) { { platform: "notthere", version: "99" } } it { is_expected.to eq "99" } end end end fauxhai-9.3.0/spec/spec_helper.rb000066400000000000000000000011501417433310300167140ustar00rootroot00000000000000require "rspec" require "rspec/its" require "fauxhai" RSpec.configure do |config| # Basic configuraiton config.run_all_when_everything_filtered = true config.filter_run(:focus) config.add_formatter("documentation") # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = "random" config.seed = ENV["SEED"].to_i if ENV["SEED"] # Enable full backtrace if $DEBUG is set. config.full_backtrace = true if ENV["DEBUG"] end fauxhai-9.3.0/tmp/000077500000000000000000000000001417433310300137475ustar00rootroot00000000000000fauxhai-9.3.0/tmp/.gitkeep000066400000000000000000000000001417433310300153660ustar00rootroot00000000000000