Enable_systemd_timers not working

enable_systemd_timers=('fstrim' 'pkgfile-update') is in profile.conf but calamares did not enable them.

may you post the output of

systemctl list-timers

first

Ran “systemctl status *.timer” not there.
Will have to build iso again to get info as they are not there. I put them in enable_systemd and calamares added service to them so they don’t work.

Below Systemctl you can see they are in but not enabled

systemctl status fstrim.timer
○ fstrim.timer - Discard unused blocks once a week
     Loaded: loaded (/usr/lib/systemd/system/fstrim.timer; disabled; preset: disabled)
     Active: inactive (dead)
    Trigger: n/a
   Triggers: ● fstrim.service
       Docs: man:fstrim

systemctl status pkgfile-update.timer
○ pkgfile-update.timer - pkgfile database update timer
     Loaded: loaded (/usr/lib/systemd/system/pkgfile-update.timer; disabled; preset: disabled)
     Active: inactive (dead)
    Trigger: n/a
   Triggers: ● pkgfile-update.service

@philm @oberon Looking in calamares log it does not mention enable_ systemd_timers at all, has it ever worked?

see Error in buildiso and problem with calamares for solution

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.