‘Afsql’ error on syslog-ng resolved

Loading

I encountered the `module=’afsql’` error after the installation of syslog-ng on CentOS 6.5. The error is as below:- Plugin module not found in ‘module-path’; module-path=’/lib64/syslog-ng’, module=’afsql’ I’ve resolved the problem based on this forum discussion. [thanks] The solution is to install syslog-ng-libdbi using the following command. yum install syslog-ng-libdbi

LC_TYPE: cannot change locale

Loading

Each time when I install a fresh CentOS 6.x server, I will get the following error when I ssh into the server. Last login: Mon Jul 21 05:30:39 2014 -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory After searching and found the reason was because my server’s environment was no … Read more

capicom.dll is not properly installed or registered

Loading

As I loaded up the link to use the HP Quality Center 10, an error message greeted me. CAPICOM:DLL is not properly installed or registered. Please install CAPICOM.DLL and restart your browser. As with other DLLs in Windows XP, some may not have registered properly. I used the following command to re-register the DLL. regsvr32 … Read more

Null characters in file

Loading

Some program could not handle interfacing files which contains null characters and has often causes support people lots of run around to find the cause. A simple way to identify the locations of null characters in a flat file is by using the following command. Works well each time for me. 🙂   tr ‘\0’ … Read more

PuttyCM – Object reference not set to an instance of an object error

Loading

I was recently introduced to PuttyCM and am hooked to it till now. Just a while ago while I was making some changes to the config and all of a sudden I could not access the software. Unexpected Error “object reference not set to an instance of an object” shows up and I can’t seem … Read more