Package Details: coolercontrol 1.2.2-1

Git Clone URL: https://aur.archlinux.org/coolercontrol.git (read-only, click to copy)
Package Base: coolercontrol
Description: A program to monitor and control your cooling devices
Upstream URL: https://gitlab.com/coolercontrol/coolercontrol
Licenses: GPL3
Conflicts: coolercontrol, coolero
Provides: coolercontrol
Submitter: codifryed
Maintainer: codifryed
Last Packager: codifryed
Votes: 16
Popularity: 1.11
First Submitted: 2023-02-07 21:45 (UTC)
Last Updated: 2024-04-13 11:09 (UTC)

Pinned Comments

codifryed commented on 2023-02-07 22:54 (UTC) (edited on 2024-01-06 23:57 (UTC) by codifryed)

Post-installation steps:

sudo systemctl enable --now coolercontrold

Then open the desktop application.

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

codifryed commented on 2024-04-13 10:50 (UTC) (edited on 2024-04-13 10:50 (UTC) by codifryed)

For the Blank UI issue, see: https://gitlab.com/coolercontrol/coolercontrol/-/issues/229

turbochamp commented on 2024-04-06 20:06 (UTC)

Blank UI when launching CoolerControl

Launching coolercontrol from terminal results in this spammed message:

** (coolercontrol:2361): WARNING **: 15:54:09.676: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
  • Checking daemon with systemctl status coolercontrold results in:
Apr 06 15:53:41 hustin coolercontrold[1011]: "Resource not found: No such file or directory (os error 2)"
Apr 06 15:54:10 hustin coolercontrold[1011]: "Resource not found: No such file or directory (os error 2)"

ggnoredo commented on 2024-04-04 19:27 (UTC)

@codifryed upgrading from 1.70 to 1.77 fixed the issue. thank you

codifryed commented on 2024-04-02 21:15 (UTC)

Hi @ggnoredo,

I'm unable to reproduce your error and none of our builds have had this issue.

Are you on the latest rust/cargo version of 1.77.1?

ggnoredo commented on 2024-04-02 19:15 (UTC)

error: failed to select a version for `env_logger`.
    ... required by package `coolercontrold v1.2.1 (/home/USERNAME/.cache/yay/coolercontrol/src/coolercontrol-1.2.1/coolercontrold)`
versions that meet the requirements `^0.11.3` (locked to 0.11.3) are: 0.11.3

the package `coolercontrold` depends on `env_logger`, with features: `anstream` but `env_logger` does not have these features.
 It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.


failed to select a version for `env_logger` which could resolve this conflict
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: coolercontrol-exit status 4

codifryed commented on 2024-02-23 12:35 (UTC)

Hi @blackhole,
Hmm, I'm not sure where to start, other than this looks like a support issue and not an AUR package issue. Please create a ticket on the project page.

Some quick notes:
- All daemon configuration files are stored under /etc/coolercontrol/. If you haven't overwritten it, all your profiles are stored there.
- Login doesn't affect the daemon, only the UI connection.
- At first it sounds like the configuration got corrupted somehow, or something changed unexpectedly and the daemon doesn't know how to deal with it. Moving/deleting all your configuration files and starting fresh is an option, then copying over specific things like your profile if things work again. If there is a software issue then this needs some deeper debugging to find out what the issue is and it's not something that's happened in testing so far.

blackhole commented on 2024-02-23 08:04 (UTC)

I cannot edit profiles any more. I have changed password and login is successful.

What I see in systemd status:

feb 23 08:58:15 archlinux coolercontrold[10215]: No Duty Set AND Safety latch triggered. This should not happen.

etc.

Before was working fine, reinstalled the package but still cannot edit or recover previous configuration for NZXT smart device v2

codifryed commented on 2024-02-10 19:22 (UTC) (edited on 2024-02-10 19:23 (UTC) by codifryed)

@texer22

If it says "Admin Access", then you're logged in as admin and should be able to create profiles. I see that IPv6 is blocked, but if "localhost" resolves only to your IPv4 address then there shouldn't be a problem. At this point I would suggest opening a proper bug ticket on the GitLab project page.

There are no openrc service files nor systemd service files for the Coolero Flatpak. Coolero was a completely different implementation without proper service daemons and the two phases of this project no longer share any code.

texer22 commented on 2024-02-01 17:57 (UTC) (edited on 2024-02-05 12:06 (UTC) by texer22)

No, it says Admin Access and "Login" is inactive, only "Set New Password" is active. I have two errors

(WARN  coolercontrold::api] Failed to bind to loopback ipv6 address: Address family not supported by protocol (os error 97) because I blocked IPv6.

Second error

[2024-02-01T18:00:03Z ERROR coolercontrold::repositories::liquidctl::liqctld_client] Could not establish socket connection to coolercontrol-liqctld, retry #1 - No such file or directory (os error 2)
[2024-02-01T18:00:04Z ERROR coolercontrold::repositories::liquidctl::liqctld_client] Could not establish socket connection to coolercontrol-liqctld, retry #2 - No such file or directory (os error 2)
[2024-02-01T18:00:05Z ERROR coolercontrold::repositories::liquidctl::liqctld_client] Could not establish socket connection to coolercontrol-liqctld, retry #3 - No such file or directory (os error 2)
[2024-02-01T18:00:06Z ERROR coolercontrold::repositories::liquidctl::liqctld_client] Could not establish socket connection to coolercontrol-liqctld, retry #4 - No such file or directory (os error 2)
[2024-02-01T18:00:07Z ERROR coolercontrold::repositories::liquidctl::liqctld_client] Could not establish socket connection to coolercontrol-liqctld, retry #5 - No such file or directory (os error 2)
[2024-02-01T18:00:08Z ERROR coolercontrold] Error initializing LIQUIDCTL Repo: Failed to connect to coolercontrol-liqctld after 5 tries

I tried on VM and I get warning that connection to a CoolerControl daemon could not be established. Why there are openrc service files for Coolero on the flathub but not here?
Coolercontrold
Coolercontrol-liquidctl-daemon

I use portmaster so maybe there is some more security toward loopback but I haven't found any settings.

codifryed commented on 2024-02-01 12:52 (UTC)

@texer22 Hmmm. If you open the Access Protection menu in the top right - and if it says "Guest" - try clicking on Log In to see if it then logs you in automatically.

Unfortunately, I can't reproduce your issue. I even fired up a fresh Artix install in a VM and both UIs connect and work fine. (Firefox for the Web UI) Do you have some extra security setup for your loopback interface by any chance?