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:
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
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- Many more US states are planning or already have operating system age verification laws
- Xbox "Project Helix" confirmed to run Xbox and PC games - competition for the Steam Machine
- Transport Fever 3 confirmed for Linux and macOS support
- Slay the Spire 2 is out now in Early Access with online co-op
- > See more over 30 days here
Recently Updated
- Recommendations for portable monitor for Steam Deck?
- childermass - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Introduce Yourself!
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
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.
cat /etc/cron.d/*systemctl list-timers
systemctl --user list-timers
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...
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 PASSEDFri 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.hourly25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
Can't help you with systemd specifics though.
I ran locate / as [suggested on Launchpad](https://bugs.launchpad.net/ubuntu/+source/mlocate/+bug/1190696) 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 Feb 2020 at 5:25 am UTC