You are not logged in.
Pages: 1
Hi there,
last night, at exactly midnight the whole system froze up, nothing worked anymore. I had to do a hard reset.
I assume that it is related to systemd and its journal since it usually starts to get active at 12, doing whatever, causing lots of disc activity.
/etc/cron.daily/ is empty, so I don't see what else it could be. Any ideas?
systemd 218-1
No log files, the last entry is from Dec 24 23:31:50, so much for the great new journal.
Offline
I've asked https://bugs.archlinux.org/task/43219
What timers do you have enabled? Set them to a different time and run them one at a time.
Offline
mod note: not a kernel issue. moved to sys admin.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Karol, it is unclear to me to what timers you refer to.
Offline
Post the output of 'systemctl list-timers'.
Offline
Ah, I see, this is something like cron built into systemd?
Do we have two different cron thingies on the system in parallel now?
$ systemctl list-timers
NEXT LEFT LAST PASSED UNIT ACTIVATES
Tue 2015-01-06 00:00:00 CET 11h left Mon 2015-01-05 01:10:25 CET 11h ago logrotate.timer logrotate.s
Tue 2015-01-06 00:00:00 CET 11h left Mon 2015-01-05 01:10:25 CET 11h ago man-db.timer man-db.serv
Tue 2015-01-06 00:00:00 CET 11h left Mon 2015-01-05 01:10:25 CET 11h ago shadow.timer shadow.serv
Tue 2015-01-06 00:00:00 CET 11h left Mon 2015-01-05 01:10:25 CET 11h ago updatedb.timer updatedb.se
Tue 2015-01-06 10:02:13 CET 21h left Mon 2015-01-05 10:02:13 CET 2h 51min ago systemd-tmpfiles-clean.timer systemd-tmp
Last edited by PUE (2015-01-05 19:12:39)
Offline
I have no cron
$ pacman -Qs cron
$
just systemd. See https://wiki.archlinux.org/index.php/Systemd/Timers
When posting configs, code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode
like this
It makes the code more readable and - in case of longer listings - more convenient to scroll through.
Offline
I have one installed, even though I think I did this particular installation after the switch to systemd.
$ pacman -Qs cron
local/cronie 1.4.12-1
Do you think it might conflict?
Any idea what the issue might be?
Offline
What issue? If you don't like the timers starting daily at midnight, change it to e.g. weekly runs. If you're not using a package - remove it.
Offline
Just having cronie installed isn't a problem. I have both cronie and incron installed and don't have an issue at midnight. Moreover, I am running cron jobs using cronie. Both root and me have active crontab jobs set up.
But, as karol says, if you are not using it, remove it.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Pages: 1