LACT daemon error

Hey there, I’m fairly new to Linux and attempted to install LACT, somehow when trying to enable the daemon in systemctl, it freezes after entering the sudo-user password.

sudo systemctl enable --now lactd
[sudo] Passwort für david:

Mabey someone out there who knows why it behaving like this.

Thanks in advance.

Silly question but just checking, did you press Return/Enter?

How long did you wait?


Please don’t post pictures of text, copy and paste the text instead.

Put it inside three backticks like so:

```
text
```

which gives you this

text

Alternatively select the text and press</>.

Sorry my bad, i also never used a Forum :sweat_smile:

and yes i did press Enter, after that i waited about 16 minutes and still, nothing happened.

Welcome to the Manjaro community @aest

I can’t replicate the issue. Tried with & without sudo (sudo isn’t required - systemctl will prompt for your password if you try to activate a system service as a normal user):

    ~  systemctl enable --now lactd
Created symlink '/etc/systemd/system/multi-user.target.wants/lactd.service' → '/usr/lib/systemd/system/lactd.service'.
    ~  systemctl disable --now lactd  
Removed '/etc/systemd/system/multi-user.target.wants/lactd.service'.
    ~  sudo systemctl enable --now lactd
[sudo] password for scotty: 
Created symlink '/etc/systemd/system/multi-user.target.wants/lactd.service' → '/usr/lib/systemd/system/lactd.service'.
    ~  sudo systemctl disable --now lactd 
Removed '/etc/systemd/system/multi-user.target.wants/lactd.service'.

same issue without using sudo, is there someway to log the whole process in the background?

What do you mean by attempted? LACT is in the repos, so you should be able to install it with either of the following commands:

pamac install lact

or

sudo pacman -Syu lact
pamac info lact
pamac info lact
Name                  : lact
Version               : 0.7.4-1
Description           : Linux GPU Configuration Tool
URL                   : https://github.com/ilya-zlobintsev/LACT
Licenses              : MIT
Repository            : extra
Installed Size        : 8.4 MB
Groups                : --
Depends On            : hwdata gcc-libs glibc gtk4 vulkan-tools ocl-icd
Optional Dependencies : --
Required By           : --
Optional For          : --
Provides              : --
Replaces              : --
Conflicts With        : --
Packager              : Leonidas Spyropoulos <artafinde@archlinux.org>
Build Date            : Wed 14 May 2025 17:56:14
Install Date          : Thu 15 May 2025 19:51:14
Install Reason        : Explicitly installed
Validated By          : Signature
Backup files          : --
   ~  pamac info lact                                                                                                                             INT ✘  1m 31s  
Name                      : lact
Version                   : 0.7.4-1
Beschreibung              : Linux GPU Configuration Tool
URL                       : https://github.com/ilya-zlobintsev/LACT
Lizenzen                  : MIT
Paketquelle               : extra
Installierte Größe        : 8,4 MB
Gruppen                   : --
Hängt ab von              : hwdata gcc-libs glibc gtk4 vulkan-tools ocl-icd
Optionale Abhängigkeiten  : --
Benötigt von              : --
Optional für              : --
Stellt bereit             : --
Ersetzt                   : --
Konflikt mit              : --
Packer                    : Leonidas Spyropoulos <artafinde@archlinux.org>
Erstelldatum              : Mi 14 Mai 2025 09:56:14
Installiert am            : Fr 23 Mai 2025 13:35:24
Installationsgrund        : Ausdrücklich installiert
Validiert von             : Signature
Dateisicherungen          : --

    ~                                                                     

shows the same output as yours but the daemon is unable to start via systemctl

   ~  sudo systemctl enable --now lactd                                                                                                                          ✔ 
Created symlink '/etc/systemd/system/multi-user.target.wants/lactd.service' → '/etc/systemd/system/lactd.service'.

this does create a symlink but im again stuck at this line, i can only do anything else in the terminal when pressing ctrl+c.

Maybe there is a problem with launching the daemon. Could you please post the output of:

systemctl status lactd

and

journalctl -g lactd              

Also, some system info might also be useful:

inxi -zv8
1 Like
systemctl status lactd                                                                                                                      INT ✘  8m 50s  
○ lactd.service - GPU Control Daemon (via Flatpak)
     Loaded: loaded (/etc/systemd/system/lactd.service; enabled; preset: disabled)
     Active: inactive (dead)
        Job: 9071

