Site menu:

Sponsored by

Bitcube Ltd.  Expert Linux Consultancy

Categories

Meta

Site search

 

September 2007
M T W T F S S
« Aug   Oct »
 12
3456789
10111213141516
17181920212223
24252627282930

Archives

Links:

Archive for September, 2007

Monitoring products

Well it’s time I started to monitor my home setup. I’ve used [http://www.nagios.com Nagios] for quite some time now and would like to try something that fixes up some of the issues I have with it. To be fair, some of those issues are sorted by packaged and enhanced versions such as [http://www.altinity.com/ OpsView] (which [...]

partprobe

The other day I needed to increase a filesystem – no problem – I use LVM. Hmm – not enough space left in the volume group – again, not a problem – I had some unallocated space from the disk (in case you are wondering why I didn’t put the whole disk into LVM, it [...]

VM performance (vmware, virtualbox)

Recently I’ve been doing automated puppet builds using VirtualBox as my VM (I have an old laptop with no hardware virtualisation support). This worked fine but now that I need to run two VMs, the laptop is crawling. So I finally decided to do some benchmarks. Hopefully I’ll do these on my desktop (which does [...]

VMWare setup on Debian

Took a little while to piece these bits together, so I’ll write this down to save people some time: The main issue is that the vmware kernel modules from vmware are so old that they don’t compile on recent kernels so you need the latest vmware-any-any patch (which I recall from vmware v1? days1). Dear [...]

puppet update

Well I now have the two main VMs building nicely (in fact I did right at the start of this week). The first VM bootstraps with debconf and then runs puppet which sets up: * various common stuff (ssh, various packages – that kind of thing) * BIND server * NTP server * LDAP server [...]