Tim Anderson's ITWriting [Valid RSS]

Tech writing blog

Blog Home RSS Archives ITWriting.com
Add to Feedburner Add to Bloglines Add to Newsgator Add to My Yahoo

September 21, 2005

Fixing Windows Server 2003

Posted 1170 days ago on September 21, 2005

Generally I find Windows reliable (client and server), but I do stress it by installing and removing all sorts of software for test purposes, some of it beta. Last night I noticed a problem with Sharepoint Services on my Windows 2003 server. I don't have a limitless budget for servers, so this machine is the sole Domain Controller and also handles Exchange Server and even Apache. I now know that having Sharepoint Services and Exchange on one server is asking for trouble, though I recollect that it used to work. Not any more; when I tried to log onto the admin site it asked me for username and password (bad sign, since it does integrated authentication) and then gave me Access Denied. I also noticed that Windows Rights Management administration had similar issues - yes, I have a lot of stuff installed here.

I tried to fix it. I read up on the problems with Sharepoint disabling Kerberos and breaking Outlook Web Access and took the recommended steps. I removed and reinstalled Sharepoint services. Still no go. I tweaked a few things and tried a server restart.

Now I was really in trouble. My event viewer filled with exotic messages - does anyone collect these? - including:

  • 32777 The LSA was unable to register its RPC interface over the TCP/IP interface. Please make sure that the protocol is properly installed.
  • 12261 SAM failed to start the TCP/IP or SPX/IPX listening thread.
  • 5706 The Netlogon service could not create server share C:\WINDOWS\SYSVOL\sysvol\mydomain.co.uk\SCRIPTS. The following error occurred: The remote procedure call failed.
  • 4294 The IPSec driver has entered Block mode. IPSec will discard all inbound and outbound TCP/IP network traffic that is not permitted by boot-time IPSec Policy exemptions.
  • 1053 Windows cannot determine the user or computer name. (There are no more endpoints available from the endpoint mapper. ). Group Policy processing aborted.

Naturally I Googled on these, to no great advantage. Other stuff failed too. Basic TCP/IP seemed to be working - I could ping localhost - but the network was not visible and the network connections service would not start, breaking the Control Panel applet. Of course Exchange was well out of things.

What to do? Zap the box and rebuild - reluctant to do this as it's time-consuming. Restore a recent backup - reluctant here as well, since there was some configuration work that would be lost. I did have a backup of system state from before I fiddled with Sharepoint, so I booted into Directory Services Restore Mode and restored system state.

Nothing changed, all the same errors.

Normally I would fix problems by finding the first error after boot, fixing it, and going on from there. However this looked too severe. We've all been there - hours spent manually applying permissions, checking for the existence of files, tweaking registry entries, and often no result. Another little problem: the installer service was broken, so reinstalling anything was problematic.

There was one more easy thing to try. I downloaded Windows Server 2003 with SP1 from MSDN (what would I do without it?) and booted from the CD. Then I reinstalled Windows choosing the Repair option. Downloading the CD was necessary, since Repair only works with the same build of the OS.

It was fantastic. Almost everything worked. Networking was fixed, Exchange started, OWA worked, in fact the only service to fail, with a mysterious "file not found", was WINS. Removing and reinstalling fixed that. Even Sharepoint sort-of worked; you could log on to the admin site. It was not quite right though; the Sharepoint installer database was corrupt such that you could neither update it nor remove it. I used the invaluable msizap to delete the Installer entries and manually removed Sharepoint Services. I've not tried putting it back yet; that can wait for a quiet afternoon.

I have a couple of comments following this saga. First, Windows is infuriating when it is sufficiently broken that the GUI management tools won't run. At this point you have to dive into the registry with some deep technical skills, or give up. Text config files are easier in these cases; it is interesting that Microsoft is moving in this direction (.NET apps, for example). Second, kudos to Microsoft for the Repair install, which was highly effective in this case. Third, keep good backups folks, especially if you are a one-server shop.



Re: Fixing Windows Server 2003

Posted 1168 days ago by Paul Crouch • • • Reply

I have an almost identical problem with a Win2003 DC. I have just upgraded a WIn2k domain to 2003 AD (forest prep and domain prep) and promoed the 1st of 3 new DCs running 2003. After installing terminal server and rebooting I got the exact same problem and same errors in the event log. I think I will follow your lead and try the repair from CD.

