操作系统:Kubuntu 18.04.3
$ update-apt-xapian-index --version
update-apt-xapian-index 0.47
$
/etc/cron.weekly有apt-xapian-index. 其他都不是计划任务相关文件夹/ETC有apt-xapian-index或类似的东西。
根据位置apt-xapian-index,我希望它每周运行一次。
然而,运行axi-cache info
(在采用了 N0rbert 描述的解决方法之后)这里)让我相信它运行得更频繁。以下是过去几天的相关输出:
Update timestamp: /var/lib/apt-xapian-index/update-timestamp (last updated: Fri Sep 27 14:21:48 2019)
Update timestamp: /var/lib/apt-xapian-index/update-timestamp (last updated: Sun Sep 29 06:34:46 2019)
Update timestamp: /var/lib/apt-xapian-index/update-timestamp (last updated: Mon Sep 30 06:31:35 2019)
为什么会这样?更新 apt-xapian-index知道何时以及多久跑步一次而不是每周只跑一次?
编辑:我应该补充一下,我只使用sudo apt update
和sudo apt full-upgrade
。我不使用诸如介子或者突触或任何可能导致更新 apt-xapian-index运行以更新其数据库或内部索引。
$ systemctl list-timers --all
NEXT LEFT LAST PASSED UNIT ACTIVATES
Mon 2019-09-30 18:02:59 IST 8min left Mon 2019-09-30 17:03:42 IST 50min ago anacron.timer anacron.service
Tue 2019-10-01 03:29:28 IST 9h left Mon 2019-09-30 06:27:35 IST 11h ago apt-daily.timer apt-daily.service
Tue 2019-10-01 05:36:56 IST 11h left Mon 2019-09-30 12:36:49 IST 5h 17min ago motd-news.timer motd-news.service
Tue 2019-10-01 06:17:32 IST 12h left Mon 2019-09-30 06:27:35 IST 11h ago apt-daily-upgrade.timer apt-daily-upgrade.service
Tue 2019-10-01 06:42:49 IST 12h left Mon 2019-09-30 06:42:49 IST 11h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
Mon 2019-10-07 00:00:00 IST 6 days left Mon 2019-09-30 06:27:35 IST 11h ago fstrim.timer fstrim.service
n/a n/a Mon 2019-09-30 06:28:35 IST 11h ago ureadahead-stop.timer ureadahead-stop.service
7 timers listed.
$