Bookmark and Share

Sponsored Links

The Art of Manliness

A while back when I decided to grow a mustache I stumbled upon this website. At the time there weren’t many articles but it was a great site nonetheless. I recently came across it again while looking for something else and it has grown quite a bit. This site is all about the lost art of being a man. It covers things a man should know and do in order to be a gentleman and a better father and husband. If you’re like me and feel that civility and propriety have gone the way of the dodo, you might want to take a look.

Bookmark and Share

Symantec Endpoint Protection and Windows 7

Although Symantec lists Windows 7 as being supported by their latest Endpoint Protection client, installation has not been as easy as it should be. A quick google search reveals that many are having the same difficulty. The client appears to install fine but the user is finally presented with an error stating that the software was not intended for this version of windows and given the choice between “Reinstall using recommended settings” or “This program installed successfully.” Here is how I was finally able to get the client installed.

You may need to use the Removal Tool to make sure there are no residual installation files that will cause problems. It can be found here. After that, download and install the latest version of LiveUpdate. The manual download can be found here. You will have to use the Vista version.

Once LiveUpdate is installed, run it just to make sure there are no LiveUpdate updates. Isn’t technology fun?

Finally, install the client.

I’ve never really liked Symantec products so it didn’t surprise me when I ran into these issues. Although your average home user will not be using SEP, I’m sure others have run into the same issue with their home clients. Issues like this coupled with how bloated Symantec products are makes one wonder how they have remained a leader in this market. I think companies like ESET need to invest a little money in TV advertising and get the word out to the home user market: “There is an alternative.”

Bookmark and Share

Microsoft Network Monitor

I tried to install Network Monitor 3.3 on one of my 2008 servers today. The install froze and essentially disabled my network connection. I ended up killing the install process and restarting the server. If you need this tool on a production server, I recommend you install it outside of production hours.

Bookmark and Share

Deleting VMware Snapshots: Operation Timed Out

When using snapshots in VMware it’s not a good idea to leave them running for more than a day or two. This is because a snapshot essentially freezes the disk image of a virtual machine and begins recording changes that are made to that image in a separate file. As changes continue to be made, that file gets larger eventually taking up all free space. I learned this the hard way when I created a snapshot of my company’s medical records server which is in a constant state of change. After about a month, the snapshot had taken up all space on my LUN and the server would no longer start. I was able to login to the VMware Infrastructure Client and open the Snapshot Manager for this particular virtual machine. I clicked Delete which rolls all changes recorded in the snapshot into the main virtual disk and then removes the snapshot file, thus freeing up disk space. However, due to the large size of this file, the operation timed out. I later read that the default time out period for VMware is 15 minutes. So if the operation is taking any longer than that, it will time out even though the operation is still working in the background. If this happens to you, DO NOT click Delete a second time. This will completely bork your server. It can take 1 to 2 hours for the snapshot to be deleted. Just let it go and check back later. If you want visual confirmation that something is happening, get a console on your ESX server (SSH, Telnet, whatever), navigate to the datastore for your virtual machine (cd /vmfs/volumes/yourLUN/yourServer) and enter the following command:

watch “ls -Ghtu –full-time *.vmdk”

This will display a list of the vmdk files in that directory sorted by the last modified time. If you watch the time on the first file, it will change as the file is updated. This is the snapshot being written into the main virtual disk. Once the operation is complete the “delta” file will disappear.

As I said this can take some time depending on how big your snapshot has grown to. After a little over a month mine grew to about 87 gigs. This took just shy of 2 hours to delete. Hope this helps.

Bookmark and Share

First Geocaching Expedition

I went geocaching over the weekend for the first time. I loaded 8 caches onto my AT&T Tilt off of geocaching.com. I used the free program BasicGPS (which isn’t the best piece of software in the world but it’s free and it did it’s job). My son and I set out about noon and found 6 caches before 5 o’clock. Most of them were micro-caches which are a small container (usually a 35mm film tube) that contain nothing but a slip of paper to log your visit. The best one we found was a Thermos brand water jug hanging from a eucalyptus tree by some fishing string. It had some great trade-able items and we really enjoyed searching for it as it was off the beaten path. I’m hoping to do some more this next weekend as it proved to be some quality father-son time.

