ilya-zlobintsev / LACT

Linux AMDGPU Configuration Tool
MIT License
988 stars 28 forks source link

Could not connect to daemon, running in embedded mode. #336

Closed SneakiestDuke68 closed 1 month ago

SneakiestDuke68 commented 1 month ago

Checklist

Bug description

Hello i have a problem with app, everytime when i run this always get error about permision, error 13. I wrote command "sudo systemctl enable --now lactd" but still get error. lact

System info

- LACT version:0.5.4-release-embedded (commit 6dc3520) , 0.5.4-release (commit 6dc3520)
- GPU model:AMD Radeon RX 6800 XT (0x1002:0x73BF:0xC1)
- Kernel version:6.9.1-1-default
- Distribution:OpenSUSE Tumbleweed KDE Plasma
pablovesnine commented 1 month ago

Same for me with LACT 0.5.5 in Pop!_OS (Kernel 6.8.0) with a RX 7900 GRE.

SneakiestDuke68 commented 1 month ago

Ok, i was fix that. I didn't see configuration tab on main page of app, so is need to do this: "To fix socket permissions in such configurations, edit /etc/lact/config.yaml and add your username or group as the first entry in admin_groups under daemon, and restart the service (sudo systemctl restart lactd)."

ilya-zlobintsev commented 1 month ago

As stated in the readme, the default user configuration on OpenSUSE makes it so the user has to be specified manually.

Same for me with LACT 0.5.5 in Pop!_OS (Kernel 6.8.0) with a RX 7900 GRE.

Check if the daemon is running (sudo systemctl status lactd) and if the permissions on the socket are right (ls -l /run/lactd.sock)