I have this problem that linux-cachyos-rc-zfs dependency unresolved when I want to add linux-cachyos-rc
resolving dependencies...
warning: cannot resolve "linux-cachyos-rc=6.14.rc7-3", a dependency of "linux-cachyos-rc-zfs"
:: The following package cannot be upgraded due to unresolvable dependencies:
linux-cachyos-rc-zfs
:: Do you want to skip the above package for this upgrade? [y/N]
then another thing. I usually keep rebooting my system until this status changed by it self. or is there a way to make it work
× scx.service - Start scx_scheduler
Loaded: loaded (/usr/lib/systemd/system/scx.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Thu 2025-04-10 08:53:13 WIB; 14s ago
Duration: 824ms
Invocation: 7cf41085acdb4dc093f19e58860b3778
Process: 2081 ExecStart=/bin/bash -c exec ${SCX_SCHEDULER_OVERRIDE:-$SCX_SCHEDULER} ${SCX_FLAGS_OVERRIDE:-$SCX_>
Main PID: 2081 (code=exited, status=1/FAILURE)
Apr 10 08:53:13 cachyos-desktop systemd[1]: scx.service: Scheduled restart job, restart counter is at 2.
Apr 10 08:53:13 cachyos-desktop systemd[1]: scx.service: Start request repeated too quickly.
Apr 10 08:53:13 cachyos-desktop systemd[1]: scx.service: Failed with result 'exit-code'.
Apr 10 08:53:13 cachyos-desktop systemd[1]: Failed to start Start scx_scheduler.
I’m really sorry I’m such a mess. Thank you so much for your OS and your help
Are you using ZFS? If so, you can’t use 6.15 right now because ZFS doesn’t build.
Please show the full log by checking journalctl -u scx.service. Usually the service fails to start if /etc/default/scx has invalid syntax or you’re already using scx_loader.
Are you using ZFS? If so, you can’t use 6.15 right now because ZFS doesn’t build.
Yes I am. ok, got it. thanks.
Please show the full log by checking journalctl -u scx.service. Usually the service fails to start if /etc/default/scx has invalid syntax or you’re already using scx_loader.
right now it’s working. after few reboots and finally it’s working.
# List of scx_schedulers: scx_bpfland scx_central scx_flash scx_lavd scx_layered scx_nest scx_qmap scx_rlfifo scx_r>
SCX_SCHEDULER=scx_lavd
# Set custom flags for each scheduler, below is an example of how to use
SCX_FLAGS='--performance'
It needs sometime to have a working status. I usually to ‘sudo systemctl status scx’ right away after logged in. I give sometime like a minute if it’s still an error then sudo systemctl restart scx mostly worked. Thank you