Re: Fixing Windows Server 2003

Posted 1168 days ago by Paul Crouch • • • Reply

Ok, having fixed everything with a repair, i have managed to break the server again, in the exact same way, by trying to install terminal server. This seems to be the key to this problem...

Re: Fixing Windows Server 2003

Posted 1149 days ago by Tim Bosinius • • • Reply

I have the problem for the second time now on a new and fresh installed server. I have the feeling that the problem might have something to do with the system we are using. The Dell 1855 Blade we are using comes with two Intel Pro/1000 Nics (running in teaming mode)

We also had SNMP running, which I just have been told is a known issue with Intel Pro/1000 Nics.

Are you using similar hardware?

Re: Fixing Windows Server 2003

Posted 1149 days ago by Tim Anderson • • • Reply

I don't know about Paul, but my hardware is not very similar. Cheap HP box :-) with a single NIC - I think it is an Intel NIC but only Pro/100.

Re: Fixing Windows Server 2003

Posted 1130 days ago by ivan • • • Reply

i was wondering if it asked you to enter your license code when doing the repair install?

Re: Fixing Windows Server 2003

Posted 1130 days ago by Tim Anderson • • • Reply

License code - yes, I believe it does. This is actually one way you can change the serial number of the installation.

Re: Fixing Windows Server 2003

Posted 1118 days ago by Russ Baker • • • Reply

We have just fixed this exact problem on our Dell 2850. The Intel Proset Teaming software was broken and making most of the services fail.

1) reboot into "Safe Mode with Networking"
2) Disable the Intel Teamed Adapter
3) Set your static IP on NIC 1
4) disable 2nd NIC
5) reboot in normal mode
6) play around with Intel Pro set if you really need the teaming back online (remove\reinstall intel proset)

This got us back online. Hope it helps

Re: Fixing Windows Server 2003

Posted 1030 days ago by Kenneth Westergaard • • wwwReply

I have found that resetting security settings as per KB article 313222 gets it up and running again.

Re: Fixing Windows Server 2003

Posted 998 days ago by Adrian • • • Reply

for whit its worth - none of the ablve helped me to resolve the exact same problem. i had 3 domain controllers die at the same time after a windows update reboot.

I have it working now though - i changed the login credentials for the RPC service to be 'LocalSystem' instead of 'NT AUTHORITY\NetworkService'. After changing this on each server and rebooting it all came back with no visible side effects (so far).

i got the idea from this article: http://www.bensingerconsulting.com/support/helpdesk/issue_view.asp?ID=10&CATE=0

it has some other stuff in there about fixing the WinSock branches in the registry but that did nothing for me. just changing the login on the RPC service fixed it.

Re: Fixing Windows Server 2003

Posted 997 days ago by Tim Anderson • • • Reply

Thanks Adrian; interesting link. I notice a regular stream of users hitting this site after searching for the symptoms, so your comments are appreciated.

Tim

Re: Fixing Windows Server 2003

Posted 990 days ago by Morten • • • Reply

Adrian this was it!
We had the same fault and it seems that SP1 is changing the service account to 'NT AUTHORITY\NetworkService'.
What that is good for I can not say but the local system account works so far fore us.
thx
Morten

Re: Fixing Windows Server 2003

Posted 982 days ago by Tiho • • • Reply

Thanks Adrian,
Like some other people I also have Dell server 1650 and did upgrade from 2000 domain. I have prepared using adprep from SP1. I did not run command adprep /domainprep /gpprep and I wonder if that /gpprep switch would prevent the problem.

Re: Fixing Windows Server 2003

Posted 916 days ago by Bill Oyler • • • Reply

This blog has been extremely helpful. As everyone else above has said, there are not many other resources on the Web relating to this bizarre Microsoft issue. Our servers went belly up yesterday due to this exact issue (IPSec blocking all TCP/IP traffic, services not starting, etc.) for no apparent reason after the servers did their regular reboot.

By following the excellent advice above, I changed the logon credentials of the RPC service to LocalSystem, rebooted, and that allowed all services to start up properly, and TCP/IP connectivity returned. I then made the change to the User Rights Assignments (Impersonate a client after authentication) recommended in the same article, changed the RPC service back to NetworkService, rebooted, and everything is still working great. Amazing.

