You are not logged in.
Since this update, I noticed:
$ systemctl | grep fail
crond.service loaded failed failed Legacy unit for crondI have no idea how to disable crond.service which doesn't seem to exist on my filesystem.
$ locate service | grep cron
/etc/systemd/system/multi-user.target.wants/cronie.service
/usr/lib/systemd/system/cronie.service# systemctl disable crond.service
Failed to issue method call: No such file or directoryIs this a bug or PEBKAC?
EDIT: bugged it.
https://bugs.archlinux.org/task/31063
Last edited by graysky (2012-08-09 20:51:21)
Offline
It's cronie.service rather than crond in systemd ![]()
Offline
I have requested that this thread be closed to minimize confusion. Please use the bug report's comments where is very on topic.
Last edited by graysky (2012-08-08 16:27:18)
Offline
crond.service is a legacy unit created by initscripts. Remove crond from rc.conf and/or get rid of sysvinit.
Edit: Sorry, I thought this belongs here, too and not only in the bugtracker to conclude the topic.
Last edited by progandy (2012-08-08 16:54:24)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
For the future the best way to find out about a service is:
# systemctl status crond.service
It should tell you "Loaded: loaded (/run/systemd/generator.late/crond.service; enabled)" or something along those lines.
Offline
http://en.gentoo-wiki.com/wiki/Systemd#dcron
Look here if it is useful for you!
CPU: AMD Sempron SI-42 - 2.1 Ghz Video: Nvidia GeForce 8200MG RAM: 4Gb DR
OS: Arch x86_64 + awesome + GTK+
My DeviantART
Offline
Bug fixed with cronie package in [testing].
Offline
Perfect. ![]()
CPU: AMD Sempron SI-42 - 2.1 Ghz Video: Nvidia GeForce 8200MG RAM: 4Gb DR
OS: Arch x86_64 + awesome + GTK+
My DeviantART
Offline