Skip to content

{ Category Archives } Debian

Watching Remote System Status with Nagios and NRPE

I know I’m late to the game with this part of my setup, but nonetheless, I’m happy with the results. The short form of it is that Debian’s nagios-nrpe-server package lets my central Nagios server keep track of my clients’ disk space, load averages, etc. Granted, I already had most of that visible through Ganglia, [...]

Solution to a Vexing update-alternatives Problem

So I’ve got Debian packages made from lots of large proprietary software titles, but one of them (Hyperworks) had been throwing errors on several of the systems I tried to install it on, normally something like:

Setting up hyperworks8 (8.1+0.2) …
update-alternatives: slave link name /usr/bin/amfbuilder duplicated
dpkg: error processing hyperworks8 (–configure): subprocess post-installation script returned [...]

Authentication Servers, the Next Generation

I’m mildly embarrassed by my previous setup authentication servers, but this one should be a vast improvement. A reminder of the existing constraints and conditions:

Lots of Linux systems and a few Solaris systems, some of which dual-boot and aren’t accessible as *nix systems during normal hours of the day
An Active Directory already in place
An overworked [...]

The New File Server: Puppet and Modules

On to Puppet. I’ve not yet factored everything about the new server out into separate modules or classes; that’ll come later. But things that will either get reused on other systems (e.g., Active Directory ties) or things that need to be generated consistently and repeatedly (e.g., Amanda configurations) have been factored out. The new server’s [...]

The New File Server: Preseeding and LVM

Remember that no one cares if you can back up — only if you can restore.
– Amanda 2.5.2 Documentation

So we’ve got a new file server in the middle of initial installation and configuration. The file server is one of our most mission-critical systems — if mail goes down, a half-dozen people care. If the web [...]