journalctl -g lactd                                                                                                                                      3 ✘ 
-- Boot c42d6d21e3744855b7340c213c875b69 --
-- Boot c42d6d21e3744855b7340c213c875b69 --
-- Boot c79653fa999d471db6edb1fb3c3d2ad7 --
Mai 21 19:49:46 box sudo[22074]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 19:50:38 box sudo[22282]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 19:51:29 box sudo[36365]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 19:51:37 box sudo[36460]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable lactd
-- Boot 84609ffabd424f97ba59350141845f20 --
Mai 21 19:53:22 box sudo[1722]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 19:55:38 box sudo[1891]:     root : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:03:24 box sudo[5855]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:04:28 box systemd[1]: Failed to start lactd.service.
Mai 21 20:04:40 box sudo[7557]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:04:57 box sudo[7753]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:06:37 box systemd[1]: Failed to start lactd.service.
Mai 21 20:07:09 box sudo[8283]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:07:23 box sudo[8408]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable lactd
Mai 21 20:09:14 box polkitd[786]: Operator of unix-session:2 successfully authenticated as unix-user:david to gain TEMPORARY authorization for action org.freedesktop.sys>
Mai 21 20:10:00 box polkitd[786]: Operator of unix-session:2 successfully authenticated as unix-user:david to gain TEMPORARY authorization for action org.freedesktop.sys>
Mai 21 20:10:44 box systemd[1]: Failed to start lactd.service.
Mai 21 20:12:12 box sudo[9968]:    david : TTY=pts/3 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/systemctl enable lactd
-- Boot c861d8ab8b43405fa81a5906a9b8764f --
Mai 21 20:13:42 box sudo[1772]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:17:26 box sudo[2784]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/pacman -Rsc lactd
Mai 21 20:17:29 box systemd[1]: Failed to start lactd.service.
Mai 21 20:18:55 box sudo[3246]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:19:43 box sudo[3490]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable lactd
Mai 21 20:19:48 box sudo[3584]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl start lactd
Mai 21 20:22:22 box lact[3921]: 2025-05-21T18:22:22.116428Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:30 box lact[3921]: 2025-05-21T18:23:30.940570Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:31 box lact[3921]: 2025-05-21T18:23:31.191830Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:31 box lact[3921]: 2025-05-21T18:23:31.442752Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:31 box lact[3921]: 2025-05-21T18:23:31.693933Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:31 box lact[3921]: 2025-05-21T18:23:31.945389Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:32 box lact[3921]: 2025-05-21T18:23:32.197513Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:32 box lact[3921]: 2025-05-21T18:23:32.448972Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:32 box lact[3921]: 2025-05-21T18:23:32.701589Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:32 box lact[3921]: 2025-05-21T18:23:32.952674Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:33 box lact[3921]: 2025-05-21T18:23:33.203564Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:33 box lact[3921]: 2025-05-21T18:23:33.454296Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:33 box lact[3921]: 2025-05-21T18:23:33.705956Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:33 box lact[3921]: 2025-05-21T18:23:33.956281Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:34 box lact[3921]: 2025-05-21T18:23:34.207865Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:34 box lact[3921]: 2025-05-21T18:23:34.458997Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:34 box lact[3921]: 2025-05-21T18:23:34.711055Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:34 box lact[3921]: 2025-05-21T18:23:34.963532Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:35 box lact[3921]: 2025-05-21T18:23:35.214982Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:35 box lact[3921]: 2025-05-21T18:23:35.466719Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:35 box lact[3921]: 2025-05-21T18:23:35.718131Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:35 box lact[3921]: 2025-05-21T18:23:35.969710Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:36 box lact[3921]: 2025-05-21T18:23:36.221407Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
...skipping...
-- Boot c42d6d21e3744855b7340c213c875b69 --
-- Boot c79653fa999d471db6edb1fb3c3d2ad7 --
Mai 21 19:49:46 box sudo[22074]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 19:50:38 box sudo[22282]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 19:51:29 box sudo[36365]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 19:51:37 box sudo[36460]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable lactd
-- Boot 84609ffabd424f97ba59350141845f20 --
Mai 21 19:53:22 box sudo[1722]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 19:55:38 box sudo[1891]:     root : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:03:24 box sudo[5855]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:04:28 box systemd[1]: Failed to start lactd.service.
Mai 21 20:04:40 box sudo[7557]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:04:57 box sudo[7753]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:06:37 box systemd[1]: Failed to start lactd.service.
Mai 21 20:07:09 box sudo[8283]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:07:23 box sudo[8408]:    david : TTY=pts/3 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable lactd
Mai 21 20:09:14 box polkitd[786]: Operator of unix-session:2 successfully authenticated as unix-user:david to gain TEMPORARY authorization for action org.freedesktop.sys>
Mai 21 20:10:00 box polkitd[786]: Operator of unix-session:2 successfully authenticated as unix-user:david to gain TEMPORARY authorization for action org.freedesktop.sys>
Mai 21 20:10:44 box systemd[1]: Failed to start lactd.service.
Mai 21 20:12:12 box sudo[9968]:    david : TTY=pts/3 ; PWD=/etc ; USER=root ; COMMAND=/usr/bin/systemctl enable lactd
-- Boot c861d8ab8b43405fa81a5906a9b8764f --
Mai 21 20:13:42 box sudo[1772]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:17:26 box sudo[2784]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/pacman -Rsc lactd
Mai 21 20:17:29 box systemd[1]: Failed to start lactd.service.
Mai 21 20:18:55 box sudo[3246]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable --now lactd
Mai 21 20:19:43 box sudo[3490]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl enable lactd
Mai 21 20:19:48 box sudo[3584]:    david : TTY=pts/2 ; PWD=/home/david ; USER=root ; COMMAND=/usr/bin/systemctl start lactd
Mai 21 20:22:22 box lact[3921]: 2025-05-21T18:22:22.116428Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:30 box lact[3921]: 2025-05-21T18:23:30.940570Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:31 box lact[3921]: 2025-05-21T18:23:31.191830Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:31 box lact[3921]: 2025-05-21T18:23:31.442752Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:31 box lact[3921]: 2025-05-21T18:23:31.693933Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:31 box lact[3921]: 2025-05-21T18:23:31.945389Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:32 box lact[3921]: 2025-05-21T18:23:32.197513Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:32 box lact[3921]: 2025-05-21T18:23:32.448972Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:32 box lact[3921]: 2025-05-21T18:23:32.701589Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:32 box lact[3921]: 2025-05-21T18:23:32.952674Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:33 box lact[3921]: 2025-05-21T18:23:33.203564Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:33 box lact[3921]: 2025-05-21T18:23:33.454296Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:33 box lact[3921]: 2025-05-21T18:23:33.705956Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:33 box lact[3921]: 2025-05-21T18:23:33.956281Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:34 box lact[3921]: 2025-05-21T18:23:34.207865Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:34 box lact[3921]: 2025-05-21T18:23:34.458997Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:34 box lact[3921]: 2025-05-21T18:23:34.711055Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:34 box lact[3921]: 2025-05-21T18:23:34.963532Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:35 box lact[3921]: 2025-05-21T18:23:35.214982Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:35 box lact[3921]: 2025-05-21T18:23:35.466719Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:35 box lact[3921]: 2025-05-21T18:23:35.718131Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:35 box lact[3921]: 2025-05-21T18:23:35.969710Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:36 box lact[3921]: 2025-05-21T18:23:36.221407Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:36 box lact[3921]: 2025-05-21T18:23:36.473209Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:36 box lact[3921]: 2025-05-21T18:23:36.724329Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:36 box lact[3921]: 2025-05-21T18:23:36.976096Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:37 box lact[3921]: 2025-05-21T18:23:37.228120Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:37 box lact[3921]: 2025-05-21T18:23:37.479828Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:37 box lact[3921]: 2025-05-21T18:23:37.730679Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:37 box lact[3921]: 2025-05-21T18:23:37.981935Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:38 box lact[3921]: 2025-05-21T18:23:38.233342Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:38 box lact[3921]: 2025-05-21T18:23:38.484903Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:38 box lact[3921]: 2025-05-21T18:23:38.735236Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:38 box lact[3921]: 2025-05-21T18:23:38.987322Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:39 box lact[3921]: 2025-05-21T18:23:39.238864Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:39 box lact[3921]: 2025-05-21T18:23:39.489320Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:39 box lact[3921]: 2025-05-21T18:23:39.740253Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:39 box lact[3921]: 2025-05-21T18:23:39.992473Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:40 box lact[3921]: 2025-05-21T18:23:40.244513Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:40 box lact[3921]: 2025-05-21T18:23:40.495893Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:40 box lact[3921]: 2025-05-21T18:23:40.747263Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:40 box lact[3921]: 2025-05-21T18:23:40.998587Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:41 box lact[3921]: 2025-05-21T18:23:41.249981Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:41 box lact[3921]: 2025-05-21T18:23:41.501916Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:41 box lact[3921]: 2025-05-21T18:23:41.752740Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:42 box lact[3921]: 2025-05-21T18:23:42.003579Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:42 box lact[3921]: 2025-05-21T18:23:42.254670Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:42 box lact[3921]: 2025-05-21T18:23:42.505650Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:42 box lact[3921]: 2025-05-21T18:23:42.757115Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:43 box lact[3921]: 2025-05-21T18:23:43.008317Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:43 box lact[3921]: 2025-05-21T18:23:43.259329Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:43 box lact[3921]: 2025-05-21T18:23:43.510660Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:43 box lact[3921]: 2025-05-21T18:23:43.762046Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:44 box lact[3921]: 2025-05-21T18:23:44.013773Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:44 box lact[3921]: 2025-05-21T18:23:44.264791Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:44 box lact[3921]: 2025-05-21T18:23:44.516187Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:44 box lact[3921]: 2025-05-21T18:23:44.767604Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:45 box lact[3921]: 2025-05-21T18:23:45.019102Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:45 box lact[3921]: 2025-05-21T18:23:45.270820Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:45 box lact[3921]: 2025-05-21T18:23:45.522152Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:45 box lact[3921]: 2025-05-21T18:23:45.773299Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:46 box lact[3921]: 2025-05-21T18:23:46.024839Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:46 box lact[3921]: 2025-05-21T18:23:46.275971Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:46 box lact[3921]: 2025-05-21T18:23:46.528202Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:46 box lact[3921]: 2025-05-21T18:23:46.780023Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:47 box lact[3921]: 2025-05-21T18:23:47.031739Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:47 box lact[3921]: 2025-05-21T18:23:47.283110Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:47 box lact[3921]: 2025-05-21T18:23:47.535260Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:47 box lact[3921]: 2025-05-21T18:23:47.786991Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:48 box lact[3921]: 2025-05-21T18:23:48.038617Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:48 box lact[3921]: 2025-05-21T18:23:48.290439Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:48 box lact[3921]: 2025-05-21T18:23:48.542162Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:48 box lact[3921]: 2025-05-21T18:23:48.793504Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:49 box lact[3921]: 2025-05-21T18:23:49.044917Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:49 box lact[3921]: 2025-05-21T18:23:49.295242Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:49 box lact[3921]: 2025-05-21T18:23:49.546565Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:49 box lact[3921]: 2025-05-21T18:23:49.797956Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:50 box lact[3921]: 2025-05-21T18:23:50.048394Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:50 box lact[3921]: 2025-05-21T18:23:50.299774Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:50 box lact[3921]: 2025-05-21T18:23:50.551052Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:50 box lact[3921]: 2025-05-21T18:23:50.803124Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:51 box lact[3921]: 2025-05-21T18:23:51.055189Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:51 box lact[3921]: 2025-05-21T18:23:51.307267Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:51 box lact[3921]: 2025-05-21T18:23:51.559114Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:51 box lact[3921]: 2025-05-21T18:23:51.810513Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:52 box lact[3921]: 2025-05-21T18:23:52.061805Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:52 box lact[3921]: 2025-05-21T18:23:52.312158Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:52 box lact[3921]: 2025-05-21T18:23:52.563517Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:52 box lact[3921]: 2025-05-21T18:23:52.814910Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:53 box lact[3921]: 2025-05-21T18:23:53.065428Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:53 box lact[3921]: 2025-05-21T18:23:53.316932Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:53 box lact[3921]: 2025-05-21T18:23:53.568220Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:53 box lact[3921]: 2025-05-21T18:23:53.819903Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:54 box lact[3921]: 2025-05-21T18:23:54.070182Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:54 box lact[3921]: 2025-05-21T18:23:54.321545Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:54 box lact[3921]: 2025-05-21T18:23:54.572892Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:54 box lact[3921]: 2025-05-21T18:23:54.823202Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:55 box lact[3921]: 2025-05-21T18:23:55.074468Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
Mai 21 20:23:55 box lact[3921]: 2025-05-21T18:23:55.326207Z  INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"
inxi -zv8                                                                                                                                    INT ✘  1m 6s  
System:
  Kernel: 6.12.28-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/@/boot/vmlinuz-6.12-x86_64
    root=UUID=018b08f9-9d0f-4e8c-91d2-22ddc6b69a2a rw rootflags=subvol=@
    quiet splash udev.log_priority=3
  Desktop: KDE Plasma v: 6.3.5 tk: Qt v: N/A info: frameworks v: 6.14.0
    wm: kwin_x11 with: krunner vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop System: ASUS product: N/A v: N/A serial: <superuser required>
  Mobo: ASUSTeK model: ROG STRIX B650-A GAMING WIFI v: Rev 1.xx
    serial: <superuser required> part-nu: SKU uuid: <superuser required>
    UEFI: American Megatrends v: 3057 date: 10/29/2024
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 32 GiB available: 30.49 GiB used: 8.48 GiB (27.8%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 128 GiB slots: 4 modules: 2 EC: None
    max-module-size: 32 GiB note: est.
  Device-1: Channel-A DIMM 0 type: no module installed
  Device-2: Channel-A DIMM 1 type: DDR5 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: spec: 4800 MT/s actual: 6400 MT/s
    volts: note: check curr: 1 min: 1 max: 1 width (bits): data: 64 total: 64
    manufacturer: G Skill Intl part-no: F5-6400J3239G16G serial: <filter>
  Device-3: Channel-B DIMM 0 type: no module installed
  Device-4: Channel-B DIMM 1 type: DDR5 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: spec: 4800 MT/s actual: 6400 MT/s
    volts: note: check curr: 1 min: 1 max: 1 width (bits): data: 64 total: 64
    manufacturer: G Skill Intl part-no: F5-6400J3239G16G serial: <filter>
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 7 9800X3D bits: 64 type: MT MCP arch: N/A level: v4
    note: check family: 0x1A (26) model-id: 0x44 (68) stepping: 0
    microcode: 0xB404023
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 8 threads: 16 tpc: 2
    smt: enabled cache: L1: 640 KiB desc: d-8x48 KiB; i-8x32 KiB L2: 8 MiB
    desc: 8x1024 KiB L3: 96 MiB desc: 1x96 MiB
  Speed (MHz): avg: 600 min/max: 600/5452 boost: enabled scaling:
    driver: amd-pstate-epp governor: powersave cores: 1: 600 2: 600 3: 600
    4: 600 5: 600 6: 600 7: 600 8: 600 9: 600 10: 600 11: 600 12: 600 13: 600
    14: 600 15: 600 16: 600 bogomips: 150458
  Flags: 3dnowprefetch abm adx aes amd_lbr_pmc_freeze amd_lbr_v2 aperfmperf
    apic arat avic avx avx2 avx512_bf16 avx512_bitalg avx512_vbmi2
    avx512_vnni avx512_vp2intersect avx512_vpopcntdq avx512bw avx512cd
    avx512dq avx512f avx512ifma avx512vbmi avx512vl avx_vnni bmi1 bmi2 bpext
    bus_lock_detect cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov
    cmp_legacy constant_tsc cpb cppc cpuid cqm cqm_llc cqm_mbm_local
    cqm_mbm_total cqm_occup_llc cr8_legacy cx16 cx8 de decodeassists erms
    extapic extd_apicid f16c flush_l1d flushbyasid fma fpu fsgsbase fsrm fxsr
    fxsr_opt gfni ht hw_pstate ibpb ibrs ibrs_enhanced ibs invpcid irperf
    lahf_lm lbrv lm mba mca mce misalignsse mmx mmxext monitor movbe
    movdir64b movdiri msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx ospke
    osvw overflow_recov pae pat pausefilter pclmulqdq pdpe1gb perfctr_core
    perfctr_llc perfctr_nb perfmon_v2 pfthreshold pge pku pni popcnt pse
    pse36 rapl rdpid rdpru rdrand rdseed rdt_a rdtscp rep_good sep sha_ni
    skinit smap smca smep ssbd sse sse2 sse4_1 sse4_2 sse4a ssse3 stibp
    succor svm svm_lock syscall tce topoext tsc tsc_adjust tsc_scale umip
    user_shstk v_spec_ctrl v_vmsave_vmload vaes vgif vmcb_clean vme vmmcall
    vnmi vpclmulqdq wbnoinvd wdt x2avic xgetbv1 xsave xsavec xsaveerptr
    xsaveopt xsaves xtopology
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Enhanced / Automatic IBRS; IBPB:
    conditional; STIBP: always-on; PBRSB-eIBRS: Not affected; BHI: Not
    affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 48 [RX 9070/9070 XT]
    vendor: XFX driver: amdgpu v: kernel pcie: gen: 5 speed: 32 GT/s lanes: 16
    ports: active: DP-3,HDMI-A-1 empty: DP-1,DP-2,Writeback-1 bus-ID: 03:00.0
    chip-ID: 1002:7550 class-ID: 0300
  Device-2: Advanced Micro Devices [AMD/ATI] Granite Ridge [Radeon Graphics]
    vendor: ASUSTeK driver: amdgpu v: kernel arch: RDNA-2 code: Navi-2x
    process: TSMC n7 (7nm) built: 2020-22 pcie: gen: 4 speed: 16 GT/s
    lanes: 16 ports: active: none empty: DP-4,HDMI-A-2,Writeback-2
    bus-ID: 0f:00.0 chip-ID: 1002:13c0 class-ID: 0300 temp: 41.0 C
  Display: x11 server: X.Org v: 21.1.16 with: Xwayland v: 24.1.6
    compositor: kwin_x11 driver: X: loaded: amdgpu unloaded: modesetting,radeon
    alternate: fbdev,vesa dri: radeonsi gpu: amdgpu display-ID: :0 screens: 1
  Screen-1: 0 s-res: 5120x1440 s-dpi: 96 s-size: 1354x381mm (53.31x15.00")
    s-diag: 1407mm (55.38")
  Monitor-1: DP-3 mapped: DisplayPort-2 pos: primary,right
    model: LG (GoldStar) ULTRAGEAR serial: <filter> built: 2024 res: N/A dpi: 93
    gamma: 1.2 chroma: red: x: 0.667 y: 0.329 green: x: 0.302 y: 0.604 blue:
    x: 0.141 y: 0.055 white: x: 0.314 y: 0.329 size: 697x392mm (27.44x15.43")
    diag: 800mm (31.5") ratio: 16:9 modes: 2560x1440, 1920x1200, 1920x1080,
    1600x1200, 1680x1050, 1280x1024, 1440x900, 1280x800, 1280x720, 1024x768,
    800x600, 720x480, 640x480
  EDID-Warnings: 1: parse_edid: unknown tag 112
  Monitor-2: HDMI-A-1 mapped: HDMI-A-0 pos: left
    model: ViewSonic VX2758-Series serial: <filter> built: 2019 res:
    mode: 2560x1440 hz: 144 scale: 100% (1) dpi: 109 gamma: 1.2 chroma: red:
    x: 0.678 y: 0.310 green: x: 0.267 y: 0.675 blue: x: 0.153 y: 0.051 white:
    x: 0.314 y: 0.329 size: 598x336mm (23.54x13.23") diag: 686mm (27")
    ratio: 16:9 modes: 2560x1440, 1920x1200, 1920x1080, 1600x1200, 1680x1050,
    1400x1050, 1600x900, 1280x1024, 1440x900, 1280x960, 1280x800, 1152x864,
    1280x720, 1024x768, 832x624, 800x600, 720x576, 720x480, 640x480, 720x400
  EDID-Warnings: 1: parse_edid: unhandled CEA mode 78
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: radeonsi device: 2 drv: swrast gbm: drv: kms_swrast
    surfaceless: drv: radeonsi x11: drv: radeonsi inactive: wayland
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.0.5-arch1.1
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon Graphics (radeonsi
    gfx1201 ACO DRM 3.61 6.12.28-1-MANJARO) device-ID: 1002:7550
    memory: 15.62 GiB unified: no
  API: Vulkan v: 1.4.313 layers: 4 device: 0 type: discrete-gpu name: AMD
    Radeon Graphics (RADV GFX1201) driver: mesa radv v: 25.0.5-arch1.1
    device-ID: 1002:7550 surfaces: N/A device: 1 type: integrated-gpu name: AMD
    Radeon Graphics (RADV RAPHAEL_MENDOCINO) driver: mesa radv
    v: 25.0.5-arch1.1 device-ID: 1002:13c0 surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: lact wl: wayland-info
    x11: xdpyinfo, xprop, xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] driver: snd_hda_intel v: kernel
    pcie: gen: 5 speed: 32 GT/s lanes: 16 bus-ID: 03:00.1 chip-ID: 1002:ab40
    class-ID: 0403
  Device-2: Advanced Micro Devices [AMD/ATI] Rembrandt Radeon High
    Definition Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel pcie:
    gen: 4 speed: 16 GT/s lanes: 16 bus-ID: 0f:00.1 chip-ID: 1002:1640
    class-ID: 0403
  Device-3: Yamaha Steinberg IXO22 driver: snd-usb-audio type: USB rev: 2.0
    speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-12:8 chip-ID: 0499:1760
    class-ID: 0102
  Device-4: ASUSTek USB Audio driver: hid-generic,snd-usb-audio,usbhid
    type: USB rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-6:2
    chip-ID: 0b05:1a52 class-ID: 0300
  API: ALSA v: k6.12.28-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.4.2 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Ethernet I226-V vendor: ASUSTeK driver: igc v: kernel pcie:
    gen: 2 speed: 5 GT/s lanes: 1 port: N/A bus-ID: 0a:00.0 chip-ID: 8086:125c
    class-ID: 0200
  IF: eno1 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Device-2: MEDIATEK MT7922 802.11ax PCI Express Wireless Network Adapter
    vendor: Foxconn driver: mt7921e v: kernel pcie: gen: 2 speed: 5 GT/s
    lanes: 1 bus-ID: 0b:00.0 chip-ID: 14c3:0616 class-ID: 0280
  IF: wlp11s0 state: down mac: <filter>
  Info: services: NetworkManager, systemd-timesyncd, wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Device-1: Foxconn / Hon Hai Wireless_Device driver: btusb v: 0.8 type: USB
    rev: 2.1 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-11:7
    chip-ID: 0489:e0e2 class-ID: e001 serial: <filter>
  Report: rfkill ID: hci0 rfk-id: 0 state: up address: see --recommends
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 2.73 TiB used: 44.07 GiB (1.6%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Samsung model: SSD 990 PRO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: 5B2QJXD7 temp: 38.9 C
    scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:6 vendor: Crucial model: CT2000P3SSD8
    size: 1.82 TiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: P9CR30A temp: 30.9 C
    scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 465.38 GiB size: 465.38 GiB (100.00%)
    used: 44.04 GiB (9.5%) fs: btrfs dev: /dev/nvme0n1p5 maj-min: 259:5
    label: N/A uuid: 018b08f9-9d0f-4e8c-91d2-22ddc6b69a2a
  ID-2: /boot/efi raw-size: 100 MiB size: 96 MiB (96.00%)
    used: 31.1 MiB (32.4%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1
    label: N/A uuid: 4462-4BFC
  ID-3: /home raw-size: 465.38 GiB size: 465.38 GiB (100.00%)
    used: 44.04 GiB (9.5%) fs: btrfs dev: /dev/nvme0n1p5 maj-min: 259:5
    label: N/A uuid: 018b08f9-9d0f-4e8c-91d2-22ddc6b69a2a
  ID-4: /var/cache raw-size: 465.38 GiB size: 465.38 GiB (100.00%)
    used: 44.04 GiB (9.5%) fs: btrfs dev: /dev/nvme0n1p5 maj-min: 259:5
    label: N/A uuid: 018b08f9-9d0f-4e8c-91d2-22ddc6b69a2a
  ID-5: /var/log raw-size: 465.38 GiB size: 465.38 GiB (100.00%)
    used: 44.04 GiB (9.5%) fs: btrfs dev: /dev/nvme0n1p5 maj-min: 259:5
    label: N/A uuid: 018b08f9-9d0f-4e8c-91d2-22ddc6b69a2a
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/nvme0n1p2 maj-min: 259:2 size: 16 MiB fs: <superuser required>
    label: N/A uuid: N/A
  ID-2: /dev/nvme0n1p3 maj-min: 259:3 size: 465.38 GiB fs: ntfs label: N/A
    uuid: B07264497264167E
  ID-3: /dev/nvme0n1p4 maj-min: 259:4 size: 659 MiB fs: ntfs label: N/A
    uuid: 3A0A50EF0A50AA21
  ID-4: /dev/nvme1n1p1 maj-min: 259:7 size: 1.82 TiB fs: ntfs label: NVME-1
    uuid: 980CF0990CF0739A
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 12 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 1-6:2 info: ASUSTek USB Audio type: audio,HID
    driver: hid-generic,snd-usb-audio,usbhid interfaces: 8 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 0b05:1a52 class-ID: 0300
  Device-2: 1-7:3 info: ASUSTek AURA LED Controller type: HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 16mA chip-ID: 0b05:19af class-ID: 0300
    serial: <filter>
  Hub-2: 1-8:4 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0608 class-ID: 0900
  Device-1: 1-9:5 info: Razer USA Huntsman Mini type: keyboard,mouse
    driver: hid-generic,usbhid interfaces: 4 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 500mA chip-ID: 1532:0257 class-ID: 0300
    serial: <filter>
  Device-2: 1-10:9 info: Razer USA RZ01-0321 Gaming Mouse [DeathAdder V2]
    type: mouse,keyboard driver: hid-generic,usbhid interfaces: 4 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 500mA
    chip-ID: 1532:0084 class-ID: 0300
  Device-3: 1-11:7 info: Foxconn / Hon Hai Wireless_Device type: bluetooth
    driver: btusb interfaces: 3 rev: 2.1 speed: 480 Mb/s (57.2 MiB/s) lanes: 1
    mode: 2.0 power: 100mA chip-ID: 0489:e0e2 class-ID: e001 serial: <filter>
  Device-4: 1-12:8 info: Yamaha Steinberg IXO22 type: audio
    driver: snd-usb-audio interfaces: 3 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
    lanes: 1 mode: 2.0 power: 500mA chip-ID: 0499:1760 class-ID: 0102
  Hub-3: 2-0:1 info: super-speed hub ports: 5 rev: 3.1
    speed: 20 Gb/s (2.33 GiB/s) lanes: 2 mode: 3.2 gen-2x2 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-4: 3-0:1 info: hi-speed hub with single TT ports: 2 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-5: 4-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-6: 5-0:1 info: hi-speed hub with single TT ports: 2 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-7: 6-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-8: 7-0:1 info: hi-speed hub with single TT ports: 1 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-9: 8-0:1 info: Linux Foundation 3.0 root hub ports: N/A rev: 3.0
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 47.1 C mobo: 36.5 C
  Fan Speeds (rpm): N/A
  GPU: device: amdgpu temp: 45.0 C mem: 66.0 C fan: 0 watts: 40.00
    device: amdgpu temp: 41.0 C
Repos:
  Packages: 1402 pm: pacman pkgs: 1395 libs: 452 tools: pamac pm: flatpak
    pkgs: 7
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://mirror.init7.net/manjaro/stable/$repo/$arch
    2: https://mirror1.sox.rs/manjaro/stable/$repo/$arch
    3: https://distrohub.kyiv.ua/manjaro/stable/$repo/$arch
    4: https://volico.mm.fcix.net/manjaro/stable/$repo/$arch
    5: https://manjarolinux-mirror.cloud.mu/stable/$repo/$arch
    6: http://manjaro.mirror.ac.za/stable/$repo/$arch
    7: https://mirror.archlinux.tw/Manjaro/stable/$repo/$arch
    8: https://mirrors.tuna.tsinghua.edu.cn/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 452
  1: cpu: 5.9% command: firefox pid: 13494 mem: 831.8 MiB (2.6%)
  2: cpu: 3.9% command: Xorg pid: 834 mem: 109.1 MiB (0.3%)
  3: cpu: 3.6% command: @lymouthd pid: 358 mem: 83.2 MiB (0.2%)
  4: cpu: 2.8% command: firefox pid: 23043 mem: 344.4 MiB (1.1%)
  5: cpu: 1.7% command: firefox pid: 14082 mem: 385.7 MiB (1.2%)
  Memory top: 5 of 452
  1: mem: 994.2 MiB (3.1%) command: plasmashell pid: 1165 cpu: 0.2%
  2: mem: 831.8 MiB (2.6%) command: firefox pid: 13494 cpu: 5.9%
  3: mem: 568.8 MiB (1.8%) command: ./steamwebhelper pid: 10539 cpu: 0.1%
  4: mem: 565.9 MiB (1.8%) command: spectacle pid: 23804 cpu: 0.1%
  5: mem: 560.3 MiB (1.7%) command: krunner pid: 5691 cpu: 0.0%
Info:
  Processes: 452 Power: uptime: 2h 3m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 12.17 GiB services: org_kde_powerdevil,upowerd
    Init: systemd v: 257 default: graphical tool: systemctl
  Compilers: gcc: 15.1.1 Shell: Zsh v: 5.9 running-in: konsole inxi: 3.3.38
``

That seems odd. Do you have 2 versions of LACT installed (the one from the repos & also a Flatpak)? Because I don’t see any mention of Flatpak when I run the systemctl status lactd command.

Also, your journalctl -g lactd output looks weird. Why all these entries?

Operator of unix-session:2 successfully authenticated as unix-user:david to gain TEMPORARY authorization for action org.freedesktop.sys>

and

INFO lact_client::connection::unix: connecting to service at "/run/user/1000/lactd.sock"

Again, that looks to me like it might be something to do with Flatpak. I have never used Flatpak, and my concentration is flagging tonight (it is nearly my bedtime), so all I can really do is recommend that you remove any Flatpaks of LACT (if installed), reboot & retry enabling the lactd service.

Also, is there any specific reason why you are running Plasma as an X11 session?

Desktop: KDE Plasma v: 6.3.5 tk: Qt v: N/A info: frameworks v: 6.14.0
   wm: kwin_x11 with: krunner vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux

You will probably find your AMD system runs better if you switch to a Plasma Wayland session. You can do this by selecting the session type at the login screen (Wayland is the default for Plasma) or, if you use autologin to skip the password screen, you can change to a Wayland session by opening System Settings → Colors & Themes → Login Screen (SDDM) → Behavior.

1 Like

Thanks for the Help man i‘ll try as soon as i get home. Im gonna post an update when i tried those steps.

1 Like

Good evening, i tried your suggestions and removed the flatpak version of the daemon. It does show the right one now and somehow it does work when i just start the daemon via command line like this:

/usr/bin  lact daemon                                                                                                                                                                                                                                                    INT ✘ 
2025-05-23T20:37:59.001891Z  INFO lact_daemon::socket: listening on "/run/user/1000/lactd.sock"
2025-05-23T20:37:59.001901Z  INFO lact_daemon::server: TCP listener disabled
2025-05-23T20:37:59.006483Z  INFO lact_daemon::server::handler: AMDGPU DRM initialized
2025-05-23T20:37:59.007287Z  INFO lact_daemon::server::handler: initialized amdgpu controller for GPU 1002:7550-1EAE:8811-0000:03:00.0 at '/sys/class/drm/card1/device'
2025-05-23T20:37:59.008611Z  INFO lact_daemon::server::handler: initialized amdgpu controller for GPU 1002:13C0-1043:8877-0000:0f:00.0 at '/sys/class/drm/card0/device'
2025-05-23T20:37:59.008807Z  INFO lact_daemon::server::handler: initialized 2 GPUs

But activating the systemctl lactd.service still does not work.
mabey it has something to do with the systemd file at /usr/lib/systemd/system/lactd.service?

[Unit]
Description=GPU Control Daemon
After=multi-user.target

[Service]
ExecStart=lact daemon
Nice=-10
Restart=on-failure

[Install]
WantedBy=multi-user.target

And thank you for the Wayland tip, it does run a little smoother now!

Also tried changing some settings in lact while running the daemon via command line and i got errors instantly after applying.

lact daemon                                                                                                                                                                                                                                                    INT ✘ 
2025-05-23T20:37:59.001891Z  INFO lact_daemon::socket: listening on "/run/user/1000/lactd.sock"
2025-05-23T20:37:59.001901Z  INFO lact_daemon::server: TCP listener disabled
2025-05-23T20:37:59.006483Z  INFO lact_daemon::server::handler: AMDGPU DRM initialized
2025-05-23T20:37:59.007287Z  INFO lact_daemon::server::handler: initialized amdgpu controller for GPU 1002:7550-1EAE:8811-0000:03:00.0 at '/sys/class/drm/card1/device'
2025-05-23T20:37:59.008611Z  INFO lact_daemon::server::handler: initialized amdgpu controller for GPU 1002:13C0-1043:8877-0000:0f:00.0 at '/sys/class/drm/card0/device'
2025-05-23T20:37:59.008807Z  INFO lact_daemon::server::handler: initialized 2 GPUs
2025-05-23T20:48:03.937732Z  INFO lact_daemon: config file was changed, reloading
2025-05-23T20:48:03.937743Z  INFO lact_daemon: configuration reloaded
2025-05-23T20:48:04.037007Z  INFO lact_daemon: config file was changed, reloading
2025-05-23T20:48:04.037015Z  INFO lact_daemon: configuration reloaded
2025-05-23T20:48:22.879280Z  WARN lact_daemon::server::gpu_controller::amd: could not reset fan curve: io error: Permission denied (os error 13)
2025-05-23T20:48:22.879343Z ERROR lact_daemon::server::handler: could not apply settings: Clocks table commands: Ok(["m 1 1325", "vo -60"])

Caused by:
    0: Could not write clocks table
    1: io error: Permission denied (os error 13)
2025-05-23T20:48:22.879368Z  WARN lact_daemon::server::gpu_controller::amd: could not reset fan curve: io error: Permission denied (os error 13)
^X^C2025-05-23T20:48:37.805173Z  INFO lact_daemon: cleaning up and shutting down...
2025-05-23T20:48:37.805218Z ERROR lact_daemon::server::handler: could not reset the clocks table: io error: Permission denied (os error 13)
2025-05-23T20:48:37.805263Z ERROR lact_daemon::server::handler: Could not reset settings for controller 1002:13C0-1043:8877-0000:0f:00.0: Failed to set power performance level: io error: Permission denied (os error 13)
2025-05-23T20:48:37.805287Z ERROR lact_daemon::server::handler: could not reset the clocks table: io error: Permission denied (os error 13)
2025-05-23T20:48:37.805302Z  WARN lact_daemon::server::gpu_controller::amd: Could not reset target temperature: io error: Permission denied (os error 13)
2025-05-23T20:48:37.805316Z  WARN lact_daemon::server::gpu_controller::amd: Could not reset acoustic target: io error: Permission denied (os error 13)
2025-05-23T20:48:37.805328Z  WARN lact_daemon::server::gpu_controller::amd: Could not reset acoustic limit: io error: Permission denied (os error 13)
2025-05-23T20:48:37.805341Z  WARN lact_daemon::server::gpu_controller::amd: Could not reset minimum pwm: io error: Permission denied (os error 13)
2025-05-23T20:48:37.805360Z  WARN lact_daemon::server::gpu_controller::amd: could not reset fan curve: io error: Permission denied (os error 13)
2025-05-23T20:48:37.805375Z ERROR lact_daemon::server::handler: Could not reset settings for controller 1002:7550-1EAE:8811-0000:03:00.0: Failed to set power performance level: io error: Permission denied (os error 13)
    /usr/bin  lact daemon                                                                                                                                                                                                                                            ✔  10m 39s  
2025-05-23T20:48:41.760418Z  INFO lact_daemon::socket: listening on "/run/user/1000/lactd.sock"
2025-05-23T20:48:41.760427Z  INFO lact_daemon::server: TCP listener disabled
2025-05-23T20:48:41.765001Z  INFO lact_daemon::server::handler: AMDGPU DRM initialized
2025-05-23T20:48:41.766082Z  INFO lact_daemon::server::handler: initialized amdgpu controller for GPU 1002:7550-1EAE:8811-0000:03:00.0 at '/sys/class/drm/card1/device'
2025-05-23T20:48:41.767976Z  INFO lact_daemon::server::handler: initialized amdgpu controller for GPU 1002:13C0-1043:8877-0000:0f:00.0 at '/sys/class/drm/card0/device'
2025-05-23T20:48:41.768176Z  INFO lact_daemon::server::handler: initialized 2 GPUs
2025-05-23T20:48:53.006741Z  WARN lact_daemon::server::gpu_controller::amd: could not reset fan curve: io error: Permission denied (os error 13)
2025-05-23T20:48:53.006802Z ERROR lact_daemon::server::handler: could not apply settings: Clocks table commands: Ok(["vo -60"])

Caused by:
    0: Could not write clocks table
    1: io error: Permission denied (os error 13)
2025-05-23T20:48:53.006826Z  WARN lact_daemon::server::gpu_controller::amd: could not reset fan curve: io error: Permission denied (os error 13)

``

Running LACT as an unprivileged user allows you to view details, but not change anything.

You need to run it as root. As it is a daemon that runs in the background, when starting it via a terminal, you should probably add an ampersand (&) to the end of the command to send it to the background and return you to the command prompt:

sudo lact daemon &

Note that this means you will have to kill the lact process manually if you want it to end.

Maybe the systemd service isn’t starting because a former or current instance of the daemon is already taking up the socket it normally listens on. You should not run the daemon manually if it is already enabled as a systemd service.

Try these commands in this order:

First, disable the systemd service:

systemctl disable --now lactd

You will be prompted for your password.

Then kill any other instances (user & root) of lact:

sudo pkill -f lact

Then remove any root created daemon files from the root socket:

sudo rm -f /run/lactd.sock

And remove any user created daemon files from the user socket:

rm -f /run/user/1000/lactd.sock

Then try enabling the systemd service again:

systemctl enable --now lactd

You will be prompted for your password, and if it launches successfully, you will have the following file present in your system: /run/lactd.sock

With the daemon running as a system service, you should then be able to access & change your GPU’s configuration via the LACT GUI, which can be found be in your application launcher or launched with the following command:

lact gui

Hi,
yes with sudo lact daemon & it worked completely normal but following your steps it just does the same thing and freezes at

systemctl enable --now lactd                                                                                                                                                                                                                            ✔ 
Created symlink '/etc/systemd/system/multi-user.target.wants/lactd.service' → '/usr/lib/systemd/system/lactd.service'.

Atleast I am able to start the daemon via terminal and it works normal like this. :sweat_smile:
I appreciate the help though.

1 Like