ITT: Hung on "applying computer settings" - Exchange System Attendant was the culprit (Solved, kinda)

Isn't it wierd how, when you wanna get something done, you end up spending time fixing other problems that are stopping you from doing what you wanted to do originally. For some reason Group Policy was not being applied to my Laptop, causing all kinds of settings to fail.. eventlog told me: “w__indows cannot query for the list of Group Policy object”

Could not find the cause, so rebooted the Server.

Then the server wouln’t log in anymore.. it kept hanging on “applying computer settings”. In fact, it was the exchange system attendant that couln’t start. The eventlog was filling with errors that it couln’t read its configuration data from the Active Directory.

Why this was,  was unclear.. but an suggested it might be a problems with a disjointed DNS namespace on the DC.. this was indeed the case... and wierdly enough, might explain some other wierd stuff I have seen recently. Like.. the server name appearing in CAPS all of a sudden when I was browsing though some settings. I have no idea what caused this.

So now I am trying to fix that, while actually I was trying to get my laptop sorted... *sigh*

Update Jan 2005: I seem to have solved this one, but not sure how.. looks like I never updated this post. damn.

This article is part of the GWB Archives. Original Author: Robert Kloosterhuis

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.