Pages

Bài đăng phổ biến

Tuesday, November 6, 2012

[Solved] : Error: database disk image is malformed

When you run yum update it return this error:

Error: database disk image is malformed

Fixed: 

you just run this cmd yum clean dbcache 
or    yum clean all 
Done !

Nguyen Si Nhan

Thursday, October 25, 2012

Fixed : Need at least one XML library, --with-expat is supported


Error when compiled:

      configure: error: Need at least one XML library, --with-expat is supported
fixed:

   yum install expat expat-devel

then you rerun ./configure,that's all

Nguyen Si Nhan

Tuesday, October 23, 2012

Fixed : Error 1722: The RPC server is unavailable

Can not start service: Windows Audio Endpoint Builder
:

Services
---------------------------
Windows could not start the Windows Audio Endpoint Builder service on Local Computer.


Error 1722: The RPC server is unavailable.

---------------------------
OK
---------------------------

Fixed: Enable Power service is solved the problem 

Nguyen Si Nhan