Gentoo Archives: gentoo-user-de

From: Kai Sommer <lists@××××××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] webapp-config und SquirrelMail
Date: Sat, 15 Apr 2006 11:34:04
Message-Id: 200604151330.32291.lists@i-sommer.de
In Reply to: Re: [gentoo-user-de] webapp-config und SquirrelMail by Erik Wasser
1 Am Samstag, 15. April 2006 13:03 schrieb Erik Wasser:
2 > Welche Cronjobs hast du nachgeschaut?
3 >
4 > /etc/cron.d
5 total 8.0K
6 drwxr-xr-x 2 root root 18 Jul 23 2005 .
7 drwxr-xr-x 60 root root 4.0K Apr 15 08:00 ..
8 -rw-r--r-- 1 root root 0 Aug 15 2005 .keep
9
10 > /etc/cron.daily
11 total 16K
12 drwxr-xr-x 2 root root 53 Jul 23 2005 .
13 drwxr-xr-x 60 root root 4.0K Apr 15 08:00 ..
14 -rw-r--r-- 1 root root 0 Aug 28 2005 .keep
15 -rwxr-xr-x 1 root root 52 Jan 22 05:38 logrotate.cron
16 -rwxr-xr-x 1 root root 152 Jul 16 2005 slocate
17
18 > /etc/cron.hourly
19 total 12K
20 drwxr-xr-x 2 root root 39 Jul 27 2005 .
21 drwxr-xr-x 60 root root 4.0K Apr 15 08:00 ..
22 -rw-r--r-- 1 root root 0 Aug 28 2005 .keep
23 -rwxr-xr-x 1 root root 169 Jul 27 2005 logsentry.cron
24
25 > /etc/crontab
26 # for vixie cron
27 #
28 #
29 $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/crontab-3.0.1-r4,v
30 1.1 2005/03/04 23:59:48 ciaranm Exp $
31 #
32 #
33
34 # Global variables
35 SHELL=/bin/bash
36 PATH=/sbin:/bin:/usr/sbin:/usr/bin
37 MAILTO=root
38 HOME=/
39
40 # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
41 0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
42 1 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
43 15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
44 30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
45 */10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
46
47 > /etc/cron.weekly
48 total 16K
49 drwxr-xr-x 2 root root 52 Aug 15 2005 .
50 drwxr-xr-x 60 root root 4.0K Apr 15 08:00 ..
51 -rw-r--r-- 1 root root 0 Aug 28 2005 .keep
52 -rwxr-xr-x 1 root root 77 Aug 15 2005 chkrootkit
53 -rwxr-xr-x 1 root root 126 Jul 22 2005 makewhatis
54
55 > Plus 'crontab -l' als root?
56 # DO NOT EDIT THIS FILE - edit the master and reinstall.
57 # (/tmp/crontab.XXXX6Fv91F installed on Thu Apr 13 14:44:40 2006)
58 # (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
59 @daily /usr/bin/glsa-check -f all > /dev/null
60 @daily /etc/init.d/ntp-client restart > /dev/null
61 0 1 * * * /usr/sbin/esync -s && /usr/bin/emerge -fDu world > /dev/null
62 && /usr/bin/repcacheman > /dev/null
63
64 --> sieht irgendwie nix davon verdächtig aus...
65
66 sofar
67 sokai
68 --
69 OpenPGP-Fingerprint
70 9B5D AAE8 3D0F 7BA9 2F9D 5E2E FA58 43BD 5599 4068

Replies

Subject Author
Re: [gentoo-user-de] webapp-config und SquirrelMail Erik Wasser <erik.wasser@×××××.net>