# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml statically imported: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_bond_deprecated_initscripts.yml ******************************** 2 plays in /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tests_bond_deprecated_initscripts.yml PLAY [Run playbook 'playbooks/tests_bond_deprecated.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tests_bond_deprecated_initscripts.yml:5 Saturday 06 July 2024 00:19:30 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tests_bond_deprecated_initscripts.yml:8 Saturday 06 July 2024 00:19:30 +0000 (0:00:00.798) 0:00:00.810 ********* included: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/el_repo_setup.yml:3 Saturday 06 July 2024 00:19:30 +0000 (0:00:00.014) 0:00:00.825 ********* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/el_repo_setup.yml:17 Saturday 06 July 2024 00:19:30 +0000 (0:00:00.024) 0:00:00.850 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/el_repo_setup.yml:22 Saturday 06 July 2024 00:19:31 +0000 (0:00:00.277) 0:00:01.127 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/el_repo_setup.yml:26 Saturday 06 July 2024 00:19:31 +0000 (0:00:00.021) 0:00:01.149 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/el_repo_setup.yml:51 Saturday 06 July 2024 00:19:31 +0000 (0:00:00.012) 0:00:01.161 ********* included: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml:8 Saturday 06 July 2024 00:19:31 +0000 (0:00:00.038) 0:00:01.199 ********* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml:24 Saturday 06 July 2024 00:19:31 +0000 (0:00:00.213) 0:00:01.413 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml:30 Saturday 06 July 2024 00:19:32 +0000 (0:00:00.503) 0:00:01.917 ********* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.196281", "end": "2024-07-05 20:19:32.348669", "rc": 0, "start": "2024-07-05 20:19:32.152388" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml:35 Saturday 06 July 2024 00:19:32 +0000 (0:00:00.338) 0:00:02.255 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '8'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml:40 Saturday 06 July 2024 00:19:32 +0000 (0:00:00.009) 0:00:02.265 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tests_bond_deprecated_initscripts.yml:10 Saturday 06 July 2024 00:19:32 +0000 (0:00:00.019) 0:00:02.285 ********* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing bond device using deprecated 'master' argument] ********* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:3 Saturday 06 July 2024 00:19:32 +0000 (0:00:00.026) 0:00:02.311 ********* ok: [sut] TASK [INIT Prepare setup] ****************************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:15 Saturday 06 July 2024 00:19:32 +0000 (0:00:00.531) 0:00:02.842 ********* ok: [sut] => {} MSG: ################################################## TASK [Install dnsmasq] ********************************************************* task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:3 Saturday 06 July 2024 00:19:32 +0000 (0:00:00.020) 0:00:02.862 ********* FAILED - RETRYING: [sut]: Install dnsmasq (6 retries left). FAILED - RETRYING: [sut]: Install dnsmasq (5 retries left). FAILED - RETRYING: [sut]: Install dnsmasq (4 retries left). FAILED - RETRYING: [sut]: Install dnsmasq (3 retries left). FAILED - RETRYING: [sut]: Install dnsmasq (2 retries left). FAILED - RETRYING: [sut]: Install dnsmasq (1 retries left). fatal: [sut]: FAILED! => { "attempts": 6, "changed": false } MSG: Failure talking to yum: Cannot find a valid baseurl for repo: base/7/x86_64 TASK [Gather failure information] ********************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:95 Saturday 06 July 2024 00:20:35 +0000 (0:01:02.446) 0:01:05.309 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "exec 1>&2\nset -xo pipefail\nip -d -s link show\nip -d -s a s\njournalctl -ex\nps -ef | grep dnsmasq || :\n", "delta": "0:00:00.066927", "end": "2024-07-05 20:20:35.612914", "failed_when_result": true, "rc": 0, "start": "2024-07-05 20:20:35.545987" } STDERR: + ip -d -s link show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 RX: bytes packets errors dropped overrun mcast 6176 64 0 0 0 0 TX: bytes packets errors dropped carrier collsns 6176 64 0 0 0 0 2: eth0: mtu 9001 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether 12:16:52:9b:dd:c9 brd ff:ff:ff:ff:ff:ff promiscuity 0 addrgenmode eui64 numtxqueues 2 numrxqueues 2 gso_max_size 65536 gso_max_segs 65535 RX: bytes packets errors dropped overrun mcast 11490080 3525 0 0 0 0 TX: bytes packets errors dropped carrier collsns 379144 2860 0 0 0 0 + ip -d -s a s 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever RX: bytes packets errors dropped overrun mcast 6176 64 0 0 0 0 TX: bytes packets errors dropped carrier collsns 6176 64 0 0 0 0 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:16:52:9b:dd:c9 brd ff:ff:ff:ff:ff:ff promiscuity 0 numtxqueues 2 numrxqueues 2 gso_max_size 65536 gso_max_segs 65535 inet 10.31.11.105/22 brd 10.31.11.255 scope global noprefixroute dynamic eth0 valid_lft 2788sec preferred_lft 2788sec inet6 fe80::1016:52ff:fe9b:ddc9/64 scope link valid_lft forever preferred_lft forever RX: bytes packets errors dropped overrun mcast 11490080 3525 0 0 0 0 TX: bytes packets errors dropped carrier collsns 379144 2860 0 0 0 0 + journalctl -ex -- Logs begin at Fri 2024-07-05 20:06:54 EDT, end at Fri 2024-07-05 20:20:35 EDT. -- Jul 05 20:06:54 localhost.localdomain kernel: acpiphp: Slot [26] registered Jul 05 20:06:54 localhost.localdomain kernel: acpiphp: Slot [27] registered Jul 05 20:06:54 localhost.localdomain kernel: acpiphp: Slot [28] registered Jul 05 20:06:54 localhost.localdomain kernel: acpiphp: Slot [29] registered Jul 05 20:06:54 localhost.localdomain kernel: acpiphp: Slot [30] registered Jul 05 20:06:54 localhost.localdomain kernel: acpiphp: Slot [31] registered Jul 05 20:06:54 localhost.localdomain kernel: PCI host bridge to bus 0000:00 Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window] Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [bus 00-ff] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.1: reg 0x20: [io 0xc100-0xc10f] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 Jul 05 20:06:54 localhost.localdomain kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, * this clock source is slow. Consider trying other clock sources Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x14: [mem 0xf3000000-0xf3000fff] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000 Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc0ff] Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref] Jul 05 20:06:54 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11) Jul 05 20:06:54 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) Jul 05 20:06:54 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) Jul 05 20:06:54 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11) Jul 05 20:06:54 localhost.localdomain kernel: xen:balloon: Initialising balloon driver Jul 05 20:06:54 localhost.localdomain kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none Jul 05 20:06:54 localhost.localdomain kernel: vgaarb: loaded Jul 05 20:06:54 localhost.localdomain kernel: vgaarb: bridge control possible 0000:00:02.0 Jul 05 20:06:54 localhost.localdomain kernel: SCSI subsystem initialized Jul 05 20:06:54 localhost.localdomain kernel: ACPI: bus type USB registered Jul 05 20:06:54 localhost.localdomain kernel: usbcore: registered new interface driver usbfs Jul 05 20:06:54 localhost.localdomain kernel: usbcore: registered new interface driver hub Jul 05 20:06:54 localhost.localdomain kernel: usbcore: registered new device driver usb Jul 05 20:06:54 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0 Jul 05 20:06:54 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing Jul 05 20:06:54 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes Jul 05 20:06:54 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] Jul 05 20:06:54 localhost.localdomain kernel: NetLabel: Initializing Jul 05 20:06:54 localhost.localdomain kernel: NetLabel: domain hash size = 128 Jul 05 20:06:54 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 Jul 05 20:06:54 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default Jul 05 20:06:54 localhost.localdomain kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer Jul 05 20:06:54 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Jul 05 20:06:54 localhost.localdomain kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter Jul 05 20:06:54 localhost.localdomain kernel: amd_nb: Cannot enumerate AMD northbridges Jul 05 20:06:54 localhost.localdomain kernel: Switched to clocksource xen Jul 05 20:06:54 localhost.localdomain kernel: pnp: PnP ACPI init Jul 05 20:06:54 localhost.localdomain kernel: ACPI: bus type PNP registered Jul 05 20:06:54 localhost.localdomain kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Jul 05 20:06:54 localhost.localdomain kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) Jul 05 20:06:54 localhost.localdomain kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved Jul 05 20:06:54 localhost.localdomain kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved Jul 05 20:06:54 localhost.localdomain kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved Jul 05 20:06:54 localhost.localdomain kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) Jul 05 20:06:54 localhost.localdomain kernel: xen: --> pirq=16 -> irq=8 (gsi=8) Jul 05 20:06:54 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) Jul 05 20:06:54 localhost.localdomain kernel: xen: --> pirq=17 -> irq=12 (gsi=12) Jul 05 20:06:54 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) Jul 05 20:06:54 localhost.localdomain kernel: xen: --> pirq=18 -> irq=1 (gsi=1) Jul 05 20:06:54 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Jul 05 20:06:54 localhost.localdomain kernel: xen: --> pirq=19 -> irq=6 (gsi=6) Jul 05 20:06:54 localhost.localdomain kernel: pnp 00:05: [dma 2] Jul 05 20:06:54 localhost.localdomain kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) Jul 05 20:06:54 localhost.localdomain kernel: xen: --> pirq=20 -> irq=4 (gsi=4) Jul 05 20:06:54 localhost.localdomain kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) Jul 05 20:06:54 localhost.localdomain kernel: system 00:07: [io 0x10c0-0x1141] has been reserved Jul 05 20:06:54 localhost.localdomain kernel: system 00:07: [io 0xb044-0xb047] has been reserved Jul 05 20:06:54 localhost.localdomain kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Jul 05 20:06:54 localhost.localdomain kernel: pnp: PnP ACPI: found 8 devices Jul 05 20:06:54 localhost.localdomain kernel: ACPI: bus type PNP unregistered Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Jul 05 20:06:54 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff window] Jul 05 20:06:54 localhost.localdomain kernel: NET: Registered protocol family 2 Jul 05 20:06:54 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes) Jul 05 20:06:54 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes) Jul 05 20:06:54 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768) Jul 05 20:06:54 localhost.localdomain kernel: TCP: reno registered Jul 05 20:06:54 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes) Jul 05 20:06:54 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) Jul 05 20:06:54 localhost.localdomain kernel: NET: Registered protocol family 1 Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Jul 05 20:06:54 localhost.localdomain kernel: pci 0000:00:02.0: Boot video device Jul 05 20:06:54 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64 Jul 05 20:06:54 localhost.localdomain kernel: Unpacking initramfs... Jul 05 20:06:54 localhost.localdomain kernel: Freeing initrd memory: 19688k freed Jul 05 20:06:54 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer Jul 05 20:06:54 localhost.localdomain kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules Jul 05 20:06:54 localhost.localdomain kernel: RAPL PMU: hw unit of domain package 2^-14 Joules Jul 05 20:06:54 localhost.localdomain kernel: RAPL PMU: hw unit of domain dram 2^-16 Joules Jul 05 20:06:54 localhost.localdomain kernel: sha1_ssse3: Using AVX2 optimized SHA-1 implementation Jul 05 20:06:54 localhost.localdomain kernel: sha256_ssse3: Using AVX2 optimized SHA-256 implementation Jul 05 20:06:54 localhost.localdomain kernel: futex hash table entries: 4096 (order: 6, 262144 bytes) Jul 05 20:06:54 localhost.localdomain kernel: Initialise system trusted keyring Jul 05 20:06:54 localhost.localdomain kernel: audit: initializing netlink socket (disabled) Jul 05 20:06:54 localhost.localdomain kernel: type=2000 audit(1720224411.988:1): initialized Jul 05 20:06:54 localhost.localdomain kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages Jul 05 20:06:54 localhost.localdomain kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages Jul 05 20:06:54 localhost.localdomain kernel: zpool: loaded Jul 05 20:06:54 localhost.localdomain kernel: zbud: loaded Jul 05 20:06:54 localhost.localdomain kernel: VFS: Disk quotas dquot_6.5.2 Jul 05 20:06:54 localhost.localdomain kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Jul 05 20:06:54 localhost.localdomain kernel: Key type big_key registered Jul 05 20:06:54 localhost.localdomain kernel: SELinux: Registering netfilter hooks Jul 05 20:06:54 localhost.localdomain kernel: NET: Registered protocol family 38 Jul 05 20:06:54 localhost.localdomain kernel: Key type asymmetric registered Jul 05 20:06:54 localhost.localdomain kernel: Asymmetric key parser 'x509' registered Jul 05 20:06:54 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) Jul 05 20:06:54 localhost.localdomain kernel: io scheduler noop registered Jul 05 20:06:54 localhost.localdomain kernel: io scheduler deadline registered (default) Jul 05 20:06:54 localhost.localdomain kernel: io scheduler cfq registered Jul 05 20:06:54 localhost.localdomain kernel: io scheduler mq-deadline registered Jul 05 20:06:54 localhost.localdomain kernel: io scheduler kyber registered Jul 05 20:06:54 localhost.localdomain kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Jul 05 20:06:54 localhost.localdomain kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Jul 05 20:06:54 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Jul 05 20:06:54 localhost.localdomain kernel: intel_idle: does not run on family 6 model 63 Jul 05 20:06:54 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Jul 05 20:06:54 localhost.localdomain kernel: ACPI: Power Button [PWRF] Jul 05 20:06:54 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Jul 05 20:06:54 localhost.localdomain kernel: ACPI: Sleep Button [SLPF] Jul 05 20:06:54 localhost.localdomain kernel: GHES: HEST is not enabled! Jul 05 20:06:54 localhost.localdomain kernel: xen: --> pirq=21 -> irq=28 (gsi=28) Jul 05 20:06:54 localhost.localdomain kernel: xen:grant_table: Grant tables using version 1 layout Jul 05 20:06:54 localhost.localdomain kernel: Grant table initialized Jul 05 20:06:54 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Jul 05 20:06:54 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Jul 05 20:06:54 localhost.localdomain kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Jul 05 20:06:54 localhost.localdomain kernel: Non-volatile memory driver v1.3 Jul 05 20:06:54 localhost.localdomain kernel: Linux agpgart interface v0.103 Jul 05 20:06:54 localhost.localdomain kernel: crash memory driver: version 1.1 Jul 05 20:06:54 localhost.localdomain kernel: rdac: device handler registered Jul 05 20:06:54 localhost.localdomain kernel: hp_sw: device handler registered Jul 05 20:06:54 localhost.localdomain kernel: emc: device handler registered Jul 05 20:06:54 localhost.localdomain kernel: alua: device handler registered Jul 05 20:06:54 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed Jul 05 20:06:54 localhost.localdomain kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Jul 05 20:06:54 localhost.localdomain kernel: ehci-pci: EHCI PCI platform driver Jul 05 20:06:54 localhost.localdomain kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Jul 05 20:06:54 localhost.localdomain kernel: ohci-pci: OHCI PCI platform driver Jul 05 20:06:54 localhost.localdomain kernel: uhci_hcd: USB Universal Host Controller Interface driver Jul 05 20:06:54 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic Jul 05 20:06:54 localhost.localdomain kernel: usbserial: USB Serial support registered for generic Jul 05 20:06:54 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Jul 05 20:06:54 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Jul 05 20:06:54 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Jul 05 20:06:54 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice Jul 05 20:06:54 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Jul 05 20:06:54 localhost.localdomain kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 Jul 05 20:06:54 localhost.localdomain kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Jul 05 20:06:54 localhost.localdomain kernel: cpuidle: using governor menu Jul 05 20:06:54 localhost.localdomain kernel: hidraw: raw HID events driver (C) Jiri Kosina Jul 05 20:06:54 localhost.localdomain kernel: usbcore: registered new interface driver usbhid Jul 05 20:06:54 localhost.localdomain kernel: usbhid: USB HID core driver Jul 05 20:06:54 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service Jul 05 20:06:54 localhost.localdomain kernel: Netfilter messages via NETLINK v0.30. Jul 05 20:06:54 localhost.localdomain kernel: TCP: cubic registered Jul 05 20:06:54 localhost.localdomain kernel: Initializing XFRM netlink socket Jul 05 20:06:54 localhost.localdomain kernel: NET: Registered protocol family 10 Jul 05 20:06:54 localhost.localdomain kernel: NET: Registered protocol family 17 Jul 05 20:06:54 localhost.localdomain kernel: mpls_gso: MPLS GSO support Jul 05 20:06:54 localhost.localdomain kernel: intel_rdt: Intel RDT L3 allocation detected Jul 05 20:06:54 localhost.localdomain kernel: mce: Using 2 MCE banks Jul 05 20:06:54 localhost.localdomain kernel: PM: Hibernation image not present or could not be loaded. Jul 05 20:06:54 localhost.localdomain kernel: Loading compiled-in X.509 certificates Jul 05 20:06:54 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' Jul 05 20:06:54 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' Jul 05 20:06:54 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: 68ea103f2c90a8dc0bb0446c06d14561f29e1172' Jul 05 20:06:54 localhost.localdomain kernel: registered taskstats version 1 Jul 05 20:06:54 localhost.localdomain kernel: page_owner is disabled Jul 05 20:06:54 localhost.localdomain kernel: Key type trusted registered Jul 05 20:06:54 localhost.localdomain kernel: Key type encrypted registered Jul 05 20:06:54 localhost.localdomain kernel: IMA: No TPM chip found, activating TPM-bypass! (rc=-19) Jul 05 20:06:54 localhost.localdomain kernel: BERT: Boot Error Record Table support is disabled. Enable it by using bert_enable as kernel parameter. Jul 05 20:06:54 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Jul 05 20:06:54 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Jul 05 20:06:54 localhost.localdomain kernel: Magic number: 0:517:101 Jul 05 20:06:54 localhost.localdomain kernel: rtc_cmos 00:02: setting system clock to 2024-07-06 00:06:53 UTC (1720224413) Jul 05 20:06:54 localhost.localdomain kernel: Freeing unused kernel memory: 2176k freed Jul 05 20:06:54 localhost.localdomain kernel: Write protecting the kernel read-only data: 12288k Jul 05 20:06:54 localhost.localdomain kernel: Freeing unused kernel memory: 192k freed Jul 05 20:06:54 localhost.localdomain kernel: Freeing unused kernel memory: 524k freed Jul 05 20:06:54 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Jul 05 20:06:54 localhost.localdomain systemd[1]: Detected virtualization xen. Jul 05 20:06:54 localhost.localdomain systemd[1]: Detected architecture x86-64. Jul 05 20:06:54 localhost.localdomain systemd[1]: Running in initial RAM disk. Jul 05 20:06:54 localhost.localdomain systemd[1]: Set hostname to . Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Swap. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Local File Systems. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Timers. Jul 05 20:06:54 localhost.localdomain systemd[1]: Created slice Root Slice. Jul 05 20:06:54 localhost.localdomain systemd[1]: Created slice System Slice. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Slices. Jul 05 20:06:54 localhost.localdomain systemd[1]: Listening on udev Control Socket. Jul 05 20:06:54 localhost.localdomain systemd[1]: Listening on Journal Socket. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting Journal Service... Jul 05 20:06:54 localhost.localdomain systemd-journal[97]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting Setup Virtual Console... Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting Create list of required static device nodes for the current kernel... Jul 05 20:06:54 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.999 MHz Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting Apply Kernel Variables... Jul 05 20:06:54 localhost.localdomain systemd[1]: Listening on udev Kernel Socket. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Sockets. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting dracut cmdline hook... Jul 05 20:06:54 localhost.localdomain systemd[1]: Started Journal Service. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting dracut pre-udev hook... -- Subject: Unit dracut-pre-udev.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has begun starting up. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Jul 05 20:06:54 localhost.localdomain systemd-udevd[208]: starting version 219 Jul 05 20:06:54 localhost.localdomain systemd-udevd[208]: Network interface NamePolicy= disabled on kernel command line, ignoring. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices... -- Subject: Unit systemd-udev-trigger.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has begun starting up. Jul 05 20:06:54 localhost.localdomain kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Jul 05 20:06:54 localhost.localdomain systemd[1]: Mounting Configuration File System... -- Subject: Unit sys-kernel-config.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has begun starting up. Jul 05 20:06:54 localhost.localdomain systemd[1]: Mounted Configuration File System. -- Subject: Unit sys-kernel-config.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen... -- Subject: Unit plymouth-start.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has begun starting up. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting dracut initqueue hook... -- Subject: Unit dracut-initqueue.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has begun starting up. Jul 05 20:06:54 localhost.localdomain kernel: FDC 0 is a S82078B Jul 05 20:06:54 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen. -- Subject: Unit plymouth-start.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. -- Subject: Unit systemd-ask-password-plymouth.path has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-ask-password-plymouth.path has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Paths. -- Subject: Unit paths.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver Jul 05 20:06:54 localhost.localdomain kernel: libata version 3.00 loaded. Jul 05 20:06:54 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Jul 05 20:06:54 localhost.localdomain kernel: xvda: xvda1 Jul 05 20:06:54 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13 Jul 05 20:06:54 localhost.localdomain kernel: scsi host0: ata_piix Jul 05 20:06:54 localhost.localdomain kernel: scsi host1: ata_piix Jul 05 20:06:54 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 Jul 05 20:06:54 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 Jul 05 20:06:54 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. -- Subject: Unit dev-disk-by\x2duuid-c7b7d6a5\x2dfd01\x2d4b9b\x2dbcca\x2d153eaff9d312.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-disk-by\x2duuid-c7b7d6a5\x2dfd01\x2d4b9b\x2dbcca\x2d153eaff9d312.device has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312... -- Subject: Unit systemd-fsck-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has begun starting up. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd-fsck[254]: /dev/xvda1: clean, 63819/262144 files, 527174/1048320 blocks Jul 05 20:06:54 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. -- Subject: Unit systemd-fsck-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Mounting /sysroot... -- Subject: Unit sysroot.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has begun starting up. Jul 05 20:06:54 localhost.localdomain kernel: EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null) Jul 05 20:06:54 localhost.localdomain systemd[1]: Mounted /sysroot. -- Subject: Unit sysroot.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Initrd Root File System. -- Subject: Unit initrd-root-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-root-fs.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root... -- Subject: Unit initrd-parse-etc.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has begun starting up. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reloading. Jul 05 20:06:54 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root. -- Subject: Unit initrd-parse-etc.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Initrd File Systems. -- Subject: Unit initrd-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-fs.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:54 localhost.localdomain systemd[1]: Reached target Initrd Default Target. -- Subject: Unit initrd.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:55 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook... -- Subject: Unit dracut-pre-pivot.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has begun starting up. Jul 05 20:06:55 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:55 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons... -- Subject: Unit initrd-cleanup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has begun starting up. Jul 05 20:06:55 localhost.localdomain systemd[1]: Starting Plymouth switch root service... -- Subject: Unit plymouth-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has begun starting up. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Remote File Systems. -- Subject: Unit remote-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Initrd Default Target. -- Subject: Unit initrd.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Timers. -- Subject: Unit timers.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Basic System. -- Subject: Unit basic.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target System Initialization. -- Subject: Unit sysinit.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Swap. -- Subject: Unit swap.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit swap.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit slices.target has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-control.socket has finished shutting down. Jul 05 20:06:55 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Jul 05 20:06:55 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:55 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:55 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:55 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.service has begun starting up. Jul 05 20:06:55 localhost.localdomain systemd[1]: Switching root. Jul 05 20:06:55 localhost.localdomain unknown[97]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has shut down and closed all currently -- active journal files. Jul 05 20:06:57 localhost.localdomain systemd-journal[344]: Runtime journal is using 8.0M (max allowed 180.0M, trying to leave 270.0M free of 1.7G available → current limit 180.0M). Jul 05 20:06:57 localhost.localdomain systemd-journald[97]: Received SIGTERM from PID 1 (systemd). Jul 05 20:06:57 localhost.localdomain kernel: random: crng init done Jul 05 20:06:57 localhost.localdomain kernel: type=1404 audit(1720224415.714:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 Jul 05 20:06:57 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Jul 05 20:06:57 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Jul 05 20:06:57 localhost.localdomain kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Jul 05 20:06:57 localhost.localdomain kernel: SELinux: 130 classes, 112757 rules Jul 05 20:06:57 localhost.localdomain kernel: SELinux: Completing initialization. Jul 05 20:06:57 localhost.localdomain kernel: SELinux: Setting up existing superblocks. Jul 05 20:06:57 localhost.localdomain kernel: type=1403 audit(1720224416.074:3): policy loaded auid=4294967295 ses=4294967295 Jul 05 20:06:57 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 376.535ms. Jul 05 20:06:57 localhost.localdomain kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Jul 05 20:06:57 localhost.localdomain systemd[1]: Inserted module 'ip_tables' Jul 05 20:06:57 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 12.948ms. Jul 05 20:06:57 localhost.localdomain kernel: EXT4-fs (xvda1): re-mounted. Opts: (null) Jul 05 20:06:57 localhost.localdomain systemd-journal[344]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Jul 05 20:06:56 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Jul 05 20:06:56 localhost.localdomain systemd[1]: Detected virtualization xen. Jul 05 20:06:56 localhost.localdomain systemd[1]: Detected architecture x86-64. Jul 05 20:06:56 localhost.localdomain systemd[1]: Set hostname to . Jul 05 20:06:56 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Jul 05 20:06:56 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Jul 05 20:06:57 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Configure read-only root support. -- Subject: Unit rhel-readonly.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-readonly.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-random-seed.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Preprocess NFS configuration... -- Subject: Unit nfs-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit rhel-import-state.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd-udevd[380]: starting version 219 Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Preprocess NFS configuration. -- Subject: Unit nfs-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd-udevd[380]: Network interface NamePolicy= disabled on kernel command line, ignoring. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit rhel-import-state.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has begun starting up. Jul 05 20:06:58 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Jul 05 20:06:58 localhost.localdomain kernel: RPC: Registered udp transport module. Jul 05 20:06:58 localhost.localdomain kernel: RPC: Registered tcp transport module. Jul 05 20:06:58 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Jul 05 20:06:58 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain auditd[408]: Started dispatcher: /sbin/audispd pid: 410 Jul 05 20:06:58 localhost.localdomain audispd[410]: No plugins found, exiting Jul 05 20:06:58 localhost.localdomain kernel: type=1305 audit(1720224418.350:4): audit_pid=408 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Jul 05 20:06:58 localhost.localdomain auditd[408]: Init complete, auditd 2.8.5 listening for events (startup state enable) Jul 05 20:06:58 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain augenrules[412]: /sbin/augenrules: No change Jul 05 20:06:58 localhost.localdomain augenrules[412]: No rules Jul 05 20:06:58 localhost.localdomain augenrules[412]: enabled 1 Jul 05 20:06:58 localhost.localdomain augenrules[412]: failure 1 Jul 05 20:06:58 localhost.localdomain augenrules[412]: pid 408 Jul 05 20:06:58 localhost.localdomain augenrules[412]: rate_limit 0 Jul 05 20:06:58 localhost.localdomain augenrules[412]: backlog_limit 8192 Jul 05 20:06:58 localhost.localdomain augenrules[412]: lost 0 Jul 05 20:06:58 localhost.localdomain augenrules[412]: backlog 1 Jul 05 20:06:58 localhost.localdomain augenrules[412]: enabled 1 Jul 05 20:06:58 localhost.localdomain augenrules[412]: failure 1 Jul 05 20:06:58 localhost.localdomain augenrules[412]: pid 408 Jul 05 20:06:58 localhost.localdomain augenrules[412]: rate_limit 0 Jul 05 20:06:58 localhost.localdomain augenrules[412]: backlog_limit 8192 Jul 05 20:06:58 localhost.localdomain augenrules[412]: lost 0 Jul 05 20:06:58 localhost.localdomain augenrules[412]: backlog 1 Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Found device /dev/ttyS0. -- Subject: Unit dev-ttyS0.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-ttyS0.device has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Jul 05 20:06:58 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4 Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Listening on RPCbind Server Activation Socket. -- Subject: Unit rpcbind.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.socket has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting RPC bind service... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain kernel: cryptd: max_cpu_qlen set to 1000 Jul 05 20:06:58 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Dump dmesg to /var/log/dmesg... -- Subject: Unit rhel-dmesg.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has begun starting up. Jul 05 20:06:58 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:58 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Jul 05 20:06:58 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Jul 05 20:06:58 localhost.localdomain kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Jul 05 20:06:58 localhost.localdomain kernel: alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) Jul 05 20:06:58 localhost.localdomain kernel: [TTM] Zone kernel: Available graphics memory: 1843226 kiB Jul 05 20:06:58 localhost.localdomain kernel: [TTM] Initializing pool allocator Jul 05 20:06:58 localhost.localdomain kernel: [TTM] Initializing DMA pool allocator Jul 05 20:06:59 localhost.localdomain kernel: [drm] fb mappable at 0xF0000000 Jul 05 20:06:59 localhost.localdomain kernel: [drm] vram aper at 0xF0000000 Jul 05 20:06:59 localhost.localdomain kernel: [drm] size 33554432 Jul 05 20:06:59 localhost.localdomain kernel: [drm] fb depth is 16 Jul 05 20:06:59 localhost.localdomain kernel: [drm] pitch is 2048 Jul 05 20:06:59 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device Jul 05 20:06:59 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Jul 05 20:06:59 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Jul 05 20:06:59 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 Jul 05 20:06:59 localhost.localdomain kernel: cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Jul 05 20:06:59 localhost.localdomain kernel: [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Jul 05 20:06:59 localhost.localdomain polkitd[448]: Started polkitd version 0.112 Jul 05 20:06:59 localhost.localdomain kernel: ppdev: user-space parallel port driver Jul 05 20:06:59 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has begun starting up. Jul 05 20:06:59 localhost.localdomain systemd[1]: Started RPC bind service. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain systemd[1]: Started Dump dmesg to /var/log/dmesg. -- Subject: Unit rhel-dmesg.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain chronyd[526]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) Jul 05 20:06:59 localhost.localdomain systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain systemd-logind[445]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Jul 05 20:06:59 localhost.localdomain systemd-logind[445]: Watching system buttons on /dev/input/event0 (Power Button) Jul 05 20:06:59 localhost.localdomain systemd-logind[445]: Watching system buttons on /dev/input/event1 (Sleep Button) Jul 05 20:06:59 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain chronyd[526]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Jul 05 20:06:59 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain polkitd[448]: Loading rules from directory /etc/polkit-1/rules.d Jul 05 20:06:59 localhost.localdomain polkitd[448]: Loading rules from directory /usr/share/polkit-1/rules.d Jul 05 20:06:59 localhost.localdomain polkitd[448]: Finished loading, compiling and executing 2 rules Jul 05 20:06:59 localhost.localdomain systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Jul 05 20:06:59 localhost.localdomain polkitd[448]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Jul 05 20:06:59 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 228 (plymouthd). Jul 05 20:06:59 localhost.localdomain rngd[446]: Initalizing available sources Jul 05 20:06:59 localhost.localdomain rngd[446]: Failed to init entropy source 0: Hardware RNG Device Jul 05 20:06:59 localhost.localdomain rngd[446]: Enabling RDRAND rng support Jul 05 20:06:59 localhost.localdomain rngd[446]: Initalizing entropy source Intel RDRAND Instruction RNG Jul 05 20:07:01 localhost.localdomain rngd[446]: Enabling JITTER rng support Jul 05 20:07:01 localhost.localdomain rngd[446]: Initalizing entropy source JITTER Entropy generator Jul 05 20:07:01 localhost.localdomain cloud-init[529]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Jul 2024 00:07:01 +0000. Up 9.70 seconds. Jul 05 20:07:02 localhost.localdomain systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:02 localhost.localdomain systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Jul 05 20:07:02 localhost.localdomain systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has begun starting up. Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.2286] NetworkManager (version 1.18.8-2.el7_9) is starting... (for the first time) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.2296] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) Jul 05 20:07:02 localhost.localdomain systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:02 localhost.localdomain systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has begun starting up. Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.2458] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.2627] manager[0x55b9b45a8090]: monitoring kernel firmware directory '/lib/firmware'. Jul 05 20:07:02 localhost.localdomain dbus[450]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Jul 05 20:07:02 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has begun starting up. Jul 05 20:07:02 localhost.localdomain dbus[450]: [system] Successfully activated service 'org.freedesktop.hostname1' Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.3100] hostname: hostname: using hostnamed Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.3100] hostname: hostname changed from (none) to "localhost.localdomain" Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.3109] dns-mgr[0x55b9b4590220]: init: dns=default,systemd-resolved rc-manager=file Jul 05 20:07:02 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:02 localhost.localdomain dbus[450]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Jul 05 20:07:02 localhost.localdomain systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Jul 05 20:07:02 localhost.localdomain dbus[450]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Jul 05 20:07:02 localhost.localdomain systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.3988] settings: Loaded settings plugin: SettingsPluginIfcfg ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ifcfg-rh.so") Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.4005] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ibft.so") Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.4005] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.4065] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03,"System eth0") Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.4116] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.4118] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.4119] manager: Networking is enabled by state file Jul 05 20:07:02 localhost.localdomain nm-dispatcher[580]: req:1 'hostname': new request (4 scripts) Jul 05 20:07:02 localhost.localdomain nm-dispatcher[580]: req:1 'hostname': start running ordered scripts... Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.4138] dhcp-init: Using DHCP client 'dhclient' Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5487] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-device-plugin-team.so) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5508] device (lo): carrier: link connected Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5513] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5533] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5560] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Jul 05 20:07:02 localhost.localdomain kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5647] device (eth0): carrier: link connected Jul 05 20:07:02 localhost.localdomain nm-dispatcher[580]: req:2 'connectivity-change': new request (4 scripts) Jul 05 20:07:02 localhost.localdomain nm-dispatcher[580]: req:2 'connectivity-change': start running ordered scripts... Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5923] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5954] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5976] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5979] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5983] manager: NetworkManager state is now CONNECTING Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5986] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.5992] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.6004] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.6080] dhcp4 (eth0): dhclient started with pid 607 Jul 05 20:07:02 localhost.localdomain dhclient[607]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x627b1bb5) Jul 05 20:07:02 localhost.localdomain dhclient[607]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x627b1bb5) Jul 05 20:07:02 localhost.localdomain dhclient[607]: DHCPOFFER from 10.31.8.1 Jul 05 20:07:02 localhost.localdomain dhclient[607]: DHCPACK from 10.31.8.1 (xid=0x627b1bb5) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8985] dhcp4 (eth0): address 10.31.11.105 Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8988] dhcp4 (eth0): plen 22 (255.255.252.0) Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8988] dhcp4 (eth0): gateway 10.31.8.1 Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8988] dhcp4 (eth0): lease time 3600 Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8988] dhcp4 (eth0): hostname 'ip-10-31-11-105' Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8989] dhcp4 (eth0): nameserver '10.29.169.13' Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8989] dhcp4 (eth0): nameserver '10.29.170.12' Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8989] dhcp4 (eth0): nameserver '10.2.32.1' Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8989] dhcp4 (eth0): domain name 'us-east-1.aws.redhat.com' Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.8989] dhcp4 (eth0): state changed unknown -> bound Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.9004] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.9016] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.9019] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.9032] manager: NetworkManager state is now CONNECTED_LOCAL Jul 05 20:07:02 localhost.localdomain dhclient[607]: bound to 10.31.11.105 -- renewal in 1498 seconds. Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.9081] manager: NetworkManager state is now CONNECTED_SITE Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.9082] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Jul 05 20:07:02 localhost.localdomain NetworkManager[574]: [1720224422.9085] policy: set-hostname: set hostname to 'ip-10-31-11-105' (from DHCPv4) Jul 05 20:07:02 ip-10-31-11-105 systemd-hostnamed[579]: Changed host name to 'ip-10-31-11-105' Jul 05 20:07:02 ip-10-31-11-105 NetworkManager[574]: [1720224422.9144] device (eth0): Activation: successful, device activated. Jul 05 20:07:02 ip-10-31-11-105 NetworkManager[574]: [1720224422.9151] manager: NetworkManager state is now CONNECTED_GLOBAL Jul 05 20:07:02 ip-10-31-11-105 NetworkManager[574]: [1720224422.9170] manager: startup complete Jul 05 20:07:02 ip-10-31-11-105 nm-dispatcher[580]: req:3 'up' [eth0]: new request (4 scripts) Jul 05 20:07:02 ip-10-31-11-105 nm-dispatcher[580]: req:3 'up' [eth0]: start running ordered scripts... Jul 05 20:07:02 ip-10-31-11-105 nm-dispatcher[580]: req:4 'connectivity-change': new request (4 scripts) Jul 05 20:07:02 ip-10-31-11-105 nm-dispatcher[580]: req:5 'hostname': new request (4 scripts) Jul 05 20:07:02 ip-10-31-11-105 systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:02 ip-10-31-11-105 systemd[1]: Starting LSB: Bring up/down networking... -- Subject: Unit network.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has begun starting up. Jul 05 20:07:03 ip-10-31-11-105 nm-dispatcher[580]: req:4 'connectivity-change': start running ordered scripts... Jul 05 20:07:03 ip-10-31-11-105 nm-dispatcher[580]: req:5 'hostname': start running ordered scripts... Jul 05 20:07:03 ip-10-31-11-105 network[629]: Bringing up loopback interface: [ OK ] Jul 05 20:07:03 ip-10-31-11-105 network[629]: Bringing up interface eth0: [ OK ] Jul 05 20:07:03 ip-10-31-11-105 systemd[1]: Started LSB: Bring up/down networking. -- Subject: Unit network.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:03 ip-10-31-11-105 systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Jul 05 20:07:03 ip-10-31-11-105 systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has begun starting up. Jul 05 20:07:03 ip-10-31-11-105 systemd[1]: Starting Postfix Mail Transport Agent... -- Subject: Unit postfix.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has begun starting up. Jul 05 20:07:03 ip-10-31-11-105 systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has begun starting up. Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Jul 2024 00:07:03 +0000. Up 11.74 seconds. Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: ++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++ Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: | lo: | True | . | . | d | . | Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: | eth0: | True | 10.31.11.105 | 255.255.252.0 | . | 12:16:52:9b:dd:c9 | Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: | eth0: | True | . | . | d | 12:16:52:9b:dd:c9 | Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: | 0 | 0.0.0.0 | 10.31.8.1 | 0.0.0.0 | eth0 | UG | Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: | 1 | 10.31.8.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Jul 05 20:07:03 ip-10-31-11-105 cloud-init[846]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Jul 05 20:07:04 ip-10-31-11-105 postfix/postfix-script[945]: starting the Postfix mail system Jul 05 20:07:04 ip-10-31-11-105 postfix/master[950]: daemon started -- version 2.10.1, configuration /etc/postfix Jul 05 20:07:04 ip-10-31-11-105 systemd[1]: Started Postfix Mail Transport Agent. -- Subject: Unit postfix.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:04 ip-10-31-11-105 cloud-init[846]: 2024-07-05 20:07:04,296 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: '~/.citool.d/post-install...' Jul 05 20:07:04 ip-10-31-11-105 systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:04 ip-10-31-11-105 kernel: EXT4-fs (xvda1): resizing filesystem from 1048320 to 65535739 blocks Jul 05 20:07:04 ip-10-31-11-105 kernel: EXT4-fs (xvda1): resized filesystem to 65535739 Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-hostnamed[579]: Changed static host name to 'ip-10-31-11-105.us-east-1.aws.redhat.com' Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720224425.0817] hostname: hostname changed from "localhost.localdomain" to "ip-10-31-11-105.us-east-1.aws.redhat.com" Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[580]: req:6 'hostname': new request (4 scripts) Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-hostnamed[579]: Changed host name to 'ip-10-31-11-105.us-east-1.aws.redhat.com' Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[580]: req:6 'hostname': start running ordered scripts... Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720224425.0925] policy: set-hostname: set hostname to 'ip-10-31-11-105.us-east-1.aws.redhat.com' (from system configuration) Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[580]: req:7 'hostname': new request (4 scripts) Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[580]: req:7 'hostname': start running ordered scripts... Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Wait for Plymouth Boot Screen to Quit... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com rsyslogd[1213]: [origin software="rsyslogd" swVersion="8.24.0-57.el7_9.3" x-pid="1213" x-info="http://www.rsyslog.com"] start Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com crond[1221]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 95% if used.) Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 228 (plymouthd). Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[1219]: Server listening on 0.0.0.0 port 22. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[1219]: Server listening on :: port 22. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Wait for Plymouth Boot Screen to Quit. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Serial Getty on ttyS0. -- Subject: Unit serial-getty@ttyS0.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit serial-getty@ttyS0.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com sm-notify[1215]: Version 1.3.0 starting Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com restraintd[1235]: Listening on http://localhost:8081 Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com crond[1221]: (CRON) INFO (running with inotify support) Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com cloud-init[1216]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 06 Jul 2024 00:07:05 +0000. Up 13.75 seconds. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com kdumpctl[1214]: No kdump initial ramdisk found. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com kdumpctl[1214]: Rebuilding /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... -- Subject: Unit sshd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun shutting down. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[1219]: Received signal 15; terminating. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. -- Subject: Unit sshd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished shutting down. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[1365]: Server listening on 0.0.0.0 port 22. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[1365]: Server listening on :: port 22. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:05 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has begun starting up. Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1531]: dracut-033-572.el7 Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: Executing: /usr/sbin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o "plymouth dash resume ifcfg" --mount "/dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 /sysroot ext4 defaults" --no-hostonly-default-device -f /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img 3.10.0-1160.119.1.el7.x86_64 Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com cloud-init[1423]: Cloud-init v. 0.7.9 running 'modules:final' at Sat, 06 Jul 2024 00:07:06 +0000. Up 14.33 seconds. Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com ec2[1573]: Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com ec2[1573]: ############################################################# Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com ec2[1573]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com ec2[1573]: 256 SHA256:6XI06CKZZBRV/e3/IgrDLqYzZkOtPFSrZnF8OajHEho no comment (ECDSA) Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com ec2[1573]: 256 SHA256:JrbbBdywcMOrldKxyOAXBx69rlIzfdGLj+pLfM+mDE0 no comment (ED25519) Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com ec2[1573]: 2048 SHA256:PpouZOZBkzpae6L06EXka+DhqyUqJ1ceG3xB7C5VtE0 no comment (RSA) Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com ec2[1573]: -----END SSH HOST KEY FINGERPRINTS----- Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com ec2[1573]: ############################################################# Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com cloud-init[1423]: Cloud-init v. 0.7.9 finished at Sat, 06 Jul 2024 00:07:06 +0000. Datasource DataSourceEc2. Up 14.56 seconds Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jul 05 20:07:06 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: bash *** Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: nss-softokn *** Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: i18n *** Jul 05 20:07:07 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: drm *** Jul 05 20:07:08 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: kernel-modules *** Jul 05 20:07:08 ip-10-31-11-105.us-east-1.aws.redhat.com chronyd[526]: Selected source 72.30.35.89 Jul 05 20:07:14 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: fstab-sys *** Jul 05 20:07:14 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: rootfs-block *** Jul 05 20:07:14 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: terminfo *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: udev-rules *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: Skipping udev rule: 40-redhat-cpu-hotplug.rules Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: Skipping udev rule: 91-permissions.rules Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: biosdevname *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: systemd *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: usrmount *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: base *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: fs-lib *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: kdumpbase *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: microcode_ctl-fw_dir_override *** Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl module: mangling fw_dir Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: intel: caveats check for kernel version "3.10.0-1160.119.1.el7.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: configuration "intel-06-2d-07" is ignored Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: configuration "intel-06-4e-03" is ignored Jul 05 20:07:15 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: configuration "intel-06-4f-01" is ignored Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: configuration "intel-06-55-04" is ignored Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: configuration "intel-06-5e-03" is ignored Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: configuration "intel-06-8c-01" is ignored Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including module: shutdown *** Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Including modules done *** Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Installing kernel module dependencies and firmware *** Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Installing kernel module dependencies and firmware done *** Jul 05 20:07:16 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Resolving executable dependencies *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Resolving executable dependencies done*** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Hardlinking files *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Hardlinking files done *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Stripping files *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Stripping files done *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Generating early-microcode cpio image contents *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Constructing GenuineIntel.bin **** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Store current command line parameters *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Creating image file *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Creating microcode section *** Jul 05 20:07:17 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Created microcode section *** Jul 05 20:07:21 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Creating image file done *** Jul 05 20:07:21 ip-10-31-11-105.us-east-1.aws.redhat.com dracut[1533]: *** Creating initramfs image file '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img' done *** Jul 05 20:07:22 ip-10-31-11-105.us-east-1.aws.redhat.com kdumpctl[1214]: kexec: loaded kdump kernel Jul 05 20:07:22 ip-10-31-11-105.us-east-1.aws.redhat.com kdumpctl[1214]: Starting kdump: [OK] Jul 05 20:07:22 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Jul 05 20:07:22 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.896s (kernel) + 1.930s (initrd) + 26.698s (userspace) = 30.525s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- All system services necessary queued for starting at boot have been -- successfully started. Note that this does not mean that the machine is -- now idle as services might still be busy with completing start-up. -- -- Kernel start-up required 1896930 microseconds. -- -- Initial RAM disk start-up required 1930501 microseconds. -- -- Userspace start-up required 26698268 microseconds. Jul 05 20:08:14 ip-10-31-11-105.us-east-1.aws.redhat.com chronyd[526]: Selected source 10.2.32.37 Jul 05 20:10:24 ip-10-31-11-105.us-east-1.aws.redhat.com chronyd[526]: Selected source 72.30.35.89 Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7766]: Accepted publickey for root from 10.30.33.131 port 57692 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 7766. Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7766]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7766]: Received disconnect from 10.30.33.131 port 57692:11: disconnected by user Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7766]: Disconnected from 10.30.33.131 port 57692 Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7766]: pam_unix(sshd:session): session closed for user root Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Jul 05 20:12:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7780]: Did not receive identification string from 10.29.163.169 port 36790 Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7781]: Accepted publickey for root from 10.29.163.169 port 36802 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 2 of user root. -- Subject: A new session 2 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 2 has been created for the user root. -- -- The leading process of the session is 7781. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 2 of user root. -- Subject: Unit session-2.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-2.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7781]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7781]: Received disconnect from 10.29.163.169 port 36802:11: disconnected by user Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7781]: Disconnected from 10.29.163.169 port 36802 Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7781]: pam_unix(sshd:session): session closed for user root Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: Removed session 2. -- Subject: Session 2 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 2 has been terminated. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7791]: Accepted publickey for root from 10.29.163.169 port 36812 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 7791. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7791]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7791]: Received disconnect from 10.29.163.169 port 36812:11: disconnected by user Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7791]: Disconnected from 10.29.163.169 port 36812 Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7791]: pam_unix(sshd:session): session closed for user root Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: Removed session 3. -- Subject: Session 3 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Jul 05 20:13:35 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7804]: Accepted publickey for root from 10.29.163.169 port 36816 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 7804. Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7804]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7804]: Received disconnect from 10.29.163.169 port 36816:11: disconnected by user Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7804]: Disconnected from 10.29.163.169 port 36816 Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7804]: pam_unix(sshd:session): session closed for user root Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: Removed session 4. -- Subject: Session 4 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 4 has been terminated. Jul 05 20:13:36 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Jul 05 20:13:37 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7819]: Accepted publickey for root from 10.29.163.169 port 36818 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:13:38 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 05 20:13:38 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 5 of user root. -- Subject: A new session 5 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 5 has been created for the user root. -- -- The leading process of the session is 7819. Jul 05 20:13:38 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 5 of user root. -- Subject: Unit session-5.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:13:38 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[7819]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:13:39 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[7865]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Jul 05 20:13:40 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-service_facts[7902]: Invoked Jul 05 20:13:41 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8020]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=rpm -qa | sort removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:13:43 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-stat[8032]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/yum.repos.d/qa-tools.repo get_md5=False get_mime=True get_attributes=True Jul 05 20:13:43 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8043]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:13:44 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8055]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:14:14 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8065]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:14:45 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8075]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:15:16 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8085]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:15:46 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8095]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:16:17 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8105]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:16:18 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8115]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:16:48 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8125]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:17:19 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8135]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:17:50 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8145]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:18:21 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8155]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:18:51 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8165]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8168]: Did not receive identification string from 10.29.163.169 port 60348 Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8169]: Accepted publickey for root from 10.29.163.169 port 60356 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 6 of user root. -- Subject: A new session 6 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 6 has been created for the user root. -- -- The leading process of the session is 8169. Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8169]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8169]: Received disconnect from 10.29.163.169 port 60356:11: disconnected by user Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8169]: Disconnected from 10.29.163.169 port 60356 Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8169]: pam_unix(sshd:session): session closed for user root Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: Removed session 6. -- Subject: Session 6 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 6 has been terminated. Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8179]: Accepted publickey for root from 10.29.163.169 port 60364 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 7 of user root. -- Subject: A new session 7 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 7 has been created for the user root. -- -- The leading process of the session is 8179. Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8179]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:18:52 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 7 of user root. -- Subject: Unit session-7.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-7.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:18:53 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8179]: Received disconnect from 10.29.163.169 port 60364:11: disconnected by user Jul 05 20:18:53 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8179]: Disconnected from 10.29.163.169 port 60364 Jul 05 20:18:53 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[8179]: pam_unix(sshd:session): session closed for user root Jul 05 20:18:53 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: Removed session 7. -- Subject: Session 7 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 7 has been terminated. Jul 05 20:18:54 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[8216]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Jul 05 20:18:54 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-stat[8255]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Jul 05 20:18:54 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8264]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=rpm -iv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm removes=None argv=None creates=/etc/yum.repos.d/epel.repo chdir=None stdin_add_newline=True stdin=None Jul 05 20:18:55 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8273]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['yum-utils'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:18:55 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8282]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=yum-config-manager --enable epel removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:18:55 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[8292]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Jul 05 20:18:56 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8331]: Invoked with executable=None chdir=/sys/class/net expand_argument_vars=True strip_empty_ends=True _raw_params=ls -1 removes=None argv=None creates=None _uses_shell=False stdin_add_newline=True stdin=None Jul 05 20:18:57 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8341]: Invoked with executable=None chdir=/sys/class/net expand_argument_vars=True strip_empty_ends=True _raw_params=ls -1 removes=None argv=None creates=None _uses_shell=False stdin_add_newline=True stdin=None Jul 05 20:18:59 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8351]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['iproute'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:18:59 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8360]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip link add veth0 type veth peer name peerveth0 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:18:59 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225139.6709] manager: (peerveth0): new Veth device (/org/freedesktop/NetworkManager/Devices/3) Jul 05 20:18:59 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225139.6722] manager: (veth0): new Veth device (/org/freedesktop/NetworkManager/Devices/4) Jul 05 20:18:59 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8382]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip link set peerveth0 up removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:18:59 ip-10-31-11-105.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): peerveth0: link is not ready Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8392]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip link set veth0 up removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.0578] device (veth0): carrier: link connected Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): veth0: link is not ready Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth0: link becomes ready Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_CHANGE): peerveth0: link becomes ready Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.0720] device (peerveth0): carrier: link connected Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8402]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=nmcli d set veth0 managed true removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3656] device (veth0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'assume') Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3671] ifcfg-rh: add connection in-memory (01ce0465-13db-3fbd-97c8-e772bb809e51,"Wired connection 1") Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3681] settings: (veth0): created default wired connection 'Wired connection 1' Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3685] audit: op="device-managed" arg="managed" pid=8403 uid=0 result="success" Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3685] device (veth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'assume') Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3698] policy: auto-activating connection 'Wired connection 1' (01ce0465-13db-3fbd-97c8-e772bb809e51) Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3703] device (veth0): Activation: starting connection 'Wired connection 1' (01ce0465-13db-3fbd-97c8-e772bb809e51) Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3705] device (veth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3708] device (veth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3717] device (veth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3720] dhcp4 (veth0): activation: beginning transaction (timeout in 45 seconds) Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225140.3914] dhcp4 (veth0): dhclient started with pid 8407 Jul 05 20:19:00 ip-10-31-11-105.us-east-1.aws.redhat.com dhclient[8407]: DHCPDISCOVER on veth0 to 255.255.255.255 port 67 interval 6 (xid=0x1b30abe5) Jul 05 20:19:01 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-stat[8421]: Invoked with checksum_algorithm=sha1 get_checksum=False follow=False path=/sys/class/net/veth0 get_mime=False get_attributes=False Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.network_connections[8572]: Invoked with force_state_change=False connections=[{'ip': {'dhcp4': False, 'route_metric4': 65535, 'gateway6': '2001:db8::1', 'gateway4': '203.0.113.1', 'auto6': False, 'address': ['2001:db8::2/64', '203.0.113.2/24'], 'auto_gateway': True}, 'state': 'up', 'type': 'ethernet', 'name': 'veth0'}] __header=# # Ansible managed # # system_role:network provider=nm ignore_errors=False __debug_flags= Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3151] audit: op="checkpoint-create" arg="/org/freedesktop/NetworkManager/Checkpoint/1" pid=8572 uid=0 result="success" Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3400] ifcfg-rh: add connection /etc/sysconfig/network-scripts/ifcfg-veth0 (a3492ac3-f944-4e11-9fdb-952cbb5e6262,"veth0") Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3406] audit: op="connection-add" uuid="a3492ac3-f944-4e11-9fdb-952cbb5e6262" name="veth0" pid=8572 uid=0 result="success" Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3545] device (veth0): disconnecting for new activation request. Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3545] device (veth0): state change: ip-config -> deactivating (reason 'new-activation', sys-iface-state: 'managed') Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3550] audit: op="connection-activate" uuid="a3492ac3-f944-4e11-9fdb-952cbb5e6262" name="veth0" pid=8572 uid=0 result="success" Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3550] device (veth0): state change: deactivating -> disconnected (reason 'new-activation', sys-iface-state: 'managed') Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3636] dhcp4 (veth0): canceled DHCP transaction, DHCP client pid 8407 Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3636] dhcp4 (veth0): state changed unknown -> done Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3657] device (veth0): Activation: starting connection 'veth0' (a3492ac3-f944-4e11-9fdb-952cbb5e6262) Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3672] device (veth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3678] device (veth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3688] device (veth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3705] device (veth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com dbus[450]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3729] device (veth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3731] device (veth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3894] policy: set 'veth0' (veth0) as default for IPv6 routing and DNS Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.3895] device (veth0): Activation: successful, device activated. Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.4057] checkpoint[0x55b9b462e2a0]: destroy /org/freedesktop/NetworkManager/Checkpoint/1 Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225146.4060] audit: op="checkpoint-destroy" arg="/org/freedesktop/NetworkManager/Checkpoint/1" pid=8572 uid=0 result="success" Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com dbus[450]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:1 'down' [veth0]: new request (4 scripts) Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:1 'down' [veth0]: start running ordered scripts... Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:2 'up' [veth0]: new request (4 scripts) Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:2 'up' [veth0]: start running ordered scripts... Jul 05 20:19:06 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ping[8646]: Invoked with data=pong Jul 05 20:19:07 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-stat[8655]: Invoked with checksum_algorithm=sha1 get_checksum=False follow=False path=/sys/class/net/veth0 get_mime=False get_attributes=False Jul 05 20:19:07 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-stat[8664]: Invoked with checksum_algorithm=sha1 get_checksum=False follow=False path=/etc/sysconfig/network-scripts/ifcfg-veth0 get_mime=False get_attributes=False Jul 05 20:19:07 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8673]: Invoked with executable=None _uses_shell=True expand_argument_vars=True strip_empty_ends=True _raw_params=nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:07 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8689]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip route removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:08 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8699]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip -6 route removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.network_connections[8850]: Invoked with force_state_change=False connections=[{'persistent_state': 'absent', 'state': 'down', 'name': 'veth0'}] __header=# # Ansible managed # # system_role:network provider=nm ignore_errors=False __debug_flags= Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4002] audit: op="checkpoint-create" arg="/org/freedesktop/NetworkManager/Checkpoint/2" pid=8850 uid=0 result="success" Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4466] device (veth0): state change: activated -> deactivating (reason 'user-requested', sys-iface-state: 'managed') Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4509] audit: op="connection-deactivate" uuid="a3492ac3-f944-4e11-9fdb-952cbb5e6262" name="veth0" pid=8850 uid=0 result="success" Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4510] device (veth0): state change: deactivating -> disconnected (reason 'user-requested', sys-iface-state: 'managed') Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4600] policy: auto-activating connection 'Wired connection 1' (01ce0465-13db-3fbd-97c8-e772bb809e51) Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4605] device (veth0): Activation: starting connection 'Wired connection 1' (01ce0465-13db-3fbd-97c8-e772bb809e51) Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4607] device (veth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4612] device (veth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4618] device (veth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4624] dhcp4 (veth0): activation: beginning transaction (timeout in 45 seconds) Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:3 'down' [veth0]: new request (4 scripts) Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:3 'down' [veth0]: start running ordered scripts... Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.4746] dhcp4 (veth0): dhclient started with pid 8857 Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com dhclient[8857]: DHCPDISCOVER on veth0 to 255.255.255.255 port 67 interval 4 (xid=0x1a810f59) Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.5307] audit: op="connection-update" uuid="a3492ac3-f944-4e11-9fdb-952cbb5e6262" name="veth0" pid=8850 uid=0 result="success" Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.5361] checkpoint[0x55b9b4606350]: destroy /org/freedesktop/NetworkManager/Checkpoint/2 Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225151.5363] audit: op="checkpoint-destroy" arg="/org/freedesktop/NetworkManager/Checkpoint/2" pid=8850 uid=0 result="success" Jul 05 20:19:11 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ping[8884]: Invoked with data=pong Jul 05 20:19:12 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8893]: Invoked with executable=None chdir=/sys/class/net expand_argument_vars=True strip_empty_ends=True _raw_params=ls -1 removes=None argv=None creates=None _uses_shell=False stdin_add_newline=True stdin=None Jul 05 20:19:13 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8903]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['iproute'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:19:13 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8912]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip link del veth0 type veth removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:13 ip-10-31-11-105.us-east-1.aws.redhat.com dhclient[8857]: receive_packet failed on veth0: Network is down Jul 05 20:19:13 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225153.7830] device (veth0): state change: ip-config -> unmanaged (reason 'unmanaged', sys-iface-state: 'removed') Jul 05 20:19:13 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225153.7881] dhcp4 (veth0): canceled DHCP transaction, DHCP client pid 8857 Jul 05 20:19:13 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225153.7881] dhcp4 (veth0): state changed unknown -> done Jul 05 20:19:14 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8926]: Invoked with executable=None chdir=/sys/class/net expand_argument_vars=True strip_empty_ends=True _raw_params=ls -1 removes=None argv=None creates=None _uses_shell=False stdin_add_newline=True stdin=None Jul 05 20:19:15 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8936]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['iproute'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:19:15 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8945]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip link add veth0 type veth peer name peerveth0 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:15 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225155.8354] manager: (peerveth0): new Veth device (/org/freedesktop/NetworkManager/Devices/5) Jul 05 20:19:15 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225155.8366] manager: (veth0): new Veth device (/org/freedesktop/NetworkManager/Devices/6) Jul 05 20:19:15 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8961]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip link set peerveth0 up removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:15 ip-10-31-11-105.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): peerveth0: link is not ready Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8971]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip link set veth0 up removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.1265] device (veth0): carrier: link connected Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): veth0: link is not ready Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth0: link becomes ready Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_CHANGE): peerveth0: link becomes ready Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.1394] device (peerveth0): carrier: link connected Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8981]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=nmcli d set veth0 managed true removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3010] device (veth0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'assume') Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3024] ifcfg-rh: add connection in-memory (7439afc0-3ca8-3248-a293-f4471c70473e,"Wired connection 1") Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3029] settings: (veth0): created default wired connection 'Wired connection 1' Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3031] audit: op="device-managed" arg="managed" pid=8982 uid=0 result="success" Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3033] device (veth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'assume') Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3039] policy: auto-activating connection 'Wired connection 1' (7439afc0-3ca8-3248-a293-f4471c70473e) Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3045] device (veth0): Activation: starting connection 'Wired connection 1' (7439afc0-3ca8-3248-a293-f4471c70473e) Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3047] device (veth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3053] device (veth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3061] device (veth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3064] dhcp4 (veth0): activation: beginning transaction (timeout in 45 seconds) Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225156.3144] dhcp4 (veth0): dhclient started with pid 8986 Jul 05 20:19:16 ip-10-31-11-105.us-east-1.aws.redhat.com dhclient[8986]: DHCPDISCOVER on veth0 to 255.255.255.255 port 67 interval 8 (xid=0x6c3cdf66) Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.network_connections[9140]: Invoked with force_state_change=False connections=[{'ip': {'dhcp4': False, 'gateway6': '2001:db8::1', 'gateway4': '203.0.113.1', 'auto6': False, 'address': ['2001:db8::2/64', '203.0.113.2/24'], 'auto_gateway': False}, 'state': 'up', 'type': 'ethernet', 'name': 'veth0'}] __header=# # Ansible managed # # system_role:network provider=nm ignore_errors=False __debug_flags= Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.5592] audit: op="checkpoint-create" arg="/org/freedesktop/NetworkManager/Checkpoint/3" pid=9140 uid=0 result="success" Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.5859] ifcfg-rh: add connection /etc/sysconfig/network-scripts/ifcfg-veth0 (92d2e9b1-607b-440d-809c-85a0324f4641,"veth0") Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.5869] audit: op="connection-add" uuid="92d2e9b1-607b-440d-809c-85a0324f4641" name="veth0" pid=9140 uid=0 result="success" Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6017] device (veth0): disconnecting for new activation request. Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6018] device (veth0): state change: ip-config -> deactivating (reason 'new-activation', sys-iface-state: 'managed') Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6022] audit: op="connection-activate" uuid="92d2e9b1-607b-440d-809c-85a0324f4641" name="veth0" pid=9140 uid=0 result="success" Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6023] device (veth0): state change: deactivating -> disconnected (reason 'new-activation', sys-iface-state: 'managed') Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6067] dhcp4 (veth0): canceled DHCP transaction, DHCP client pid 8986 Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6067] dhcp4 (veth0): state changed unknown -> done Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6083] device (veth0): Activation: starting connection 'veth0' (92d2e9b1-607b-440d-809c-85a0324f4641) Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6096] device (veth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6100] device (veth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6106] device (veth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6121] device (veth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6136] device (veth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6139] device (veth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:4 'down' [veth0]: new request (4 scripts) Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:4 'down' [veth0]: start running ordered scripts... Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6267] device (veth0): Activation: successful, device activated. Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:5 'up' [veth0]: new request (4 scripts) Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6385] checkpoint[0x55b9b462e120]: destroy /org/freedesktop/NetworkManager/Checkpoint/3 Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225159.6388] audit: op="checkpoint-destroy" arg="/org/freedesktop/NetworkManager/Checkpoint/3" pid=9140 uid=0 result="success" Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:5 'up' [veth0]: start running ordered scripts... Jul 05 20:19:19 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ping[9211]: Invoked with data=pong Jul 05 20:19:20 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-stat[9220]: Invoked with checksum_algorithm=sha1 get_checksum=False follow=False path=/sys/class/net/veth0 get_mime=False get_attributes=False Jul 05 20:19:20 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-stat[9229]: Invoked with checksum_algorithm=sha1 get_checksum=False follow=False path=/etc/sysconfig/network-scripts/ifcfg-veth0 get_mime=False get_attributes=False Jul 05 20:19:20 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9238]: Invoked with executable=None _uses_shell=True expand_argument_vars=True strip_empty_ends=True _raw_params=nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:21 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9254]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip route removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:21 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9264]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip -6 route removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-fedora.linux_system_roles.network_connections[9415]: Invoked with force_state_change=False connections=[{'persistent_state': 'absent', 'state': 'down', 'name': 'veth0'}] __header=# # Ansible managed # # system_role:network provider=nm ignore_errors=False __debug_flags= Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6186] audit: op="checkpoint-create" arg="/org/freedesktop/NetworkManager/Checkpoint/4" pid=9415 uid=0 result="success" Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6654] device (veth0): state change: activated -> deactivating (reason 'user-requested', sys-iface-state: 'managed') Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6694] audit: op="connection-deactivate" uuid="92d2e9b1-607b-440d-809c-85a0324f4641" name="veth0" pid=9415 uid=0 result="success" Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6695] device (veth0): state change: deactivating -> disconnected (reason 'user-requested', sys-iface-state: 'managed') Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6774] policy: auto-activating connection 'Wired connection 1' (7439afc0-3ca8-3248-a293-f4471c70473e) Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6780] device (veth0): Activation: starting connection 'Wired connection 1' (7439afc0-3ca8-3248-a293-f4471c70473e) Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6780] device (veth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6786] device (veth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6791] device (veth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.6797] dhcp4 (veth0): activation: beginning transaction (timeout in 45 seconds) Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:6 'down' [veth0]: new request (4 scripts) Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com nm-dispatcher[8579]: req:6 'down' [veth0]: start running ordered scripts... Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.7043] dhcp4 (veth0): dhclient started with pid 9422 Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com dhclient[9422]: DHCPDISCOVER on veth0 to 255.255.255.255 port 67 interval 7 (xid=0x588afb6d) Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.7491] audit: op="connection-update" uuid="92d2e9b1-607b-440d-809c-85a0324f4641" name="veth0" pid=9415 uid=0 result="success" Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.7533] checkpoint[0x55b9b462e060]: destroy /org/freedesktop/NetworkManager/Checkpoint/4 Jul 05 20:19:24 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225164.7536] audit: op="checkpoint-destroy" arg="/org/freedesktop/NetworkManager/Checkpoint/4" pid=9415 uid=0 result="success" Jul 05 20:19:25 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ping[9449]: Invoked with data=pong Jul 05 20:19:25 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9458]: Invoked with executable=None chdir=/sys/class/net expand_argument_vars=True strip_empty_ends=True _raw_params=ls -1 removes=None argv=None creates=None _uses_shell=False stdin_add_newline=True stdin=None Jul 05 20:19:26 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9468]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['iproute'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:19:27 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9477]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=ip link del veth0 type veth removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:27 ip-10-31-11-105.us-east-1.aws.redhat.com dhclient[9422]: receive_packet failed on veth0: Network is down Jul 05 20:19:27 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225167.0255] device (veth0): state change: ip-config -> unmanaged (reason 'unmanaged', sys-iface-state: 'removed') Jul 05 20:19:27 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225167.0311] dhcp4 (veth0): canceled DHCP transaction, DHCP client pid 9422 Jul 05 20:19:27 ip-10-31-11-105.us-east-1.aws.redhat.com NetworkManager[574]: [1720225167.0312] dhcp4 (veth0): state changed unknown -> done Jul 05 20:19:27 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9491]: Invoked with executable=None _uses_shell=True expand_argument_vars=True strip_empty_ends=True _raw_params=set -euo pipefail echo IP ip a echo IP ROUTE ip route echo IP -6 ROUTE ip -6 route echo RESOLV if [ -f /etc/resolv.conf ]; then cat /etc/resolv.conf else echo NO /etc/resolv.conf ls -alrtF /etc/resolv.* || : fi removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:27 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9505]: Invoked with executable=None _uses_shell=True expand_argument_vars=True strip_empty_ends=True _raw_params=set -euo pipefail echo CHECK DNS AND CONNECTIVITY for host in mirrors.fedoraproject.org mirrors.centos.org; do if ! getent hosts "$host"; then echo FAILED to lookup host "$host" exit 1 fi if ! curl -o /dev/null https://"$host"; then echo FAILED to contact host "$host" exit 1 fi done removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9514]: Did not receive identification string from 10.29.163.169 port 41442 Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9515]: Accepted publickey for root from 10.29.163.169 port 41458 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 8 of user root. -- Subject: A new session 8 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 8 has been created for the user root. -- -- The leading process of the session is 9515. Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 8 of user root. -- Subject: Unit session-8.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-8.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9515]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9515]: Received disconnect from 10.29.163.169 port 41458:11: disconnected by user Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9515]: Disconnected from 10.29.163.169 port 41458 Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9515]: pam_unix(sshd:session): session closed for user root Jul 05 20:19:28 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: Removed session 8. -- Subject: Session 8 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 8 has been terminated. Jul 05 20:19:29 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9525]: Accepted publickey for root from 10.29.163.169 port 41466 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 05 20:19:29 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: New session 9 of user root. -- Subject: A new session 9 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 9 has been created for the user root. -- -- The leading process of the session is 9525. Jul 05 20:19:29 ip-10-31-11-105.us-east-1.aws.redhat.com systemd[1]: Started Session 9 of user root. -- Subject: Unit session-9.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-9.scope has finished starting up. -- -- The start-up result is done. Jul 05 20:19:29 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9525]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 05 20:19:29 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9525]: Received disconnect from 10.29.163.169 port 41466:11: disconnected by user Jul 05 20:19:29 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9525]: Disconnected from 10.29.163.169 port 41466 Jul 05 20:19:29 ip-10-31-11-105.us-east-1.aws.redhat.com sshd[9525]: pam_unix(sshd:session): session closed for user root Jul 05 20:19:29 ip-10-31-11-105.us-east-1.aws.redhat.com systemd-logind[445]: Removed session 9. -- Subject: Session 9 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 9 has been terminated. Jul 05 20:19:30 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[9562]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Jul 05 20:19:31 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-stat[9601]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Jul 05 20:19:31 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9610]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=rpm -iv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm removes=None argv=None creates=/etc/yum.repos.d/epel.repo chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:31 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9619]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['yum-utils'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:19:32 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9628]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=yum-config-manager --enable epel removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 05 20:19:32 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[9638]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Jul 05 20:19:33 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9677]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['dnsmasq'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:19:43 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9687]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['dnsmasq'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:19:53 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9696]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['dnsmasq'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:20:04 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9705]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['dnsmasq'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:20:14 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9714]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['dnsmasq'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:20:24 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9723]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['dnsmasq'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:20:35 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[9732]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['dnsmasq'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 05 20:20:35 ip-10-31-11-105.us-east-1.aws.redhat.com ansible-ansible.legacy.command[9741]: Invoked with executable=None _uses_shell=True expand_argument_vars=True strip_empty_ends=True _raw_params=exec 1>&2 set -xo pipefail ip -d -s link show ip -d -s a s journalctl -ex ps -ef | grep dnsmasq || : removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None + ps -ef + grep dnsmasq root 9742 9741 0 20:20 ? 00:00:00 /bin/sh -c exec 1>&2 set -xo pipefail ip -d -s link show ip -d -s a s journalctl -ex ps -ef | grep dnsmasq || : root 9747 9742 0 20:20 ? 00:00:00 grep dnsmasq TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 06 July 2024 00:20:35 +0000 (0:00:00.228) 0:01:05.537 ********* included: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 06 July 2024 00:20:35 +0000 (0:00:00.026) 0:01:05.564 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 06 July 2024 00:20:35 +0000 (0:00:00.018) 0:01:05.582 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 06 July 2024 00:20:35 +0000 (0:00:00.018) 0:01:05.601 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 06 July 2024 00:20:35 +0000 (0:00:00.018) 0:01:05.619 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 06 July 2024 00:20:36 +0000 (0:00:00.910) 0:01:06.530 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 06 July 2024 00:20:37 +0000 (0:00:01.145) 0:01:07.676 ********* ok: [sut] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 06 July 2024 00:20:37 +0000 (0:00:00.028) 0:01:07.704 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 06 July 2024 00:20:37 +0000 (0:00:00.025) 0:01:07.730 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 06 July 2024 00:20:37 +0000 (0:00:00.026) 0:01:07.757 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 06 July 2024 00:20:37 +0000 (0:00:00.026) 0:01:07.783 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'Fedora' or ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 06 July 2024 00:20:37 +0000 (0:00:00.025) 0:01:07.809 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 06 July 2024 00:20:37 +0000 (0:00:00.033) 0:01:07.842 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 06 July 2024 00:20:37 +0000 (0:00:00.034) 0:01:07.877 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 06 July 2024 00:20:38 +0000 (0:00:00.051) 0:01:07.929 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 06 July 2024 00:20:38 +0000 (0:00:00.027) 0:01:07.956 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 06 July 2024 00:20:38 +0000 (0:00:00.043) 0:01:07.999 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 06 July 2024 00:20:38 +0000 (0:00:00.033) 0:01:08.033 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 06 July 2024 00:20:38 +0000 (0:00:00.026) 0:01:08.059 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 06 July 2024 00:20:38 +0000 (0:00:00.026) 0:01:08.085 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 06 July 2024 00:20:38 +0000 (0:00:00.427) 0:01:08.513 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-647bwdef1m9/tmp2w1fsmwf" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 06 July 2024 00:20:38 +0000 (0:00:00.250) 0:01:08.763 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "bond0.1", "persistent_state": "absent", "state": "down" }, { "name": "bond0.0", "persistent_state": "absent", "state": "down" }, { "name": "bond0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: [007] #0, state:down persistent_state:absent, 'bond0.1': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0.1' does not exist [008] #1, state:down persistent_state:absent, 'bond0.0': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0.0' does not exist [009] #2, state:down persistent_state:absent, 'bond0': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0' does not exist [010] #0, state:down persistent_state:absent, 'bond0.1': delete ifcfg-rh files for 'bond0.1' (no files present) [011] #1, state:down persistent_state:absent, 'bond0.0': delete ifcfg-rh files for 'bond0.0' (no files present) [012] #2, state:down persistent_state:absent, 'bond0': delete ifcfg-rh files for 'bond0' (no files present) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 06 July 2024 00:20:39 +0000 (0:00:00.371) 0:01:09.134 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 06 July 2024 00:20:39 +0000 (0:00:00.025) 0:01:09.160 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[007] #0, state:down persistent_state:absent, 'bond0.1': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0.1' does not exist", "[008] #1, state:down persistent_state:absent, 'bond0.0': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0.0' does not exist", "[009] #2, state:down persistent_state:absent, 'bond0': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0' does not exist", "[010] #0, state:down persistent_state:absent, 'bond0.1': delete ifcfg-rh files for 'bond0.1' (no files present)", "[011] #1, state:down persistent_state:absent, 'bond0.0': delete ifcfg-rh files for 'bond0.0' (no files present)", "[012] #2, state:down persistent_state:absent, 'bond0': delete ifcfg-rh files for 'bond0' (no files present)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 06 July 2024 00:20:39 +0000 (0:00:00.028) 0:01:09.188 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "bond0.1", "persistent_state": "absent", "state": "down" }, { "name": "bond0.0", "persistent_state": "absent", "state": "down" }, { "name": "bond0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "[007] #0, state:down persistent_state:absent, 'bond0.1': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0.1' does not exist\n[008] #1, state:down persistent_state:absent, 'bond0.0': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0.0' does not exist\n[009] #2, state:down persistent_state:absent, 'bond0': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0' does not exist\n[010] #0, state:down persistent_state:absent, 'bond0.1': delete ifcfg-rh files for 'bond0.1' (no files present)\n[011] #1, state:down persistent_state:absent, 'bond0.0': delete ifcfg-rh files for 'bond0.0' (no files present)\n[012] #2, state:down persistent_state:absent, 'bond0': delete ifcfg-rh files for 'bond0' (no files present)\n", "stderr_lines": [ "[007] #0, state:down persistent_state:absent, 'bond0.1': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0.1' does not exist", "[008] #1, state:down persistent_state:absent, 'bond0.0': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0.0' does not exist", "[009] #2, state:down persistent_state:absent, 'bond0': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-bond0' does not exist", "[010] #0, state:down persistent_state:absent, 'bond0.1': delete ifcfg-rh files for 'bond0.1' (no files present)", "[011] #1, state:down persistent_state:absent, 'bond0.0': delete ifcfg-rh files for 'bond0.0' (no files present)", "[012] #2, state:down persistent_state:absent, 'bond0': delete ifcfg-rh files for 'bond0' (no files present)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 06 July 2024 00:20:39 +0000 (0:00:00.027) 0:01:09.216 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 06 July 2024 00:20:39 +0000 (0:00:00.024) 0:01:09.241 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Delete the device 'deprecated-bond'] ************************************* task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:125 Saturday 06 July 2024 00:20:39 +0000 (0:00:00.239) 0:01:09.481 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "deprecated-bond" ], "delta": "0:00:00.012988", "end": "2024-07-05 20:20:39.733073", "failed_when_result": false, "rc": 1, "start": "2024-07-05 20:20:39.720085" } STDERR: Cannot find device "deprecated-bond" MSG: non-zero return code TASK [Remove test interfaces] ************************************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml:3 Saturday 06 July 2024 00:20:39 +0000 (0:00:00.165) 0:01:09.646 ********* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nip link delete test1 || rc=\"$?\"\nif [ \"$rc\" != 0 ]; then\n echo ERROR - could not delete link test1 - error \"$rc\"\nfi\nip link delete test2 || rc=\"$?\"\nif [ \"$rc\" != 0 ]; then\n echo ERROR - could not delete link test2 - error \"$rc\"\nfi\nip link delete testbr || rc=\"$?\"\nif [ \"$rc\" != 0 ]; then\n echo ERROR - could not delete link testbr - error \"$rc\"\nfi\n", "delta": "0:00:00.020631", "end": "2024-07-05 20:20:39.908744", "rc": 0, "start": "2024-07-05 20:20:39.888113" } STDERR: + exec + rc=0 + ip link delete test1 Cannot find device "test1" + rc=1 + '[' 1 '!=' 0 ']' + echo ERROR - could not delete link test1 - error 1 ERROR - could not delete link test1 - error 1 + ip link delete test2 Cannot find device "test2" + rc=1 + '[' 1 '!=' 0 ']' + echo ERROR - could not delete link test2 - error 1 ERROR - could not delete link test2 - error 1 + ip link delete testbr Cannot find device "testbr" + rc=1 + '[' 1 '!=' 0 ']' + echo ERROR - could not delete link testbr - error 1 ERROR - could not delete link testbr - error 1 TASK [Stop dnsmasq/radvd services] ********************************************* task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml:23 Saturday 06 July 2024 00:20:39 +0000 (0:00:00.176) 0:01:09.823 ********* ok: [sut] => { "changed": false, "cmd": "set -uxo pipefail\nexec 1>&2\npkill -F /run/dhcp_testbr.pid\nrm -rf /run/dhcp_testbr.pid\nrm -rf /run/dhcp_testbr.lease\nif grep 'release 6' /etc/redhat-release; then\n # Stop radvd server\n service radvd stop\n iptables -D INPUT -i testbr -p udp --dport 67:68 --sport 67:68 -j ACCEPT\nfi\n", "delta": "0:00:00.011610", "end": "2024-07-05 20:20:40.074130", "rc": 0, "start": "2024-07-05 20:20:40.062520" } STDERR: + exec + pkill -F /run/dhcp_testbr.pid pkill: pidfile not valid Try `pkill --help' for more information. + rm -rf /run/dhcp_testbr.pid + rm -rf /run/dhcp_testbr.lease + grep 'release 6' /etc/redhat-release TASK [Restore the /etc/resolv.conf for initscript] ***************************** task path: /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:131 Saturday 06 July 2024 00:20:40 +0000 (0:00:00.165) 0:01:09.988 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "mv", "-vf", "/etc/resolv.conf.bak", "/etc/resolv.conf" ], "delta": "0:00:00.004153", "end": "2024-07-05 20:20:40.232235", "rc": 1, "start": "2024-07-05 20:20:40.228082" } STDERR: mv: cannot stat ‘/etc/resolv.conf.bak’: No such file or directory MSG: non-zero return code to retry, use: --limit @/tmp/tests_bond_deprecated_initscripts.retry PLAY RECAP ********************************************************************* sut : ok=24 changed=0 unreachable=0 failed=2 skipped=21 rescued=1 ignored=0 Saturday 06 July 2024 00:20:40 +0000 (0:00:00.146) 0:01:10.135 ********* =============================================================================== Install dnsmasq -------------------------------------------------------- 62.45s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:3 fedora.linux_system_roles.network : Check which packages are installed --- 1.15s /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 0.91s /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Gathering Facts --------------------------------------------------------- 0.80s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tests_bond_deprecated_initscripts.yml:5 Gathering Facts --------------------------------------------------------- 0.53s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:3 Install yum-utils package ----------------------------------------------- 0.50s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml:24 - fedora.linux_system_roles.network : Enable network service -------------- 0.43s /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.37s /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Enable EPEL 7 ----------------------------------------------------------- 0.34s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml:30 - Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/el_repo_setup.yml:17 fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.25s /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.24s /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Gather failure information ---------------------------------------------- 0.23s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:95 Create EPEL 7 ----------------------------------------------------------- 0.21s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/tasks/enable_epel.yml:8 -- Remove test interfaces -------------------------------------------------- 0.18s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml:3 Delete the device 'deprecated-bond' ------------------------------------- 0.17s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:125 Stop dnsmasq/radvd services --------------------------------------------- 0.17s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml:23 Restore the /etc/resolv.conf for initscript ----------------------------- 0.15s /WORKDIR/git-network-state-in-defaults_2uo08cg/tests/playbooks/tests_bond_deprecated.yml:131 fedora.linux_system_roles.network : Install packages -------------------- 0.05s /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.04s /WORKDIR/git-network-state-in-defaults_2uo08cg/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---