While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Valve dev details more on the work behind making Steam for Linux more stable
- Proton Experimental adds DLSS 3 Frame Generation support, plus fixes for Dragon Age: The Veilguard, Rivals of Aether II and more
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
New Hearts of Iron IV DLC lets you rewrite German histo…
- Massinissa -
Linux kernel 6.12 is out now with real-time capabilitie…
- BladePupper -
Half-Life 2 free to keep until November 18th, Episodes …
- Mambo -
Linux kernel 6.12 is out now with real-time capabilitie…
- HobbesHK -
The Walking Dead, The Expanse and more in the Telltale …
- Arehandoro - > See more comments
- Steam and offline gaming
- Dorrit - Weekend Players' Club 11/15/2024
- Ehvis - What do you want to see on GamingOnLinux?
- Liam Dawe - New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - See more posts
View PC info
Anyway, I’d like to figure out what this is and turn it off but I have no idea where to look, so any help would be welcome. Running crontab as either my user or root returns nothing. I’m on Mint 19 Cinnamon.
View PC info
cat /etc/cron.d/*
systemctl list-timers
systemctl --user list-timers
View PC info
I personally find locate a very useful tool when you need it, just shift it to a time when you're less active, or maybe weekly or even monthly instead of daily...
View PC info
/etc/cron.d/* looks innocent:
30 7 * * * root [ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""
0 * * * * root timeshift --check --scripted
systemctl list-timers:
NEXT LEFT LAST PASSED
Fri 2020-02-21 18:03:54 EST 8min left Fri 2020-02-21 17:00:11 EST 55min ago
Fri 2020-02-21 18:34:22 EST 38min left Fri 2020-02-21 09:53:17 EST 8h ago
Sat 2020-02-22 03:33:17 EST 9h left Fri 2020-02-21 14:43:13 EST 3h 12min a
Sat 2020-02-22 06:53:35 EST 12h left Fri 2020-02-21 09:53:17 EST 8h ago
Sat 2020-02-22 13:22:29 EST 19h left Fri 2020-02-21 13:22:29 EST 4h 33min a
Mon 2020-02-24 00:00:00 EST 2 days left Mon 2020-02-17 00:00:11 EST 4 days ago
n/a n/a Thu 2020-02-20 00:18:53 EST 1 day 17h
The last one might correspond to the approximate time it finished two days ago, but the rest don’t seem related.
systemctl --user list-timers shows 0 timer.
I also tried grep run-parts /etc/crontab to check mlocate and other dailies but the timing doesn’t correspond either.
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
View PC info
Can't help you with systemd specifics though.
View PC info
I ran locate / as suggested on Launchpad to see where it was spending so much time, and as it happens Timeshift’s snapshots are occupying an incredible proportion of the output. I’ve added its directory to PRUNEPATHS in /etc/updatedb.conf as suggested, we’ll see how it goes the next time.
Last edited by Salvatos on 22 February 2020 at 5:25 am UTC
View PC info
View PC info