I would love to hear from anyone who has nailed down the precise Microsoft security update/hotfix that causes this problem to manifest itself. It must only affect specific environments, or else we would hear about this on the front page of the newspaper because everyone's Windows 2003 servers would be crashing! Any ideas what might have caused this issue?

Thanks everyone,
Bill

Re: Fixing Windows Server 2003

Posted 904 days ago by Jim Wegman • • • Reply

Finding this discussion thread has been extremely helpful in convincing me that I'm not totally crazy!! (although this issue may soon drive me there)

I have an existing W2K domain to which I am adding my first W2K3 server.

Upon purchasing my new server (PowerEdge 2800), blissfully unaware of the unbelievable amount of effort that would be required to upgrade from W2K AD to W2K3 AD, I installed W2K3 on the new server, joined it to my existing domain and applied all updates, including SP1. Rebooted and all was fine. Then I moved the new server into the Domain Controllers OU of my AD, but didn't DCPromo it (Yes, I know, DCPromo moves the server to the Domain Controller OU, but at that point, it had been quite a while since I'd worked with DCPromo). As soon as I rebooted and the security policy refreshed, I got the EXACT symptoms and errors described here (IPSec blocking all TCP/IP traffic, no NICs appearing in Network Connections, services not starting, etc.). I moved the system back to the Computers OU of AD, rebooted, refreshed and still got the same errors. Then I uninstalled SP1, rebooted and the server ran fine. I immediately removed it from my W2K domain.

So I did more research, concluded that the problems were most likely due to AD/GP differences between W2K and W2K3 and came up with a plan of action for the AD upgrade. I set up a test network, tested all the upgrades and everything ran (and is still running) smoothly.

So I ran the E2K AD prep script, adprep /forestprep and adprep /domainprep from the W2K3 CD on the appropriate FSMO DC on my W2K domain and they all finished without a hitch. I reinstalled W2K3 on the new server, joined it to my W2K domain, applied all updates including SP1 and all ran smoothly. Then I DCPromo'ed the new server, rebooted and it ran fine. I let it run as part of the network for a few days and all seemed fine. I was very happy.

But the new server needs to do more than look pretty and run AD, so I tempted fate, installed Symantec System Center (not even the AV server, just the management interface), rebooted and the server crapped out on me again with the same symptoms I originally experienced. Arggg!!! Uninstalled SP1 and everything ran fine.

I have since reinstalled W2K3 several times; every time SP1 is applied and the system's DCPromo'ed, the same symptoms (DCPromo w/o SP1 runs fine). I've tried reinstall, DCPromo, SP1 and reinstall, SP1, DCPromo and the same thing. I've installed SP1 from both Microsoft Update and my internal WSUS server with the same results.

