Articles in the Uncategorized category

  1. Debian Linux Preseeding - an Installation Framework

    Wed 11 November 2009

    Look Ma!

    No hands!

    just watching a system PXE-boot and install itself into a fully operational system is fun. PXE boot and preseeding is not enough however to accomplish this.

    By itself, preseeding only installs a basic operating system. Next, you need to configure all sorts of things and services, install additional software, create accounts. etc.

    So there is a whole post-install process that you also need to automate. Preseeding by itself, as I understand it, does not seem to be able to do that for you. But you can execute commands at the end of the installation.

    First, I'd like to point out that the alternative to Debian preseeding is, in my opinion, FAI or Fully Automated Installation. I want to make clear that this is a product with a long history that may better suit your needs. I do not use FAI because I find it way to complicated. It seems very powerful to me, but I don't understand it.

    I understand preseeding and shell scripts. Putting commands that I would otherwise execute manually are now performed by some shell script. And I think every administrator understands shell scripts and will be able to automate installation with almost no effort by just executing a bunch of shell scripts that install various additional components.

    I wrote a small installation 'framework' that can be used in conjunction with preseeding to truly fully automate your installation, without the requirement of learning complex stuff like FAI.

    Unfortunately, it is not available yet on-line, but as soon as I find the time, a new project will be started and this small installation framework will be available with some example preseed configuration.

    In day-to-day operations I use this script to install servers and laptops. Once you see it you will like it.

    Tagged as : Uncategorized
    If you have any comments email me, see the About page for contact details.
  2. Linux Mac Mini - Temperature Monitoring With Lm-Sensors

    Mon 09 November 2009

    This post is about getting temperature monitoring to work with a Mac Mini running Linux.

    Using Debian Lenny, out of the box, lm-sensors is not working. No sensors can be found. This is how temperature monitoring and fan speed monitoring can be made to work:

    modprobe applesmc

    If you run "sensors-detect" after this, and do a:

    modprobe coretemp

    Then "sensors" will give you ouput like this:

    Mini:/sys/devices/platform# sensors

    applesmc-isa-0300

    Adapter: ISA adapter

    Master : 2151 RPM (min = 1500 RPM)

    temp1: +83.2°C

    temp2: +68.0°C

    Some software to control the fan speed:

    http://stargate.solsys.org/mod.php?mod=faq&op=extlist&topicid=27&expand=yes#1 18

    d=yes#118

    Tagged as : Uncategorized
    If you have any comments email me, see the About page for contact details.

Page 30 / 40