My Battle With Commvault

This is a bit long-winded, and wordy. If you’ve come here looking for tips on improving commvault backup performance and/or throughput, then you should click here for the good stuff. It’s been a long time since I blogged. It’s been a really long time since I blogged about anything we’ve been doing at $Dayjob. I’ve spent the better part of the year working on sorting out the backup solution here....

September 3, 2012

Retrospective: Unlock London Hackathon

Lessons learnt from the Unlock London Hackathon. I had an email on May 16th, asking for some assistance in setting up the wifi network for another hackathon. After my impromptu assistance at LondonRealtime went down so well, and “saved the network”; apparently I was a natural choice for the next one. At least I knew (sorta) the network layout at White Bear Yard. The main difference between this one and the last, was a bit more warning on the side of “We’re gonna need wifi”, but there was still a clause that it’s gotta be “flawless” - Their words, not mine....

May 22, 2012

Technology Empires

As time goes on, and I find myself dealing with more and more large companies, it’s pretty obvious that there’s a recurring pattern. Many large companies are awful to work with. Dell are pretty bad. On one recent occasion, we had the need at work to call Dell Support for a mysterious problem with our shiny new blade servers. The biggest problem when dealing with Dell in particular is their scripted support technicians on 1st line....

May 5, 2012

Smokeping on Nginx

Smokeping is one of my favourite diagnostic tools for tracking down sporadic network issues. You install it, configure it with a list of hosts, and it pings them regularly, and keeps track of the round-trip times, latency, packetloss, and so on. The web frontend is a Perl CGI script, and as a result, it’s a bit of a bugger to make it work on Nginx. I wasn’t gonna install Apache just for this one thing…...

April 23, 2012

Appearance Can Be Deceptive

Does this look suspicious to you? 85.25.184.184 - - [13/Mar/2012:00:41:09 +0000] "POST /3293b4da67abffca2460244619d9a8bca3f4c401.php HTTP/1.1" 200 1096 "-" "Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))" 85.25.184.184 - - [13/Mar/2012:00:42:57 +0000] "POST /3293b4da67abffca2460244619d9a8bca3f4c401.php HTTP/1.1" 200 359 "-" "Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))" 85.25.184.184 - - [13/Mar/2012:00:42:57 +0000] "POST /3293b4da67abffca2460244619d9a8bca3f4c401.php HTTP/1.1" 200 450 "-" "Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))" 85.25.184.184 - - [13/Mar/2012:01:14:12 +0000] "POST /3293b4da67abffca2460244619d9a8bca3f4c401....

March 16, 2012

Building a DKMS package of the latest Intel e1000e driver

This is a continuation to my earlier blogpost about hacking initrd.gz. After it’s installed with the modified installer kernel, and finished building, the installed kernel doesn’t have the e1000e driver. This is because the netboot installer pulls in a kernel and it’s wherewithall from apt. It also gets a new initrd. As a result, I’ve decided to build an e1000e-dkms module, and we’ll specify the preseed installer to install that, along with linux-headers-generic, linux-headers-2....

March 1, 2012

Hacking initrd.gz on Ubuntu's Netboot Installer

This morning, I did something unquestionably naughty, and totally got away with it. A little background. We just had some brand new workstations delivered.. They turned up yesterday afternoon. They’re high performance 3d workstations with an Intel DX79TO mainboard. This mainboard has the intel 87529 Gigabit Ethernet controller. I wouldn’t normally pay so much attention to the controllers and so on that are actually on a board, but in future, I will....

March 1, 2012

That DMG ate my System Preferences

Well, that’s certainly another strange problem. We have a tendency to build our own DMG images for certain bits of software we roll out here. Sometimes we’ll incorporate our own patches, other times it’s just to make the application structure more FHS compliant, and stop it “shitting all over the filesystem”, as we so charmingly term it. In the past, we’ve used InstallEase to build a DMG and PKG installer for OSX....

February 22, 2012

Puppet, apt, and a Thundering Herd

Puppet really is great. Don’t ever get me wrong there. It’s saved me masses of time and money over the last few years, and allowed me to do my job quickly and efficiently. That said, it really does have issues with scalability. After about 20-30 clients using WEBBrick, everything kinda falls over a bit. We had this problem at Baseblack. We’ve now got ~60 workstations and rendernodes all using Puppet for configuration management and software deployment....

February 21, 2012

Not Storing Files in Databases

Originally a comment here In the above article, Bhumi gives a method for storing files in the database, using MySQL and PHP. My personal distaste for PHP aside, I don’t think I could ever find a reason to store files in the database, rather than on the filesystem. I’m also primarily talking about RDBMS type databases, not NoSQL, which tend to have a mechanism for storing files a little bit more sanely than “old-fashioned” databases....

January 29, 2012