Tuned isn't able to start

Hi all

I am using the tuned daemon version 2.16.0-2, but it isn’t able to start anymore.


edit:
I am sorry, I missed this one:

systemctl enable --now tuned.service
Job for tuned.service failed because the control process exited with error code.
See "systemctl status tuned.service" and "journalctl -xeu tuned.service" for details.

systemctl status tuned.service returns:

× tuned.service - Dynamic System Tuning Daemon
     Loaded: loaded (/usr/lib/systemd/system/tuned.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Wed 2022-01-05 23:46:09 CET; 44s ago
       Docs: man:tuned(8)
             man:tuned.conf(5)
             man:tuned-adm(8)
    Process: 11310 ExecStart=/usr/sbin/tuned -l -P (code=exited, status=1/FAILURE)
   Main PID: 11310 (code=exited, status=1/FAILURE)
        CPU: 26ms

Jan 05 23:46:09 asus-rog systemd[1]: Starting Dynamic System Tuning Daemon...
Jan 05 23:46:09 asus-rog tuned[11310]: Traceback (most recent call last):
Jan 05 23:46:09 asus-rog tuned[11310]:   File "/usr/sbin/tuned", line 27, in <module>
Jan 05 23:46:09 asus-rog tuned[11310]:     import tuned.logs
Jan 05 23:46:09 asus-rog tuned[11310]: ModuleNotFoundError: No module named 'tuned'
Jan 05 23:46:09 asus-rog systemd[1]: tuned.service: Main process exited, code=exited, status=1/FAILURE
Jan 05 23:46:09 asus-rog systemd[1]: tuned.service: Failed with result 'exit-code'.
Jan 05 23:46:09 asus-rog systemd[1]: Failed to start Dynamic System Tuning Daemon.

journalctl -xeu tuned.service returns:

Jan 05 23:46:09 asus-rog tuned[11310]: Traceback (most recent call last):
Jan 05 23:46:09 asus-rog tuned[11310]:   File "/usr/sbin/tuned", line 27, in <module>
Jan 05 23:46:09 asus-rog tuned[11310]:     import tuned.logs
Jan 05 23:46:09 asus-rog tuned[11310]: ModuleNotFoundError: No module named 'tuned'
Jan 05 23:46:09 asus-rog systemd[1]: tuned.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ An ExecStart= process belonging to unit tuned.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Jan 05 23:46:09 asus-rog systemd[1]: tuned.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ The unit tuned.service has entered the 'failed' state with result 'exit-code'.
Jan 05 23:46:09 asus-rog systemd[1]: Failed to start Dynamic System Tuning Daemon.
░░ Subject: A start job for unit tuned.service has failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ A start job for unit tuned.service has finished with a failure.
░░ 
░░ The job identifier is 2942 and the job result is failed.

Thanks!

Yes, you did. You need to rebuild tuned as well as the rest of your AUR Python packages.


Tip: When pasting terminal output on Discourse forums, one can either…

  • Use the Preformatted text </> toolbar button.

  • Add three backticks ` above and below the text (Markdown):

    ```
    type or paste code here
    ```

  • Use HTML:

    <pre><code>
    type or paste code here
    </pre></code>

Please edit your post accordingly.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.