Prozesse kontrollieren mit cfengine

Um sowas blödes wie den nicht-laufenden Cron-Daemon in Zukunft zu minimieren, lass ich cfengine nun einige Prozesse testen und ggf. neu starten. Scheint soweit zu funktionieren.

So siehts im Moment aus:

processes:
allgentoo::
“/usr/sbin/cron” restart “/etc/init.d/vixie-cron restart”
“/usr/sbin/sshd” restart “/etc/init.d/sshd restart”

Installing pine on Debian

Before I forget it again… To install pine from the Debian sources just do the following:
# apt-get --only-source build-dep pine
# apt-get --only-source -b source pine
# dpkg -i <packagefile>

You need to have the matching deb-src lines in /etc/apt/sources.list.
The first command will install the the dependencies needed to build, the second will get the sources and build a the package file in /usr/src/ which can be installed with the last one then.
To choose from stable/testing/unstable just add -t stable/testing/unstable to the apt-get lines.
An easy way to keep the latest version, is to install the pine-tracker package.