Press "Enter" to skip to content

Posts tagged as “ubuntu”

Upstart Documentation Secret Hiding Place

To quote the Upstart home page: is an event-based replacement for theĀ /sbin/init daemon which handles starting of tasks and services duringboot, stopping them during shutdown and supervising them while the system is running. One would think that the best place to find the current documentation on Upstart would be its home page and/or the Upstart Wiki. But you would be…

Creating an Amazon EC2 AMI for Opscode Chef 0.8 Client and Server

Changes Since Original 1/13/10: Fix various minor inaccuracies and improved description on how to set up the chef-server. Also removed nanite as a requirement (its no longer used) 1/17/10: Add the requirement to build and install mixlib-authentication for the chef-client 1/21/10: Added a mkdir for /var/log/chef 1/22/10: Added step to insure that /tmp permissions are set Introduction Here’s my experience…

Experience installing Hbase 0.20.0 Cluster on Ubuntu 9.04 and EC2

NOTE (Sep 7 2009): Updated info on need to use Amazon Private DNS Names and clarified the need for the masters, slaves and regionservers files. Also updated to use HBase 0.20.0 Release Candidate 3 Introduction As someone who has “skipped” Java and wants to learn as little as possible about it, and as one who has not had much experience…

Want to work at a Startup with Cool Tech? (HBase, Clojure, Chef, Swarms, Javascript, Ruby & Rails)

Opportunity Knocks Runa.com, the startup where I am CTO, is looking for great developers to join our small agile team. We’re an early stage, pre-series-A startup (presently funded with strategic investments from two large corporations). Runa offers a SaaS to on-line merchant that allows them to offer dynamic product and consumer specific promotions embeded in their website. This will be…

Updating RabbitMQ and RabbitMQ-Stomp to RabbitMQ 1.5.3

I noticed that the rabbitmq-stomp had stopped working on my servers after a reboot. The servers were using the Ubuntu debian package of rabbitmq and had been updgraded to RabbitMQ 1.5.3 and stomp had not since I was manually installing rabbitmq-stomp from the mercurial repositories (cause I could not find any ubuntu packages for rabbitmq-stomp). If you used something similar…

Installing Apache Thrift on Ubuntu and Leopard

The instructions for installing the Apache Thrift on the Wiki missed a few key things in terms of installing on Ubuntu (8.04 in my case) and Macintosh OS X Leopard (10.5.6). Gitting the latest source For instance they show you how to get the latest via SVN or a snapshop via wget. But the wget actually gets it from a…