Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: Mick <michaelkintzios@×××××.com>
Subject: Re: [gentoo-user] Re: vixie-cron keeps stopping
Date: Sat, 17 Apr 2010 15:43:17
Message-Id: 201004171739.19523.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Re: vixie-cron keeps stopping by Mick
1 On Saturday 17 April 2010 17:10:14 Mick wrote:
2 > On Saturday 17 April 2010 14:08:22 Alan McKinnon wrote:
3 > > On Saturday 17 April 2010 14:59:09 Lie Ryan wrote:
4 > > > On 04/17/10 18:47, Mick wrote:
5 > > > > On Friday 16 April 2010 22:25:47 Alan McKinnon wrote:
6 > > > >> On Friday 16 April 2010 20:29:27 Dale wrote:
7 > > > > Blimey! That sounds like horribly_broken!
8 > > > >
9 > > > > Which cron do you recommend for a desktop?
10 > > >
11 > > > One question, do you actually need cron for desktop? I installed vixie
12 > > > because the installation manual says to, but never need to write any
13 > > > cron rule for anything and I don't think there any program I uses
14 > > > installs a cron rule. So why bother with cron?
15 > >
16 > > A default install will configure cron to run
17 > >
18 > > mkwhatis
19 > > slocate
20 > > logrotate
21 > > updatepciids
22 > > updateusbids
23 > >
24 > > These are all very useful and your machine is somewhat crippled without
25 > >
26 > > them.
27 >
28 > Hmm... mine has:
29 >
30 > ls -la /etc/cron.daily/
31 > total 10
32 > drwxr-x--- 2 root root 7 Mar 14 19:11 .
33 > drwxr-xr-x 74 root root 160 Apr 17 14:58 ..
34 > -rw-r--r-- 1 root root 0 Jan 21 01:33 .keep
35 > -rw-r--r-- 1 root root 0 Feb 28 15:13 .keep_sys-process_cronbase-0
36 > -rwxr-xr-x 1 root root 52 Feb 28 15:15 logrotate.cron
37 > -rwxr-xr-x 1 root root 115 Mar 14 19:11 makewhatis
38 > -rwxr-xr-x 1 root root 152 Feb 28 15:15 slocate
39 >
40 > but not updatepciids and updateusbids. Grant you I don't need them daily,
41 > but last time I checked I had to update these myself. Should they have
42 > been added automatically in my /etc/cron.daily/* ?
43
44 They go in cron.monthly, but no matter.
45
46 Do you have these packages installed:
47
48 nazgul ~ # equery belongs /etc/cron.monthly/update-pciids
49 * Searching for /etc/cron.monthly/update-pciids ...
50 sys-apps/pciutils-3.1.7 (/etc/cron.monthly/update-pciids)
51 nazgul ~ # equery belongs /etc/cron.monthly/update-usbids
52 * Searching for /etc/cron.monthly/update-usbids ...
53 sys-apps/usbutils-0.87 (/etc/cron.monthly/update-usbids)
54
55
56 --
57 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Re: vixie-cron keeps stopping Mick <michaelkintzios@×××××.com>