<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc/crontab, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-11-22T16:13:39Z</updated>
<entry>
<title>Clarify adjkerntz(8) note and use complete sentences in comments.</title>
<updated>2002-11-22T16:13:39Z</updated>
<author>
<name>Tom Hukins</name>
<email>tom@FreeBSD.org</email>
</author>
<published>2002-11-22T16:13:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44e7a908987f8ce6b86402ce7bfdb7a8ed3c8151'/>
<id>urn:sha1:44e7a908987f8ce6b86402ce7bfdb7a8ed3c8151</id>
<content type='text'>
PR:		misc/45493
Approved by:	re (rwatson)
</content>
</entry>
<entry>
<title>Move the sendmail -q from cron to periodic, as suggested by a few people.</title>
<updated>2001-02-19T02:47:42Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-02-19T02:47:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6edba32695723061f5821e65c5d3ba40f5748ad9'/>
<id>urn:sha1:6edba32695723061f5821e65c5d3ba40f5748ad9</id>
<content type='text'>
This has the benefit of adding a random start time element as daily
processing takes a different amount of time on different machines.
</content>
</entry>
<entry>
<title>Manually run /usr/sbin/sendmail -q once a day.  Folks seem to be too</title>
<updated>2001-02-15T01:34:37Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-02-15T01:34:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3bb02cdb6f6586e494e5e1a159b385e9c1832f02'/>
<id>urn:sha1:3bb02cdb6f6586e494e5e1a159b385e9c1832f02</id>
<content type='text'>
trigger happy and turn off sendmail_enable entirely (instead of setting
sendmail_flags to -q30m instead).  I have seen boxes with things like daily
run reports that have sat in mailq for 5 months.  Since /usr/sbin/sendmail
is actually mailwrapper, this should be safe for the other plugins that
provide the sendmail calling interface.
</content>
</entry>
<entry>
<title>Move the process of storing entropy from /dev/random and reseeding with</title>
<updated>2001-01-14T07:18:31Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2001-01-14T07:18:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=10fe5181ec081554fdfb3c63dec05c6deaf7b72c'/>
<id>urn:sha1:10fe5181ec081554fdfb3c63dec05c6deaf7b72c</id>
<content type='text'>
it at boot time closer to the way we want it to be in the final version.

* Move the default directory to /var/db/entropy
* Run the entropy saving cron job every 11 minutes. This seems
  to be a better default, although still bikeshed material.
* Feed /dev/random some cheesy "entropy" from various commands
  and files before the disks are mounted. This gives /dev/random
  a better chance of running without blocking early.
* Move the reseeding with previously stored entropy to the point
  immediately after the disks are mounted.
* Make the harvesting script a little safer in regards to the
  possibility of accidentally overwriting something other
  than a regular file.
</content>
</entry>
<entry>
<title>Add a system to save entropy from /dev/random periodically so that</title>
<updated>2001-01-11T13:01:20Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2001-01-11T13:01:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=27a803d631193a49a09c117d72371fca3bf4869c'/>
<id>urn:sha1:27a803d631193a49a09c117d72371fca3bf4869c</id>
<content type='text'>
it can be used to reseed at boot time. This will greatly increase
the chances that there will be sufficient entropy available at
boot time to prevent long delays.

For /etc/rc, remove the vmstat and iostat runs from the attempt
to provide some cheesy randomness if the files fail, since
those programs are dynamically linked, and ldd seems to want
some randomness to do its magic.

Guidance and parameters for this project were provided by
Mark Murray, based on the requirements of the Yarrow
algorithm. Some helpful suggestions for implementation
(including the tip about iostat and vmstat) were provided
by Sheldon Hearn. All blame for problems or mistakes is
mine of course.
</content>
</entry>
<entry>
<title>Revert back to rev 1.24 as we have not come to a consensus if is is OK</title>
<updated>2000-12-11T18:38:49Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-11T18:38:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=773c6e3ca0758b7a4b43f80d52663ef8dbdd7ac2'/>
<id>urn:sha1:773c6e3ca0758b7a4b43f80d52663ef8dbdd7ac2</id>
<content type='text'>
for a hung `daily' run to keep a `weekly' run from happening.
Same for `monthly'.  We have always run `weekly' and `monthly' reguardless
of the execution status of `daily'.  Until there is some consensus we should
not change the behavior.
</content>
</entry>
<entry>
<title>Run all three maintenance script in succession, making sure they always</title>
<updated>2000-12-11T17:31:44Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2000-12-11T17:31:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef54189fc9543163e57a13e4534c8d159d9fd19c'/>
<id>urn:sha1:ef54189fc9543163e57a13e4534c8d159d9fd19c</id>
<content type='text'>
run on the right day but never overlap.

Submitted by:	Giorgos Keramidas &lt;keramida@ceid.upatras.gr&gt;
</content>
</entry>
<entry>
<title>On Sundays through Fridays, run daily at 03:01 am.</title>
<updated>2000-12-10T12:54:34Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2000-12-10T12:54:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5af1702a8f0ad116b22c105f5d3846efd8a4ed25'/>
<id>urn:sha1:5af1702a8f0ad116b22c105f5d3846efd8a4ed25</id>
<content type='text'>
On Saturdays, run daily and weekly sequentially, starting at 03:01 am.

This prevents daily and weekly from overlapping, while running weekly as
early as possible  (i.e. as soon as daily finishes) to give it time to
finish before monthly starts at 05:30 am.

It's probably possible to do something similar with monthly, making it
run as soon as daily (and possibly weekly, if the first of the month
is a Saturday) finishes, but this is left as an exercise for the reader.
</content>
</entry>
<entry>
<title>Run weekly a little bit later to give more time for daily to complete</title>
<updated>2000-12-08T10:55:33Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-08T10:55:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50f822d553700c142cee63cf5897c9c848085709'/>
<id>urn:sha1:50f822d553700c142cee63cf5897c9c848085709</id>
<content type='text'>
(since it starts later now).
</content>
</entry>
<entry>
<title>When to run the periodic/daily event has had several rounds of discussion</title>
<updated>2000-11-19T18:16:46Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2000-11-19T18:16:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=927af2dc65cfa6b0c60721b125023b02605a2329'/>
<id>urn:sha1:927af2dc65cfa6b0c60721b125023b02605a2329</id>
<content type='text'>
over the past couple years. The most recent came to the general consensus
that this was the best time, but no one actually made the change, so I'll
don my asbestos undies and dive in.

Please note that this time was chosen with input from people in various
countries with various methods and schedules for switching to and from DST.
There is no perfect time to schedule this job that works for everyone, but
this time both A) Works for more people, and B) Causes problems for fewer
people. And, ultimately, you can always change it if you need to.
</content>
</entry>
</feed>
