Tag Archives: linux

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::
[...]

Posted in Computer stuff, General, Gentoo-de | Tagged | Leave a comment

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 [...]

Posted in Computer stuff | Also tagged | Leave a comment