Category Archives: SystemAdministration

Posts relating to operations of computer resources in a data center or in a cloud.

Getting 64 bit flash to work in Google Chrome on Linux

I was having trouble with the chromium browser working with gmail.
A friend was having no problems, but he was using chrome direct from google. I installed that, but it said the flashplayer was out of date.
The upgrade isn’t automatic, and I struggled a bit to get it going. I’m sharing this to save folks some time.

Maybe it’s documented easily somewhere, but it wasn’t obvious to me, and after trying several googled answers, this is what worked for me:

  1. Download the 64 bit (experimental) plugin from adobe labs
    http://labs.adobe.com/technologies/flashplayer10/square/
  2. Extract libflashplayer.so from the tgz archive
  3. sudo mv libflashplayer.so /usr/lib/mozilla/plugins

Restart chrome and it should be picked up. Test with youtube, and enter about:plugins in the location bar and it should show up there. It wasn’t obvious to me that chrome would be looking in a mozilla directory, but there you go!

I don’t know if it’s necessary, but I also removed (renamed actually)
/var/lib/flashplugin-installer/npwrapper.libflashplayer.so
(which I found by putting about:plugins in the location bar of chrome.)

Keeping an Eye on the Business

When running an operations group, it’s important to have monitors and alerts to let you know when things go wrong with your servers and services. When a server crashes, or a hard disk dies, it’s easy to pinpoint the problem and fix it quickly. The problem with complex interacting systems, is that the system can be “down” or non functional from a business point of view, while all the things you are monitoring are showing “all green”

I had the opportunity to talk with scalability gurus and former ebay architects Marty Abbott and Tom Keeven. They talked about the idea of operation teams monitoring business metrics as an indicator of system health.

Here’s an example (not real data from my company!) of week over week graphs of user account signups/hour. You should pick the metrics and sampling rate to be statistically significant and also keep in mind that seasonal variations and even social events can affect some types of web business metrics. They sited a fun example from when they were at ebay, of noticing a significant drop in use of the site at 7pm eastern time on a Monday. It took them a while, but they finally figured out that was when American Idol was on! They ended up installing a TV in their Network operations center.

I’m getting Marty Abbot  and Michael Fisher’s book, “The Art of Scalability” and look forward to reading more great tips like this. Check out their book on Amazon: