June 22, 2014

Adventures in Go and File Handles

I’ve been mucking a bit with go recently. Nothing special, just doing some small problems that I needed to solve. At work, I have built up a challenge for new candidates. One of them is the old trick of using all the inodes on a file-system. This is a quick one to rule out the ones who have real world experience. So I wrote some code: `I’ve been mucking a bit with go recently. Nothing special, just doing some small problems that I needed to solve. Read more

April 21, 2014

Crashplan GUI Won’t run in Trusty Tahr

I upgraded my laptop to Trusty Tahr today. One thing that didn’t work immediately was the Crashplan GUI. It crashes with a SIGSEGV. In summary “C [libsoup-2.4.so.1+0x6c2a1] soup_session_feature_detach+0x11”. I managed to find this bug, and then I found /usr/local/crashplan/bin/run.conf** ** which has a variable GUI_JAVA_OPTS. Adding ” -Dorg.eclipse.swt.browser.DefaultType=mozilla” to the end of that variable, and the GUI starts without fail. Win!

November 11, 2013

Grow VDI Disk (VirtualBox)

There is no way to grow a disk image in virtualbox via the GUI, but you can do it on the CLI. http://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvdi First list all the hdds and then grab the UUID of the disk you want. Then modify the hdd with the modifyhdd command and specify the new size in MB. `There is no way to grow a disk image in virtualbox via the GUI, but you can do it on the CLI. Read more

July 21, 2013

Error: Acquire running lock failed: 256

Recently had a OVS root file system fill up due to a run away iSCSI process (and I don’t even use iSCSI…). This had a side affect of affecting almost any task that needed to interact with the Xen hypervisor (status, start, stop, etc). Once I had worked this out and cleaned up the logs to gain space back, I had one VM which was in a very upset state and couldn’t be started, shutdown, anything. I was getting a “Error: Acquire running lock failed: 256”. Read more

July 17, 2013

I caved – Dell Latitude E5530 Review

I was about to spend $500 to upgrade my existing D630, and then I found out that my $dayjob gives us $1K to buy our own laptop. I threw my hands in the year and decided I would buy a new laptop. Lots of back and forwards on whether I would go back to a Mac or buy the best Intel based laptop I could and run Linux on it. I am already pretty happy with my Dell and their enterprise range are usually well built. I did check out a few other makers, but they didn’t offer the same specifications. Read more

© Greg Cockburn

Powered by Hugo & Kiss.