MOON
Server: Apache
System: Linux server.cny.com.sg 4.18.0-477.21.1.el8_8.x86_64 #1 SMP Thu Aug 10 13:51:50 EDT 2023 x86_64
User: tissuegurucom (1020)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //var/log/tuned/tuned.log
2023-09-14 19:30:11,968 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.10.1.el8_8.x86_64
2023-09-14 19:30:11,968 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2023-09-14 19:30:11,971 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2023-09-14 19:30:11,972 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2023-09-14 19:30:12,103 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2023-09-14 19:30:12,103 INFO     tuned.profiles.loader: loading profile: virtual-guest
2023-09-14 19:30:12,107 INFO     tuned.daemon.controller: starting controller
2023-09-14 19:30:12,107 INFO     tuned.daemon.daemon: starting tuning
2023-09-14 19:30:12,121 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu1
2023-09-14 19:30:12,129 INFO     tuned.plugins.plugin_cpu: We are running on an x86 GenuineIntel platform
2023-09-14 19:30:12,131 WARNING  tuned.plugins.plugin_cpu: your CPU doesn't support MSR_IA32_ENERGY_PERF_BIAS, ignoring CPU energy performance bias
2023-09-14 19:30:12,136 INFO     tuned.plugins.base: instance disk: assigning devices sda
2023-09-14 19:30:12,138 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2023-09-14 19:30:12,146 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2023-09-14 19:48:54,996 INFO     tuned.daemon.controller: terminating controller
2023-09-14 19:48:54,996 INFO     tuned.daemon.daemon: stopping tuning
2023-09-14 19:48:55,057 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2023-09-15 07:36:11,837 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2023-09-15 07:36:11,837 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2023-09-15 07:36:11,839 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2023-09-15 07:36:11,840 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2023-09-15 07:36:11,969 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2023-09-15 07:36:11,970 INFO     tuned.profiles.loader: loading profile: virtual-guest
2023-09-15 07:36:11,976 INFO     tuned.daemon.controller: starting controller
2023-09-15 07:36:11,976 INFO     tuned.daemon.daemon: starting tuning
2023-09-15 07:36:11,990 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu1
2023-09-15 07:36:11,996 INFO     tuned.plugins.plugin_cpu: We are running on an x86 GenuineIntel platform
2023-09-15 07:36:11,998 WARNING  tuned.plugins.plugin_cpu: your CPU doesn't support MSR_IA32_ENERGY_PERF_BIAS, ignoring CPU energy performance bias
2023-09-15 07:36:12,003 INFO     tuned.plugins.base: instance disk: assigning devices sda
2023-09-15 07:36:12,008 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2023-09-15 07:36:12,020 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2023-09-15 07:40:46,339 INFO     tuned.plugins.hotplug: device 'loop0' added
2023-09-15 07:40:46,339 INFO     tuned.plugins.hotplug: instance disk: adding new device loop0
2023-09-15 08:03:49,829 INFO     tuned.plugins.hotplug: device 'loop1' added
2023-09-15 08:03:49,843 INFO     tuned.plugins.hotplug: instance disk: adding new device loop1
2023-09-15 08:14:26,497 INFO     tuned.daemon.controller: terminating controller
2023-09-15 08:14:26,498 INFO     tuned.daemon.daemon: stopping tuning
2023-09-15 08:14:26,752 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2023-09-15 08:14:26,812 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2023-09-15 08:14:26,812 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2023-09-15 08:14:46,894 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2023-09-15 08:14:46,895 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2023-09-15 08:14:46,921 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2023-09-15 08:14:46,922 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2023-09-15 08:14:48,066 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2023-09-15 08:14:48,067 INFO     tuned.profiles.loader: loading profile: virtual-guest
2023-09-15 08:14:48,074 INFO     tuned.daemon.controller: starting controller
2023-09-15 08:14:48,074 INFO     tuned.daemon.daemon: starting tuning
2023-09-15 08:14:48,117 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu1
2023-09-15 08:14:48,144 INFO     tuned.plugins.plugin_cpu: We are running on an x86 GenuineIntel platform
2023-09-15 08:14:48,158 WARNING  tuned.plugins.plugin_cpu: your CPU doesn't support MSR_IA32_ENERGY_PERF_BIAS, ignoring CPU energy performance bias
2023-09-15 08:14:48,175 INFO     tuned.plugins.base: instance disk: assigning devices sda
2023-09-15 08:14:48,180 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2023-09-15 08:14:48,248 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2023-09-15 09:42:07,388 INFO     tuned.daemon.controller: terminating controller
2023-09-15 09:42:07,400 INFO     tuned.daemon.daemon: stopping tuning
2023-09-15 09:42:07,499 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2023-09-15 09:42:07,539 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2023-09-15 09:42:07,539 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2023-09-15 09:42:31,487 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2023-09-15 09:42:31,490 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2023-09-15 09:42:31,508 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2023-09-15 09:42:31,509 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2023-09-15 09:42:32,079 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2023-09-15 09:42:32,079 INFO     tuned.profiles.loader: loading profile: virtual-guest
2023-09-15 09:42:32,083 INFO     tuned.daemon.controller: starting controller
2023-09-15 09:42:32,083 INFO     tuned.daemon.daemon: starting tuning
2023-09-15 09:42:32,097 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu1
2023-09-15 09:42:32,107 INFO     tuned.plugins.plugin_cpu: We are running on an x86 GenuineIntel platform
2023-09-15 09:42:32,111 WARNING  tuned.plugins.plugin_cpu: your CPU doesn't support MSR_IA32_ENERGY_PERF_BIAS, ignoring CPU energy performance bias
2023-09-15 09:42:32,125 INFO     tuned.plugins.base: instance disk: assigning devices sda
2023-09-15 09:42:32,129 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2023-09-15 09:42:32,138 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2023-09-15 09:59:59,447 INFO     tuned.daemon.controller: terminating controller
2023-09-15 09:59:59,447 INFO     tuned.daemon.daemon: stopping tuning
2023-09-15 09:59:59,503 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2024-04-02 03:50:36,375 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2024-04-02 03:50:36,375 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2024-04-02 03:50:36,379 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2024-04-02 03:50:36,379 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2024-04-02 03:50:37,703 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2024-04-02 03:50:37,704 INFO     tuned.profiles.loader: loading profile: virtual-guest
2024-04-02 03:50:37,708 INFO     tuned.daemon.controller: starting controller
2024-04-02 03:50:37,708 INFO     tuned.daemon.daemon: starting tuning
2024-04-02 03:50:37,722 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu2, cpu3, cpu1
2024-04-02 03:50:37,729 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2024-04-02 03:50:37,736 INFO     tuned.plugins.base: instance disk: assigning devices sda
2024-04-02 03:50:37,741 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2024-04-02 03:50:37,783 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2024-04-16 11:58:08,103 INFO     tuned.daemon.controller: terminating controller
2024-04-16 11:58:08,196 INFO     tuned.daemon.daemon: stopping tuning
2024-04-16 11:58:08,664 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2024-04-16 11:58:09,066 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2024-04-16 11:58:09,066 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2024-04-16 11:58:09,084 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2024-04-16 11:58:09,085 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2024-04-16 11:58:45,579 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2024-04-16 11:58:45,582 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2024-04-16 11:58:45,591 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2024-04-16 11:58:45,593 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2024-04-16 11:58:46,300 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2024-04-16 11:58:46,302 INFO     tuned.profiles.loader: loading profile: virtual-guest
2024-04-16 11:58:46,316 INFO     tuned.daemon.controller: starting controller
2024-04-16 11:58:46,316 INFO     tuned.daemon.daemon: starting tuning
2024-04-16 11:58:46,344 INFO     tuned.plugins.base: instance cpu: assigning devices cpu2, cpu3, cpu0, cpu1
2024-04-16 11:58:46,354 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2024-04-16 11:58:46,365 INFO     tuned.plugins.base: instance disk: assigning devices sda
2024-04-16 11:58:46,383 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2024-04-16 11:58:46,433 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2024-07-09 03:14:31,982 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2024-07-09 03:14:31,982 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2024-07-09 03:14:31,986 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2024-07-09 03:14:31,987 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2024-07-09 03:14:33,162 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2024-07-09 03:14:33,164 INFO     tuned.profiles.loader: loading profile: virtual-guest
2024-07-09 03:14:33,173 INFO     tuned.daemon.controller: starting controller
2024-07-09 03:14:33,173 INFO     tuned.daemon.daemon: starting tuning
2024-07-09 03:14:33,311 INFO     tuned.plugins.base: instance cpu: assigning devices cpu1, cpu0, cpu2, cpu3
2024-07-09 03:14:33,341 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2024-07-09 03:14:33,348 INFO     tuned.plugins.base: instance disk: assigning devices sda
2024-07-09 03:14:33,365 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2024-07-09 03:14:33,411 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2024-07-09 03:59:28,270 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2024-07-09 03:59:28,271 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2024-07-09 03:59:28,279 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2024-07-09 03:59:28,280 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2024-07-09 03:59:28,728 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2024-07-09 03:59:28,729 INFO     tuned.profiles.loader: loading profile: virtual-guest
2024-07-09 03:59:28,734 INFO     tuned.daemon.controller: starting controller
2024-07-09 03:59:28,734 INFO     tuned.daemon.daemon: starting tuning
2024-07-09 03:59:28,751 INFO     tuned.plugins.base: instance cpu: assigning devices cpu2, cpu3, cpu0, cpu1
2024-07-09 03:59:28,762 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2024-07-09 03:59:28,768 INFO     tuned.plugins.base: instance disk: assigning devices sda
2024-07-09 03:59:28,772 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2024-07-09 03:59:28,798 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2024-11-02 06:26:16,319 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2024-11-02 06:26:16,326 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2024-11-02 06:26:16,367 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2024-11-02 06:26:16,401 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2024-11-02 06:26:24,667 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2024-11-02 06:26:24,726 INFO     tuned.profiles.loader: loading profile: virtual-guest
2024-11-02 06:26:24,834 INFO     tuned.daemon.controller: starting controller
2024-11-02 06:26:24,834 INFO     tuned.daemon.daemon: starting tuning
2024-11-02 06:26:25,366 INFO     tuned.plugins.base: instance cpu: assigning devices cpu3, cpu2, cpu0, cpu1
2024-11-02 06:26:27,228 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2024-11-02 06:26:28,604 INFO     tuned.plugins.base: instance disk: assigning devices sda
2024-11-02 06:26:29,406 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2024-11-02 06:26:35,651 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2025-01-23 18:56:18,744 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2025-01-23 18:56:18,745 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2025-01-23 18:56:18,764 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2025-01-23 18:56:18,765 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2025-01-23 18:56:20,607 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2025-01-23 18:56:20,608 INFO     tuned.profiles.loader: loading profile: virtual-guest
2025-01-23 18:56:20,672 INFO     tuned.daemon.controller: starting controller
2025-01-23 18:56:20,672 INFO     tuned.daemon.daemon: starting tuning
2025-01-23 18:56:20,906 INFO     tuned.plugins.base: instance cpu: assigning devices cpu1, cpu0, cpu2, cpu3
2025-01-23 18:56:21,108 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2025-01-23 18:56:21,119 INFO     tuned.plugins.base: instance disk: assigning devices sda
2025-01-23 18:56:21,127 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2025-01-23 18:56:21,168 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2025-03-13 16:01:02,423 INFO     tuned.daemon.controller: terminating controller
2025-03-13 16:01:02,575 INFO     tuned.daemon.daemon: stopping tuning
2025-03-13 16:01:03,313 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2025-03-13 16:01:03,482 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2025-03-13 16:01:03,483 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2025-03-13 16:01:03,491 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2025-03-13 16:01:03,491 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2025-03-13 18:10:11,863 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2025-03-13 18:10:11,864 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2025-03-13 18:10:11,869 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2025-03-13 18:10:11,888 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2025-03-13 18:10:12,305 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2025-03-13 18:10:12,306 INFO     tuned.profiles.loader: loading profile: virtual-guest
2025-03-13 18:10:12,313 INFO     tuned.daemon.controller: starting controller
2025-03-13 18:10:12,313 INFO     tuned.daemon.daemon: starting tuning
2025-03-13 18:10:12,335 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu1, cpu3, cpu2
2025-03-13 18:10:12,341 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2025-03-13 18:10:12,349 INFO     tuned.plugins.base: instance disk: assigning devices sda
2025-03-13 18:10:12,362 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2025-03-13 18:10:12,411 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2025-05-14 15:21:45,951 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2025-05-14 15:21:45,954 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2025-05-14 15:21:45,972 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2025-05-14 15:21:46,000 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2025-05-14 15:21:46,876 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2025-05-14 15:21:46,877 INFO     tuned.profiles.loader: loading profile: virtual-guest
2025-05-14 15:21:46,964 INFO     tuned.daemon.controller: starting controller
2025-05-14 15:21:46,967 INFO     tuned.daemon.daemon: starting tuning
2025-05-14 15:21:47,046 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu3, cpu1, cpu2
2025-05-14 15:21:47,064 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2025-05-14 15:21:47,108 INFO     tuned.plugins.base: instance disk: assigning devices sda
2025-05-14 15:21:47,159 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2025-05-14 15:21:47,278 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2025-06-03 02:04:21,117 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2025-06-03 02:04:21,120 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2025-06-03 02:04:21,138 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2025-06-03 02:04:21,143 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2025-06-03 02:04:21,873 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2025-06-03 02:04:21,873 INFO     tuned.profiles.loader: loading profile: virtual-guest
2025-06-03 02:04:21,889 INFO     tuned.daemon.controller: starting controller
2025-06-03 02:04:21,889 INFO     tuned.daemon.daemon: starting tuning
2025-06-03 02:04:21,973 INFO     tuned.plugins.base: instance cpu: assigning devices cpu1, cpu3, cpu0, cpu2
2025-06-03 02:04:21,981 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2025-06-03 02:04:21,998 INFO     tuned.plugins.base: instance disk: assigning devices sda
2025-06-03 02:04:22,011 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2025-06-03 02:04:22,069 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2025-08-28 00:37:51,196 INFO     tuned.daemon.controller: terminating controller
2025-08-28 00:37:51,632 INFO     tuned.daemon.daemon: stopping tuning
2025-08-28 00:37:51,820 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2025-08-28 00:38:21,985 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2025-08-28 00:38:21,986 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2025-08-28 00:38:21,993 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2025-08-28 00:38:21,994 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2025-08-28 00:38:22,298 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2025-08-28 00:38:22,298 INFO     tuned.profiles.loader: loading profile: virtual-guest
2025-08-28 00:38:22,309 INFO     tuned.daemon.controller: starting controller
2025-08-28 00:38:22,310 INFO     tuned.daemon.daemon: starting tuning
2025-08-28 00:38:22,336 INFO     tuned.plugins.base: instance cpu: assigning devices cpu3, cpu1, cpu2, cpu0
2025-08-28 00:38:22,348 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2025-08-28 00:38:22,373 INFO     tuned.plugins.base: instance disk: assigning devices sda
2025-08-28 00:38:22,386 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2025-08-28 00:38:22,415 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2025-09-05 03:49:09,989 INFO     tuned.daemon.controller: terminating controller
2025-09-05 03:49:10,114 INFO     tuned.daemon.daemon: stopping tuning
2025-09-05 03:49:10,645 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2025-09-05 03:49:10,874 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2025-09-05 03:49:10,874 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2025-09-05 03:49:10,882 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2025-09-05 03:49:10,882 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2025-09-05 03:49:49,821 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2025-09-05 03:49:49,822 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2025-09-05 03:49:49,831 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2025-09-05 03:49:49,831 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2025-09-05 03:49:50,234 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2025-09-05 03:49:50,235 INFO     tuned.profiles.loader: loading profile: virtual-guest
2025-09-05 03:49:50,243 INFO     tuned.daemon.controller: starting controller
2025-09-05 03:49:50,243 INFO     tuned.daemon.daemon: starting tuning
2025-09-05 03:49:50,259 INFO     tuned.plugins.base: instance cpu: assigning devices cpu1, cpu3, cpu0, cpu2
2025-09-05 03:49:50,270 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2025-09-05 03:49:50,291 INFO     tuned.plugins.base: instance disk: assigning devices sda
2025-09-05 03:49:50,302 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2025-09-05 03:49:50,365 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2025-09-05 12:54:41,067 INFO     tuned.daemon.controller: terminating controller
2025-09-05 12:54:41,071 INFO     tuned.daemon.daemon: stopping tuning
2025-09-05 12:54:41,793 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2025-09-05 12:55:12,244 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2025-09-05 12:55:12,244 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2025-09-05 12:55:12,247 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2025-09-05 12:55:12,248 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2025-09-05 12:55:12,511 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2025-09-05 12:55:12,512 INFO     tuned.profiles.loader: loading profile: virtual-guest
2025-09-05 12:55:12,521 INFO     tuned.daemon.controller: starting controller
2025-09-05 12:55:12,521 INFO     tuned.daemon.daemon: starting tuning
2025-09-05 12:55:12,542 INFO     tuned.plugins.base: instance cpu: assigning devices cpu3, cpu0, cpu2, cpu1
2025-09-05 12:55:12,549 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2025-09-05 12:55:12,560 INFO     tuned.plugins.base: instance disk: assigning devices sda
2025-09-05 12:55:12,569 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2025-09-05 12:55:12,610 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2026-01-02 04:21:42,221 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2026-01-02 04:21:42,222 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2026-01-02 04:21:42,226 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2026-01-02 04:21:42,326 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2026-01-02 04:21:43,504 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2026-01-02 04:21:43,505 INFO     tuned.profiles.loader: loading profile: virtual-guest
2026-01-02 04:21:43,528 INFO     tuned.daemon.controller: starting controller
2026-01-02 04:21:43,528 INFO     tuned.daemon.daemon: starting tuning
2026-01-02 04:21:43,545 INFO     tuned.plugins.base: instance cpu: assigning devices cpu1, cpu0, cpu2, cpu3
2026-01-02 04:21:43,573 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2026-01-02 04:21:43,590 INFO     tuned.plugins.base: instance disk: assigning devices sda
2026-01-02 04:21:43,620 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2026-01-02 04:21:43,659 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2026-01-18 01:30:14,191 INFO     tuned.daemon.controller: terminating controller
2026-01-18 01:30:14,412 INFO     tuned.daemon.daemon: stopping tuning
2026-01-18 01:30:14,836 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2026-01-18 01:32:06,536 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2026-01-18 01:32:06,537 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2026-01-18 01:32:06,550 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2026-01-18 01:32:06,560 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2026-01-18 01:32:06,905 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2026-01-18 01:32:06,906 INFO     tuned.profiles.loader: loading profile: virtual-guest
2026-01-18 01:32:06,916 INFO     tuned.daemon.controller: starting controller
2026-01-18 01:32:06,917 INFO     tuned.daemon.daemon: starting tuning
2026-01-18 01:32:06,947 INFO     tuned.plugins.base: instance cpu: assigning devices cpu3, cpu0, cpu1, cpu2
2026-01-18 01:32:06,959 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2026-01-18 01:32:06,984 INFO     tuned.plugins.base: instance disk: assigning devices sda
2026-01-18 01:32:07,010 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2026-01-18 01:32:07,052 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2026-01-18 01:35:35,609 INFO     tuned.daemon.controller: terminating controller
2026-01-18 01:35:35,609 INFO     tuned.daemon.daemon: stopping tuning
2026-01-18 01:35:36,130 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2026-01-18 01:35:36,147 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2026-01-18 01:35:36,147 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2026-01-18 01:35:36,169 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2026-01-18 01:35:36,169 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2026-01-18 01:36:02,734 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2026-01-18 01:36:02,734 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2026-01-18 01:36:02,739 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2026-01-18 01:36:02,741 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2026-01-18 01:36:02,931 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2026-01-18 01:36:02,932 INFO     tuned.profiles.loader: loading profile: virtual-guest
2026-01-18 01:36:02,944 INFO     tuned.daemon.controller: starting controller
2026-01-18 01:36:02,944 INFO     tuned.daemon.daemon: starting tuning
2026-01-18 01:36:02,963 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu1, cpu2, cpu3
2026-01-18 01:36:02,976 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2026-01-18 01:36:02,986 INFO     tuned.plugins.base: instance disk: assigning devices sda
2026-01-18 01:36:02,995 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2026-01-18 01:36:03,037 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2026-01-18 01:36:24,937 INFO     tuned.daemon.controller: terminating controller
2026-01-18 01:36:24,937 INFO     tuned.daemon.daemon: stopping tuning
2026-01-18 01:36:25,457 INFO     tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2026-01-18 01:36:25,549 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2026-01-18 01:36:25,549 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2026-01-18 01:36:25,565 ERROR    tuned.units.manager: BUG: Unhandled exception in stop_tuning: 'flags'
2026-01-18 01:36:25,565 ERROR    tuned.units.manager: Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tuned/units/manager.py", line 119, in _try_call
    return f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/instance/instance.py", line 87, in unapply_tuning
    self._plugin.instance_unapply_tuning(self, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/base.py", line 312, in instance_unapply_tuning
    self._instance_unapply_static(instance, full_rollback)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 1010, in _instance_unapply_static
    self._restore_ps_affinity()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 966, in _restore_ps_affinity
    ps = self.get_processes()
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 580, in get_processes
    cmd = self._get_cmdline(proc)
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 569, in _get_cmdline
    if self._is_kthread(process):
  File "/usr/lib/python3.6/site-packages/tuned/plugins/plugin_scheduler.py", line 636, in _is_kthread
    return process["stat"]["flags"] & procfs.pidstat.PF_KTHREAD != 0
  File "/usr/lib/python3.6/site-packages/procfs/procfs.py", line 148, in __getitem__
    return self.fields[fieldname]
KeyError: 'flags'

2026-01-18 01:37:12,576 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2026-01-18 01:37:12,580 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2026-01-18 01:37:12,605 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2026-01-18 01:37:12,612 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2026-01-18 01:37:12,969 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2026-01-18 01:37:12,970 INFO     tuned.profiles.loader: loading profile: virtual-guest
2026-01-18 01:37:13,003 INFO     tuned.daemon.controller: starting controller
2026-01-18 01:37:13,003 INFO     tuned.daemon.daemon: starting tuning
2026-01-18 01:37:13,031 INFO     tuned.plugins.base: instance cpu: assigning devices cpu1, cpu0, cpu3, cpu2
2026-01-18 01:37:13,043 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2026-01-18 01:37:13,058 INFO     tuned.plugins.base: instance disk: assigning devices sda
2026-01-18 01:37:13,066 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2026-01-18 01:37:13,124 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2026-05-06 04:48:35,916 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2026-05-06 04:48:35,916 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2026-05-06 04:48:35,920 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2026-05-06 04:48:35,920 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2026-05-06 04:48:36,091 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2026-05-06 04:48:36,092 INFO     tuned.profiles.loader: loading profile: virtual-guest
2026-05-06 04:48:36,100 INFO     tuned.daemon.controller: starting controller
2026-05-06 04:48:36,100 INFO     tuned.daemon.daemon: starting tuning
2026-05-06 04:48:36,117 INFO     tuned.plugins.base: instance cpu: assigning devices cpu2, cpu3, cpu1, cpu0
2026-05-06 04:48:36,121 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2026-05-06 04:48:36,128 INFO     tuned.plugins.base: instance disk: assigning devices sda
2026-05-06 04:48:36,135 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2026-05-06 04:48:36,160 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2026-05-07 02:40:37,955 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2026-05-07 02:40:37,956 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2026-05-07 02:40:37,962 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2026-05-07 02:40:37,969 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2026-05-07 02:40:38,586 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2026-05-07 02:40:38,588 INFO     tuned.profiles.loader: loading profile: virtual-guest
2026-05-07 02:40:38,625 INFO     tuned.daemon.controller: starting controller
2026-05-07 02:40:38,625 INFO     tuned.daemon.daemon: starting tuning
2026-05-07 02:40:38,654 INFO     tuned.plugins.base: instance cpu: assigning devices cpu0, cpu3, cpu1, cpu2
2026-05-07 02:40:38,669 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2026-05-07 02:40:38,685 INFO     tuned.plugins.base: instance disk: assigning devices sda
2026-05-07 02:40:38,696 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2026-05-07 02:40:38,744 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied
2026-05-07 02:59:37,331 INFO     tuned.daemon.application: TuneD: 2.20.0, kernel: 4.18.0-477.21.1.el8_8.x86_64
2026-05-07 02:59:37,332 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2026-05-07 02:59:37,366 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2026-05-07 02:59:37,376 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2026-05-07 02:59:37,881 INFO     tuned.daemon.daemon: Using 'virtual-guest' profile
2026-05-07 02:59:37,883 INFO     tuned.profiles.loader: loading profile: virtual-guest
2026-05-07 02:59:37,914 INFO     tuned.daemon.controller: starting controller
2026-05-07 02:59:37,914 INFO     tuned.daemon.daemon: starting tuning
2026-05-07 02:59:37,943 INFO     tuned.plugins.base: instance cpu: assigning devices cpu1, cpu0, cpu2, cpu3
2026-05-07 02:59:37,966 INFO     tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2026-05-07 02:59:37,979 INFO     tuned.plugins.base: instance disk: assigning devices sda
2026-05-07 02:59:37,996 INFO     tuned.plugins.plugin_sysctl: reapplying system sysctl
2026-05-07 02:59:38,071 INFO     tuned.daemon.daemon: static tuning from profile 'virtual-guest' applied