View Single Post
Old 06-17-2013, 11:59 AM   #4
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Perhaps it is only missing in the "diags" system, in the main system:
Code:
[root@kindle root]# ps aux | grep cron
root       677  0.0  0.2   2432   516 pts/0    SN+  11:08   0:00 grep cron
root     17652  0.0  0.2   2428   544 ?        Ss   Jun07   0:02 /usr/sbin/crond -c /etc/crontab/
It is present and running.
Code:
[root@kindle root]# ls -l /usr/sbin/cron*
lrwxrwxrwx    1 root     root           17 Sep 23  2011 /usr/sbin/crond -> ../../bin/busybox

[root@kindle root]# ls -l /etc/crontab/
-rw-r--r--    1 root     root          228 Sep 23  2011 root

[root@kindle root]# cat /etc/crontab/root
*/15 * * * * /usr/sbin/checkpmond
*/15 * * * * /usr/sbin/tinyrot
*/60 * * * * /usr/sbin/loginfo tmpfs
*/60 * * * * /usr/sbin/loginfo localVars
*/60 * * * * /usr/sbin/loginfo memusedump
*/15 * * * * /usr/sbin/loginfo powerdcheck
And that is the 4.1.1 system image file installed by KUBRICK

So if you can't find cron in the 'main' system partition (the K4 is a dual-boot machine), then you might want to KUBRICK it back to factory stock.
knc1 is offline   Reply With Quote