Gentoo Archives: gentoo-server

From: Aaron Walker <ka0ttic@××××××××××××××××.org>
To: gentoo-server@l.g.o
Subject: [gentoo-server] weird cron mail
Date: Fri, 28 May 2004 09:51:41
Message-Id: 40B70BA2.30008@butsugenjitemple.org
1 I tried posting this to gentoo-user, but have yet to get any replies.
2
3 For the last two nights, on my web server, when vixie-cron runs the
4 contents of /etc/cron.d/cron.daily, I get the following email:
5
6 Subject: Cron <root@hardcore> test -x /usr/sbin/run-crons &&
7 /usr/sbin/run-crons
8 From: Cron Daemon
9
10 /usr/bin/find: ./usr/portage/dev-perl/SVG/files: Input/output error
11 /usr/bin/find: ./usr/portage/dev-perl/SOAP/files: Input/output error
12 /usr/bin/find: ./usr/portage/dev-perl/Safe/files: Input/output error
13 /usr/bin/find: ./usr/portage/dev-perl/Scalar-List-Utils/files:
14 Input/output error
15 /usr/bin/find: ./usr/portage/dev-perl/SOAP-Lite/files: Input/output error
16 /usr/bin/find: //usr/portage/dev-perl/SVG/files: Input/output error
17 /usr/bin/find: //usr/portage/dev-perl/SOAP/files: Input/output error
18 /usr/bin/find: //usr/portage/dev-perl/Safe/files: Input/output error
19 /usr/bin/find: //usr/portage/dev-perl/Scalar-List-Utils/files:
20 Input/output error
21 /usr/bin/find: //usr/portage/dev-perl/SOAP-Lite/files: Input/output error
22 /usr/bin/find: //usr/portage/dev-perl/SVG/files: Input/output error
23 /usr/bin/find: //usr/portage/dev-perl/SOAP/files: Input/output error
24 /usr/bin/find: //usr/portage/dev-perl/Safe/files: Input/output error
25 /usr/bin/find: //usr/portage/dev-perl/Scalar-List-Utils/files:
26 Input/output error
27 /usr/bin/find: //usr/portage/dev-perl/SOAP-Lite/files: Input/output error
28
29 And the following are in the system logs right after 'run-crons' runs:
30
31 May 28 03:10:00 [CRON] (root) CMD (test -x /usr/sbin/run-crons &&
32 /usr/sbin/run-crons )_
33 May 28 03:10:02 [modprobe] FATAL: Failed to open config file
34 /etc/modprobe.conf: No such file or directory_
35 May 28 03:10:04 [kernel] is_leaf: item location seems wrong (second
36 one): *3.6* [19055 24583 0x1 IND], item_len 4, item_location 3320,
37 free_space(entry_count) 0
38 May 28 03:10:05 [modprobe] FATAL: Failed to open config file
39 /etc/modprobe.conf: No such file or directory_
40 May 28 03:10:06 [kernel] is_leaf: item location seems wrong (second
41 one): *3.6* [19055 24583 0x1 IND], item_len 4, item_location 3320,
42 free_space(entry_count) 0
43
44 It's happened the last two nights exactly at 3:10am. I don't really
45 have that much that I run with cron, just chkrootkit (this would be my
46 best guess as the culprit.. if so, then why now all of a sudden?) and a
47 script that sends the output of various utiliy commands (w, free, df -h,
48 and a few others, but none that would be running 'find' or modprobe).
49
50
51 Anyone have any ideas?
52
53 Regards
54 --
55 BOFH Excuse #258:
56
57 That's easy to fix, but I can't be bothered.
58
59 /* Aaron Walker
60 * http://butsugenjitemple.org/~ka0ttic/
61 */

Replies

Subject Author
Re: [gentoo-server] weird cron mail "Michael Bäcker" <michael@×××××××.com>