mscorsvw.exe high CPU useage

After some .NET updates you may find mscorsvw.exe using up a lot of your CPU. David goes into more detail why this happens on his blog here – http://blogs.msdn.com/b/davidnotario/archive/2005/04/27/412838.aspx But here is my copy and paste solution. Let this complete and mscorsvw.exe should go away! cd /d “C:\Windows\Microsoft.NET\Framework\v4.0.30319” ngen.exe executequeueditems if %PROCESSOR_ARCHITECTURE%==AMD64 ( cd /d […]

Varnishlog Error – _.vsm: No such file or directory

# /usr/bin/varnishlog Cannot open /usr/local/var/varnish/test-varnish/_.vsm: No such file or directory If you get this error chances are you have both a source and packaged based install. remove both of them. yum remove varnish Then go into your source directory make uninstall Then re-install varnish again from the repo yum install varnish

Install Varnish 3.0 with VSF (Varnish Security Firewall) on centos 6

Just finished setting up our cluster of varnish servers and its working nicely. Using lsyncd to replicate the varnish configs, but thats for another post. Here is a step by step on howto install varnish with VSF (Varnish Security Firewall) on centos 6. If have already installed varnish then be sure to uninstall it before […]

CleanupStartup

Here again with another script, this time to clean-up what runs on a computer. Can kill off start-up entries, services and tasks. Tasks only works from vista and above as I don’t have a XP machine to play around on. Anyways, just add to the array the names of the programs you want removed. Here […]