Forum › Forums › Official Releases › antiX-26 “Stephen Kapos” › borgD contaminant
- This topic has 5 replies, 3 voices, and was last updated Jul 11-3:28 am by m4r35n357.
-
AuthorPosts
-
April 5, 2026 at 3:32 am #200776
m4r35n357
MemberAs one of the “relics” who actually delivers local email, I have just seen this in my inbox:
From: Anacron <root@bonsai.doitto.me.uk> To: root@bonsai.doitto.me.uk Subject: Anacron job 'cron.daily' on bonsai Date: Sun, 05 Apr 2026 08:01:42 +0100 (BST) /etc/cron.daily/apt-compat: /etc/cron.daily/apt-compat: 55: exec: /usr/lib/apt/apt.systemd.daily: not found run-parts: /etc/cron.daily/apt-compat exited with return code 127The final command in the cron job is:
# run daily job exec /usr/lib/apt/apt.systemd.dailyI intend to nuke it from orbit, to be sure π
- This topic was modified 5 months, 3 weeks ago by m4r35n357. Reason: literacy
April 5, 2026 at 4:58 pm #200839032_hsn
Memberha ha …
April 15, 2026 at 3:33 pm #201870
wildstar84MemberThe file “/usr/lib/apt/apt.systemd.daily” doesn’t even exist on my system, so nothing to “nuke” here! π
April 17, 2026 at 6:57 am #202007m4r35n357
MemberOK, I didn’t explain properly, but now I have a couple of minutes to do it justice. The cron job is:
/etc/cron.daily/apt-compatthis script belongs to:
$ dpkg -S /etc/cron.daily/apt-compat apt: /etc/cron.daily/apt-compatand I assume you have apt π
$ grep systemd /etc/cron.daily/apt-compat # Systemd systems use a systemd timer unit which is preferable to # same time. The systemd time is better at this than the fixed if [ -d /run/systemd/system ]; then exec /usr/lib/apt/apt.systemd.dailyis that better? π Now I could edit /etc/cron.daily/apt-compat myself & delete the appropriate commands, but it will be overwritten at some point.
- This reply was modified 5 months, 1 week ago by m4r35n357. Reason: more detail
July 10, 2026 at 6:34 pm #208179
wildstar84MemberSorry I didn’t see this reply until now. Yes I have apt and also the file “/etc/cron.daily/apt-compat”, but I do not have a file named “/usr/lib/apt/apt.systemd.daily”, do you?. Technically, it seems the former file should’ve used the code (to avoid potential missing file warnings):
if [ -x /usr/lib/apt/apt.systemd.daily ]; then
/usr/lib/apt/apt.systemd.daily
fiIf you DO have that file, you could either chmod it to NOT be executable, rename it, or comment out the line referencing it in /etc/cron.daily/apt-compat. I do not have any idea what this daily job is supposed to do on a non-systemD system though (need further light on this).
July 11, 2026 at 3:28 am #208201m4r35n357
MemberThe script
/etc/cron.daily/apt-compatseems to be BorgD only, I zoned out after reading “sleep randomly blah . . .” – IMO that is typical operational BorgD “logic”. This is not a critical issue, I just get a boring email every day.
Since there is no point changing system files I pointed it out here – that is all really.
-
AuthorPosts
- You must be logged in to reply to this topic.