{ "name": "vagrant-openresty", "chef_environment": "development", "override": { "apt": { "unattended_upgrades": { "allowed_origins": [ "${distro_id}:${distro_codename}-security", "${distro_id}:${distro_codename}-updates" ], "mail": "ops@kosmos.org", "syslog_enable": true } }, "openresty": { "or_modules": { "luajit": true }, "server_names_hash_bucket_size": 128 }, "tor": { "HiddenServices": { "web": { "HiddenServicePorts": [ "80 127.0.0.1:80", "443 127.0.0.1:443" ] } } }, "kosmos-mastodon": { "elasticsearch": { "allocated_memory": "128m" } }, "kosmos-dirsrv": { "master_hostname": "localhost" }, "bitcoin": { "username": "vagrant", "usergroup": "vagrant", "conf": { "testnet": 1, "irc": 1, "dnsseed": 1, "upnp": 1, "checkblocks": 10, "checklevel": 1, "txindex": 1, "whitelist": "127.0.0.1", "listen": 1, "server": 1, "rpcport": 8332, "rpcssl": 0, "rpcuser": "bitcoind", "rpcbind": "127.0.0.1:8336", "port": 8335, "gen": 0, "zmqpubrawblock": "tcp://127.0.0.1:8337", "zmqpubrawtx": "tcp://127.0.0.1:8338" } } }, "normal": { "tags": [ ], "openresty": { "listen_ip": "192.168.56.7" } }, "default": { "audit": { "inspec_backend_cache": true, "reporter": null, "fetcher": null, "insecure": null, "quiet": true, "profiles": { }, "inputs": { }, "attributes": { }, "waiver_file": null, "json_file": { "location": "/var/chef/compliance_reports/compliance-20230719080032.json" }, "run_time_limit": 1.0, "result_message_limit": 10000, "result_include_backtrace": false, "control_results_limit": 50, "chef_node_attribute_enabled": true, "compliance_phase": false, "interval": { "enabled": false, "time": 1440 } }, "apt": { "cacher_dir": "/var/cache/apt-cacher-ng", "cacher_interface": null, "cacher_port": 3142, "compiletime": false, "compile_time_update": false, "key_proxy": "", "periodic_update_min_delay": 86400, "launchpad_api_version": "1.0", "unattended_upgrades": { "enable": false, "update_package_lists": true, "allowed_origins": [ "Ubuntu focal" ], "origins_patterns": [ ], "package_blacklist": [ ], "auto_fix_interrupted_dpkg": false, "minimal_steps": false, "install_on_shutdown": false, "mail": null, "sender": null, "mail_only_on_error": true, "remove_unused_dependencies": false, "automatic_reboot": false, "automatic_reboot_time": "now", "dl_limit": null, "random_sleep": null, "syslog_enable": false, "syslog_facility": "daemon", "dpkg_options": [ ] }, "cacher_client": { "cacher_server": { } }, "confd": { "force_confask": false, "force_confdef": false, "force_confmiss": false, "force_confnew": false, "force_confold": false, "install_recommends": true, "install_suggests": false } }, "firewall": { "allow_ssh": false, "allow_winrm": false, "allow_mosh": false, "allow_loopback": false, "allow_icmp": false, "firewalld": { "permanent": false }, "iptables": { "defaults": { "policy": { "input": "DROP", "forward": "DROP", "output": "ACCEPT" }, "ruleset": { "*filter": 1, ":INPUT DROP": 2, ":FORWARD DROP": 3, ":OUTPUT ACCEPT": 4, "COMMIT_FILTER": 100 } } }, "ubuntu_iptables": false, "redhat7_iptables": false, "allow_established": true, "ipv6_enabled": true, "ufw": { "defaults": { "ipv6": "yes", "manage_builtins": "no", "ipt_sysctl": "/etc/ufw/sysctl.conf", "ipt_modules": "nf_conntrack_ftp nf_nat_ftp nf_conntrack_netbios_ns", "policy": { "input": "DROP", "output": "ACCEPT", "forward": "DROP", "application": "SKIP" } } }, "windows": { "defaults": { "policy": { "input": "blockinbound", "output": "allowoutbound" } } } }, "hostsfile": { "path": null }, "hostname_cookbook": { "hostsfile_ip": "127.0.1.1", "hostsfile_aliases": [ ], "hostsfile_include_hostname_in_aliases": true, "append_hostsfile_ip": true }, "postfix": { "mail_type": "client", "relayhost_role": "relayhost", "multi_environment_relay": false, "use_procmail": false, "use_alias_maps": false, "use_transport_maps": false, "use_access_maps": false, "use_virtual_aliases": false, "use_virtual_aliases_domains": false, "use_relay_restrictions_maps": false, "transports": { }, "access": { }, "virtual_aliases": { }, "virtual_aliases_domains": { }, "main_template_source": "postfix", "master_template_source": "postfix", "sender_canonical_map_entries": { }, "smtp_generic_map_entries": { }, "access_db_type": "hash", "aliases_db_type": "hash", "transport_db_type": "hash", "virtual_alias_db_type": "hash", "virtual_alias_domains_db_type": "hash", "conf_dir": "/etc/postfix", "aliases_db": "/etc/aliases", "transport_db": "/etc/postfix/transport", "access_db": "/etc/postfix/access", "virtual_alias_db": "/etc/postfix/virtual", "virtual_alias_domains_db": "/etc/postfix/virtual_domains", "relay_restrictions_db": "/etc/postfix/relay_restrictions", "main": { "biff": "no", "append_dot_mydomain": "no", "myhostname": "vagrant", "mydomain": "vagrant", "myorigin": "$myhostname", "mydestination": [ "vagrant", "vagrant", "localhost.localdomain", "localhost" ], "smtpd_use_tls": "yes", "smtp_use_tls": "yes", "smtp_sasl_auth_enable": "no", "mailbox_size_limit": 0, "mynetworks": null, "inet_interfaces": "loopback-only" }, "cafile": "/etc/ssl/certs/ca-certificates.crt", "master": { "smtp": { "active": true, "order": 10, "type": "inet", "private": false, "chroot": false, "command": "smtpd", "args": [ ] }, "submission": { "active": false, "order": 20, "type": "inet", "private": false, "chroot": false, "command": "smtpd", "args": [ "-o smtpd_enforce_tls=yes", " -o smtpd_sasl_auth_enable=yes", "-o smtpd_client_restrictions=permit_sasl_authenticated,reject" ] }, "smtps": { "active": false, "order": 30, "type": "inet", "private": false, "chroot": false, "command": "smtpd", "args": [ "-o smtpd_tls_wrappermode=yes", "-o smtpd_sasl_auth_enable=yes", "-o smtpd_client_restrictions=permit_sasl_authenticated,reject" ] }, "628": { "active": false, "order": 40, "type": "inet", "private": false, "chroot": false, "command": "qmqpdd", "args": [ ] }, "pickup": { "active": true, "order": 50, "type": "fifo", "private": false, "chroot": false, "wakeup": "60", "maxproc": "1", "command": "pickup", "args": [ ] }, "cleanup": { "active": true, "order": 60, "type": "unix", "private": false, "chroot": false, "maxproc": "0", "command": "cleanup", "args": [ ] }, "qmgr": { "active": true, "order": 70, "type": "fifo", "private": false, "chroot": false, "wakeup": "300", "maxproc": "1", "command": "qmgr", "args": [ ] }, "tlsmgr": { "active": true, "order": 80, "type": "unix", "chroot": false, "wakeup": "1000?", "maxproc": "1", "command": "tlsmgr", "args": [ ] }, "rewrite": { "active": true, "order": 90, "type": "unix", "chroot": false, "command": "trivial-rewrite", "args": [ ] }, "bounce": { "active": true, "order": 100, "type": "unix", "chroot": false, "maxproc": "0", "command": "bounce", "args": [ ] }, "defer": { "active": true, "order": 110, "type": "unix", "chroot": false, "maxproc": "0", "command": "bounce", "args": [ ] }, "trace": { "active": true, "order": 120, "type": "unix", "chroot": false, "maxproc": "0", "command": "bounce", "args": [ ] }, "verify": { "active": true, "order": 130, "type": "unix", "chroot": false, "maxproc": "1", "command": "verify", "args": [ ] }, "flush": { "active": true, "order": 140, "type": "unix", "private": false, "chroot": false, "wakeup": "1000?", "maxproc": "0", "command": "flush", "args": [ ] }, "proxymap": { "active": true, "order": 150, "type": "unix", "chroot": false, "command": "proxymap", "args": [ ] }, "smtpunix": { "service": "smtp", "active": true, "order": 160, "type": "unix", "chroot": false, "maxproc": "500", "command": "smtp", "args": [ ] }, "relay": { "active": true, "comment": "When relaying mail as backup MX, disable fallback_relay to avoid MX loops", "order": 170, "type": "unix", "chroot": false, "command": "smtp", "args": [ "-o smtp_fallback_relay=" ] }, "showq": { "active": true, "order": 180, "type": "unix", "private": false, "chroot": false, "command": "showq", "args": [ ] }, "error": { "active": true, "order": 190, "type": "unix", "chroot": false, "command": "error", "args": [ ] }, "discard": { "active": true, "order": 200, "type": "unix", "chroot": false, "command": "discard", "args": [ ] }, "local": { "active": true, "order": 210, "type": "unix", "unpriv": false, "chroot": false, "command": "local", "args": [ ] }, "virtual": { "active": true, "order": 220, "type": "unix", "unpriv": false, "chroot": false, "command": "virtual", "args": [ ] }, "lmtp": { "active": true, "order": 230, "type": "unix", "chroot": false, "command": "lmtp", "args": [ ] }, "anvil": { "active": true, "order": 240, "type": "unix", "chroot": false, "maxproc": "1", "command": "anvil", "args": [ ] }, "scache": { "active": true, "order": 250, "type": "unix", "chroot": false, "maxproc": "1", "command": "scache", "args": [ ] }, "maildrop": { "active": true, "comment": "See the Postfix MAILDROP_README file for details. To main.cf will be added: maildrop_destination_recipient_limit=1", "order": 510, "type": "unix", "unpriv": false, "chroot": false, "command": "pipe", "args": [ "flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}" ] }, "old-cyrus": { "active": false, "comment": "The Cyrus deliver program has changed incompatibly, multiple times.", "order": 520, "type": "unix", "unpriv": false, "chroot": false, "command": "pipe", "args": [ "flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}" ] }, "cyrus": { "active": true, "comment": "Cyrus 2.1.5 (Amos Gouaux). To main.cf will be added: cyrus_destination_recipient_limit=1", "order": 530, "type": "unix", "unpriv": false, "chroot": false, "command": "pipe", "args": [ "user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}" ] }, "uucp": { "active": true, "comment": "See the Postfix UUCP_README file for configuration details.", "order": 540, "type": "unix", "unpriv": false, "chroot": false, "command": "pipe", "args": [ "flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)" ] }, "ifmail": { "active": false, "order": 550, "type": "unix", "unpriv": false, "chroot": false, "command": "pipe", "args": [ "flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)" ] }, "bsmtp": { "active": true, "order": 560, "type": "unix", "unpriv": false, "chroot": false, "command": "pipe", "args": [ "flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient" ] } }, "aliases": { } }, "ntp": { "servers": [ "0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org", "3.pool.ntp.org" ], "peers": [ ], "restrictions": [ ], "tinker": { "panic": 0, "allan": 1500, "dispersion": 15, "step": 0.128, "stepout": 900 }, "restrict_default": "kod notrap nomodify nopeer noquery", "packages": [ "ntp" ], "service": "ntp", "varlibdir": "/var/lib/ntp", "driftfile": "/var/lib/ntp/ntp.drift", "logfile": null, "conffile": "/etc/ntp.conf", "statsdir": "/var/log/ntpstats/", "conf_owner": "root", "conf_group": "root", "var_owner": "ntp", "var_group": "ntp", "leapfile": "/etc/ntp.leapseconds", "sync_clock": false, "sync_hw_clock": false, "listen": null, "listen_network": null, "ignore": null, "apparmor_enabled": true, "monitor": false, "statistics": true, "conf_restart_immediate": false, "keys": null, "trustedkey": null, "requestkey": null, "disable_tinker_panic_on_virtualization_guest": true, "peer": { "key": null, "use_iburst": true, "use_burst": false, "minpoll": 6, "maxpoll": 10 }, "server": { "prefer": "", "use_iburst": true, "use_burst": false, "minpoll": 6, "maxpoll": 10 }, "orphan": { "enabled": false, "stratum": 5 }, "localhost": { "noquery": false }, "use_cmos": false }, "timezone_iii": { "timezone": "Etc/UTC", "tzdata_dir": "/usr/share/zoneinfo", "localtime_path": "/etc/localtime", "use_symlink": false }, "msys2": { "url": "http://downloads.sourceforge.net/project/msys2/Base/x86_64/msys2-base-x86_64-20160205.tar.xz", "checksum": "7e97e2af042e1b6f62cf0298fe84839014ef3d4a3e7825cffc6931c66cc0fc20" }, "build-essential": { "compile_time": false, "msys2": { "path": "\\msys2" } }, "git": { "prefix": "/usr/local", "version": "2.17.1", "url": "https://nodeload.github.com/git/git/tar.gz/v%{version}", "checksum": "690f12cc5691e5adaf2dd390eae6f5acce68ae0d9bd9403814f8a1433833f02a", "use_pcre": false, "server": { "base_path": "/srv/git", "export_all": true } }, "jemalloc": { "version": "5.1.0", "url": "https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2", "checksum": "5396e61cc6103ac393136c309fae09e44d74743c86f90e266948c50f3dbb7268", "configure": { "munmap": true, "lazy_lock": true, "xmalloc": false, "dss": false, "mremap": false, "stats": false, "profiling": false, "valgrind": false } }, "logrotate": { "package": { "name": "logrotate", "source": null, "version": null, "provider": null, "action": "upgrade" }, "directory": "/etc/logrotate.d", "cron": { "install": false, "name": "logrotate", "command": "/usr/sbin/logrotate /etc/logrotate.conf", "minute": 35, "hour": 2 }, "global": { "weekly": true, "rotate": 4, "create": "", "/var/log/wtmp": { "missingok": true, "monthly": true, "create": "0664 root utmp", "rotate": 1 }, "/var/log/btmp": { "missingok": true, "monthly": true, "create": "0660 root utmp", "rotate": 1 } } }, "yum": { "main": { "cachedir": "/var/cache/yum/$basearch/$releasever", "distroverpkg": "ubuntu-release", "alwaysprompt": null, "assumeyes": null, "bandwidth": null, "best": null, "bugtracker_url": null, "clean_requirements_on_remove": null, "color": null, "color_list_available_downgrade": null, "color_list_available_install": null, "color_list_available_reinstall": null, "color_list_available_upgrade": null, "color_list_installed_extra": null, "color_list_installed_newer": null, "color_list_installed_older": null, "color_list_installed_reinstall": null, "color_search_match": null, "color_update_installed": null, "color_update_local": null, "color_update_remote": null, "commands": null, "deltarpm": null, "debuglevel": null, "diskspacecheck": null, "enable_group_conditionals": null, "errorlevel": null, "exactarch": null, "exclude": null, "excludepkgs": null, "gpgcheck": true, "group_package_types": null, "groupremove_leaf_only": null, "history_list_view": null, "history_record": null, "history_record_packages": null, "http_caching": null, "ip_resolve": null, "installonly_limit": null, "installonlypkgs": null, "installroot": null, "keepalive": null, "keepcache": false, "kernelpkgnames": null, "localpkg_gpgcheck": false, "logfile": "/var/log/yum.log", "max_retries": null, "mdpolicy": null, "metadata_expire": null, "mirrorlist_expire": null, "multilib_policy": null, "obsoletes": null, "overwrite_groups": null, "password": null, "path": "/etc/yum.conf", "persistdir": null, "pluginconfpath": null, "pluginpath": null, "plugins": null, "protected_multilib": null, "protected_packages": null, "proxy": null, "proxy_password": null, "proxy_username": null, "recent": null, "repo_gpgcheck": null, "reposdir": null, "reset_nice": null, "rpmverbosity": null, "showdupesfromrepos": null, "skip_broken": null, "skip_if_unavailable": null, "ssl_check_cert_permissions": null, "sslcacert": null, "sslclientcert": null, "sslclientkey": null, "sslverify": null, "syslog_device": null, "syslog_facility": null, "syslog_ident": null, "throttle": null, "timeout": null, "tolerant": false, "tsflags": null, "username": null } }, "openresty": { "source": { "version": "1.13.6.2", "file_prefix": "openresty", "checksum": "946e1958273032db43833982e2cec0766154a9b5cb8e67868944113208ff2942", "name": "%{file_prefix}-%{version}", "url": "https://openresty.org/download/%{name}.tar.gz", "conf_path": "/etc/nginx/nginx.conf", "prefix": "/usr/local/openresty", "state": "/etc/chef_state.d", "path": "/var/chef/cache", "default_configure_flags": [ "--prefix=/usr/share", "--conf-path=/etc/nginx/nginx.conf", "--sbin-path=/usr/sbin/nginx", "--error-log-path=/var/log/nginx/error.log", "--http-log-path=/var/log/nginx/access.log", "--pid-path=/var/run/nginx.pid", "--lock-path=/var/run/nginx.lock", "--http-client-body-temp-path=/var/cache/nginx/client_temp", "--http-proxy-temp-path=/var/cache/nginx/proxy_temp", "--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp", "--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp", "--http-scgi-temp-path=/var/cache/nginx/scgi_temp", "--with-ipv6", "--with-md5-asm", "--with-sha1-asm", "--without-http_ssi_module", "--without-mail_smtp_module", "--without-mail_imap_module", "--without-mail_pop3_module" ] }, "dir": "/etc/openresty", "log_dir": "/var/log/nginx/logs", "cache_dir": "/var/cache/nginx", "run_dir": "/var/run", "binary": "/usr/local/openresty/nginx/sbin/nginx", "pid": "/usr/local/openresty/nginx/logs/nginx.pid", "modules": [ "http_ssl_module", "http_gzip_static_module", "http_gunzip_module", "http_stub_status_module", "http_secure_link_module", "http_realip_module", "http_flv_module", "http_mp4_module", "cache_purge_module" ], "extra_modules": [ ], "configure_flags": [ ], "user": "www-data", "group": "www-data", "user_system": true, "user_shell": "/bin/false", "user_home": "/var/www", "ipv6": true, "gzip": "on", "gzip_http_version": "1.0", "gzip_comp_level": "2", "gzip_proxied": "any", "gzip_vary": "off", "gzip_buffers": null, "gzip_types": [ "text/plain", "text/css", "application/x-javascript", "text/xml", "application/xml", "application/xml+rss", "text/javascript", "application/javascript", "application/json", "font/truetype", "font/opentype", "application/vnd.ms-fontobject", "image/svg+xml" ], "keepalive": "on", "keepalive_timeout": 5, "keepalive_requests": 100, "worker_processes": 2, "worker_auto_affinity": true, "worker_connections": 4096, "worker_rlimit_nofile": null, "multi_accept": false, "try_aio": false, "event": "epoll", "server_names_hash_bucket_size": 64, "client_max_body_size": "32M", "client_body_buffer_size": "8K", "large_client_header_buffers": "32 32k", "types_hash_max_size": 2048, "types_hash_bucket_size": 64, "variables_hash_max_size": 1024, "variables_hash_bucket_size": 64, "open_file_cache": { "max": 1000, "inactive": "20s", "valid": "30s", "min_uses": "8", "errors": "on" }, "log_formats": { "main": "$remote_addr - $remote_user [$time_local] \"$request\" $status $body_bytes_sent \"$http_referer\" \"$http_user_agent\" \"$http_x_forwarded_for\"" }, "logrotate": true, "logrotate_days": 7, "logrotate_options": [ "missingok", "delaycompress", "notifempty", "compress", "sharedscripts" ], "disable_access_log": true, "default_site_enabled": false, "custom_pcre": true, "link_to_jemalloc": false, "max_subrequests": 201, "generate_dhparams": true, "resolver": null, "resolver_ttl": "10s", "lua_package_path": null, "lua_package_cpath": null, "cache_purge": { "version": "2.3", "url": "https://codeload.github.com/FRiCKLE/ngx_cache_purge/tar.gz/2.3", "checksum": "cb7d5f22919c613f1f03341a1aeb960965269302e9eb23425ccaabd2f5dcbbec" }, "pcre": { "version": "8.41", "url": "https://sourceforge.net/projects/pcre/files/pcre/8.41/pcre-8.41.tar.bz2/download", "checksum": "e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530" }, "luarocks": { "version": "3.9.2", "url": "https://luarocks.org/releases/luarocks-3.9.2.tar.gz", "checksum": "bca6e4ecc02c203e070acdb5f586045d45c078896f6236eb46aa33ccd9b94edb", "default_rocks": { } }, "or_modules": { "luajit": true, "luajit_binary": "2.1.0-beta1", "iconv": true, "drizzle": false, "postgres": false }, "realip": { "header": "X-Forwarded-For", "addresses": [ "127.0.0.1" ], "recursive": false }, "service": { "recipe": "openresty::service_init", "resource": "service[openresty]", "restart_on_update": true, "start_on_boot": true, "defaults_file_template": "nginx.sysconfig.erb", "defaults_file_cookbook": "openresty" }, "status": { "url": "/nginx-status", "allowed_ips": [ ] }, "upload_progress": { "url": "https://github.com/masterzen/nginx-upload-progress-module/archive/v0.9.0.tar.gz", "checksum": "93e29b9b437a2e34713de54c2861ea51151624aca09f73f9f44d1caaff01a6b1" }, "worker_cpu_affinity": "01 10" }, "kosmos_assets": { "domain": "assets.kosmos.org", "repo": "https://gitea.kosmos.org/kosmos/assets.kosmos.org.git", "revision": "master" } }, "automatic": { "kernel": { "name": "Linux", "release": "5.4.0-144-generic", "version": "#161-Ubuntu SMP Fri Feb 3 14:49:04 UTC 2023", "machine": "x86_64", "processor": "x86_64", "os": "GNU/Linux", "modules": { "vboxvideo": { "size": "36864", "refcount": "0", "version": "7.0.6 r155176" }, "vboxsf": { "size": "81920", "refcount": "13", "version": "7.0.6 r155176" }, "dm_multipath": { "size": "32768", "refcount": "0" }, "scsi_dh_rdac": { "size": "16384", "refcount": "0", "version": "01.00.0000.0000" }, "scsi_dh_emc": { "size": "16384", "refcount": "0" }, "scsi_dh_alua": { "size": "20480", "refcount": "0", "version": "2.0" }, "binfmt_misc": { "size": "24576", "refcount": "1" }, "intel_rapl_msr": { "size": "20480", "refcount": "0" }, "joydev": { "size": "24576", "refcount": "0" }, "intel_rapl_common": { "size": "24576", "refcount": "1" }, "rapl": { "size": "20480", "refcount": "0" }, "input_leds": { "size": "16384", "refcount": "0" }, "serio_raw": { "size": "20480", "refcount": "0" }, "vboxguest": { "size": "360448", "refcount": "3", "version": "7.0.6 r155176" }, "mac_hid": { "size": "16384", "refcount": "0" }, "sch_fq_codel": { "size": "20480", "refcount": "3" }, "ramoops": { "size": "28672", "refcount": "0" }, "reed_solomon": { "size": "24576", "refcount": "1" }, "msr": { "size": "16384", "refcount": "0" }, "efi_pstore": { "size": "16384", "refcount": "0" }, "ip_tables": { "size": "32768", "refcount": "0" }, "x_tables": { "size": "40960", "refcount": "1" }, "autofs4": { "size": "45056", "refcount": "2" }, "btrfs": { "size": "1265664", "refcount": "0" }, "zstd_compress": { "size": "167936", "refcount": "1" }, "raid10": { "size": "61440", "refcount": "0" }, "raid456": { "size": "155648", "refcount": "0" }, "async_raid6_recov": { "size": "24576", "refcount": "1" }, "async_memcpy": { "size": "20480", "refcount": "2" }, "async_pq": { "size": "24576", "refcount": "2" }, "async_xor": { "size": "20480", "refcount": "3" }, "async_tx": { "size": "20480", "refcount": "5" }, "xor": { "size": "24576", "refcount": "2" }, "raid6_pq": { "size": "114688", "refcount": "4" }, "libcrc32c": { "size": "16384", "refcount": "2" }, "raid1": { "size": "45056", "refcount": "0" }, "raid0": { "size": "24576", "refcount": "0" }, "multipath": { "size": "20480", "refcount": "0" }, "linear": { "size": "20480", "refcount": "0" }, "crct10dif_pclmul": { "size": "16384", "refcount": "1" }, "crc32_pclmul": { "size": "16384", "refcount": "0" }, "ghash_clmulni_intel": { "size": "16384", "refcount": "0" }, "aesni_intel": { "size": "372736", "refcount": "0" }, "crypto_simd": { "size": "16384", "refcount": "1" }, "cryptd": { "size": "24576", "refcount": "2" }, "glue_helper": { "size": "16384", "refcount": "1" }, "vmwgfx": { "size": "299008", "refcount": "2", "version": "2.15.0.0" }, "ttm": { "size": "106496", "refcount": "2" }, "drm_kms_helper": { "size": "184320", "refcount": "2" }, "psmouse": { "size": "155648", "refcount": "0" }, "syscopyarea": { "size": "16384", "refcount": "1" }, "sysfillrect": { "size": "16384", "refcount": "1" }, "sysimgblt": { "size": "16384", "refcount": "1" }, "ahci": { "size": "40960", "refcount": "2", "version": "3.0" }, "fb_sys_fops": { "size": "16384", "refcount": "1" }, "libahci": { "size": "32768", "refcount": "1" }, "drm": { "size": "495616", "refcount": "6" }, "video": { "size": "57344", "refcount": "0" }, "i2c_piix4": { "size": "28672", "refcount": "0" }, "e1000": { "size": "147456", "refcount": "0", "version": "7.3.21-k8-NAPI" }, "pata_acpi": { "size": "16384", "refcount": "0", "version": "0.2.3" } } }, "memory": { "swap": { "cached": "188kB", "total": "2097148kB", "free": "2096624kB" }, "hugepages": { "total": "0", "free": "0", "reserved": "0", "surplus": "0" }, "directmap": { "4k": "131008kB", "2M": "917504kB" }, "total": "1000112kB", "free": "110268kB", "available": "577532kB", "buffers": "50124kB", "cached": "516772kB", "active": "359056kB", "inactive": "360580kB", "dirty": "1384kB", "writeback": "0kB", "anon_pages": "171096kB", "mapped": "83584kB", "slab": "107816kB", "slab_reclaimable": "49416kB", "slab_unreclaim": "58400kB", "page_tables": "2584kB", "nfs_unstable": "0kB", "bounce": "0kB", "commit_limit": "2597204kB", "committed_as": "688268kB", "vmalloc_total": "34359738367kB", "vmalloc_used": "28600kB", "vmalloc_chunk": "0kB", "hugepage_size": "2048kB", "hugetlb": "0kB" }, "network": { "interfaces": { "lo": { "mtu": "65536", "flags": [ "LOOPBACK", "UP", "LOWER_UP" ], "encapsulation": "Loopback", "addresses": { "127.0.0.1": { "family": "inet", "prefixlen": "8", "netmask": "255.0.0.0", "scope": "Node" }, "::1": { "family": "inet6", "prefixlen": "128", "scope": "Node", "tags": [ ] } }, "state": "unknown", "routes": [ { "destination": "::1", "family": "inet6", "metric": "256", "proto": "kernel" } ] }, "eth0": { "type": "eth", "number": "0", "mtu": "1500", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "encapsulation": "Ethernet", "addresses": { "08:00:27:1F:3F:CD": { "family": "lladdr" }, "10.0.2.15": { "family": "inet", "prefixlen": "24", "netmask": "255.255.255.0", "broadcast": "10.0.2.255", "scope": "Global" }, "fe80::a00:27ff:fe1f:3fcd": { "family": "inet6", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "state": "up", "arp": { "10.0.2.3": "52:54:00:12:35:03", "10.0.2.2": "52:54:00:12:35:02" }, "routes": [ { "destination": "default", "family": "inet", "via": "10.0.2.2", "metric": "100", "proto": "dhcp", "src": "10.0.2.15" }, { "destination": "10.0.2.0/24", "family": "inet", "scope": "link", "proto": "kernel", "src": "10.0.2.15" }, { "destination": "10.0.2.2", "family": "inet", "scope": "link", "metric": "100", "proto": "dhcp", "src": "10.0.2.15" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "link_speed": 1000, "duplex": "Full", "port": "Twisted Pair", "transceiver": "internal", "auto_negotiation": "on", "mdi_x": "off (auto)", "ring_params": { "max_rx": 4096, "max_rx_mini": 0, "max_rx_jumbo": 0, "max_tx": 4096, "current_rx": 256, "current_rx_mini": 0, "current_rx_jumbo": 0, "current_tx": 256 }, "channel_params": { }, "coalesce_params": { "adaptive_rx": "off", "adaptive_tx": "off", "stats-block-usecs": 0, "sample-interval": 0, "pkt-rate-low": 0, "pkt-rate-high": 0, "rx-usecs": 0, "rx-frames": 0, "rx-usecs-irq": 0, "rx-frames-irq": 0, "tx-usecs": 0, "tx-frames": 0, "tx-usecs-irq": 0, "tx-frames-irq": 0, "rx-usecs-low": 0, "rx-frames-low": 0, "tx-usecs-low": 0, "tx-frames-low": 0, "rx-usecs-high": 0, "rx-frames-high": 0, "tx-usecs-high": 0, "tx-frames-high": 0 }, "offload_params": { "rx-checksumming": "off", "tx-checksumming": "on", "tx-checksum-ipv4": "off", "tx-checksum-ip-generic": "on", "tx-checksum-ipv6": "off", "tx-checksum-fcoe-crc": "off", "tx-checksum-sctp": "off", "scatter-gather": "on", "tx-scatter-gather": "on", "tx-scatter-gather-fraglist": "off", "tcp-segmentation-offload": "on", "tx-tcp-segmentation": "on", "tx-tcp-ecn-segmentation": "off", "tx-tcp-mangleid-segmentation": "off", "tx-tcp6-segmentation": "off", "generic-segmentation-offload": "on", "generic-receive-offload": "on", "large-receive-offload": "off", "rx-vlan-offload": "on", "tx-vlan-offload": "on", "ntuple-filters": "off", "receive-hashing": "off", "highdma": "off", "rx-vlan-filter": "on", "vlan-challenged": "off", "tx-lockless": "off", "netns-local": "off", "tx-gso-robust": "off", "tx-fcoe-segmentation": "off", "tx-gre-segmentation": "off", "tx-gre-csum-segmentation": "off", "tx-ipxip4-segmentation": "off", "tx-ipxip6-segmentation": "off", "tx-udp_tnl-segmentation": "off", "tx-udp_tnl-csum-segmentation": "off", "tx-gso-partial": "off", "tx-sctp-segmentation": "off", "tx-esp-segmentation": "off", "tx-udp-segmentation": "off", "fcoe-mtu": "off", "tx-nocache-copy": "off", "loopback": "off", "rx-fcs": "off", "rx-all": "off", "tx-vlan-stag-hw-insert": "off", "rx-vlan-stag-hw-parse": "off", "rx-vlan-stag-filter": "off", "l2-fwd-offload": "off", "hw-tc-offload": "off", "esp-hw-offload": "off", "esp-tx-csum-hw-offload": "off", "rx-udp_tunnel-port-offload": "off", "tls-hw-tx-offload": "off", "tls-hw-rx-offload": "off", "rx-gro-hw": "off", "tls-hw-record": "off" }, "driver_info": { "driver": "e1000", "version": "7.3.21-k8-NAPI", "firmware-version": "", "expansion-rom-version": "", "bus-info": "0000:00:03.0", "supports-statistics": "yes", "supports-test": "yes", "supports-eeprom-access": "yes", "supports-register-dump": "yes", "supports-priv-flags": "no" }, "pause_params": { "autonegotiate": true, "rx": true, "tx": false } }, "eth1": { "type": "eth", "number": "1", "mtu": "1500", "flags": [ "BROADCAST", "MULTICAST", "UP", "LOWER_UP" ], "encapsulation": "Ethernet", "addresses": { "08:00:27:AE:F5:6C": { "family": "lladdr" }, "192.168.56.7": { "family": "inet", "prefixlen": "24", "netmask": "255.255.255.0", "broadcast": "192.168.56.255", "scope": "Global" }, "fe80::a00:27ff:feae:f56c": { "family": "inet6", "prefixlen": "64", "scope": "Link", "tags": [ ] } }, "state": "up", "routes": [ { "destination": "192.168.56.0/24", "family": "inet", "scope": "link", "proto": "kernel", "src": "192.168.56.7" }, { "destination": "fe80::/64", "family": "inet6", "metric": "256", "proto": "kernel" } ], "link_speed": 1000, "duplex": "Full", "port": "Twisted Pair", "transceiver": "internal", "auto_negotiation": "on", "mdi_x": "off (auto)", "ring_params": { "max_rx": 4096, "max_rx_mini": 0, "max_rx_jumbo": 0, "max_tx": 4096, "current_rx": 256, "current_rx_mini": 0, "current_rx_jumbo": 0, "current_tx": 256 }, "channel_params": { }, "coalesce_params": { "adaptive_rx": "off", "adaptive_tx": "off", "stats-block-usecs": 0, "sample-interval": 0, "pkt-rate-low": 0, "pkt-rate-high": 0, "rx-usecs": 0, "rx-frames": 0, "rx-usecs-irq": 0, "rx-frames-irq": 0, "tx-usecs": 0, "tx-frames": 0, "tx-usecs-irq": 0, "tx-frames-irq": 0, "rx-usecs-low": 0, "rx-frames-low": 0, "tx-usecs-low": 0, "tx-frames-low": 0, "rx-usecs-high": 0, "rx-frames-high": 0, "tx-usecs-high": 0, "tx-frames-high": 0 }, "offload_params": { "rx-checksumming": "off", "tx-checksumming": "on", "tx-checksum-ipv4": "off", "tx-checksum-ip-generic": "on", "tx-checksum-ipv6": "off", "tx-checksum-fcoe-crc": "off", "tx-checksum-sctp": "off", "scatter-gather": "on", "tx-scatter-gather": "on", "tx-scatter-gather-fraglist": "off", "tcp-segmentation-offload": "on", "tx-tcp-segmentation": "on", "tx-tcp-ecn-segmentation": "off", "tx-tcp-mangleid-segmentation": "off", "tx-tcp6-segmentation": "off", "generic-segmentation-offload": "on", "generic-receive-offload": "on", "large-receive-offload": "off", "rx-vlan-offload": "on", "tx-vlan-offload": "on", "ntuple-filters": "off", "receive-hashing": "off", "highdma": "off", "rx-vlan-filter": "on", "vlan-challenged": "off", "tx-lockless": "off", "netns-local": "off", "tx-gso-robust": "off", "tx-fcoe-segmentation": "off", "tx-gre-segmentation": "off", "tx-gre-csum-segmentation": "off", "tx-ipxip4-segmentation": "off", "tx-ipxip6-segmentation": "off", "tx-udp_tnl-segmentation": "off", "tx-udp_tnl-csum-segmentation": "off", "tx-gso-partial": "off", "tx-sctp-segmentation": "off", "tx-esp-segmentation": "off", "tx-udp-segmentation": "off", "fcoe-mtu": "off", "tx-nocache-copy": "off", "loopback": "off", "rx-fcs": "off", "rx-all": "off", "tx-vlan-stag-hw-insert": "off", "rx-vlan-stag-hw-parse": "off", "rx-vlan-stag-filter": "off", "l2-fwd-offload": "off", "hw-tc-offload": "off", "esp-hw-offload": "off", "esp-tx-csum-hw-offload": "off", "rx-udp_tunnel-port-offload": "off", "tls-hw-tx-offload": "off", "tls-hw-rx-offload": "off", "rx-gro-hw": "off", "tls-hw-record": "off" }, "driver_info": { "driver": "e1000", "version": "7.3.21-k8-NAPI", "firmware-version": "", "expansion-rom-version": "", "bus-info": "0000:00:08.0", "supports-statistics": "yes", "supports-test": "yes", "supports-eeprom-access": "yes", "supports-register-dump": "yes", "supports-priv-flags": "no" }, "pause_params": { "autonegotiate": true, "rx": true, "tx": false } } }, "default_interface": "eth0", "default_gateway": "10.0.2.2" }, "counters": { "network": { "interfaces": { "lo": { "tx": { "queuelen": "1000", "bytes": "7862", "packets": "82", "errors": "0", "drop": "0", "carrier": "0", "collisions": "0" }, "rx": { "bytes": "7862", "packets": "82", "errors": "0", "drop": "0", "overrun": "0" } }, "eth0": { "tx": { "queuelen": "1000", "bytes": "844859", "packets": "5817", "errors": "0", "drop": "0", "carrier": "0", "collisions": "0" }, "rx": { "bytes": "14775901", "packets": "15223", "errors": "0", "drop": "0", "overrun": "0" } }, "eth1": { "tx": { "queuelen": "1000", "bytes": "1506", "packets": "19", "errors": "0", "drop": "0", "carrier": "0", "collisions": "0" }, "rx": { "bytes": "11752", "packets": "113", "errors": "0", "drop": "0", "overrun": "0" } } } } }, "IPAddress": "10.0.2.2", "ipaddress": "10.0.2.15", "macaddress": "08:00:27:1F:3F:CD", "ip6address": "fe80::a00:27ff:fe1f:3fcd", "lsb": { "id": "Ubuntu", "description": "Ubuntu 20.04.6 LTS", "release": "20.04", "codename": "focal" }, "os": "linux", "os_version": "5.4.0-144-generic", "platform": "ubuntu", "platform_version": "20.04", "platform_family": "debian", "uptime_seconds": 414, "uptime": "6 minutes 54 seconds", "idletime_seconds": 682, "idletime": "11 minutes 22 seconds", "dmi": { "dmidecode_version": "3.2", "smbios_version": "2.5", "structures": { "count": "10", "size": "455" }, "table_location": "0x000E1000", "bios": { "all_records": [ { "record_id": "0x0000", "size": "0", "application_identifier": "BIOS Information", "Vendor": "innotek GmbH", "Version": "VirtualBox", "Release Date": "12/01/2006", "Address": "0xE0000", "Runtime Size": "128 kB", "ROM Size": "128 kB", "Characteristics": { "ACPI is supported": null } } ], "vendor": "innotek GmbH", "version": "VirtualBox", "release_date": "12/01/2006", "address": "0xE0000", "runtime_size": "128 kB", "rom_size": "128 kB" }, "system": { "all_records": [ { "record_id": "0x0001", "size": "1", "application_identifier": "System Information", "Manufacturer": "innotek GmbH", "Product Name": "VirtualBox", "Version": "1.2", "Serial Number": "0", "UUID": "794bf05e-6c2f-c049-9676-cf9933edd148", "Wake-up Type": "Power Switch", "SKU Number": "Not Specified", "Family": "Virtual Machine" } ], "manufacturer": "innotek GmbH", "product_name": "VirtualBox", "version": "1.2", "serial_number": "0", "uuid": "794bf05e-6c2f-c049-9676-cf9933edd148", "wake_up_type": "Power Switch", "sku_number": "Not Specified", "family": "Virtual Machine" }, "base_board": { "all_records": [ { "record_id": "0x0008", "size": "2", "application_identifier": "Base Board Information", "Manufacturer": "Oracle Corporation", "Product Name": "VirtualBox", "Version": "1.2", "Serial Number": "0", "Asset Tag": "Not Specified", "Features": { "Board is a hosting board": null }, "Location In Chassis": "Not Specified", "Chassis Handle": "0x0003", "Type": "Motherboard", "Contained Object Handles": "0" } ], "manufacturer": "Oracle Corporation", "product_name": "VirtualBox", "version": "1.2", "serial_number": "0", "asset_tag": "Not Specified", "location_in_chassis": "Not Specified", "chassis_handle": "0x0003", "type": "Motherboard", "contained_object_handles": "0" }, "chassis": { "all_records": [ { "record_id": "0x0003", "size": "3", "application_identifier": "Chassis Information", "Manufacturer": "Oracle Corporation", "Type": "Other", "Lock": "Not Present", "Version": "Not Specified", "Serial Number": "Not Specified", "Asset Tag": "Not Specified", "Boot-up State": "Safe", "Power Supply State": "Safe", "Thermal State": "Safe", "Security Status": "None" } ], "manufacturer": "Oracle Corporation", "type": "Other", "lock": "Not Present", "version": "Not Specified", "serial_number": "Not Specified", "asset_tag": "Not Specified", "boot_up_state": "Safe", "power_supply_state": "Safe", "thermal_state": "Safe", "security_status": "None" }, "oem_strings": { "all_records": [ { "record_id": "0x0002", "size": "11", "application_identifier": "OEM Strings", "String 1": "vboxVer_7.0.8", "String 2": "vboxRev_156879" } ], "string_1": "vboxVer_7.0.8", "string_2": "vboxRev_156879" } }, "cpu": { "numa_node_cpus": { "0": [ 0, 1 ] }, "vulnerability": { "itlb_multihit": "KVM: Vulnerable", "l1tf": "Mitigation; PTE Inversion", "mds": "Mitigation; Clear CPU buffers; SMT Host state unknown", "meltdown": "Mitigation; PTI", "mmio_stale_data": "Unknown: No mitigations", "retbleed": "Not affected", "spec_store_bypass": "Vulnerable", "spectre_v1": "Mitigation; usercopy/swapgs barriers and __user pointer sanitization", "spectre_v2": "Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected", "srbds": "Unknown: Dependent on hypervisor status", "tsx_async_abort": "Not affected" }, "architecture": "x86_64", "cpu_opmodes": [ "32-bit", "64-bit" ], "byte_order": "little endian", "address_sizes": [ "39 bits physical", "48 bits virtual" ], "cpus": 2, "cpus_online": 2, "threads_per_core": 1, "cores_per_socket": 2, "sockets": 1, "numa_nodes": 1, "vendor_id": "GenuineIntel", "family": "6", "model": "61", "model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz", "stepping": "4", "mhz": "3109.596", "bogomips": "6219.19", "hypervisor_vendor": "KVM", "virtualization_type": "full", "l1d_cache": "64 KiB", "l1i_cache": "64 KiB", "l2_cache": "512 KiB", "l3_cache": "8 MiB", "flags": [ "3dnowprefetch", "abm", "aes", "apic", "avx", "avx2", "bmi1", "bmi2", "clflush", "cmov", "constant_tsc", "cpuid", "cx16", "cx8", "de", "flush_l1d", "fpu", "fsgsbase", "fxsr", "ht", "hypervisor", "invpcid", "invpcid_single", "lahf_lm", "lm", "mca", "mce", "md_clear", "mmx", "movbe", "msr", "mtrr", "nonstop_tsc", "nopl", "nx", "pae", "pat", "pcid", "pclmulqdq", "pge", "pni", "popcnt", "pse", "pse36", "pti", "rdrand", "rdseed", "rdtscp", "rep_good", "sep", "sse", "sse2", "sse4_1", "sse4_2", "ssse3", "syscall", "tsc", "tsc_known_freq", "vme", "x2apic", "xsave", "xtopology" ], "0": { "vendor_id": "GenuineIntel", "family": "6", "model": "61", "model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz", "stepping": "4", "mhz": "3109.596", "bogomips": "6219.19", "cache_size": "4096 KB", "physical_id": "0", "core_id": "0", "cores": "2", "flags": [ "3dnowprefetch", "abm", "aes", "apic", "avx", "avx2", "bmi1", "bmi2", "clflush", "cmov", "constant_tsc", "cpuid", "cx16", "cx8", "de", "flush_l1d", "fpu", "fsgsbase", "fxsr", "ht", "hypervisor", "invpcid", "invpcid_single", "lahf_lm", "lm", "mca", "mce", "md_clear", "mmx", "movbe", "msr", "mtrr", "nonstop_tsc", "nopl", "nx", "pae", "pat", "pcid", "pclmulqdq", "pge", "pni", "popcnt", "pse", "pse36", "pti", "rdrand", "rdseed", "rdtscp", "rep_good", "sep", "sse", "sse2", "sse4_1", "sse4_2", "ssse3", "syscall", "tsc", "tsc_known_freq", "vme", "x2apic", "xsave", "xtopology" ] }, "1": { "vendor_id": "GenuineIntel", "family": "6", "model": "61", "model_name": "Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz", "stepping": "4", "mhz": "3109.596", "bogomips": "6219.19", "cache_size": "4096 KB", "physical_id": "0", "core_id": "1", "cores": "2", "flags": [ "3dnowprefetch", "abm", "aes", "apic", "avx", "avx2", "bmi1", "bmi2", "clflush", "cmov", "constant_tsc", "cpuid", "cx16", "cx8", "de", "flush_l1d", "fpu", "fsgsbase", "fxsr", "ht", "hypervisor", "invpcid", "invpcid_single", "lahf_lm", "lm", "mca", "mce", "md_clear", "mmx", "movbe", "msr", "mtrr", "nonstop_tsc", "nopl", "nx", "pae", "pat", "pcid", "pclmulqdq", "pge", "pni", "popcnt", "pse", "pse36", "pti", "rdrand", "rdseed", "rdtscp", "rep_good", "sep", "sse", "sse2", "sse4_1", "sse4_2", "ssse3", "syscall", "tsc", "tsc_known_freq", "vme", "x2apic", "xsave", "xtopology" ] }, "total": 2, "real": 1, "cores": 2 }, "virtualization": { "systems": { "vbox": "guest", "kvm": "guest" }, "system": "vbox", "role": "guest" }, "languages": { "c": { "gcc": { "target": "x86_64-linux-gnu", "configured_with": "../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu", "thread_model": "posix", "description": "gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ", "version": "9.4.0" }, "glibc": { "version": "2.31", "description": "ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31" } }, "perl": { "version": "5.30.0", "archname": "x86_64-linux-gnu-thread-multi" }, "ruby": { "platform": "x86_64-linux", "version": "3.1.2", "release_date": "2022-04-12", "target": "x86_64-pc-linux-gnu", "target_cpu": "x86_64", "target_vendor": "pc", "target_os": "linux", "host": "x86_64-pc-linux-gnu", "host_cpu": "x86_64", "host_os": "linux", "host_vendor": "pc", "bin_dir": "/opt/chef/embedded/bin", "ruby_bin": "/opt/chef/embedded/bin/ruby", "gem_bin": "/opt/chef/embedded/bin/gem", "gems_dir": "/opt/chef/embedded/lib/ruby/gems/3.1.0" } }, "chef_packages": { "chef": { "version": "18.2.7", "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/chef-18.2.7/lib", "chef_effortless": null }, "ohai": { "version": "18.1.4", "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/ohai-18.1.4/lib/ohai" } }, "hostname": "vagrant", "machinename": "vagrant", "fqdn": "vagrant", "domain": null, "cloud": null, "command": { "ps": "ps -ef" }, "filesystem": { "by_device": { "udev": { "kb_size": "453936", "kb_used": "0", "kb_available": "453936", "percent_used": "0%", "total_inodes": "113484", "inodes_used": "446", "inodes_available": "113038", "inodes_percent_used": "1%", "fs_type": "devtmpfs", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=453936k", "nr_inodes=113484", "mode=755" ], "mounts": [ "/dev" ] }, "tmpfs": { "kb_size": "100008", "kb_used": "0", "kb_available": "100008", "percent_used": "0%", "total_inodes": "125014", "inodes_used": "22", "inodes_available": "124992", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=100012k", "mode=755" ], "mounts": [ "/run", "/dev/shm", "/run/lock", "/sys/fs/cgroup", "/run/user/1000", "/run/snapd/ns" ] }, "/dev/mapper/ubuntu--vg-ubuntu--lv": { "kb_size": "31811408", "kb_used": "4713468", "kb_available": "25456468", "percent_used": "16%", "total_inodes": "2031616", "inodes_used": "82131", "inodes_available": "1949485", "inodes_percent_used": "5%", "fs_type": "ext4", "mount_options": [ "rw", "relatime" ], "uuid": "5094cad6-67e0-4355-91b0-1b227e8543c5", "mounts": [ "/" ] }, "/dev/loop0": { "kb_size": "45440", "kb_used": "45440", "kb_available": "0", "percent_used": "100%", "total_inodes": "7578", "inodes_used": "7578", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "mounts": [ "/snap/certbot/3024" ] }, "/dev/loop1": { "kb_size": "65024", "kb_used": "65024", "kb_available": "0", "percent_used": "100%", "total_inodes": "11995", "inodes_used": "11995", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "mounts": [ "/snap/core20/1974" ] }, "/dev/loop2": { "kb_size": "69504", "kb_used": "69504", "kb_available": "0", "percent_used": "100%", "total_inodes": "802", "inodes_used": "802", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "mounts": [ "/snap/lxd/22753" ] }, "/dev/loop3": { "kb_size": "63488", "kb_used": "63488", "kb_available": "0", "percent_used": "100%", "total_inodes": "11796", "inodes_used": "11796", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "mounts": [ "/snap/core20/1611" ] }, "/dev/loop4": { "kb_size": "94080", "kb_used": "94080", "kb_available": "0", "percent_used": "100%", "total_inodes": "815", "inodes_used": "815", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "mounts": [ "/snap/lxd/24061" ] }, "/dev/loop5": { "kb_size": "54656", "kb_used": "54656", "kb_available": "0", "percent_used": "100%", "total_inodes": "658", "inodes_used": "658", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "mounts": [ "/snap/snapd/19457" ] }, "/dev/sda2": { "kb_size": "1992552", "kb_used": "110144", "kb_available": "1761168", "percent_used": "6%", "total_inodes": "131072", "inodes_used": "312", "inodes_available": "130760", "inodes_percent_used": "1%", "fs_type": "ext4", "mount_options": [ "rw", "relatime" ], "uuid": "05435722-8e7e-40aa-b5d2-5184c0b6689d", "mounts": [ "/boot" ] }, "v-csr-524d6d9d7": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/tmp/vagrant-chef/684bf08740e3486eec20b3ab375f8262/roles" ] }, "v-csn-37ac661fe": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/tmp/vagrant-chef/e22fc1e54e0cb90e0934d8af18a90cca/nodes" ] }, "v-csc-5f687d06d": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/tmp/vagrant-chef/27bd5a87181d76e5a2018d762cc8de6c/cookbooks" ] }, "v-csdb-14da598b0": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/tmp/vagrant-chef/b00e039380287d2cafe248125e394aed/data_bags" ] }, "v-cse-7e50697ec": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/tmp/vagrant-chef/23f3d0294d42a3fd5366f42df05cb82e/environments" ] }, "v-csc-cae6835df": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/tmp/vagrant-chef/b09427e72b6807d57c9e510b8fa49441/cookbooks" ] }, "vagrant": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "mounts": [ "/vagrant" ] }, "sysfs": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys" ] }, "proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc" ] }, "devpts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "mounts": [ "/dev/pts" ] }, "securityfs": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/security" ] }, "cgroup2": { "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ], "mounts": [ "/sys/fs/cgroup/unified" ] }, "cgroup": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ], "mounts": [ "/sys/fs/cgroup/systemd", "/sys/fs/cgroup/pids", "/sys/fs/cgroup/cpu,cpuacct", "/sys/fs/cgroup/net_cls,net_prio", "/sys/fs/cgroup/memory", "/sys/fs/cgroup/perf_event", "/sys/fs/cgroup/hugetlb", "/sys/fs/cgroup/devices", "/sys/fs/cgroup/rdma", "/sys/fs/cgroup/cpuset", "/sys/fs/cgroup/blkio", "/sys/fs/cgroup/freezer" ] }, "pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/pstore" ] }, "none": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "mounts": [ "/sys/fs/bpf" ] }, "systemd-1": { "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=29", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=16317" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/dev/mqueue" ] }, "hugetlbfs": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "mounts": [ "/dev/hugepages" ] }, "debugfs": { "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/debug" ] }, "tracefs": { "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/tracing" ] }, "fusectl": { "fs_type": "fusectl", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/fs/fuse/connections" ] }, "configfs": { "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/sys/kernel/config" ] }, "binfmt_misc": { "fs_type": "binfmt_misc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "mounts": [ "/proc/sys/fs/binfmt_misc" ] }, "/var/lib/snapd/snaps/certbot_3024.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/certbot/3024" ] }, "/var/lib/snapd/snaps/core20_1974.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/core20/1974" ] }, "/var/lib/snapd/snaps/lxd_22753.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/lxd/22753" ] }, "/var/lib/snapd/snaps/core20_1611.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/core20/1611" ] }, "/var/lib/snapd/snaps/lxd_24061.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/lxd/24061" ] }, "/var/lib/snapd/snaps/snapd_19457.snap": { "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ], "mounts": [ "/snap/snapd/19457" ] }, "nsfs": { "fs_type": "nsfs", "mount_options": [ "rw" ], "mounts": [ "/run/snapd/ns/lxd.mnt" ] }, "/vagrant": { "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "mounts": [ "/vagrant" ] }, "/dev/sda": { "mounts": [ ] }, "/dev/sda1": { "mounts": [ ] }, "/dev/sda3": { "fs_type": "LVM2_member", "uuid": "X1YpA1-Q38y-9ju0-fv0c-h2fy-EtLc-OrxBy5", "mounts": [ ] } }, "by_mountpoint": { "/dev": { "kb_size": "453936", "kb_used": "0", "kb_available": "453936", "percent_used": "0%", "total_inodes": "113484", "inodes_used": "446", "inodes_available": "113038", "inodes_percent_used": "1%", "fs_type": "devtmpfs", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=453936k", "nr_inodes=113484", "mode=755" ], "devices": [ "udev" ] }, "/run": { "kb_size": "100012", "kb_used": "1084", "kb_available": "98928", "percent_used": "2%", "total_inodes": "125014", "inodes_used": "742", "inodes_available": "124272", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=100012k", "mode=755" ], "devices": [ "tmpfs" ] }, "/": { "kb_size": "31811408", "kb_used": "4713468", "kb_available": "25456468", "percent_used": "16%", "total_inodes": "2031616", "inodes_used": "82131", "inodes_available": "1949485", "inodes_percent_used": "5%", "fs_type": "ext4", "mount_options": [ "rw", "relatime" ], "uuid": "5094cad6-67e0-4355-91b0-1b227e8543c5", "devices": [ "/dev/mapper/ubuntu--vg-ubuntu--lv" ] }, "/dev/shm": { "kb_size": "500056", "kb_used": "0", "kb_available": "500056", "percent_used": "0%", "total_inodes": "125014", "inodes_used": "1", "inodes_available": "125013", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev" ], "devices": [ "tmpfs" ] }, "/run/lock": { "kb_size": "5120", "kb_used": "0", "kb_available": "5120", "percent_used": "0%", "total_inodes": "125014", "inodes_used": "4", "inodes_available": "125010", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ], "devices": [ "tmpfs" ] }, "/sys/fs/cgroup": { "kb_size": "500056", "kb_used": "0", "kb_available": "500056", "percent_used": "0%", "total_inodes": "125014", "inodes_used": "18", "inodes_available": "124996", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ], "devices": [ "tmpfs" ] }, "/snap/certbot/3024": { "kb_size": "45440", "kb_used": "45440", "kb_available": "0", "percent_used": "100%", "total_inodes": "7578", "inodes_used": "7578", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "devices": [ "/dev/loop0", "/var/lib/snapd/snaps/certbot_3024.snap" ], "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/snap/core20/1974": { "kb_size": "65024", "kb_used": "65024", "kb_available": "0", "percent_used": "100%", "total_inodes": "11995", "inodes_used": "11995", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "devices": [ "/dev/loop1", "/var/lib/snapd/snaps/core20_1974.snap" ], "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/snap/lxd/22753": { "kb_size": "69504", "kb_used": "69504", "kb_available": "0", "percent_used": "100%", "total_inodes": "802", "inodes_used": "802", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "devices": [ "/dev/loop2", "/var/lib/snapd/snaps/lxd_22753.snap" ], "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/snap/core20/1611": { "kb_size": "63488", "kb_used": "63488", "kb_available": "0", "percent_used": "100%", "total_inodes": "11796", "inodes_used": "11796", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "devices": [ "/dev/loop3", "/var/lib/snapd/snaps/core20_1611.snap" ], "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/snap/lxd/24061": { "kb_size": "94080", "kb_used": "94080", "kb_available": "0", "percent_used": "100%", "total_inodes": "815", "inodes_used": "815", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "devices": [ "/dev/loop4", "/var/lib/snapd/snaps/lxd_24061.snap" ], "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/snap/snapd/19457": { "kb_size": "54656", "kb_used": "54656", "kb_available": "0", "percent_used": "100%", "total_inodes": "658", "inodes_used": "658", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs", "devices": [ "/dev/loop5", "/var/lib/snapd/snaps/snapd_19457.snap" ], "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/boot": { "kb_size": "1992552", "kb_used": "110144", "kb_available": "1761168", "percent_used": "6%", "total_inodes": "131072", "inodes_used": "312", "inodes_available": "130760", "inodes_percent_used": "1%", "fs_type": "ext4", "mount_options": [ "rw", "relatime" ], "uuid": "05435722-8e7e-40aa-b5d2-5184c0b6689d", "devices": [ "/dev/sda2" ] }, "/tmp/vagrant-chef/684bf08740e3486eec20b3ab375f8262/roles": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "devices": [ "v-csr-524d6d9d7" ] }, "/tmp/vagrant-chef/e22fc1e54e0cb90e0934d8af18a90cca/nodes": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "devices": [ "v-csn-37ac661fe" ] }, "/tmp/vagrant-chef/27bd5a87181d76e5a2018d762cc8de6c/cookbooks": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "devices": [ "v-csc-5f687d06d" ] }, "/tmp/vagrant-chef/b00e039380287d2cafe248125e394aed/data_bags": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "devices": [ "v-csdb-14da598b0" ] }, "/tmp/vagrant-chef/23f3d0294d42a3fd5366f42df05cb82e/environments": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "devices": [ "v-cse-7e50697ec" ] }, "/tmp/vagrant-chef/b09427e72b6807d57c9e510b8fa49441/cookbooks": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ], "devices": [ "v-csc-cae6835df" ] }, "/vagrant": { "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "devices": [ "vagrant", "/vagrant" ], "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ] }, "/run/user/1000": { "kb_size": "100008", "kb_used": "0", "kb_available": "100008", "percent_used": "0%", "total_inodes": "125014", "inodes_used": "22", "inodes_available": "124992", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100008k", "mode=700", "uid=1000", "gid=1000" ], "devices": [ "tmpfs" ] }, "/sys": { "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "sysfs" ] }, "/proc": { "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "proc" ] }, "/dev/pts": { "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ], "devices": [ "devpts" ] }, "/sys/kernel/security": { "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "securityfs" ] }, "/sys/fs/cgroup/unified": { "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ], "devices": [ "cgroup2" ] }, "/sys/fs/cgroup/systemd": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ], "devices": [ "cgroup" ] }, "/sys/fs/pstore": { "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "pstore" ] }, "/sys/fs/bpf": { "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ], "devices": [ "none" ] }, "/sys/fs/cgroup/pids": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/cpu,cpuacct": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/net_cls,net_prio": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/memory": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/perf_event": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/hugetlb": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/devices": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/rdma": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/cpuset": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/blkio": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ], "devices": [ "cgroup" ] }, "/sys/fs/cgroup/freezer": { "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ], "devices": [ "cgroup" ] }, "/proc/sys/fs/binfmt_misc": { "fs_type": "binfmt_misc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "systemd-1", "binfmt_misc" ] }, "/dev/mqueue": { "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "mqueue" ] }, "/dev/hugepages": { "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ], "devices": [ "hugetlbfs" ] }, "/sys/kernel/debug": { "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "debugfs" ] }, "/sys/kernel/tracing": { "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "tracefs" ] }, "/sys/fs/fuse/connections": { "fs_type": "fusectl", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "fusectl" ] }, "/sys/kernel/config": { "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ], "devices": [ "configfs" ] }, "/run/snapd/ns": { "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=100012k", "mode=755" ], "devices": [ "tmpfs" ] }, "/run/snapd/ns/lxd.mnt": { "fs_type": "nsfs", "mount_options": [ "rw" ], "devices": [ "nsfs" ] } }, "by_pair": { "udev,/dev": { "device": "udev", "kb_size": "453936", "kb_used": "0", "kb_available": "453936", "percent_used": "0%", "mount": "/dev", "total_inodes": "113484", "inodes_used": "446", "inodes_available": "113038", "inodes_percent_used": "1%", "fs_type": "devtmpfs", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "size=453936k", "nr_inodes=113484", "mode=755" ] }, "tmpfs,/run": { "device": "tmpfs", "kb_size": "100012", "kb_used": "1084", "kb_available": "98928", "percent_used": "2%", "mount": "/run", "total_inodes": "125014", "inodes_used": "742", "inodes_available": "124272", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=100012k", "mode=755" ] }, "/dev/mapper/ubuntu--vg-ubuntu--lv,/": { "device": "/dev/mapper/ubuntu--vg-ubuntu--lv", "kb_size": "31811408", "kb_used": "4713468", "kb_available": "25456468", "percent_used": "16%", "mount": "/", "total_inodes": "2031616", "inodes_used": "82131", "inodes_available": "1949485", "inodes_percent_used": "5%", "fs_type": "ext4", "mount_options": [ "rw", "relatime" ], "uuid": "5094cad6-67e0-4355-91b0-1b227e8543c5" }, "tmpfs,/dev/shm": { "device": "tmpfs", "kb_size": "500056", "kb_used": "0", "kb_available": "500056", "percent_used": "0%", "mount": "/dev/shm", "total_inodes": "125014", "inodes_used": "1", "inodes_available": "125013", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev" ] }, "tmpfs,/run/lock": { "device": "tmpfs", "kb_size": "5120", "kb_used": "0", "kb_available": "5120", "percent_used": "0%", "mount": "/run/lock", "total_inodes": "125014", "inodes_used": "4", "inodes_available": "125010", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=5120k" ] }, "tmpfs,/sys/fs/cgroup": { "device": "tmpfs", "kb_size": "500056", "kb_used": "0", "kb_available": "500056", "percent_used": "0%", "mount": "/sys/fs/cgroup", "total_inodes": "125014", "inodes_used": "18", "inodes_available": "124996", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "ro", "nosuid", "nodev", "noexec", "mode=755" ] }, "/dev/loop0,/snap/certbot/3024": { "device": "/dev/loop0", "kb_size": "45440", "kb_used": "45440", "kb_available": "0", "percent_used": "100%", "mount": "/snap/certbot/3024", "total_inodes": "7578", "inodes_used": "7578", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs" }, "/dev/loop1,/snap/core20/1974": { "device": "/dev/loop1", "kb_size": "65024", "kb_used": "65024", "kb_available": "0", "percent_used": "100%", "mount": "/snap/core20/1974", "total_inodes": "11995", "inodes_used": "11995", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs" }, "/dev/loop2,/snap/lxd/22753": { "device": "/dev/loop2", "kb_size": "69504", "kb_used": "69504", "kb_available": "0", "percent_used": "100%", "mount": "/snap/lxd/22753", "total_inodes": "802", "inodes_used": "802", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs" }, "/dev/loop3,/snap/core20/1611": { "device": "/dev/loop3", "kb_size": "63488", "kb_used": "63488", "kb_available": "0", "percent_used": "100%", "mount": "/snap/core20/1611", "total_inodes": "11796", "inodes_used": "11796", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs" }, "/dev/loop4,/snap/lxd/24061": { "device": "/dev/loop4", "kb_size": "94080", "kb_used": "94080", "kb_available": "0", "percent_used": "100%", "mount": "/snap/lxd/24061", "total_inodes": "815", "inodes_used": "815", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs" }, "/dev/loop5,/snap/snapd/19457": { "device": "/dev/loop5", "kb_size": "54656", "kb_used": "54656", "kb_available": "0", "percent_used": "100%", "mount": "/snap/snapd/19457", "total_inodes": "658", "inodes_used": "658", "inodes_available": "0", "inodes_percent_used": "100%", "fs_type": "squashfs" }, "/dev/sda2,/boot": { "device": "/dev/sda2", "kb_size": "1992552", "kb_used": "110144", "kb_available": "1761168", "percent_used": "6%", "mount": "/boot", "total_inodes": "131072", "inodes_used": "312", "inodes_available": "130760", "inodes_percent_used": "1%", "fs_type": "ext4", "mount_options": [ "rw", "relatime" ], "uuid": "05435722-8e7e-40aa-b5d2-5184c0b6689d" }, "v-csr-524d6d9d7,/tmp/vagrant-chef/684bf08740e3486eec20b3ab375f8262/roles": { "device": "v-csr-524d6d9d7", "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "mount": "/tmp/vagrant-chef/684bf08740e3486eec20b3ab375f8262/roles", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ] }, "v-csn-37ac661fe,/tmp/vagrant-chef/e22fc1e54e0cb90e0934d8af18a90cca/nodes": { "device": "v-csn-37ac661fe", "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "mount": "/tmp/vagrant-chef/e22fc1e54e0cb90e0934d8af18a90cca/nodes", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ] }, "v-csc-5f687d06d,/tmp/vagrant-chef/27bd5a87181d76e5a2018d762cc8de6c/cookbooks": { "device": "v-csc-5f687d06d", "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "mount": "/tmp/vagrant-chef/27bd5a87181d76e5a2018d762cc8de6c/cookbooks", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ] }, "v-csdb-14da598b0,/tmp/vagrant-chef/b00e039380287d2cafe248125e394aed/data_bags": { "device": "v-csdb-14da598b0", "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "mount": "/tmp/vagrant-chef/b00e039380287d2cafe248125e394aed/data_bags", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ] }, "v-cse-7e50697ec,/tmp/vagrant-chef/23f3d0294d42a3fd5366f42df05cb82e/environments": { "device": "v-cse-7e50697ec", "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "mount": "/tmp/vagrant-chef/23f3d0294d42a3fd5366f42df05cb82e/environments", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ] }, "v-csc-cae6835df,/tmp/vagrant-chef/b09427e72b6807d57c9e510b8fa49441/cookbooks": { "device": "v-csc-cae6835df", "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "mount": "/tmp/vagrant-chef/b09427e72b6807d57c9e510b8fa49441/cookbooks", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ] }, "vagrant,/vagrant": { "device": "vagrant", "kb_size": "488347692", "kb_used": "479440892", "kb_available": "8906800", "percent_used": "99%", "mount": "/vagrant" }, "tmpfs,/run/user/1000": { "device": "tmpfs", "kb_size": "100008", "kb_used": "0", "kb_available": "100008", "percent_used": "0%", "mount": "/run/user/1000", "total_inodes": "125014", "inodes_used": "22", "inodes_available": "124992", "inodes_percent_used": "1%", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "relatime", "size=100008k", "mode=700", "uid=1000", "gid=1000" ] }, "sysfs,/sys": { "device": "sysfs", "mount": "/sys", "fs_type": "sysfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "proc,/proc": { "device": "proc", "mount": "/proc", "fs_type": "proc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "devpts,/dev/pts": { "device": "devpts", "mount": "/dev/pts", "fs_type": "devpts", "mount_options": [ "rw", "nosuid", "noexec", "relatime", "gid=5", "mode=620", "ptmxmode=000" ] }, "securityfs,/sys/kernel/security": { "device": "securityfs", "mount": "/sys/kernel/security", "fs_type": "securityfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "cgroup2,/sys/fs/cgroup/unified": { "device": "cgroup2", "mount": "/sys/fs/cgroup/unified", "fs_type": "cgroup2", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "nsdelegate" ] }, "cgroup,/sys/fs/cgroup/systemd": { "device": "cgroup", "mount": "/sys/fs/cgroup/systemd", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "xattr", "name=systemd" ] }, "pstore,/sys/fs/pstore": { "device": "pstore", "mount": "/sys/fs/pstore", "fs_type": "pstore", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "none,/sys/fs/bpf": { "device": "none", "mount": "/sys/fs/bpf", "fs_type": "bpf", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "mode=700" ] }, "cgroup,/sys/fs/cgroup/pids": { "device": "cgroup", "mount": "/sys/fs/cgroup/pids", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "pids" ] }, "cgroup,/sys/fs/cgroup/cpu,cpuacct": { "device": "cgroup", "mount": "/sys/fs/cgroup/cpu,cpuacct", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpu", "cpuacct" ] }, "cgroup,/sys/fs/cgroup/net_cls,net_prio": { "device": "cgroup", "mount": "/sys/fs/cgroup/net_cls,net_prio", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "net_cls", "net_prio" ] }, "cgroup,/sys/fs/cgroup/memory": { "device": "cgroup", "mount": "/sys/fs/cgroup/memory", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "memory" ] }, "cgroup,/sys/fs/cgroup/perf_event": { "device": "cgroup", "mount": "/sys/fs/cgroup/perf_event", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "perf_event" ] }, "cgroup,/sys/fs/cgroup/hugetlb": { "device": "cgroup", "mount": "/sys/fs/cgroup/hugetlb", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "hugetlb" ] }, "cgroup,/sys/fs/cgroup/devices": { "device": "cgroup", "mount": "/sys/fs/cgroup/devices", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "devices" ] }, "cgroup,/sys/fs/cgroup/rdma": { "device": "cgroup", "mount": "/sys/fs/cgroup/rdma", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "rdma" ] }, "cgroup,/sys/fs/cgroup/cpuset": { "device": "cgroup", "mount": "/sys/fs/cgroup/cpuset", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "cpuset" ] }, "cgroup,/sys/fs/cgroup/blkio": { "device": "cgroup", "mount": "/sys/fs/cgroup/blkio", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "blkio" ] }, "cgroup,/sys/fs/cgroup/freezer": { "device": "cgroup", "mount": "/sys/fs/cgroup/freezer", "fs_type": "cgroup", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "freezer" ] }, "systemd-1,/proc/sys/fs/binfmt_misc": { "device": "systemd-1", "mount": "/proc/sys/fs/binfmt_misc", "fs_type": "autofs", "mount_options": [ "rw", "relatime", "fd=29", "pgrp=1", "timeout=0", "minproto=5", "maxproto=5", "direct", "pipe_ino=16317" ] }, "mqueue,/dev/mqueue": { "device": "mqueue", "mount": "/dev/mqueue", "fs_type": "mqueue", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "hugetlbfs,/dev/hugepages": { "device": "hugetlbfs", "mount": "/dev/hugepages", "fs_type": "hugetlbfs", "mount_options": [ "rw", "relatime", "pagesize=2M" ] }, "debugfs,/sys/kernel/debug": { "device": "debugfs", "mount": "/sys/kernel/debug", "fs_type": "debugfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "tracefs,/sys/kernel/tracing": { "device": "tracefs", "mount": "/sys/kernel/tracing", "fs_type": "tracefs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "fusectl,/sys/fs/fuse/connections": { "device": "fusectl", "mount": "/sys/fs/fuse/connections", "fs_type": "fusectl", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "configfs,/sys/kernel/config": { "device": "configfs", "mount": "/sys/kernel/config", "fs_type": "configfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "binfmt_misc,/proc/sys/fs/binfmt_misc": { "device": "binfmt_misc", "mount": "/proc/sys/fs/binfmt_misc", "fs_type": "binfmt_misc", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime" ] }, "/var/lib/snapd/snaps/certbot_3024.snap,/snap/certbot/3024": { "device": "/var/lib/snapd/snaps/certbot_3024.snap", "mount": "/snap/certbot/3024", "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/core20_1974.snap,/snap/core20/1974": { "device": "/var/lib/snapd/snaps/core20_1974.snap", "mount": "/snap/core20/1974", "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/lxd_22753.snap,/snap/lxd/22753": { "device": "/var/lib/snapd/snaps/lxd_22753.snap", "mount": "/snap/lxd/22753", "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/core20_1611.snap,/snap/core20/1611": { "device": "/var/lib/snapd/snaps/core20_1611.snap", "mount": "/snap/core20/1611", "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/lxd_24061.snap,/snap/lxd/24061": { "device": "/var/lib/snapd/snaps/lxd_24061.snap", "mount": "/snap/lxd/24061", "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "/var/lib/snapd/snaps/snapd_19457.snap,/snap/snapd/19457": { "device": "/var/lib/snapd/snaps/snapd_19457.snap", "mount": "/snap/snapd/19457", "fs_type": "squashfs", "mount_options": [ "ro", "nodev", "relatime", "x-gdu.hide" ] }, "tmpfs,/run/snapd/ns": { "device": "tmpfs", "mount": "/run/snapd/ns", "fs_type": "tmpfs", "mount_options": [ "rw", "nosuid", "nodev", "noexec", "relatime", "size=100012k", "mode=755" ] }, "nsfs,/run/snapd/ns/lxd.mnt": { "device": "nsfs", "mount": "/run/snapd/ns/lxd.mnt", "fs_type": "nsfs", "mount_options": [ "rw" ] }, "/vagrant,/vagrant": { "device": "/vagrant", "mount": "/vagrant", "fs_type": "vboxsf", "mount_options": [ "rw", "nodev", "relatime", "iocharset=utf8", "uid=1000", "gid=1000", "_netdev" ] }, "/dev/sda,": { "device": "/dev/sda" }, "/dev/sda1,": { "device": "/dev/sda1" }, "/dev/sda3,": { "device": "/dev/sda3", "fs_type": "LVM2_member", "uuid": "X1YpA1-Q38y-9ju0-fv0c-h2fy-EtLc-OrxBy5" } } }, "fips": { "kernel": { "enabled": false } }, "init_package": "systemd", "keys": { "ssh": { "host_dsa_public": "AAAAB3NzaC1kc3MAAACBANy/rzIdmt+J5qQ7dsgf3OTW7XajGPHDirc1LHrcFVYVdWqLMQR6EpNu+dotvrKlCjhylvXNag+/2/UJnQbQViM/ZpgLh9vvN/9P7usXLlRKst3G5EWS2DQLRUhz0qoy6FAiJdd6PoPYyWP1TdmVirZ9usJYe4FcFyLDgXhQw0NvAAAAFQD15BjWt9zDJ+xWjfy2xmUnliSAqwAAAIEAuzewdfu6D3l9rtFcyox6jSEOQJHC25QKxXfbcXrUevRd8CQ5jFGHup+IxFujTli5Tmh+n/tXZ7d7Nk8XedisI9ep4qrKJjMMLbSRcqYAgH3DthzHt7CJZZEZnAZ8BtozIU8v8sNLJvDpuh9PzsucfcHUKExoa+uTGjYuxMPbI+kAAACBANfV089Ojl2StLl8Jc6mCChfDhaIr5CKsDARrUPy/+eB1AOP3/9VOL+BWBJIa+eQYpdGzpSjSFNQO0vncXZykMQTPFBejbdqqfJyied7+LLYLWVpAbUgKIFes5bkgS8410vciB1ReRiG6SQIZhsKWoFOHI4v6NBnvpjMOlisoJok", "host_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDnYrrHWCgE+BazpPl2QBJzId3bV+iAx8PyDCCxsZ8nWVh2u4vg0IGqvSeui76CPDMT0DbqQKF/+JwOmqg7uEbuTgJ59VROpCmhdtv1x4ZTvuTTYzBSe6YDFt5yMQ+tDoBOHLG34gLHcP1UdnuEpYdD7bcpnTuy06pMjGujCp6IdTg4VD4rEvOcB9tAIyeQNWsSTP3EQ5qZYNQZKlpC+z22KVtH7eEvHWY/FrQgV1micY1v6OUSR4rxi5VcQx8oOyCe17vHff6zKWI3dNR6gEueXyoUJIKRZqlLCrRmYDErYmQokxWRekJma+4EJH7SxpWHc7hDSsYnwyCCYSt+MjImpNoiKZaU765YW5mp1CRo1C56uj9vVAIgKY7nieAruPs2Hr+Xtf/VufGQ6HrNgsn3gLvj6HwqB5bI+WKEzaMOVvbvRZMwSgzsTjYdJkwbPHnHKUrarbgwWQTf6/R5wlVzxicR6QrMupgDBIswJzVUeFNZUG9MRZnlE+fwWQs8kIU=", "host_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEcWoP5g2MRsO15uBbGS2IsxIh4c43or7Sjwpvbom3bVxg8EPs+f+llfirx1v6cbA54wh9idMw/WCmlF1NX/tYQ=", "host_ecdsa_type": "ecdsa-sha2-nistp256", "host_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPOp2x7PlK40yCf0Jmqy7+E45lTHi/3D/T8qNXUPWefU" } }, "block_device": { "dm-0": { "size": "65003520", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "loop0": { "size": "90664", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "loop1": { "size": "129944", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "loop2": { "size": "138880", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "loop3": { "size": "126888", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "loop4": { "size": "188072", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "loop5": { "size": "109072", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "loop6": { "size": "0", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "loop7": { "size": "0", "removable": "0", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" }, "sda": { "size": "134217728", "removable": "0", "model": "VBOX HARDDISK", "rev": "1.0", "state": "running", "timeout": "30", "vendor": "ATA", "queue_depth": "32", "rotational": "1", "physical_block_size": "512", "logical_block_size": "512" } }, "hostnamectl": { "static_hostname": "vagrant", "icon_name": "computer-vm", "chassis": "vm", "machine_id": "c049f3c1645541c08fbb2fcb71e1ef02", "boot_id": "943965222b594a6b8574b9228de4a98a", "virtualization": "oracle", "operating_system": "Ubuntu 20.04.6 LTS", "kernel": "Linux 5.4.0-144-generic", "architecture": "x86-64" }, "machine_id": "c049f3c1645541c08fbb2fcb71e1ef02", "os_release": { "name": "Ubuntu", "version": "20.04.6 LTS (Focal Fossa)", "id": "ubuntu", "id_like": [ "debian" ], "pretty_name": "Ubuntu 20.04.6 LTS", "version_id": "20.04", "home_url": "https://www.ubuntu.com/", "support_url": "https://help.ubuntu.com/", "bug_report_url": "https://bugs.launchpad.net/ubuntu/", "privacy_policy_url": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", "version_codename": "focal", "ubuntu_codename": "focal" }, "systemd_paths": { "temporary": "/tmp", "temporary-large": "/var/tmp", "system-binaries": "/usr/bin", "system-include": "/usr/include", "system-library-private": "/usr/lib", "system-library-arch": "/usr/lib/x86_64-linux-gnu", "system-shared": "/usr/share", "system-configuration-factory": "/usr/share/factory/etc", "system-state-factory": "/usr/share/factory/var", "system-configuration": "/etc", "system-runtime": "/run", "system-runtime-logs": "/run/log", "system-state-private": "/var/lib", "system-state-logs": "/var/log", "system-state-cache": "/var/cache", "system-state-spool": "/var/spool", "user-binaries": "/root/.local/bin", "user-library-private": "/root/.local/lib", "user-library-arch": "/root/.local/lib/x86_64-linux-gnu", "user-shared": "/root/.local/share", "user-configuration": "/root/.config", "user-runtime": "/run/user/1000", "user-state-cache": "/root/.cache", "user": "/root", "user-documents": "/root", "user-music": "/root", "user-pictures": "/root", "user-videos": "/root", "user-download": "/root", "user-public": "/root", "user-templates": "/root", "user-desktop": "/root/Desktop", "search-binaries": "/opt/chef/embedded/bin", "search-binaries-default": "/usr/local/sbin", "search-library-private": "/root/.local/lib", "search-library-arch": "/root/.local/lib/x86_64-linux-gnu", "search-shared": "/root/.local/share", "search-configuration-factory": "/usr/local/share/factory/etc", "search-state-factory": "/usr/local/share/factory/var", "search-configuration": "/root/.config" }, "ohai_time": 1689753644.3547325, "packages": { "accountsservice": { "version": "0.6.55-0ubuntu12~20.04.5", "arch": "amd64" }, "adduser": { "version": "3.118ubuntu2", "arch": "all" }, "alsa-topology-conf": { "version": "1.2.2-1", "arch": "all" }, "alsa-ucm-conf": { "version": "1.2.2-1ubuntu0.13", "arch": "all" }, "amd64-microcode": { "version": "3.20191218.1ubuntu1", "arch": "amd64" }, "apparmor": { "version": "2.13.3-7ubuntu5.1", "arch": "amd64" }, "apport": { "version": "2.20.11-0ubuntu27.25", "arch": "all" }, "apport-symptoms": { "version": "0.23", "arch": "all" }, "apt": { "version": "2.0.9", "arch": "amd64" }, "apt-transport-https": { "version": "2.0.9", "arch": "all" }, "apt-utils": { "version": "2.0.9", "arch": "amd64" }, "at": { "version": "3.1.23-1ubuntu1", "arch": "amd64" }, "autoconf": { "version": "2.69-11.1", "arch": "all" }, "automake": { "version": "1:1.16.1-4ubuntu6", "arch": "all" }, "autotools-dev": { "version": "20180224.1", "arch": "all" }, "base-files": { "version": "11ubuntu5.7", "arch": "amd64" }, "base-passwd": { "version": "3.5.47", "arch": "amd64" }, "bash": { "version": "5.0-6ubuntu1.2", "arch": "amd64" }, "bc": { "version": "1.07.1-2build1", "arch": "amd64" }, "bcache-tools": { "version": "1.0.8-3ubuntu0.1", "arch": "amd64" }, "bind9-dnsutils": { "version": "1:9.16.1-0ubuntu2.12", "arch": "amd64" }, "bind9-host": { "version": "1:9.16.1-0ubuntu2.12", "arch": "amd64" }, "bind9-libs": { "version": "1:9.16.1-0ubuntu2.12", "arch": "amd64" }, "binutils": { "version": "2.34-6ubuntu1.4", "arch": "amd64" }, "binutils-common": { "version": "2.34-6ubuntu1.4", "arch": "amd64" }, "binutils-doc": { "version": "2.34-6ubuntu1.6", "arch": "all" }, "binutils-x86-64-linux-gnu": { "version": "2.34-6ubuntu1.4", "arch": "amd64" }, "bison": { "version": "2:3.5.1+dfsg-1", "arch": "amd64" }, "bolt": { "version": "0.9.1-2~ubuntu20.04.1", "arch": "amd64" }, "bsd-mailx": { "version": "8.1.2-0.20180807cvs-1", "arch": "amd64" }, "bsdmainutils": { "version": "11.1.2ubuntu3", "arch": "amd64" }, "bsdutils": { "version": "1:2.34-0.1ubuntu9.3", "arch": "amd64" }, "btrfs-progs": { "version": "5.4.1-2", "arch": "amd64" }, "build-essential": { "version": "12.8ubuntu1.1", "arch": "amd64" }, "busybox-initramfs": { "version": "1:1.30.1-4ubuntu6.4", "arch": "amd64" }, "busybox-static": { "version": "1:1.30.1-4ubuntu6.4", "arch": "amd64" }, "byobu": { "version": "5.133-0ubuntu1", "arch": "all" }, "bzip2": { "version": "1.0.8-2", "arch": "amd64" }, "ca-certificates": { "version": "20211016ubuntu0.20.04.1", "arch": "all" }, "chef": { "version": "18.2.7-1", "arch": "amd64" }, "cloud-guest-utils": { "version": "0.31-7-gd99b2d76-0ubuntu1", "arch": "all" }, "cloud-init": { "version": "22.4.2-0ubuntu0~20.04.2", "arch": "all" }, "cloud-initramfs-copymods": { "version": "0.45ubuntu2", "arch": "all" }, "cloud-initramfs-dyn-netconf": { "version": "0.45ubuntu2", "arch": "all" }, "console-setup": { "version": "1.194ubuntu3", "arch": "all" }, "console-setup-linux": { "version": "1.194ubuntu3", "arch": "all" }, "coreutils": { "version": "8.30-3ubuntu2", "arch": "amd64" }, "cpio": { "version": "2.13+dfsg-2ubuntu0.3", "arch": "amd64" }, "cpp": { "version": "4:9.3.0-1ubuntu2", "arch": "amd64" }, "cpp-9": { "version": "9.4.0-1ubuntu1~20.04.1", "arch": "amd64" }, "crda": { "version": "3.18-1build1", "arch": "amd64" }, "cron": { "version": "3.0pl1-136ubuntu1", "arch": "amd64" }, "cryptsetup": { "version": "2:2.2.2-3ubuntu2.4", "arch": "amd64" }, "cryptsetup-bin": { "version": "2:2.2.2-3ubuntu2.4", "arch": "amd64" }, "cryptsetup-initramfs": { "version": "2:2.2.2-3ubuntu2.4", "arch": "all" }, "cryptsetup-run": { "version": "2:2.2.2-3ubuntu2.4", "arch": "all" }, "curl": { "version": "7.68.0-1ubuntu2.18", "arch": "amd64" }, "dash": { "version": "0.5.10.2-6", "arch": "amd64" }, "dbus": { "version": "1.12.16-2ubuntu2.3", "arch": "amd64" }, "dbus-user-session": { "version": "1.12.16-2ubuntu2.3", "arch": "amd64" }, "dconf-gsettings-backend": { "version": "0.36.0-1", "arch": "amd64" }, "dconf-service": { "version": "0.36.0-1", "arch": "amd64" }, "dctrl-tools": { "version": "2.24-3", "arch": "amd64" }, "debconf": { "version": "1.5.73", "arch": "all" }, "debconf-i18n": { "version": "1.5.73", "arch": "all" }, "debianutils": { "version": "4.9.1", "arch": "amd64" }, "diffutils": { "version": "1:3.7-3", "arch": "amd64" }, "dirmngr": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "distro-info": { "version": "0.23ubuntu1", "arch": "amd64" }, "distro-info-data": { "version": "0.43ubuntu1.11", "arch": "all" }, "dkms": { "version": "2.8.1-5ubuntu2", "arch": "all" }, "dmeventd": { "version": "2:1.02.167-1ubuntu1", "arch": "amd64" }, "dmidecode": { "version": "3.2-3", "arch": "amd64" }, "dmsetup": { "version": "2:1.02.167-1ubuntu1", "arch": "amd64" }, "dosfstools": { "version": "4.1-2", "arch": "amd64" }, "dpkg": { "version": "1.19.7ubuntu3.2", "arch": "amd64" }, "dpkg-dev": { "version": "1.19.7ubuntu3.2", "arch": "all" }, "e2fsprogs": { "version": "1.45.5-2ubuntu1.1", "arch": "amd64" }, "eatmydata": { "version": "105-7", "arch": "all" }, "ed": { "version": "1.16-1", "arch": "amd64" }, "eject": { "version": "2.1.5+deb1+cvs20081104-14", "arch": "amd64" }, "ethtool": { "version": "1:5.4-1", "arch": "amd64" }, "fakeroot": { "version": "1.24-1", "arch": "amd64" }, "fdisk": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "file": { "version": "1:5.38-4", "arch": "amd64" }, "finalrd": { "version": "6~ubuntu20.04.1", "arch": "all" }, "findutils": { "version": "4.7.0-1ubuntu1", "arch": "amd64" }, "flex": { "version": "2.6.4-6.2", "arch": "amd64" }, "ftp": { "version": "0.17-34.1", "arch": "amd64" }, "fuse": { "version": "2.9.9-3", "arch": "amd64" }, "fwupd": { "version": "1.7.9-1~20.04.1", "arch": "amd64" }, "fwupd-signed": { "version": "1.51~20.04.1+1.2-3ubuntu0.2", "arch": "amd64" }, "g++": { "version": "4:9.3.0-1ubuntu2", "arch": "amd64" }, "g++-9": { "version": "9.4.0-1ubuntu1~20.04.1", "arch": "amd64" }, "gawk": { "version": "1:5.0.1+dfsg-1", "arch": "amd64" }, "gcc": { "version": "4:9.3.0-1ubuntu2", "arch": "amd64" }, "gcc-10-base": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "gcc-9": { "version": "9.4.0-1ubuntu1~20.04.1", "arch": "amd64" }, "gcc-9-base": { "version": "9.4.0-1ubuntu1~20.04.1", "arch": "amd64" }, "gdisk": { "version": "1.0.5-1", "arch": "amd64" }, "gettext": { "version": "0.19.8.1-10build1", "arch": "amd64" }, "gettext-base": { "version": "0.19.8.1-10build1", "arch": "amd64" }, "gir1.2-glib-2.0": { "version": "1.64.1-1~ubuntu20.04.1", "arch": "amd64" }, "gir1.2-packagekitglib-1.0": { "version": "1.1.13-2ubuntu1.1", "arch": "amd64" }, "git": { "version": "1:2.25.1-1ubuntu3.10", "arch": "amd64" }, "git-man": { "version": "1:2.25.1-1ubuntu3.10", "arch": "all" }, "glib-networking": { "version": "2.64.2-1ubuntu0.1", "arch": "amd64" }, "glib-networking-common": { "version": "2.64.2-1ubuntu0.1", "arch": "all" }, "glib-networking-services": { "version": "2.64.2-1ubuntu0.1", "arch": "amd64" }, "gnupg": { "version": "2.2.19-3ubuntu2.2", "arch": "all" }, "gnupg-l10n": { "version": "2.2.19-3ubuntu2.2", "arch": "all" }, "gnupg-utils": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "gpg": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "gpg-agent": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "gpg-wks-client": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "gpg-wks-server": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "gpgconf": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "gpgsm": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "gpgv": { "version": "2.2.19-3ubuntu2.2", "arch": "amd64" }, "grep": { "version": "3.4-1", "arch": "amd64" }, "groff-base": { "version": "1.22.4-4build1", "arch": "amd64" }, "grub-common": { "version": "2.04-1ubuntu26.16", "arch": "amd64" }, "grub-gfxpayload-lists": { "version": "0.7", "arch": "amd64" }, "grub-pc": { "version": "2.04-1ubuntu26.16", "arch": "amd64" }, "grub-pc-bin": { "version": "2.04-1ubuntu26.16", "arch": "amd64" }, "grub2-common": { "version": "2.04-1ubuntu26.16", "arch": "amd64" }, "gsettings-desktop-schemas": { "version": "3.36.0-1ubuntu1", "arch": "all" }, "guile-2.2-libs": { "version": "2.2.7+1-4", "arch": "amd64" }, "gzip": { "version": "1.10-0ubuntu4.1", "arch": "amd64" }, "hdparm": { "version": "9.58+ds-4", "arch": "amd64" }, "hostname": { "version": "3.23", "arch": "amd64" }, "htop": { "version": "2.2.0-2build1", "arch": "amd64" }, "info": { "version": "6.7.0.dfsg.2-5", "arch": "amd64" }, "init": { "version": "1.57", "arch": "amd64" }, "init-system-helpers": { "version": "1.57", "arch": "all" }, "initramfs-tools": { "version": "0.136ubuntu6.7", "arch": "all" }, "initramfs-tools-bin": { "version": "0.136ubuntu6.7", "arch": "amd64" }, "initramfs-tools-core": { "version": "0.136ubuntu6.7", "arch": "all" }, "install-info": { "version": "6.7.0.dfsg.2-5", "arch": "amd64" }, "intel-microcode": { "version": "3.20230214.0ubuntu0.20.04.1", "arch": "amd64" }, "iproute2": { "version": "5.5.0-1ubuntu1", "arch": "amd64" }, "iptables": { "version": "1.8.4-3ubuntu2", "arch": "amd64" }, "iputils-ping": { "version": "3:20190709-3", "arch": "amd64" }, "iputils-tracepath": { "version": "3:20190709-3", "arch": "amd64" }, "irqbalance": { "version": "1.6.0-3ubuntu1", "arch": "amd64" }, "isc-dhcp-client": { "version": "4.4.1-2.1ubuntu5.20.04.5", "arch": "amd64" }, "isc-dhcp-common": { "version": "4.4.1-2.1ubuntu5.20.04.5", "arch": "amd64" }, "iso-codes": { "version": "4.4-1", "arch": "all" }, "iucode-tool": { "version": "2.3.1-1", "arch": "amd64" }, "iw": { "version": "5.4-1", "arch": "amd64" }, "kbd": { "version": "2.0.4-4ubuntu2", "arch": "amd64" }, "keyboard-configuration": { "version": "1.194ubuntu3", "arch": "all" }, "klibc-utils": { "version": "2.0.7-1ubuntu5.1", "arch": "amd64" }, "kmod": { "version": "27-1ubuntu2.1", "arch": "amd64" }, "kpartx": { "version": "0.8.3-1ubuntu2.1", "arch": "amd64" }, "krb5-locales": { "version": "1.17-6ubuntu4.2", "arch": "all" }, "landscape-common": { "version": "19.12-0ubuntu4.3", "arch": "amd64" }, "language-selector-common": { "version": "0.204.2", "arch": "all" }, "less": { "version": "551-1ubuntu0.1", "arch": "amd64" }, "libaccountsservice0": { "version": "0.6.55-0ubuntu12~20.04.5", "arch": "amd64" }, "libacl1": { "version": "2.2.53-6", "arch": "amd64" }, "libaio-dev": { "version": "0.3.112-5", "arch": "amd64" }, "libaio1": { "version": "0.3.112-5", "arch": "amd64" }, "libalgorithm-diff-perl": { "version": "1.19.03-2", "arch": "all" }, "libalgorithm-diff-xs-perl": { "version": "0.04-6", "arch": "amd64" }, "libalgorithm-merge-perl": { "version": "0.08-3", "arch": "all" }, "libapparmor1": { "version": "2.13.3-7ubuntu5.1", "arch": "amd64" }, "libappstream4": { "version": "0.12.10-2", "arch": "amd64" }, "libapt-pkg6.0": { "version": "2.0.9", "arch": "amd64" }, "libarchive13": { "version": "3.4.0-2ubuntu1.2", "arch": "amd64" }, "libargon2-1": { "version": "0~20171227-0.2", "arch": "amd64" }, "libasan5": { "version": "9.4.0-1ubuntu1~20.04.1", "arch": "amd64" }, "libasn1-8-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "libasound2": { "version": "1.2.2-2.1ubuntu2.5", "arch": "amd64" }, "libasound2-data": { "version": "1.2.2-2.1ubuntu2.5", "arch": "all" }, "libassuan0": { "version": "2.5.3-7ubuntu2", "arch": "amd64" }, "libatasmart4": { "version": "0.19-5", "arch": "amd64" }, "libatm1": { "version": "1:2.5.1-4", "arch": "amd64" }, "libatomic-ops-dev": { "version": "7.6.10-1ubuntu2", "arch": "amd64" }, "libatomic1": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libattr1": { "version": "1:2.4.48-5", "arch": "amd64" }, "libaudit-common": { "version": "1:2.8.5-2ubuntu6", "arch": "all" }, "libaudit1": { "version": "1:2.8.5-2ubuntu6", "arch": "amd64" }, "libbinutils": { "version": "2.34-6ubuntu1.4", "arch": "amd64" }, "libblkid1": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "libblockdev-crypto2": { "version": "2.23-2ubuntu3", "arch": "amd64" }, "libblockdev-fs2": { "version": "2.23-2ubuntu3", "arch": "amd64" }, "libblockdev-loop2": { "version": "2.23-2ubuntu3", "arch": "amd64" }, "libblockdev-part-err2": { "version": "2.23-2ubuntu3", "arch": "amd64" }, "libblockdev-part2": { "version": "2.23-2ubuntu3", "arch": "amd64" }, "libblockdev-swap2": { "version": "2.23-2ubuntu3", "arch": "amd64" }, "libblockdev-utils2": { "version": "2.23-2ubuntu3", "arch": "amd64" }, "libblockdev2": { "version": "2.23-2ubuntu3", "arch": "amd64" }, "libbrotli1": { "version": "1.0.7-6ubuntu0.1", "arch": "amd64" }, "libbsd0": { "version": "0.10.0-1", "arch": "amd64" }, "libbz2-1.0": { "version": "1.0.8-2", "arch": "amd64" }, "libc-bin": { "version": "2.31-0ubuntu9.9", "arch": "amd64" }, "libc-dev-bin": { "version": "2.31-0ubuntu9.9", "arch": "amd64" }, "libc6": { "version": "2.31-0ubuntu9.9", "arch": "amd64" }, "libc6-dev": { "version": "2.31-0ubuntu9.9", "arch": "amd64" }, "libcanberra0": { "version": "0.30-7ubuntu1", "arch": "amd64" }, "libcap-ng0": { "version": "0.7.9-2.1build1", "arch": "amd64" }, "libcap2": { "version": "1:2.32-1", "arch": "amd64" }, "libcap2-bin": { "version": "1:2.32-1", "arch": "amd64" }, "libcbor0.6": { "version": "0.6.0-0ubuntu1", "arch": "amd64" }, "libcc1-0": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libcom-err2": { "version": "1.45.5-2ubuntu1.1", "arch": "amd64" }, "libcroco3": { "version": "0.6.13-1", "arch": "amd64" }, "libcrypt-dev": { "version": "1:4.4.10-10ubuntu4", "arch": "amd64" }, "libcrypt1": { "version": "1:4.4.10-10ubuntu4", "arch": "amd64" }, "libcryptsetup12": { "version": "2:2.2.2-3ubuntu2.4", "arch": "amd64" }, "libctf-nobfd0": { "version": "2.34-6ubuntu1.4", "arch": "amd64" }, "libctf0": { "version": "2.34-6ubuntu1.4", "arch": "amd64" }, "libcurl3-gnutls": { "version": "7.68.0-1ubuntu2.16", "arch": "amd64" }, "libcurl4": { "version": "7.68.0-1ubuntu2.18", "arch": "amd64" }, "libdb5.3": { "version": "5.3.28+dfsg1-0.6ubuntu2", "arch": "amd64" }, "libdbus-1-3": { "version": "1.12.16-2ubuntu2.3", "arch": "amd64" }, "libdbus-glib-1-2": { "version": "0.110-5fakssync1", "arch": "amd64" }, "libdconf1": { "version": "0.36.0-1", "arch": "amd64" }, "libdebconfclient0": { "version": "0.251ubuntu1", "arch": "amd64" }, "libdevmapper-event1.02.1": { "version": "2:1.02.167-1ubuntu1", "arch": "amd64" }, "libdevmapper1.02.1": { "version": "2:1.02.167-1ubuntu1", "arch": "amd64" }, "libdns-export1109": { "version": "1:9.11.16+dfsg-3~ubuntu1", "arch": "amd64" }, "libdpkg-perl": { "version": "1.19.7ubuntu3.2", "arch": "all" }, "libdrm-common": { "version": "2.4.107-8ubuntu1~20.04.2", "arch": "all" }, "libdrm2": { "version": "2.4.107-8ubuntu1~20.04.2", "arch": "amd64" }, "libeatmydata1": { "version": "105-7", "arch": "amd64" }, "libedit2": { "version": "3.1-20191231-1", "arch": "amd64" }, "libefiboot1": { "version": "37-2ubuntu2.2", "arch": "amd64" }, "libefivar1": { "version": "37-2ubuntu2.2", "arch": "amd64" }, "libelf1": { "version": "0.176-1.1build1", "arch": "amd64" }, "liberror-perl": { "version": "0.17029-1", "arch": "all" }, "libestr0": { "version": "0.1.10-2.1", "arch": "amd64" }, "libevdev2": { "version": "1.9.0+dfsg-1ubuntu0.2", "arch": "amd64" }, "libevent-2.1-7": { "version": "2.1.11-stable-1", "arch": "amd64" }, "libevent-core-2.1-7": { "version": "2.1.11-stable-1", "arch": "amd64" }, "libevent-pthreads-2.1-7": { "version": "2.1.11-stable-1", "arch": "amd64" }, "libexpat1": { "version": "2.2.9-1ubuntu0.6", "arch": "amd64" }, "libext2fs2": { "version": "1.45.5-2ubuntu1.1", "arch": "amd64" }, "libfakeroot": { "version": "1.24-1", "arch": "amd64" }, "libfastjson4": { "version": "0.99.8-2", "arch": "amd64" }, "libfdisk1": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "libffi7": { "version": "3.3-4", "arch": "amd64" }, "libfido2-1": { "version": "1.3.1-1ubuntu2", "arch": "amd64" }, "libfile-fcntllock-perl": { "version": "0.22-3build4", "arch": "amd64" }, "libfl-dev": { "version": "2.6.4-6.2", "arch": "amd64" }, "libfl2": { "version": "2.6.4-6.2", "arch": "amd64" }, "libfreetype6": { "version": "2.10.1-2ubuntu0.2", "arch": "amd64" }, "libfribidi0": { "version": "1.0.8-2ubuntu0.1", "arch": "amd64" }, "libfuse2": { "version": "2.9.9-3", "arch": "amd64" }, "libfwupd2": { "version": "1.7.9-1~20.04.1", "arch": "amd64" }, "libfwupdplugin1": { "version": "1.5.11-0ubuntu1~20.04.2", "arch": "amd64" }, "libfwupdplugin5": { "version": "1.7.9-1~20.04.1", "arch": "amd64" }, "libgc1c2": { "version": "1:7.6.4-0.4ubuntu1", "arch": "amd64" }, "libgcab-1.0-0": { "version": "1.4-1", "arch": "amd64" }, "libgcc-9-dev": { "version": "9.4.0-1ubuntu1~20.04.1", "arch": "amd64" }, "libgcc-s1": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libgcrypt20": { "version": "1.8.5-5ubuntu1.1", "arch": "amd64" }, "libgdbm-compat4": { "version": "1.18.1-5", "arch": "amd64" }, "libgdbm6": { "version": "1.18.1-5", "arch": "amd64" }, "libgirepository-1.0-1": { "version": "1.64.1-1~ubuntu20.04.1", "arch": "amd64" }, "libglib2.0-0": { "version": "2.64.6-1~ubuntu20.04.4", "arch": "amd64" }, "libglib2.0-bin": { "version": "2.64.6-1~ubuntu20.04.4", "arch": "amd64" }, "libglib2.0-data": { "version": "2.64.6-1~ubuntu20.04.4", "arch": "all" }, "libgmp10": { "version": "2:6.2.0+dfsg-4ubuntu0.1", "arch": "amd64" }, "libgnutls30": { "version": "3.6.13-2ubuntu1.8", "arch": "amd64" }, "libgomp1": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libgpg-error0": { "version": "1.37-1", "arch": "amd64" }, "libgpgme11": { "version": "1.13.1-7ubuntu2", "arch": "amd64" }, "libgpm2": { "version": "1.20.7-5", "arch": "amd64" }, "libgsasl7": { "version": "1.8.1-1", "arch": "amd64" }, "libgssapi-krb5-2": { "version": "1.17-6ubuntu4.2", "arch": "amd64" }, "libgssapi3-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "libgstreamer1.0-0": { "version": "1.16.3-0ubuntu1.1", "arch": "amd64" }, "libgudev-1.0-0": { "version": "1:233-1", "arch": "amd64" }, "libgusb2": { "version": "0.3.4-0.1", "arch": "amd64" }, "libhcrypto4-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "libheimbase1-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "libheimntlm0-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "libhogweed5": { "version": "3.5.1+really3.5.1-2ubuntu0.2", "arch": "amd64" }, "libhx509-5-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "libicu66": { "version": "66.1-2ubuntu2.1", "arch": "amd64" }, "libidn11": { "version": "1.33-2.2ubuntu2", "arch": "amd64" }, "libidn2-0": { "version": "2.2.0-2", "arch": "amd64" }, "libimobiledevice6": { "version": "1.2.1~git20191129.9f79242-1build1", "arch": "amd64" }, "libip4tc2": { "version": "1.8.4-3ubuntu2", "arch": "amd64" }, "libip6tc2": { "version": "1.8.4-3ubuntu2", "arch": "amd64" }, "libisc-export1105": { "version": "1:9.11.16+dfsg-3~ubuntu1", "arch": "amd64" }, "libisl22": { "version": "0.22.1-1", "arch": "amd64" }, "libisns0": { "version": "0.97-3", "arch": "amd64" }, "libitm1": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libjcat1": { "version": "0.1.4-0ubuntu0.20.04.1", "arch": "amd64" }, "libjson-c4": { "version": "0.13.1+dfsg-7ubuntu0.3", "arch": "amd64" }, "libjson-glib-1.0-0": { "version": "1.4.4-2ubuntu2", "arch": "amd64" }, "libjson-glib-1.0-common": { "version": "1.4.4-2ubuntu2", "arch": "all" }, "libk5crypto3": { "version": "1.17-6ubuntu4.2", "arch": "amd64" }, "libkeyutils1": { "version": "1.6-6ubuntu1.1", "arch": "amd64" }, "libklibc": { "version": "2.0.7-1ubuntu5.1", "arch": "amd64" }, "libkmod2": { "version": "27-1ubuntu2.1", "arch": "amd64" }, "libkrb5-26-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "libkrb5-3": { "version": "1.17-6ubuntu4.2", "arch": "amd64" }, "libkrb5support0": { "version": "1.17-6ubuntu4.2", "arch": "amd64" }, "libksba8": { "version": "1.3.5-2ubuntu0.20.04.2", "arch": "amd64" }, "libkyotocabinet16v5": { "version": "1.2.76-4.2build1", "arch": "amd64" }, "libldap-2.4-2": { "version": "2.4.49+dfsg-2ubuntu1.9", "arch": "amd64" }, "libldap-common": { "version": "2.4.49+dfsg-2ubuntu1.9", "arch": "all" }, "liblmdb0": { "version": "0.9.24-1", "arch": "amd64" }, "liblocale-gettext-perl": { "version": "1.07-4", "arch": "amd64" }, "liblockfile-bin": { "version": "1.16-1.1", "arch": "amd64" }, "liblockfile1": { "version": "1.16-1.1", "arch": "amd64" }, "liblsan0": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libltdl7": { "version": "2.4.6-14", "arch": "amd64" }, "liblvm2cmd2.03": { "version": "2.03.07-1ubuntu1", "arch": "amd64" }, "liblz4-1": { "version": "1.9.2-2ubuntu0.20.04.1", "arch": "amd64" }, "liblzma5": { "version": "5.2.4-1ubuntu1.1", "arch": "amd64" }, "liblzo2-2": { "version": "2.10-2", "arch": "amd64" }, "libmagic-mgc": { "version": "1:5.38-4", "arch": "amd64" }, "libmagic1": { "version": "1:5.38-4", "arch": "amd64" }, "libmailutils6": { "version": "1:3.7-2.1", "arch": "amd64" }, "libmaxminddb0": { "version": "1.4.2-0ubuntu1.20.04.1", "arch": "amd64" }, "libmbim-glib4": { "version": "1.26.2-1~ubuntu20.04.1", "arch": "amd64" }, "libmbim-proxy": { "version": "1.26.2-1~ubuntu20.04.1", "arch": "amd64" }, "libmm-glib0": { "version": "1.18.6-1~ubuntu20.04.1", "arch": "amd64" }, "libmnl0": { "version": "1.0.4-2", "arch": "amd64" }, "libmount1": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "libmpc3": { "version": "1.1.0-1", "arch": "amd64" }, "libmpdec2": { "version": "2.4.2-3", "arch": "amd64" }, "libmpfr6": { "version": "4.0.2-1", "arch": "amd64" }, "libmspack0": { "version": "0.10.1-2", "arch": "amd64" }, "libmysqlclient21": { "version": "8.0.33-0ubuntu0.20.04.2", "arch": "amd64" }, "libncurses-dev": { "version": "6.2-0ubuntu2.1", "arch": "amd64" }, "libncurses5-dev": { "version": "6.2-0ubuntu2.1", "arch": "amd64" }, "libncurses6": { "version": "6.2-0ubuntu2.1", "arch": "amd64" }, "libncursesw6": { "version": "6.2-0ubuntu2.1", "arch": "amd64" }, "libnetfilter-conntrack3": { "version": "1.0.7-2", "arch": "amd64" }, "libnetplan0": { "version": "0.104-0ubuntu2~20.04.2", "arch": "amd64" }, "libnettle7": { "version": "3.5.1+really3.5.1-2ubuntu0.2", "arch": "amd64" }, "libnewt0.52": { "version": "0.52.21-4ubuntu2", "arch": "amd64" }, "libnfnetlink0": { "version": "1.0.1-3build1", "arch": "amd64" }, "libnftnl11": { "version": "1.1.5-1", "arch": "amd64" }, "libnghttp2-14": { "version": "1.40.0-1build1", "arch": "amd64" }, "libnl-3-200": { "version": "3.4.0-1ubuntu0.1", "arch": "amd64" }, "libnl-genl-3-200": { "version": "3.4.0-1ubuntu0.1", "arch": "amd64" }, "libnpth0": { "version": "1.6-1", "arch": "amd64" }, "libnspr4": { "version": "2:4.25-1", "arch": "amd64" }, "libnss-systemd": { "version": "245.4-4ubuntu3.22", "arch": "amd64" }, "libnss3": { "version": "2:3.49.1-1ubuntu1.9", "arch": "amd64" }, "libntfs-3g883": { "version": "1:2017.3.23AR.3-3ubuntu1.3", "arch": "amd64" }, "libntlm0": { "version": "1.5-2ubuntu0.1", "arch": "amd64" }, "libnuma1": { "version": "2.0.12-1", "arch": "amd64" }, "libogg0": { "version": "1.3.4-0ubuntu1", "arch": "amd64" }, "libopts25": { "version": "1:5.18.16-3", "arch": "amd64" }, "libp11-kit0": { "version": "0.23.20-1ubuntu0.1", "arch": "amd64" }, "libpackagekit-glib2-18": { "version": "1.1.13-2ubuntu1.1", "arch": "amd64" }, "libpam-cap": { "version": "1:2.32-1", "arch": "amd64" }, "libpam-modules": { "version": "1.3.1-5ubuntu4.6", "arch": "amd64" }, "libpam-modules-bin": { "version": "1.3.1-5ubuntu4.6", "arch": "amd64" }, "libpam-runtime": { "version": "1.3.1-5ubuntu4.6", "arch": "all" }, "libpam-systemd": { "version": "245.4-4ubuntu3.22", "arch": "amd64" }, "libpam0g": { "version": "1.3.1-5ubuntu4.6", "arch": "amd64" }, "libparted-fs-resize0": { "version": "3.3-4ubuntu0.20.04.1", "arch": "amd64" }, "libparted2": { "version": "3.3-4ubuntu0.20.04.1", "arch": "amd64" }, "libpcap0.8": { "version": "1.9.1-3", "arch": "amd64" }, "libpci3": { "version": "1:3.6.4-1ubuntu0.20.04.1", "arch": "amd64" }, "libpcre2-8-0": { "version": "10.34-7ubuntu0.1", "arch": "amd64" }, "libpcre3": { "version": "2:8.39-12ubuntu0.1", "arch": "amd64" }, "libperl-dev": { "version": "5.30.0-9ubuntu0.4", "arch": "amd64" }, "libperl5.30": { "version": "5.30.0-9ubuntu0.4", "arch": "amd64" }, "libpipeline1": { "version": "1.5.2-2build1", "arch": "amd64" }, "libplist3": { "version": "2.1.0-4build2", "arch": "amd64" }, "libplymouth5": { "version": "0.9.4git20200323-0ubuntu6.2", "arch": "amd64" }, "libpng16-16": { "version": "1.6.37-2", "arch": "amd64" }, "libpolkit-agent-1-0": { "version": "0.105-26ubuntu1.3", "arch": "amd64" }, "libpolkit-gobject-1-0": { "version": "0.105-26ubuntu1.3", "arch": "amd64" }, "libpopt0": { "version": "1.16-14", "arch": "amd64" }, "libprocps8": { "version": "2:3.3.16-1ubuntu2.3", "arch": "amd64" }, "libprotobuf17": { "version": "3.6.1.3-2ubuntu5.2", "arch": "amd64" }, "libproxy1v5": { "version": "0.4.15-10ubuntu1.2", "arch": "amd64" }, "libpsl5": { "version": "0.21.0-1ubuntu1", "arch": "amd64" }, "libpython3-stdlib": { "version": "3.8.2-0ubuntu2", "arch": "amd64" }, "libpython3.8": { "version": "3.8.10-0ubuntu1~20.04.6", "arch": "amd64" }, "libpython3.8-minimal": { "version": "3.8.10-0ubuntu1~20.04.6", "arch": "amd64" }, "libpython3.8-stdlib": { "version": "3.8.10-0ubuntu1~20.04.6", "arch": "amd64" }, "libqmi-glib5": { "version": "1.30.4-1~ubuntu20.04.1", "arch": "amd64" }, "libqmi-proxy": { "version": "1.30.4-1~ubuntu20.04.1", "arch": "amd64" }, "libquadmath0": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libreadline-dev": { "version": "8.0-4", "arch": "amd64" }, "libreadline5": { "version": "5.2+dfsg-3build3", "arch": "amd64" }, "libreadline8": { "version": "8.0-4", "arch": "amd64" }, "libroken18-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "librtmp1": { "version": "2.4+20151223.gitfa8646d.1-2build1", "arch": "amd64" }, "libsasl2-2": { "version": "2.1.27+dfsg-2ubuntu0.1", "arch": "amd64" }, "libsasl2-modules": { "version": "2.1.27+dfsg-2ubuntu0.1", "arch": "amd64" }, "libsasl2-modules-db": { "version": "2.1.27+dfsg-2ubuntu0.1", "arch": "amd64" }, "libseccomp2": { "version": "2.5.1-1ubuntu1~20.04.2", "arch": "amd64" }, "libselinux1": { "version": "3.0-1build2", "arch": "amd64" }, "libsemanage-common": { "version": "3.0-1build2", "arch": "all" }, "libsemanage1": { "version": "3.0-1build2", "arch": "amd64" }, "libsepol1": { "version": "3.0-1ubuntu0.1", "arch": "amd64" }, "libsgutils2-2": { "version": "1.44-1ubuntu2", "arch": "amd64" }, "libsigsegv2": { "version": "2.12-2", "arch": "amd64" }, "libslang2": { "version": "2.3.2-4", "arch": "amd64" }, "libsmartcols1": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "libsmbios-c2": { "version": "2.4.3-1", "arch": "amd64" }, "libsodium23": { "version": "1.0.18-1", "arch": "amd64" }, "libsoup2.4-1": { "version": "2.70.0-1", "arch": "amd64" }, "libsqlite3-0": { "version": "3.31.1-4ubuntu0.5", "arch": "amd64" }, "libss2": { "version": "1.45.5-2ubuntu1.1", "arch": "amd64" }, "libssh-4": { "version": "0.9.3-2ubuntu2.2", "arch": "amd64" }, "libssl-dev": { "version": "1.1.1f-1ubuntu2.19", "arch": "amd64" }, "libssl1.1": { "version": "1.1.1f-1ubuntu2.19", "arch": "amd64" }, "libstdc++-9-dev": { "version": "9.4.0-1ubuntu1~20.04.1", "arch": "amd64" }, "libstdc++6": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libstemmer0d": { "version": "0+svn585-2", "arch": "amd64" }, "libsystemd0": { "version": "245.4-4ubuntu3.22", "arch": "amd64" }, "libtasn1-6": { "version": "4.16.0-2", "arch": "amd64" }, "libtdb1": { "version": "1.4.5-0ubuntu0.20.04.1", "arch": "amd64" }, "libtext-charwidth-perl": { "version": "0.04-10", "arch": "amd64" }, "libtext-iconv-perl": { "version": "1.7-7", "arch": "amd64" }, "libtext-wrapi18n-perl": { "version": "0.06-9", "arch": "all" }, "libtinfo6": { "version": "6.2-0ubuntu2.1", "arch": "amd64" }, "libtsan0": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libtss2-esys0": { "version": "2.3.2-1ubuntu0.20.04.1", "arch": "amd64" }, "libubsan1": { "version": "10.3.0-1ubuntu1~20.04", "arch": "amd64" }, "libuchardet0": { "version": "0.0.6-3build1", "arch": "amd64" }, "libudev1": { "version": "245.4-4ubuntu3.20", "arch": "amd64" }, "libudisks2-0": { "version": "2.8.4-1ubuntu2", "arch": "amd64" }, "libunistring2": { "version": "0.9.10-2", "arch": "amd64" }, "libunwind8": { "version": "1.2.1-9build1", "arch": "amd64" }, "libupower-glib3": { "version": "0.99.11-1build2", "arch": "amd64" }, "liburcu6": { "version": "0.11.1-2", "arch": "amd64" }, "libusb-1.0-0": { "version": "2:1.0.23-2build1", "arch": "amd64" }, "libusbmuxd6": { "version": "2.0.1-2", "arch": "amd64" }, "libutempter0": { "version": "1.1.6-4", "arch": "amd64" }, "libuuid1": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "libuv1": { "version": "1.34.2-1ubuntu1.3", "arch": "amd64" }, "libvolume-key1": { "version": "0.3.12-3.1", "arch": "amd64" }, "libvorbis0a": { "version": "1.3.6-2ubuntu1", "arch": "amd64" }, "libvorbisfile3": { "version": "1.3.6-2ubuntu1", "arch": "amd64" }, "libwind0-heimdal": { "version": "7.7.0+dfsg-1ubuntu1.4", "arch": "amd64" }, "libwrap0": { "version": "7.6.q-30", "arch": "amd64" }, "libxml2": { "version": "2.9.10+dfsg-5ubuntu0.20.04.5", "arch": "amd64" }, "libxmlb1": { "version": "0.1.15-2ubuntu1~20.04.1", "arch": "amd64" }, "libxmlb2": { "version": "0.3.6-2build1~20.04.1", "arch": "amd64" }, "libxmlsec1": { "version": "1.2.28-2", "arch": "amd64" }, "libxmlsec1-openssl": { "version": "1.2.28-2", "arch": "amd64" }, "libxslt1.1": { "version": "1.1.34-4ubuntu0.20.04.1", "arch": "amd64" }, "libxtables12": { "version": "1.8.4-3ubuntu2", "arch": "amd64" }, "libyaml-0-2": { "version": "0.2.2-1", "arch": "amd64" }, "libzstd1": { "version": "1.4.4+dfsg-3ubuntu0.1", "arch": "amd64" }, "linux-base": { "version": "4.5ubuntu3.7", "arch": "all" }, "linux-firmware": { "version": "1.187.36", "arch": "all" }, "linux-image-5.4.0-144-generic": { "version": "5.4.0-144.161", "arch": "amd64" }, "linux-image-generic": { "version": "5.4.0.144.142", "arch": "amd64" }, "linux-libc-dev": { "version": "5.4.0-153.170", "arch": "amd64" }, "linux-modules-5.4.0-144-generic": { "version": "5.4.0-144.161", "arch": "amd64" }, "linux-modules-extra-5.4.0-144-generic": { "version": "5.4.0-144.161", "arch": "amd64" }, "locales": { "version": "2.31-0ubuntu9.9", "arch": "all" }, "login": { "version": "1:4.8.1-1ubuntu5.20.04.4", "arch": "amd64" }, "logrotate": { "version": "3.14.0-4ubuntu3", "arch": "amd64" }, "logsave": { "version": "1.45.5-2ubuntu1.1", "arch": "amd64" }, "lsb-base": { "version": "11.1.0ubuntu2", "arch": "all" }, "lsb-release": { "version": "11.1.0ubuntu2", "arch": "all" }, "lshw": { "version": "02.18.85-0.3ubuntu2.20.04.1", "arch": "amd64" }, "lsof": { "version": "4.93.2+dfsg-1ubuntu0.20.04.1", "arch": "amd64" }, "ltrace": { "version": "0.7.3-6.1ubuntu1", "arch": "amd64" }, "lvm2": { "version": "2.03.07-1ubuntu1", "arch": "amd64" }, "lxd-agent-loader": { "version": "0.4", "arch": "all" }, "lz4": { "version": "1.9.2-2ubuntu0.20.04.1", "arch": "amd64" }, "m4": { "version": "1.4.18-4", "arch": "amd64" }, "mailutils": { "version": "1:3.7-2.1", "arch": "amd64" }, "mailutils-common": { "version": "1:3.7-2.1", "arch": "all" }, "make": { "version": "4.2.1-1.2", "arch": "amd64" }, "man-db": { "version": "2.9.1-1", "arch": "amd64" }, "manpages": { "version": "5.05-1", "arch": "all" }, "manpages-dev": { "version": "5.05-1", "arch": "all" }, "mawk": { "version": "1.3.4.20200120-2", "arch": "amd64" }, "mdadm": { "version": "4.1-5ubuntu1.2", "arch": "amd64" }, "mime-support": { "version": "3.64ubuntu1", "arch": "all" }, "modemmanager": { "version": "1.18.6-1~ubuntu20.04.1", "arch": "amd64" }, "mosh": { "version": "1.3.2-2.1build3", "arch": "amd64" }, "mount": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "mtr-tiny": { "version": "0.93-1", "arch": "amd64" }, "multipath-tools": { "version": "0.8.3-1ubuntu2.1", "arch": "amd64" }, "mysql-common": { "version": "5.8+1.0.5ubuntu2", "arch": "all" }, "nano": { "version": "4.8-1ubuntu1", "arch": "amd64" }, "ncurses-base": { "version": "6.2-0ubuntu2", "arch": "all" }, "ncurses-bin": { "version": "6.2-0ubuntu2", "arch": "amd64" }, "ncurses-term": { "version": "6.2-0ubuntu2", "arch": "all" }, "netbase": { "version": "6.1", "arch": "all" }, "netcat-openbsd": { "version": "1.206-1ubuntu1", "arch": "amd64" }, "netplan.io": { "version": "0.104-0ubuntu2~20.04.2", "arch": "amd64" }, "networkd-dispatcher": { "version": "2.1-2~ubuntu20.04.3", "arch": "all" }, "ntfs-3g": { "version": "1:2017.3.23AR.3-3ubuntu1.3", "arch": "amd64" }, "ntp": { "version": "1:4.2.8p12+dfsg-3ubuntu4.20.04.1", "arch": "amd64" }, "open-iscsi": { "version": "2.0.874-7.1ubuntu6.2", "arch": "amd64" }, "open-vm-tools": { "version": "2:11.3.0-2ubuntu0~ubuntu20.04.4", "arch": "amd64" }, "openresty": { "version": "1.21.4.1-1~focal1", "arch": "amd64" }, "openresty-openssl111": { "version": "1.1.1s-1~focal1", "arch": "amd64" }, "openresty-opm": { "version": "1.21.4.1-1~focal1", "arch": "amd64" }, "openresty-pcre": { "version": "8.45-1~focal1", "arch": "amd64" }, "openresty-resty": { "version": "1.21.4.1-1~focal1", "arch": "all" }, "openresty-zlib": { "version": "1.2.13-1~focal1", "arch": "amd64" }, "openssh-client": { "version": "1:8.2p1-4ubuntu0.5", "arch": "amd64" }, "openssh-server": { "version": "1:8.2p1-4ubuntu0.5", "arch": "amd64" }, "openssh-sftp-server": { "version": "1:8.2p1-4ubuntu0.5", "arch": "amd64" }, "openssl": { "version": "1.1.1f-1ubuntu2.17", "arch": "amd64" }, "os-prober": { "version": "1.74ubuntu2", "arch": "amd64" }, "overlayroot": { "version": "0.45ubuntu2", "arch": "all" }, "packagekit": { "version": "1.1.13-2ubuntu1.1", "arch": "amd64" }, "packagekit-tools": { "version": "1.1.13-2ubuntu1.1", "arch": "amd64" }, "parted": { "version": "3.3-4ubuntu0.20.04.1", "arch": "amd64" }, "passwd": { "version": "1:4.8.1-1ubuntu5.20.04.4", "arch": "amd64" }, "pastebinit": { "version": "1.5.1-1", "arch": "all" }, "patch": { "version": "2.7.6-6", "arch": "amd64" }, "pci.ids": { "version": "0.0~2020.03.20-1", "arch": "all" }, "pciutils": { "version": "1:3.6.4-1ubuntu0.20.04.1", "arch": "amd64" }, "perl": { "version": "5.30.0-9ubuntu0.4", "arch": "amd64" }, "perl-base": { "version": "5.30.0-9ubuntu0.4", "arch": "amd64" }, "perl-modules-5.30": { "version": "5.30.0-9ubuntu0.4", "arch": "all" }, "pinentry-curses": { "version": "1.1.0-3build1", "arch": "amd64" }, "plymouth": { "version": "0.9.4git20200323-0ubuntu6.2", "arch": "amd64" }, "plymouth-theme-ubuntu-text": { "version": "0.9.4git20200323-0ubuntu6.2", "arch": "amd64" }, "policykit-1": { "version": "0.105-26ubuntu1.3", "arch": "amd64" }, "pollinate": { "version": "4.33-3ubuntu1.20.04.1", "arch": "all" }, "postfix": { "version": "3.4.13-0ubuntu1.2", "arch": "amd64" }, "powermgmt-base": { "version": "1.36", "arch": "all" }, "procps": { "version": "2:3.3.16-1ubuntu2.3", "arch": "amd64" }, "psmisc": { "version": "23.3-1", "arch": "amd64" }, "publicsuffix": { "version": "20200303.0012-1", "arch": "all" }, "python-apt-common": { "version": "2.0.1ubuntu0.20.04.1", "arch": "all" }, "python3": { "version": "3.8.2-0ubuntu2", "arch": "amd64" }, "python3-apport": { "version": "2.20.11-0ubuntu27.25", "arch": "all" }, "python3-apt": { "version": "2.0.1ubuntu0.20.04.1", "arch": "amd64" }, "python3-attr": { "version": "19.3.0-2", "arch": "all" }, "python3-automat": { "version": "0.8.0-1ubuntu1", "arch": "all" }, "python3-blinker": { "version": "1.4+dfsg1-0.3ubuntu1", "arch": "all" }, "python3-certifi": { "version": "2019.11.28-1", "arch": "all" }, "python3-cffi-backend": { "version": "1.14.0-1build1", "arch": "amd64" }, "python3-chardet": { "version": "3.0.4-4build1", "arch": "all" }, "python3-click": { "version": "7.0-3", "arch": "all" }, "python3-colorama": { "version": "0.4.3-1build1", "arch": "all" }, "python3-configobj": { "version": "5.0.6-4", "arch": "all" }, "python3-constantly": { "version": "15.1.0-1build1", "arch": "all" }, "python3-cryptography": { "version": "2.8-3ubuntu0.1", "arch": "amd64" }, "python3-dbus": { "version": "1.2.16-1build1", "arch": "amd64" }, "python3-debconf": { "version": "1.5.73", "arch": "all" }, "python3-distro": { "version": "1.4.0-1", "arch": "all" }, "python3-distro-info": { "version": "0.23ubuntu1", "arch": "all" }, "python3-distutils": { "version": "3.8.10-0ubuntu1~20.04", "arch": "all" }, "python3-entrypoints": { "version": "0.3-2ubuntu1", "arch": "all" }, "python3-gdbm": { "version": "3.8.10-0ubuntu1~20.04", "arch": "amd64" }, "python3-gi": { "version": "3.36.0-1", "arch": "amd64" }, "python3-hamcrest": { "version": "1.9.0-3", "arch": "all" }, "python3-httplib2": { "version": "0.14.0-1ubuntu1", "arch": "all" }, "python3-hyperlink": { "version": "19.0.0-1", "arch": "all" }, "python3-idna": { "version": "2.8-1", "arch": "all" }, "python3-importlib-metadata": { "version": "1.5.0-1", "arch": "all" }, "python3-incremental": { "version": "16.10.1-3.2", "arch": "all" }, "python3-jinja2": { "version": "2.10.1-2", "arch": "all" }, "python3-json-pointer": { "version": "2.0-0ubuntu1", "arch": "all" }, "python3-jsonpatch": { "version": "1.23-3", "arch": "all" }, "python3-jsonschema": { "version": "3.2.0-0ubuntu2", "arch": "all" }, "python3-jwt": { "version": "1.7.1-2ubuntu2.1", "arch": "all" }, "python3-keyring": { "version": "18.0.1-2ubuntu1", "arch": "all" }, "python3-launchpadlib": { "version": "1.10.13-1", "arch": "all" }, "python3-lazr.restfulclient": { "version": "0.14.2-2build1", "arch": "all" }, "python3-lazr.uri": { "version": "1.0.3-4build1", "arch": "all" }, "python3-lib2to3": { "version": "3.8.10-0ubuntu1~20.04", "arch": "all" }, "python3-markupsafe": { "version": "1.1.0-1build2", "arch": "amd64" }, "python3-minimal": { "version": "3.8.2-0ubuntu2", "arch": "amd64" }, "python3-more-itertools": { "version": "4.2.0-1build1", "arch": "all" }, "python3-nacl": { "version": "1.3.0-5", "arch": "amd64" }, "python3-netifaces": { "version": "0.10.4-1ubuntu4", "arch": "amd64" }, "python3-newt": { "version": "0.52.21-4ubuntu2", "arch": "amd64" }, "python3-oauthlib": { "version": "3.1.0-1ubuntu2", "arch": "all" }, "python3-openssl": { "version": "19.0.0-1build1", "arch": "all" }, "python3-pexpect": { "version": "4.6.0-1build1", "arch": "all" }, "python3-pkg-resources": { "version": "45.2.0-1ubuntu0.1", "arch": "all" }, "python3-problem-report": { "version": "2.20.11-0ubuntu27.25", "arch": "all" }, "python3-ptyprocess": { "version": "0.6.0-1ubuntu1", "arch": "all" }, "python3-pyasn1": { "version": "0.4.2-3build1", "arch": "all" }, "python3-pyasn1-modules": { "version": "0.2.1-0.2build1", "arch": "all" }, "python3-pymacaroons": { "version": "0.13.0-3", "arch": "all" }, "python3-pyrsistent": { "version": "0.15.5-1build1", "arch": "amd64" }, "python3-requests": { "version": "2.22.0-2ubuntu1", "arch": "all" }, "python3-requests-unixsocket": { "version": "0.2.0-2", "arch": "all" }, "python3-secretstorage": { "version": "2.3.1-2ubuntu1", "arch": "all" }, "python3-serial": { "version": "3.4-5.1", "arch": "all" }, "python3-service-identity": { "version": "18.1.0-5build1", "arch": "all" }, "python3-setuptools": { "version": "45.2.0-1ubuntu0.1", "arch": "all" }, "python3-simplejson": { "version": "3.16.0-2ubuntu2", "arch": "amd64" }, "python3-six": { "version": "1.14.0-2", "arch": "all" }, "python3-software-properties": { "version": "0.99.9.11", "arch": "all" }, "python3-systemd": { "version": "234-3build2", "arch": "amd64" }, "python3-twisted": { "version": "18.9.0-11ubuntu0.20.04.2", "arch": "all" }, "python3-twisted-bin": { "version": "18.9.0-11ubuntu0.20.04.2", "arch": "amd64" }, "python3-urllib3": { "version": "1.25.8-2ubuntu0.2", "arch": "all" }, "python3-wadllib": { "version": "1.3.3-3build1", "arch": "all" }, "python3-yaml": { "version": "5.3.1-1ubuntu0.1", "arch": "amd64" }, "python3-zipp": { "version": "1.0.0-1", "arch": "all" }, "python3-zope.interface": { "version": "4.7.1-1", "arch": "amd64" }, "python3.8": { "version": "3.8.10-0ubuntu1~20.04.6", "arch": "amd64" }, "python3.8-minimal": { "version": "3.8.10-0ubuntu1~20.04.6", "arch": "amd64" }, "readline-common": { "version": "8.0-4", "arch": "all" }, "rsync": { "version": "3.1.3-8ubuntu0.5", "arch": "amd64" }, "rsyslog": { "version": "8.2001.0-1ubuntu1.3", "arch": "amd64" }, "run-one": { "version": "1.17-0ubuntu1", "arch": "all" }, "sbsigntool": { "version": "0.9.2-2ubuntu1.1", "arch": "amd64" }, "screen": { "version": "4.8.0-1ubuntu0.1", "arch": "amd64" }, "secureboot-db": { "version": "1.5", "arch": "amd64" }, "sed": { "version": "4.7-1", "arch": "amd64" }, "sensible-utils": { "version": "0.0.12+nmu1", "arch": "all" }, "sg3-utils": { "version": "1.44-1ubuntu2", "arch": "amd64" }, "sg3-utils-udev": { "version": "1.44-1ubuntu2", "arch": "all" }, "shared-mime-info": { "version": "1.15-1", "arch": "amd64" }, "snapd": { "version": "2.58+20.04", "arch": "amd64" }, "sntp": { "version": "1:4.2.8p12+dfsg-3ubuntu4.20.04.1", "arch": "amd64" }, "software-properties-common": { "version": "0.99.9.11", "arch": "all" }, "sosreport": { "version": "4.4-1ubuntu0.20.04.1", "arch": "amd64" }, "sound-theme-freedesktop": { "version": "0.8-2ubuntu1", "arch": "all" }, "squashfs-tools": { "version": "1:4.4-1ubuntu0.3", "arch": "amd64" }, "ssh-import-id": { "version": "5.10-0ubuntu1", "arch": "all" }, "ssl-cert": { "version": "1.0.39", "arch": "all" }, "strace": { "version": "5.5-3ubuntu1", "arch": "amd64" }, "sudo": { "version": "1.8.31-1ubuntu1.4", "arch": "amd64" }, "systemd": { "version": "245.4-4ubuntu3.22", "arch": "amd64" }, "systemd-sysv": { "version": "245.4-4ubuntu3.22", "arch": "amd64" }, "systemd-timesyncd": { "version": "245.4-4ubuntu3.20", "arch": "amd64" }, "sysvinit-utils": { "version": "2.96-2.1ubuntu1", "arch": "amd64" }, "tar": { "version": "1.30+dfsg-7ubuntu0.20.04.3", "arch": "amd64" }, "tcpdump": { "version": "4.9.3-4ubuntu0.2", "arch": "amd64" }, "telnet": { "version": "0.17-41.2build1", "arch": "amd64" }, "thermald": { "version": "1.9.1-1ubuntu0.6", "arch": "amd64" }, "thin-provisioning-tools": { "version": "0.8.5-4build1", "arch": "amd64" }, "time": { "version": "1.7-25.1build1", "arch": "amd64" }, "tmux": { "version": "3.0a-2ubuntu0.4", "arch": "amd64" }, "tpm-udev": { "version": "0.4", "arch": "all" }, "tzdata": { "version": "2022g-0ubuntu0.20.04.1", "arch": "all" }, "ubuntu-advantage-tools": { "version": "27.13.6~20.04.1", "arch": "amd64" }, "ubuntu-keyring": { "version": "2020.02.11.4", "arch": "all" }, "ubuntu-minimal": { "version": "1.450.2", "arch": "amd64" }, "ucf": { "version": "3.0038+nmu1", "arch": "all" }, "udev": { "version": "245.4-4ubuntu3.20", "arch": "amd64" }, "udisks2": { "version": "2.8.4-1ubuntu2", "arch": "amd64" }, "ufw": { "version": "0.36-6ubuntu1", "arch": "all" }, "unattended-upgrades": { "version": "2.3ubuntu0.3", "arch": "all" }, "unzip": { "version": "6.0-25ubuntu1.1", "arch": "amd64" }, "upower": { "version": "0.99.11-1build2", "arch": "amd64" }, "usb-modeswitch": { "version": "2.5.2+repack0-2ubuntu3", "arch": "amd64" }, "usb-modeswitch-data": { "version": "20191128-3", "arch": "all" }, "usb.ids": { "version": "2020.03.19-1", "arch": "all" }, "usbmuxd": { "version": "1.1.1~git20191130.9af2b12-1", "arch": "amd64" }, "util-linux": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "uuid-runtime": { "version": "2.34-0.1ubuntu9.3", "arch": "amd64" }, "vim": { "version": "2:8.1.2269-1ubuntu5.11", "arch": "amd64" }, "vim-common": { "version": "2:8.1.2269-1ubuntu5.11", "arch": "all" }, "vim-runtime": { "version": "2:8.1.2269-1ubuntu5.11", "arch": "all" }, "vim-tiny": { "version": "2:8.1.2269-1ubuntu5.11", "arch": "amd64" }, "wget": { "version": "1.20.3-1ubuntu2", "arch": "amd64" }, "whiptail": { "version": "0.52.21-4ubuntu2", "arch": "amd64" }, "wireless-regdb": { "version": "2022.06.06-0ubuntu1~20.04.1", "arch": "all" }, "xdg-user-dirs": { "version": "0.17-2ubuntu1", "arch": "amd64" }, "xfsprogs": { "version": "5.3.0-1ubuntu2", "arch": "amd64" }, "xkb-data": { "version": "2.29-2", "arch": "all" }, "xxd": { "version": "2:8.1.2269-1ubuntu5.11", "arch": "amd64" }, "xz-utils": { "version": "5.2.4-1ubuntu1.1", "arch": "amd64" }, "zerofree": { "version": "1.1.1-1", "arch": "amd64" }, "zip": { "version": "3.0-11build1", "arch": "amd64" }, "zlib1g": { "version": "1:1.2.11.dfsg-2ubuntu1.5", "arch": "amd64" }, "zlib1g-dev": { "version": "1:1.2.11.dfsg-2ubuntu1.5", "arch": "amd64" } }, "root_group": "root", "shard_seed": 64994497, "shells": [ "/bin/sh", "/bin/bash", "/usr/bin/bash", "/bin/rbash", "/usr/bin/rbash", "/bin/dash", "/usr/bin/dash", "/usr/bin/tmux", "/usr/bin/screen" ], "sysconf": { "LINK_MAX": 65000, "_POSIX_LINK_MAX": 65000, "MAX_CANON": 255, "_POSIX_MAX_CANON": 255, "MAX_INPUT": 255, "_POSIX_MAX_INPUT": 255, "NAME_MAX": 255, "_POSIX_NAME_MAX": 255, "PATH_MAX": 4096, "_POSIX_PATH_MAX": 4096, "PIPE_BUF": 4096, "_POSIX_PIPE_BUF": 4096, "SOCK_MAXBUF": null, "_POSIX_ASYNC_IO": null, "_POSIX_CHOWN_RESTRICTED": 1, "_POSIX_NO_TRUNC": 1, "_POSIX_PRIO_IO": null, "_POSIX_SYNC_IO": null, "_POSIX_VDISABLE": 0, "ARG_MAX": 2097152, "ATEXIT_MAX": 2147483647, "CHAR_BIT": 8, "CHAR_MAX": 127, "CHAR_MIN": -128, "CHILD_MAX": 3546, "CLK_TCK": 100, "INT_MAX": 2147483647, "INT_MIN": -2147483648, "IOV_MAX": 1024, "LOGNAME_MAX": 256, "LONG_BIT": 64, "MB_LEN_MAX": 16, "NGROUPS_MAX": 65536, "NL_ARGMAX": 4096, "NL_LANGMAX": 2048, "NL_MSGMAX": 2147483647, "NL_NMAX": 2147483647, "NL_SETMAX": 2147483647, "NL_TEXTMAX": 2147483647, "NSS_BUFLEN_GROUP": 1024, "NSS_BUFLEN_PASSWD": 1024, "NZERO": 20, "OPEN_MAX": 1024, "PAGESIZE": 4096, "PAGE_SIZE": 4096, "PASS_MAX": 8192, "PTHREAD_DESTRUCTOR_ITERATIONS": 4, "PTHREAD_KEYS_MAX": 1024, "PTHREAD_STACK_MIN": 16384, "PTHREAD_THREADS_MAX": null, "SCHAR_MAX": 127, "SCHAR_MIN": -128, "SHRT_MAX": 32767, "SHRT_MIN": -32768, "SSIZE_MAX": 32767, "TTY_NAME_MAX": 32, "TZNAME_MAX": null, "UCHAR_MAX": 255, "UINT_MAX": 4294967295, "UIO_MAXIOV": 1024, "ULONG_MAX": 18446744073709551615, "USHRT_MAX": 65535, "WORD_BIT": 32, "_AVPHYS_PAGES": 25990, "_NPROCESSORS_CONF": 2, "_NPROCESSORS_ONLN": 2, "_PHYS_PAGES": 250028, "_POSIX_ARG_MAX": 2097152, "_POSIX_ASYNCHRONOUS_IO": 200809, "_POSIX_CHILD_MAX": 3546, "_POSIX_FSYNC": 200809, "_POSIX_JOB_CONTROL": 1, "_POSIX_MAPPED_FILES": 200809, "_POSIX_MEMLOCK": 200809, "_POSIX_MEMLOCK_RANGE": 200809, "_POSIX_MEMORY_PROTECTION": 200809, "_POSIX_MESSAGE_PASSING": 200809, "_POSIX_NGROUPS_MAX": 65536, "_POSIX_OPEN_MAX": 1024, "_POSIX_PII": null, "_POSIX_PII_INTERNET": null, "_POSIX_PII_INTERNET_DGRAM": null, "_POSIX_PII_INTERNET_STREAM": null, "_POSIX_PII_OSI": null, "_POSIX_PII_OSI_CLTS": null, "_POSIX_PII_OSI_COTS": null, "_POSIX_PII_OSI_M": null, "_POSIX_PII_SOCKET": null, "_POSIX_PII_XTI": null, "_POSIX_POLL": null, "_POSIX_PRIORITIZED_IO": 200809, "_POSIX_PRIORITY_SCHEDULING": 200809, "_POSIX_REALTIME_SIGNALS": 200809, "_POSIX_SAVED_IDS": 1, "_POSIX_SELECT": null, "_POSIX_SEMAPHORES": 200809, "_POSIX_SHARED_MEMORY_OBJECTS": 200809, "_POSIX_SSIZE_MAX": 32767, "_POSIX_STREAM_MAX": 16, "_POSIX_SYNCHRONIZED_IO": 200809, "_POSIX_THREADS": 200809, "_POSIX_THREAD_ATTR_STACKADDR": 200809, "_POSIX_THREAD_ATTR_STACKSIZE": 200809, "_POSIX_THREAD_PRIORITY_SCHEDULING": 200809, "_POSIX_THREAD_PRIO_INHERIT": 200809, "_POSIX_THREAD_PRIO_PROTECT": 200809, "_POSIX_THREAD_ROBUST_PRIO_INHERIT": null, "_POSIX_THREAD_ROBUST_PRIO_PROTECT": null, "_POSIX_THREAD_PROCESS_SHARED": 200809, "_POSIX_THREAD_SAFE_FUNCTIONS": 200809, "_POSIX_TIMERS": 200809, "TIMER_MAX": null, "_POSIX_TZNAME_MAX": null, "_POSIX_VERSION": 200809, "_T_IOV_MAX": null, "_XOPEN_CRYPT": null, "_XOPEN_ENH_I18N": 1, "_XOPEN_LEGACY": 1, "_XOPEN_REALTIME": 1, "_XOPEN_REALTIME_THREADS": 1, "_XOPEN_SHM": 1, "_XOPEN_UNIX": 1, "_XOPEN_VERSION": 700, "_XOPEN_XCU_VERSION": 4, "_XOPEN_XPG2": 1, "_XOPEN_XPG3": 1, "_XOPEN_XPG4": 1, "BC_BASE_MAX": 99, "BC_DIM_MAX": 2048, "BC_SCALE_MAX": 99, "BC_STRING_MAX": 1000, "CHARCLASS_NAME_MAX": 2048, "COLL_WEIGHTS_MAX": 255, "EQUIV_CLASS_MAX": null, "EXPR_NEST_MAX": 32, "LINE_MAX": 2048, "POSIX2_BC_BASE_MAX": 99, "POSIX2_BC_DIM_MAX": 2048, "POSIX2_BC_SCALE_MAX": 99, "POSIX2_BC_STRING_MAX": 1000, "POSIX2_CHAR_TERM": 200809, "POSIX2_COLL_WEIGHTS_MAX": 255, "POSIX2_C_BIND": 200809, "POSIX2_C_DEV": 200809, "POSIX2_C_VERSION": 200809, "POSIX2_EXPR_NEST_MAX": 32, "POSIX2_FORT_DEV": null, "POSIX2_FORT_RUN": null, "_POSIX2_LINE_MAX": 2048, "POSIX2_LINE_MAX": 2048, "POSIX2_LOCALEDEF": 200809, "POSIX2_RE_DUP_MAX": 32767, "POSIX2_SW_DEV": 200809, "POSIX2_UPE": null, "POSIX2_VERSION": 200809, "RE_DUP_MAX": 32767, "PATH": "/bin:/usr/bin", "CS_PATH": "/bin:/usr/bin", "LFS_CFLAGS": null, "LFS_LDFLAGS": null, "LFS_LIBS": null, "LFS_LINTFLAGS": null, "LFS64_CFLAGS": "-D_LARGEFILE64_SOURCE", "LFS64_LDFLAGS": null, "LFS64_LIBS": null, "LFS64_LINTFLAGS": "-D_LARGEFILE64_SOURCE", "_XBS5_WIDTH_RESTRICTED_ENVS": "XBS5_LP64_OFF64", "XBS5_WIDTH_RESTRICTED_ENVS": "XBS5_LP64_OFF64", "_XBS5_ILP32_OFF32": null, "XBS5_ILP32_OFF32_CFLAGS": null, "XBS5_ILP32_OFF32_LDFLAGS": null, "XBS5_ILP32_OFF32_LIBS": null, "XBS5_ILP32_OFF32_LINTFLAGS": null, "_XBS5_ILP32_OFFBIG": null, "XBS5_ILP32_OFFBIG_CFLAGS": null, "XBS5_ILP32_OFFBIG_LDFLAGS": null, "XBS5_ILP32_OFFBIG_LIBS": null, "XBS5_ILP32_OFFBIG_LINTFLAGS": null, "_XBS5_LP64_OFF64": 1, "XBS5_LP64_OFF64_CFLAGS": "-m64", "XBS5_LP64_OFF64_LDFLAGS": "-m64", "XBS5_LP64_OFF64_LIBS": null, "XBS5_LP64_OFF64_LINTFLAGS": null, "_XBS5_LPBIG_OFFBIG": null, "XBS5_LPBIG_OFFBIG_CFLAGS": null, "XBS5_LPBIG_OFFBIG_LDFLAGS": null, "XBS5_LPBIG_OFFBIG_LIBS": null, "XBS5_LPBIG_OFFBIG_LINTFLAGS": null, "_POSIX_V6_ILP32_OFF32": null, "POSIX_V6_ILP32_OFF32_CFLAGS": null, "POSIX_V6_ILP32_OFF32_LDFLAGS": null, "POSIX_V6_ILP32_OFF32_LIBS": null, "POSIX_V6_ILP32_OFF32_LINTFLAGS": null, "_POSIX_V6_WIDTH_RESTRICTED_ENVS": "POSIX_V6_LP64_OFF64", "POSIX_V6_WIDTH_RESTRICTED_ENVS": "POSIX_V6_LP64_OFF64", "_POSIX_V6_ILP32_OFFBIG": null, "POSIX_V6_ILP32_OFFBIG_CFLAGS": null, "POSIX_V6_ILP32_OFFBIG_LDFLAGS": null, "POSIX_V6_ILP32_OFFBIG_LIBS": null, "POSIX_V6_ILP32_OFFBIG_LINTFLAGS": null, "_POSIX_V6_LP64_OFF64": 1, "POSIX_V6_LP64_OFF64_CFLAGS": "-m64", "POSIX_V6_LP64_OFF64_LDFLAGS": "-m64", "POSIX_V6_LP64_OFF64_LIBS": null, "POSIX_V6_LP64_OFF64_LINTFLAGS": null, "_POSIX_V6_LPBIG_OFFBIG": null, "POSIX_V6_LPBIG_OFFBIG_CFLAGS": null, "POSIX_V6_LPBIG_OFFBIG_LDFLAGS": null, "POSIX_V6_LPBIG_OFFBIG_LIBS": null, "POSIX_V6_LPBIG_OFFBIG_LINTFLAGS": null, "_POSIX_V7_ILP32_OFF32": null, "POSIX_V7_ILP32_OFF32_CFLAGS": null, "POSIX_V7_ILP32_OFF32_LDFLAGS": null, "POSIX_V7_ILP32_OFF32_LIBS": null, "POSIX_V7_ILP32_OFF32_LINTFLAGS": null, "_POSIX_V7_WIDTH_RESTRICTED_ENVS": "POSIX_V7_LP64_OFF64", "POSIX_V7_WIDTH_RESTRICTED_ENVS": "POSIX_V7_LP64_OFF64", "_POSIX_V7_ILP32_OFFBIG": null, "POSIX_V7_ILP32_OFFBIG_CFLAGS": null, "POSIX_V7_ILP32_OFFBIG_LDFLAGS": null, "POSIX_V7_ILP32_OFFBIG_LIBS": null, "POSIX_V7_ILP32_OFFBIG_LINTFLAGS": null, "_POSIX_V7_LP64_OFF64": 1, "POSIX_V7_LP64_OFF64_CFLAGS": "-m64", "POSIX_V7_LP64_OFF64_LDFLAGS": "-m64", "POSIX_V7_LP64_OFF64_LIBS": null, "POSIX_V7_LP64_OFF64_LINTFLAGS": null, "_POSIX_V7_LPBIG_OFFBIG": null, "POSIX_V7_LPBIG_OFFBIG_CFLAGS": null, "POSIX_V7_LPBIG_OFFBIG_LDFLAGS": null, "POSIX_V7_LPBIG_OFFBIG_LIBS": null, "POSIX_V7_LPBIG_OFFBIG_LINTFLAGS": null, "_POSIX_ADVISORY_INFO": 200809, "_POSIX_BARRIERS": 200809, "_POSIX_BASE": null, "_POSIX_C_LANG_SUPPORT": null, "_POSIX_C_LANG_SUPPORT_R": null, "_POSIX_CLOCK_SELECTION": 200809, "_POSIX_CPUTIME": 200809, "_POSIX_THREAD_CPUTIME": 200809, "_POSIX_DEVICE_SPECIFIC": null, "_POSIX_DEVICE_SPECIFIC_R": null, "_POSIX_FD_MGMT": null, "_POSIX_FIFO": null, "_POSIX_PIPE": null, "_POSIX_FILE_ATTRIBUTES": null, "_POSIX_FILE_LOCKING": null, "_POSIX_FILE_SYSTEM": null, "_POSIX_MONOTONIC_CLOCK": 200809, "_POSIX_MULTI_PROCESS": null, "_POSIX_SINGLE_PROCESS": null, "_POSIX_NETWORKING": null, "_POSIX_READER_WRITER_LOCKS": 200809, "_POSIX_SPIN_LOCKS": 200809, "_POSIX_REGEXP": 1, "_REGEX_VERSION": null, "_POSIX_SHELL": 1, "_POSIX_SIGNALS": null, "_POSIX_SPAWN": 200809, "_POSIX_SPORADIC_SERVER": null, "_POSIX_THREAD_SPORADIC_SERVER": null, "_POSIX_SYSTEM_DATABASE": null, "_POSIX_SYSTEM_DATABASE_R": null, "_POSIX_TIMEOUTS": 200809, "_POSIX_TYPED_MEMORY_OBJECTS": null, "_POSIX_USER_GROUPS": null, "_POSIX_USER_GROUPS_R": null, "POSIX2_PBS": null, "POSIX2_PBS_ACCOUNTING": null, "POSIX2_PBS_LOCATE": null, "POSIX2_PBS_TRACK": null, "POSIX2_PBS_MESSAGE": null, "SYMLOOP_MAX": null, "STREAM_MAX": 16, "AIO_LISTIO_MAX": null, "AIO_MAX": null, "AIO_PRIO_DELTA_MAX": 20, "DELAYTIMER_MAX": 2147483647, "HOST_NAME_MAX": 64, "LOGIN_NAME_MAX": 256, "MQ_OPEN_MAX": null, "MQ_PRIO_MAX": 32768, "_POSIX_DEVICE_IO": null, "_POSIX_TRACE": null, "_POSIX_TRACE_EVENT_FILTER": null, "_POSIX_TRACE_INHERIT": null, "_POSIX_TRACE_LOG": null, "RTSIG_MAX": 32, "SEM_NSEMS_MAX": null, "SEM_VALUE_MAX": 2147483647, "SIGQUEUE_MAX": 3546, "FILESIZEBITS": 64, "POSIX_ALLOC_SIZE_MIN": 4096, "POSIX_REC_INCR_XFER_SIZE": null, "POSIX_REC_MAX_XFER_SIZE": null, "POSIX_REC_MIN_XFER_SIZE": 4096, "POSIX_REC_XFER_ALIGN": 4096, "SYMLINK_MAX": null, "GNU_LIBC_VERSION": "glibc 2.31", "GNU_LIBPTHREAD_VERSION": "NPTL 2.31", "POSIX2_SYMLINKS": 1, "LEVEL1_ICACHE_SIZE": 32768, "LEVEL1_ICACHE_ASSOC": 8, "LEVEL1_ICACHE_LINESIZE": 64, "LEVEL1_DCACHE_SIZE": 32768, "LEVEL1_DCACHE_ASSOC": 8, "LEVEL1_DCACHE_LINESIZE": 64, "LEVEL2_CACHE_SIZE": 262144, "LEVEL2_CACHE_ASSOC": 8, "LEVEL2_CACHE_LINESIZE": 64, "LEVEL3_CACHE_SIZE": 4194304, "LEVEL3_CACHE_ASSOC": 16, "LEVEL3_CACHE_LINESIZE": 64, "LEVEL4_CACHE_SIZE": 0, "LEVEL4_CACHE_ASSOC": 0, "LEVEL4_CACHE_LINESIZE": 0, "IPV6": 200809, "RAW_SOCKETS": 200809, "_POSIX_IPV6": 200809, "_POSIX_RAW_SOCKETS": 200809 }, "time": { "timezone": "UTC" }, "virtualbox": { "host": { "language": "en_US", "revision": "156879", "version": "7.0.8" }, "guest": { "guest_additions_version": "7.0.6", "guest_additions_revision": "155176" } }, "chef_guid": "f8424309-f2cf-412d-af0b-c8d284b1e412", "name": "vagrant-openresty", "chef_environment": "development", "recipes": [ "kosmos-base", "kosmos-base::default", "kosmos_openresty", "kosmos_openresty::default", "kosmos_openresty::hello_world", "kosmos_assets::nginx_site", "apt::default", "timezone_iii::default", "timezone_iii::debian", "ntp::default", "ntp::apparmor", "kosmos-base::systemd_emails", "apt::unattended-upgrades", "openresty::apt_package", "openresty::ohai_plugin", "openresty::commons_user", "openresty::commons_dir", "openresty::commons_script", "openresty::commons_conf", "logrotate::default", "openresty::luarocks", "git::default", "git::package", "kosmos-base::letsencrypt" ], "expanded_run_list": [ "kosmos-base::default", "kosmos_openresty::default", "kosmos_openresty::hello_world", "kosmos_assets::nginx_site" ], "roles": [ "openresty", "openresty_proxy" ], "cookbooks": { "kosmos-base": { "version": "0.3.0" }, "kosmos_openresty": { "version": "0.1.0" }, "kosmos_assets": { "version": "1.0.0" }, "apt": { "version": "7.3.0" }, "users": { "version": "5.3.1" }, "kosmos-postfix": { "version": "0.1.0" }, "hostname": { "version": "0.4.2" }, "firewall": { "version": "6.2.16" }, "timezone_iii": { "version": "1.0.4" }, "ntp": { "version": "3.4.0" }, "openresty": { "version": "0.6.2" }, "postfix": { "version": "5.0.2" }, "hostsfile": { "version": "3.0.1" }, "build-essential": { "version": "8.2.1" }, "logrotate": { "version": "2.2.0" }, "ohai": { "version": "5.2.5" }, "yum": { "version": "7.4.13" }, "git": { "version": "10.0.0" }, "postgresql": { "version": "7.1.9" }, "jemalloc": { "version": "0.1.7" }, "seven_zip": { "version": "4.2.2" }, "mingw": { "version": "2.1.7" } }, "nginx": { "version": "1.21.4.1", "configure_arguments": [ "--prefix=/usr/local/openresty", "--with-cc-opt='-O2 -DNGX_LUA_ABORT_AT_PANIC -I/usr/local/openresty/zlib/include -I/usr/local/openresty/pcre/include -I/usr/local/openresty/openssl111/include'", "--add-module=../ngx_devel_kit-0.3.1", "--add-module=../echo-nginx-module-0.62", "--add-module=../xss-nginx-module-0.06", "--add-module=../ngx_coolkit-0.2", "--add-module=../set-misc-nginx-module-0.33", "--add-module=../form-input-nginx-module-0.12", "--add-module=../encrypted-session-nginx-module-0.09", "--add-module=../srcache-nginx-module-0.32", "--add-module=../ngx_lua-0.10.21", "--add-module=../ngx_lua_upstream-0.07", "--add-module=../headers-more-nginx-module-0.33", "--add-module=../array-var-nginx-module-0.05", "--add-module=../memc-nginx-module-0.19", "--add-module=../redis2-nginx-module-0.15", "--add-module=../redis-nginx-module-0.3.9", "--add-module=../ngx_stream_lua-0.0.11", "--with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L/usr/local/openresty/zlib/lib -L/usr/local/openresty/pcre/lib -L/usr/local/openresty/openssl111/lib -Wl,-rpath,/usr/local/openresty/zlib/lib:/usr/local/openresty/pcre/lib:/usr/local/openresty/openssl111/lib'", "--with-pcre-jit", "--with-stream", "--with-stream_ssl_module", "--with-stream_ssl_preread_module", "--with-http_v2_module", "--without-mail_pop3_module", "--without-mail_imap_module", "--without-mail_smtp_module", "--with-http_stub_status_module", "--with-http_realip_module", "--with-http_addition_module", "--with-http_auth_request_module", "--with-http_secure_link_module", "--with-http_random_index_module", "--with-http_gzip_static_module", "--with-http_sub_module", "--with-http_dav_module", "--with-http_flv_module", "--with-http_mp4_module", "--with-http_gunzip_module", "--with-threads", "--with-stream", "--with-http_ssl_module" ], "prefix": "/usr/local/openresty", "conf_path": null } }, "run_list": [ "recipe[kosmos-base]", "role[openresty]", "role[openresty_proxy]" ] }