Cool video on the DTrace port to Linux
This is a solid video:
I can’t wait until DTrace is readily available in Linux!!
This is a solid video:
I can’t wait until DTrace is readily available in Linux!!
I talked previously about how I saved a bunch of money by ditching cable. When I first disconnected my cable, my HDTV’s built-in scanner was only able to pick up two two stations. While this was better than nothing, I figured given the size of our city there had to be more content available. So I started doing some research, and came across the Leaf Indoor HDTV antenna. The reviews were pretty solid, and a number of people claimed that they went from no channels to dozens of channels. I had to give this a try for myself.
My order from Amazon arrived within a week. The antenna is paper thin, and one side of the antenna is white and the other is black. This allows you to blend in the antenna if you mount it to a white wall, or attach it to the back of a black TV (why are all TVs black?). The Leaf comes with a coax connecter that you can plug into your TV. Once I mounted my Leaf (connector down) and attached it to my TV, I was blown away when the scan picked up over two dozen stations. See for yourself:

I was blown away, and the quality of the HDTV content is exceptional. Gotta love some free tv!
I’ve been reading more about the Illumos project over the past few weeks. As most of my blog readers know, I’m a huge fan of Solaris and used to be quite active in the OpenSolaris community. My involvement in OpenSolaris came to an end in 2011 after the project was squashed by Oracle. I started investing my time in various Linux projects, and learning about new web technologies. Now that Illumos is starting to get some traction, I thought I wanted to see what was going on with the project.
There are a number of cool Illumos video out there. The first one I watched was Bryan Cantrill’s “Fork Yeah! The Rise and Development of illumos” video:
I have met and heard Bryan speak on several occasions, and I thoroughly enjoyed the fact that he spoke his mind on this subject (honesty in IT, it’s what SHOULD be for dinner). Once I finished this video I watched Bryan’s video on Joyent’s “Experiences Porting KVM to SmartOS”:
There is a ton of amazing content on Youtube, and now that I ditched my cable I’m starting to watch a lot more cool technical videos. Amazing how much cool stuff you can learn on the tube of you.
I’ve been looking into deploying ZFS de-duplication, and I have one application in particular (backup staging) that would greatly benefit from it. George Wilson did an awesome introduction to ZFS de-duplication video, and it’s a great place to get started. I’m planning to start testing out de-duplication as soon as my SSDs are ordered, and hopefully I will have some positive results to report!
I recently installed LogAnalyzer, and after the install completed I noticed that nothing was being displayed in the web interface. I figured I fat fingered something, but needed a way to verify this. Luckily for me I was using MySQL, so I enabled MySQL query logging and low and behold I proved my hypothesis:
120212 12:09:33 6 Connect rsyslog@localhost on
6 Init DB Access denied for user 'rsyslog'@'%' to database 'Syslog'
To fix this I logged into the database and changed the password for the rsyslog user:
$ mysql -u root -h localhost –password
mysql> use Syslog
mysql> SET PASSWORD FOR rsyslog = PASSWORD (“XXXXXXXXX”);
Everything began working once the application could authenticate, and I was able to start playing around with LogAnalyzer. Noting this here in case I fat finger another password in the future. :)
I got a chance to catch up with a bunch of stuff in my “need to read” / “need to watch” folder this past weekend. One of the videos I watched talked about ZFS feature flags, and how they will be used by the Illumos community to add new features to ZFS. ZFS feature flags make a lot of sense, and will definitely be invaluable once ZFS is extended by more than one organization. Cool video, and well worth the ten minutes it takes to watch it.