Category Archives: Uncategorized

ReadyNAS slow blinking blue light, can’t connect

We have an old (from 2005!) ReadyNAS1000 I wanted to be able to ssh to it, so I tried installing the SSH add-on. At first I chose the wrong version, then I found I need the ‘sparc’ version. It installed … Continue reading

Posted in Uncategorized | 3 Comments

Chrome tabs turning into windows

Ever since a few days ago, my tabs keep turning into windows when I barely even touch them. I searched around on google, and apparently i am not alone! At least it’s not (yet?) happening on other computers around here.

Posted in Uncategorized | Leave a comment

ip addresses…. can’t take them with you?

remember a long time ago when cell phone numbers stayed with the company that issued them; to switch carriers you had to change your phone number, and inform everyone you know, what a pita! Now ip addresses are still like … Continue reading

Posted in Uncategorized | Leave a comment

3ware Error: The firmware is incompatible with BIOS

Solved! I saw this new (for me) problem today Waiting for 3ware Controller to Initialize… There is no response from the firmware Please hit a key to continue. The firmware is incompatible with BIOS. The machine is a 2.2 TB … Continue reading

Posted in Uncategorized | 1 Comment

Slave_IO_Running = No

We run MySQL replication through stunnel. After rebooting the slaves, sometimes replication won’t start and with SHOW SLAVE STATUS we see Slave_IO_Running = No. To fix this, I found that I can simply stop and start stunnel and then replication … Continue reading

Posted in Uncategorized | Leave a comment

How to test and disable TRACE requests in Apache

Some PCI compliance tests may fail due to “TRACE” being allowed on the web server. To test whether your web server allows TRACE, do this: telnet 127.0.0.1 80 TRACE / HTTP/1.0 Host: www.whatever.com [CR] ( blank line with carriage return … Continue reading

Posted in Uncategorized | 1 Comment

While upgrading OpenSSL configure: error: … Error, SSL/TLS libraries were missing or unusable

I wanted to upgrade to the latest OpenSSL (1.0.1c) but after doing so, httpd would not install correctly and bombed with the error “configure: error: … Error, SSL/TLS libraries were missing or unusable” I was able to correct this by … Continue reading

Posted in Uncategorized | Leave a comment

VMWare: could not open the client device (CD-ROM)

I’m trying to connect my virtual to my local computer’s CD ROM but I keep seeing the error: Could not open the client device “D:” It is being used by another virtual machine or some other program Even though I … Continue reading

Posted in Uncategorized | 7 Comments

Install git on CentOS

I wanted to put git on one of my CentOS 5.5 servers. Following the links to download the source led to a web page advising to install with yum. But when I tried, # yum install git Loaded plugins: fastestmirror … Continue reading

Posted in Uncategorized | Leave a comment

VMware: Server version unavailable at ‘https://MYHOST:443/sdk/vimService.wsdl’ at /usr/lib/perl5/5.10.0/VMware/VICommon.pm line 545

I’m trying to set up SNMP communities on my VM Hosts, so I downloaded and installed the vma (vSphere Management Assistant), and from there I added the hosts as targets. When I try to set up the community with “vicfg-snmp … Continue reading

Posted in Uncategorized | Leave a comment