Bookmark and Share

New Year, New Site

I’ve decided to take the site in a new direction for the new year. Rather than focus entirely on technical articles (for which I have had no material lately) this site will be my general purpose blog. Yes, I’ve given in. I am now a…*shudder*…blogger. :) I’ll be writing about various topics now such as my hobbies and interests. Particularly my involvement in Freemasonry and my newly found hobby of geocaching. I haven’t actually done any geocaching yet but I looked into it some years ago and I just never got around to it. Since I have the day off tomorrow, I intend to fix that by taking my son out to some local caches and seeing what we can find.

Bookmark and Share

OWA Redirect Broken

Shortly after enabling TLS for exchange I noticed that Outlook Web Access stopped forwarding HTTP requests to the HTTPS page. Internet Explorer displayed a page with “The website declined to show this webpage” and Firefox displayed “Secure Channel Requried: This Virtual Directory requires a browser that supports the configured encryption options.” The fix for this was rather simple. Open IIS on the Exchange server and expand your server, then the Web Sites folder. Right click on Default Web Site and click Properties. Click the Directory Security tab and under Secure Communications click Edit. Uncheck “Require secure channel (SSL).” When this option is checked, any HTTP requests will fail. This includes any requests for pages that simply redirect.

Bookmark and Share

Digsby IM making money off your PC

Digsby pointed out this morning that in addition to the extra offers during installation, they are able to keep their IM client free due to revenue earned from unused resources on users PCs. When Digsby IM is installed, grid computing software is installed along with it, by default. Previously the only place this was mentioned was on an blog post dating from December 8th, 2008 and in the Terms of Service.

Personally I don’t believe this is sufficient notification of a potentially unwanted feature. The terms of service are often lengthy and filled with legal language releasing the publisher of liabilty and restricting the users ability to redistribute or modify the software. A user can’t be expected to read this or the entire archives of a blog in an effort to determine if the software they are installing has unwanted features.

In Digsby’s defense, however, the publisher has responded to the feedback from it’s users and will release an update that should make this optional feature known to anyone using the software. This update will apparently include a popup that will link to a page explaining grid computing.

Bookmark and Share

Linux kernel vulnerability

Tavis Ormandy and Julien Tinnes of the Google Security Team have discovered a vulnerability in all 2.4 and 2.6 kernels since 2001 that will allow code to be executed with kernel privileges. Successful exploitation leads to an attacker having complete control of a system. Here is the article detailing the vulnerability and here is a patch committed by Linus Torvalds.

Bookmark and Share

Wordpress Password Reset Vulnerability

A vulnerability has been discovered in Wordpress that allows an attacker to remotely reset the password of a user’s blog. All an attacker has to do is point their browser to http://www.targetdomain.com/wp-login.php?action=rp&key[]= and a new password will be sent. This is because key[] is an empty array and Wordpress views this as a valid entry and so resets the password.

Of course, if the attacker does not have access to the blogger’s email, this doesn’t allow them access since they don’t know the new password, however, this exploit could be used to potentially deny the blogger access to their own blog, until it is fixed.

A temporary fix for this is to edit the wp-login.php file and, depending on what version of Wordpress you have, change line 190 for 2.8.3 or 169 for earlier versions. The line looks like this:

if ( empty( $key ) )

and should be changed to this:

if ( empty( $key ) || is_array( $key ) )

The reason this works is it tells Wordpress to treat arrays as invalid entries, much the same as it does with null values. If you have a Wordpress blog, get this fix in place as soon as possible.

Update: Wordpress released version 2.8.4 to fix this and other security issues. It is recommended you update as soon as possible.

Bookmark and Share