When I found this thread, I tried changing the service account on RPCSS from Network Service to LocalSystem and that seemed to remedy the problem (tried altering the Impersonate... setting in Domain Controller Policy and setting RPCSS back to Network Service, but that didn't help, the symptoms came back when the account was switched back).

Then I tried and failed to install SQL Server 2005 on the new server and realized that there were WMI symptoms as well and the system was unable to access WMI Control Properties.

So, I'm at my wits end! My W2K3 has Software Assurance, so I'm waiting for my W2K3 R2 disks to arrive to see if, perhaps, that resolves my problem, but I'm not getting too excited.

I’ve seen this problem mention in other discussion threads, but I’ve never seen any other actual solutions. If anyone has any other insight, I'd be very interested to hear about it.

Jim

Re: Fixing Windows Server 2003

Posted 996 days ago by John Le Galloudec • • • Reply

I just want to let you all know I have the same issue. We are using a Dell PowerEdge 1800, Windows 2003 Small Business Server. Latest service packs installed. Server was operating OK. Then after a reboot all hell broke loose. We are only running 1 Intel Pro 100/1000 nic and have Proset installed. At this moment I can remove the product. Windows wont let me.

The system was migrated from Windows 2000 to 2003 via another domain controller. Although this was a long path it appeared to be OK after all the steps were taken.

I have no network connections and when I read the system log it tells me the card has been given one of the Windows fall back IP addresses 169 etc. DNS is not functioning therefore Active directory is not go either. Its dead in the water.

I've called Dell (because the server is only new). They are calliing me back, but they did mention using a different logon for the RPC service. I see what they have to say.

I don't want this problem to re-occur

Re: Fixing Windows Server 2003

Posted 965 days ago by drew • • • Reply

this problem is absolutley INSANE!!!

i have had my (multiple) 2k3 servers up and going for WELL over a year, and ONE developed this 'lovely' problem tonight during (regularly scheduled weekly) reboots.
As you might have gussed, I have been here @ work since 0CST, and it is now almost 5CST. thats FIVE hours of my time because something so STUPID happened to ONE server. (the server that this happened to is/was my DC, dns, dhcp, etc etc etc, MAIN m$ server)

...i REALLY appreciate your help, because NO ONE ELSE ON THE INTERNET apparently has ever had this issue.

thansk!
-drew

Re: Fixing Windows Server 2003

Posted 965 days ago by Tim Anderson • • • Reply

Yes, that's why I quote the exact error messages, so it will come up in a search.

Tim

Re: Fixing Windows Server 2003

Posted 954 days ago by Gareth Price • • wwwReply

What a bizarre issue.

What did it for me eventually was:
* Changing the login credentials for the RPC user (following Bensingerconsulting.com's instructions)
* Resetting the security settings (following instructions from http://support.microsoft.com/?kbid=313222)
* Fixing everything which then broke because of that
* Gently reminded the client to instigate a proper backup policy ASAP.

Thanks for posting this, means I get to go home at 9pm rather than 9am!

Regards,
Gareth Price

Re: Fixing Windows Server 2003

Posted 951 days ago by noor • • • Reply

This is simply a great side. I had installed SAP on Windows 2003 Server and in the verge of reinstallation. However this side saved me. Thanks for all the support especially to Mr. Adrian for the URL.

Cheers
Noor

Re: Fixing Windows Server 2003

Posted 939 days ago by Nick • • • Reply

We've had the same problem occur twice on the same server setup, and fixed it using two of the above different methods

We have Acer G301 Servers running Windows 2003 Standard with Terminal services installed. Most of our identical servers when updated with Windows 2003 Sp1 do NOT have any problems
Our SAM system log error was 12291

We have had two different offices both experience the above problem with most of the same Event Log entries and almost NO windows services running

We fixed the problem in the first case by running the repair install with an W2k3 Sp1 integrated CD
We fixed the problem the second time by reghacking the RPC service account back to Localsystem

In both of our cases the above fix procedures immediately resolved the problem and no further repair actions have been required (yet)

good luck all

Re: Fixing Windows Server 2003

Posted 933 days ago by Thanks Mr.Adrian • • • Reply

Your comments saved me hours of work...thanks.

Re: Fixing Windows Server 2003

Posted 919 days ago by Krobar • • • Reply

THANK YOU

I reinstalled my secondary DC and the same thing happened and then I found this blog. Second time I installed minimal Intel drivers and that made no difference. This problem might be relate to Intel NICs but if is then it is not confined to Intel NIC teams.

Re: Fixing Windows Server 2003

Posted 861 days ago by George • • • Reply

Just added a Win2003 SP1 server with Intel Pro NIC to a Win2000 AD Domain. when i made the new server a secondary DC i experienced the sames issues as above, changing the login credentials for the RPC service fixed it! Cheers!

Re: Fixing Windows Server 2003

Posted 858 days ago by Albert • • • Reply

I have a w2k dc and we have now a dell power edge 2900. we are trying to add backup dc with w2k03 server. i prepared ad on the w2k server by appluing adprep /forestprep and adprep /domainprep.
both ran fine without any problem, but when i go and dcpromo on the w2k03 server, it gets to a point where it says that my ad version on w2k server is different from the one on the w2k03 server and that i must run the adprep utility, which i already did and worked fine with no errors.

can anybody help me with this?

thanks

Re: Fixing Windows Server 2003

Posted 838 days ago by Ken • • • Reply

We encountered this same problem at the end of last year. I spent countless hours scouring the internet and actually came across this site before the other solutions were posted. We tried repairing from CD and that did not fix the issue here.

We had a situation where both of our DC's were auto-updated to SP1 from WSUS when the patch wasn't authorized! The NICs disappeared from network connections and we had numerous events talking about "NO MORE ENDPOINTS / RPC". Eventually we restored from backup and decided to wait on SP1 until we could identify the problem.

Just the other day I came across a forum that mentioned the "impersonate" change and we applied that to GPO and tested it on a server...everything worked out great. We were finally able to apply SP1 to one of our production servers...we're going to sit on it for a few days before it goes on the PDC.

Today, I needed to get out of the house for awhile so I came to work and, it being a saturday, decided to apply SP1 to one node of our File and Print Services cluster. Interestingly enough, IPSEC driver went into block mode...which was a little different from what I had experienced on the domain controllers. The cluster node came up, but couldn't ping anything, not even hosts on the same segment.

I disabled IPSEC and that granted me connectivity...unfortunately the cluster service relies on IPSEC for whatever reason. So I changed the RPC service to use localservice account rather than the Network Service that SP1 put in...we'll see how it goes.

Re: Fixing Windows Server 2003

Posted 838 days ago by Ken • • • Reply

I wanted to note that we use Dell Servers exclusively...is this is a trend with the Dell systems for some reason?

Also--Changing the RPC service has yet to fix my cluster. IPSEC went back into block mode upon boot.

Re: Fixing Windows Server 2003

Posted 827 days ago by Sam • • wwwReply

I spent 6 hours trying to resolve this issue last night. Exact Issue as described above. New HP Windows 2003 Server with Intel NICs. Made it a DCin a Windows 2K domain...applied SP1 and the problems began. I called HP (which was actually the first time I received poor support from them) no help what so ever...the tech did not even suggest a work around. Was on hold for Microsoft for about 2.5 hours when I hung up....I gave up and decided to try again today...I just may have a solution. I'll give you guys and update later today.

Re: Fixing Windows Server 2003

Posted 812 days ago by Chris Conner • • • Reply

This is what we do to prevent this:

BEFORE you install SP1 for Windows Server 2003:

Add Adminstrators & SERVICE to the "CREATE GLOBAL OBJECTS" in the local security policy.

Add Adminstrators & SERVICE to the "IMPERSONATE CLIENT AFTER AUTHENTICATION" in the local security policy.

If this is a DC - make the changes in the DOMAIN CONTROLLER policy. This resolved all of our issues - curtsey of hours and remote desktop with MS support. :)

Then when SP1 is installed, it will keep those settings. I hope this helps.

=-Chris

Re: Fixing Windows Server 2003

Posted 812 days ago by Danny • • • Reply

OK I have now seen this 3 freaking times. in our network.

Win2000 native domain, promoted 3 win2k3 servers to DC's (in two seperate sites) and after the 2nd reboot this same god damn issue occurs.

I've fixed it on two of the 3 servers so far using the KB article, and 3 server is being painful.

Glad it's not just me going crazy.
Danny

Re: Fixing Windows Server 2003

Posted 805 days ago by Jim • • • Reply

This problem is absolutely ridiculous!! And I can't seem to find much mention of it anywhere but on this site.

Happens with W2k3 R2; immediately, of course, since sp1 is integrated.

I finally said to hell with it, left my W2K3 R2 box as a member server and kept my domain controllers at W2K. I've got work to do and can't spend all my time worrying about bad software taking down my network.

Until Microsoft acknowledges this problem and does something about my domain will stay W2K.

But if somebody does find a REAL solution to this, please share so we can all move on ;)

Re: Fixing Windows Server 2003

Posted 753 days ago by Paul Crouch • • • Reply

Not the same Paul Crouch as above bizarrely... Had this same issue this weekend. Was entirely caused by someone modding the "IMPERSONATE CLIENT AFTER AUTHENTICATION" to include a specific account. Thereby knocking out the default Administrators and SERVICE. Thus creating the havoc you've all experienced. Undefining the policy at the domain level where it was set and on the DCs manually using gpedit.msc to update it back to the default resolved the issue.

If a box was already affected, disabling the the ipsec service and setting RPC to local system account (after exporting reg key for put back later) was enough to get it on the network , force a gp update through, bounce and change the service account back using the exported reg key.

Now all I need to do is think of a fitting punishment for the culprit...

Re: Fixing Windows Server 2003

Posted 734 days ago by Mark • • • Reply

I had the same problem recently after following a WC102704 to setup kerberos support between my SBS03R2 and SQL server for sharepoint, he tells you to change the Local security setting on IMPERSONATE CLIENT AFTER AUTHENTICATION but not to make sure you add the administrators and service accounts in as well. Maybe that's obviuos but not to me. It only took me 14 hours to get the server back up. In the end I had to use the KB313222 to reset security. Backups did not help and also watch that any DC you are replicating to doesn't put the rogue settings back. I then had to reinstall sharepoint and fax services(probably because all the other stuff I did to try and restore it). The other problem was that it destroyed the network connection settings on every client as well. I had to roll each one of those back manually. I wish I'd found this site last week.
Regards
Mark

Re: Fixing Windows Server 2003

Posted 687 days ago by Muk Cung • • • Reply

This is for all users facing the same problem and still searching for the solution, it's

resolved in a simple way. Try it first.....

Since 2 weeks ago I've experienced the same error and at that time take a temporary solution

by disabling the IPSec service. And then today I solved it in a very simple way after failed

with all steps described above following this link

http://www.bensingerconsulting.com/support/helpdesk/issue_view_print.asp?ID=10

In my case, finally I found if that is because the IPsec registry key

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\IPSec not exist (I don't know why)

and it's explained in this article http://support.microsoft.com/kb/912023/en-us

My issue resolved following the article, hopes it useful for someone else.

Regards,

Re: Fixing Windows Server 2003

Posted 682 days ago by andy stevens • • • Reply

Wow, great page. Too bad I found this after like 5 hours of registry hacking and manual uninstalls. I ended up doing an overinstall. We have a small simple network setup here. But this was the DC. Sigh, I found this while waiting for the overinstall to complete. After a few phone calls and groggy conversation with people at 3am it turns out it was related to was entirely caused by someone modding the "IMPERSONATE CLIENT AFTER AUTHENTICATION" to include a specific account. I had always thought it was related to a sharepoint uninstall gone wrong.
As a side note: we do have a intel proset 1000 CT
Thanks again,

Re: Fixing Windows Server 2003

Posted 658 days ago by Duncan Newman • • • Reply

Thank you guys for all your comments!

That changing the RPC user trick did wonders and sorted it all out. Was at my wits end with print production rapidly stacking up - was starting to fear a rebuild and some major downtime!

Found this page linked from another one a slightly related issue on the hp.com website :P

Thank you again everyone! Life savers!

Re: Fixing Windows Server 2003

Posted 658 days ago by Anonymous • • • Reply

Oh and to shed some light on my "issues" I was suffering from the following:

ML370 G3 Server - took it down to upgrade the RAM.
Started it backup and it was behaving like I just took all the ram out. Extremely slow startup with the system "hanging" at "Applying Computer Settings" and "Applying User Settings". Both parts took about 5 minutes meaning reboots were taking 15mins+ -- where as the server would come up in under 1 minute before.

No obvious signs of issues - once the machine started up it seem to be working at normal speed however anything network based (so windows shares, services, etc) seemed to be showing bad preformance.

Changed the RPC username ... and done! :) Thanks again .....

Re: Fixing Windows Server 2003

Posted 312 days ago by SM • • • Reply

I wish I would have found this site before rebuilding our entire server (which was the PDC). I had to seize all the FSMO roles with an operational DC and rebuild the server and do all of the AD cleanup. Once I thought I was done, the exact same problem happened after promoting to DC and installing some post SP2 updates and rebooting. I have two dual Intel Pro 1000 adapters in a poweredge 2550 and they are teamed with load balancing.

I thought this was windows update related, but in hindsight I see that it was probably policy related. The policies that affected my server were those in the Default Domain Controllers policy (I followed throught the NSA guidelines) on 2000 server. And the problems occured only after promoting to a DC.

Simply changing the rpc logon fixed it enough so I could go in and see that the NetworkService account was being block by group polices that had carried over from the other 2000 Server DC's.

Thanks to you all for the help. If anyone needs specifics on the policies, let me know.


Add Comment

You are welcome to comment below. For your guidance, HTML is not supported and URLs will be displayed as plain text.

 Title

 Name

 Email - Optional, not displayed

 Website. Make Public?

Your comment

Please enter this code below:

 Code

Recent posts

Users plead with Borland to give up .NET
IE7 to be released 18th October,...
If Microsoft doesn't use UAC, why...
Google's unsettling lack of direction
Vista security: now prove it


Powered by bBlog