Archive for November, 2009

Updating computer motherboard

Thursday, November 26th, 2009

Usually, it is no problem to update Intel motherboard for Windows XP system. For example, if you have a Windows XP installed on an Intel motherboard, if you want update it, just simply replace the old motherboard with the new one, it will work for most of case. Some need you do Second repair to fix the system to fit the new hardware. However this one, there is a little tricky inside, I write this down because it is a good experience to share.

The old system is Intel board D915GMH running Windows XP SP3, actually, the original installed OS was Windows XP without any Service Pack, it was gradually updated to SP1, Sp2 and finally SP3.

The new motherboard is Intel DP55WB, of course, the CUP and RAM are new too, they are Intel Core i7-860 and DDR3 respectively.

Now, the problems are:

  • With the new system(Intel DP55WB), it comes blue screen with 0×0000007B error: STOP: 0×0000007B(0xF741B84C,0xC0000034,0×00000000,0×00000000)
  • Second Repair does not work because the Windows XP was updated from no Service Pack to SP3, None of Windows XP install CD works (I tested Windows XP, XP SP1, XP SP2 and XP SP3).

Fortunately, Microsoft provides a solution, it works:

http://support.microsoft.com/kb/314082/en-us

The blue screen has gone, however, it brings a new issue:

DP55WB does not have PS2 ports, I have to use USB keyboard and mouse, but the system can’t not pickup USB stuff automatically. So I put the hard drive into another system with PS2 ports, it is Intel DG41TY, however, there is nothing in Device Manager.

And again, Microsoft has another solution to solve this problem:

http://support.microsoft.com/default.aspx?scid=kb;en-us;311504

Then, everything goes smoothly, it picks up USB stuff and eventually, the whole system work on DP55WB system.

NOTE: when I do the test, I always use ghost to copy a backup hard drive to do so.

Windows – no disk Exception Processing Message c0000013

Tuesday, November 24th, 2009

I just simply disable windeamon from startup, this nuisance thing has gone.

However, here is the better way to solve this problem:

http://www.consumingexperience.com/2007/11/windows-no-disk-exception-processing.html

A weird story

Tuesday, November 24th, 2009

This is very strange, let me write down all the details as much as I can.

A friend told me that his computer can not access some websites, like Yahoo, Google, IBM etc, but he can access other websites like Shaw.ca, cibc.com etc.

He use Shaw Internet without router, the IP address is obviously public. The OS is Windows XP professional SP2 Traditional Chinese Edition. The IE version is 6.0.2900.2180, 128bit.

Without doing any configuration for this computer, we moved it to my network environment: Telus Internet plus a router, so it gets private IP address, like 192.168.1.x, but now every websites can be accessed.

[Not finish yet]

Remove Hijack.Windowsupdates

Wednesday, November 18th, 2009

Run Malwarebytes’ Anti-Malware  and  find

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\BITS\ImagePath (Hijack.WindowsUpdates) -> Bad: (%fystemRoot%\system32\svchost.exe -k netsvcs) Good: (%SystemRoot%\System32\svchost.exe -k netsvcs) -> Quarantined and deleted successfully.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\wuauserv\ImagePath (Hijack.WindowsUpdates) -> Bad: (%fystemroot%\system32\svchost.exe -k netsvcs) Good: (%SystemRoot%\System32\svchost.exe -k netsvcs) -> Quarantined and deleted successfully.

It will come again even after you remove it. Some people discuss it here

http://www.malwarebytes.org/forums/index.php?showtopic=23844

By the time I write this post, it did not solve the problem. However, I find an easy way to remove it:

Delete all the Quarantine items from all anti-virus program running on the computer and it works.

Install Tomcat 6.0.18 on CentOS 5.3

Sunday, November 8th, 2009

It is super easy, just download, extract and run it.

  1. wget http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz
  2. set JAVA_HOME to point at the jdk location I found with “export JAVA_HOME=/usr/local/jdk1.6.0-17/ (see here)
  3. tar zvxf apache-tomcat-6.0.18.tar.gz
  4. cd apache-tomcat-6.0.18/bin
  5. ./startup.sh

Install JDK 6 on CentOS 5.3

Wednesday, November 4th, 2009

Download from

http://java.sun.com/javase/downloads/index.jsp

Then execute these commands:

chmod +x jdk-6u17-linux-i586.bin

cd /usr/local

/root/jdk-6u17-linux-i586.bin