I have a jenkins setup on amazon ec2 and everything is running fine except for a tiny issue with Selenium. Every time I run the whole suite of tests (~30 min), Selenium gets stuck on a test. I've take a screenshot at that moment and it seems that there is an alert on the screen, but the alert text is all blacked out.

I've run xvfb, started selenium, then taken my screen capture with xwd and converted that image with imagemagick.
I've scoured the internet and have no clue.
Figured it out. Turns out that it's a font thing. I've run the steps indicated below and now I can read the text. It's still on a dark green background, but the text is readable.
On amazon ec2 ubuntu instance need to:
1) enable multiverse for apt-get
/etc/apt/sources.listwith any editordeb http://us.archive.ubuntu.com/ubuntu/ lucid multiversedeb-src http://us.archive.ubuntu.com/ubuntu/ lucid multiversedeb http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiversedeb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse2)
sudo apt-get update3)
sudo apt-get -y install x-ttcidfont-conf cabextract ttf-mscorefonts-installer4)
sudo dpkg-reconfigure x-ttcidfont-conf- choose freetype fonts