LACT icon indicating copy to clipboard operation
LACT copied to clipboard

Daemon Service will not start on Manjaro

Open GingerBobRoss opened this issue 9 months ago • 6 comments

Checklist

Bug description

I installed LACT on Manjaro running kernel 6.8 and after adding my username to the Config.yaml in /etc/lact/config.yaml and restarting the daemon service with sudo systemctl restart lactd
I still can not get LACT to enable with sudo systemctl enable --now lactd running LACT in terminal reports that the socket file is not found

Screenshot_20240501_011626 Screenshot_20240501_011613 Screenshot_20240430_233407 Screenshot_20240501_011947

LACT-sysfs-snapshot-20240501-012044.tar.gz

System info

- LACT version: 5.4
- GPU model:Sapphire Nitro+ RX 7900XT
- Kernel version:6.8.5-1
- Distribution: Manjaro

GingerBobRoss avatar May 01 '24 06:05 GingerBobRoss

Your config is incorrect. It should be

admin_groups:
- gonger

And you can check if the service is running with systemctl status lactd

ilya-zlobintsev avatar May 01 '24 06:05 ilya-zlobintsev

That seems to have fixed it, but im still not able to make any adjustments due to the error below Caused by: 0: Could not set default power profile mode 1: Got error from daemon, end of client boundary 2: Failed to edit GPU config and set power profile mode 3: Could not apply settings, and could not reset to default settings 4: Failed to set power cap: 150 5: io error: Invalid argument (os error 22)

The service is running now but it reports the preset is disabled. i restarted the daemon as well and closed and reopened lact as well as rebooted.

GingerBobRoss avatar May 01 '24 18:05 GingerBobRoss

Try removing the gpus section in the config file (keep just the gpus: line, delete everything after) and restarting the service - it looks like you've already had some custom settings applied?

ilya-zlobintsev avatar May 01 '24 19:05 ilya-zlobintsev

Thanks! I will try that when I get off work tonight and report back!

GingerBobRoss avatar May 01 '24 22:05 GingerBobRoss

I got that issue resolved, but i feel like its one issue after the other. Ive noticed that my TDP usage spikes up to 450w when i have the power usage limit set to 235w and none of the clockspeed and undervolt options works LACT-sysfs-snapshot-20240502-205615.tar.gz

GingerBobRoss avatar May 03 '24 01:05 GingerBobRoss

According to the snapshot, the power limit is set correctly, and there's a voltage offset configured at -60mV. So it doesn't seem like there's a problem on lact's side.

ilya-zlobintsev avatar May 04 '24 16:05 ilya-zlobintsev

According to the snapshot, the power limit is set correctly, and there's a voltage offset configured at -60mV. So it doesn't seem like there's a problem on lact's side.

Sorry for the late response. I got everything working with the exception of having fan control since thats an issue with Overdrive in the kernel. Really hope AMD grants that control soon. It still isnt fixed on kernel 6.9. having my fans turn off and then rapidly turn on is quite annoying.

GingerBobRoss avatar May 15 '24 22:05 GingerBobRoss