Windows Server 2012, VMware ESXi, and Strange Permissions Errors – Removable Storage Auditing what?

I’ve been getting ready to roll out Windows Server 2012 to be used for new production hosts, and one of the first machines I tried to deploy was a web server. I created my VM, installed Windows 2012, got IIS all set up. This web site was to be used for uploading and serving files, so I added a data disk and put the web site on this drive. The web app runs on Perl so I installed that, configured it, and no matter what I kept getting 500.19 errors. I don’t set up Perl all that often on IIS, and I thought for sure that it must have been some quirk in the process that I was missing.

Instead it turned out to be an unholy combination of factors with the way that VMware presents disk drives to Windows and how Windows 8 / Server 2012 handles removable drives. It effects things other than IIS too. The symptoms are strange, the errors are unhelpful, and the fixes aren’t obvious.

[Continue reading]

Missing Computers in ESET NOD32 Remote Install Tab

The ESET Remote Administrator Console hasn’t caused me much grief over the years when it comes to pushing out installations. Recently I was helping a client upgrade the workstations to version 5 of NOD32, now called ESET Endpoint Antivirus, or ESET Smart Security (they sure know how to pick catchy names). Things seemed to be going fine when I noticed that at least 2 computers were not in the Remote Install tab’s computer list.
[Continue reading]

Hide Pages from the 404 Page in a Genesis WordPress Theme

PHP File Icon

If you run your Wordpress blog on the wonderful Genesis Framework (as I do), then you know that the 404 page is pretty nice out of the box. It gives the user a way back to the homepage, and lists of Pages and Posts and all kinds of ways to get … [Continue reading]

DFS: Properties cannot be set on the namespace server – Access is denied

Properties cannot be set on the namespace server - Access is denied

I ran across a strange problem the other day with DFS. I needed to override the referral ordering for a namespace server, but the change wouldn't take. I got a status of Error during the "Commit changes." task. In the detail, it showed "Properties … [Continue reading]

Use jTDS NTLM Authentication in Confluence with SQL Server

I run Atlassian's Confluence in several organizations. It's a great product and runs on many platforms. Being a Windows admin I tend to stick to the existing Microsoft stack where possible, so I typically run Confluence on Windows against Microsoft … [Continue reading]

Send Mail to Multiple Recipients with Ruby & Pony

One of my favorite ways to send mail from Ruby is through the Pony gem. If you haven't used it, it's definitely worth a look. I recently found the need to send mail to multiple recipients, and I couldn't figure out how based on their documentation. … [Continue reading]