Category Archives: Operating Systems

Linux : pam_fprintd.so: cannot open shared object file

Have you recently noticed the following error message in  /var/log/secure with RHEL/CentOS 6? PAM unable to dlopen(/lib64/security/pam_fprintd.so): /lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory PAM adding faulty module: /lib64/security/pam_fprintd.so There is several bug reports regarding this. I think PAM is trying to load an inexistant module. You should be concerned only… Read More »

Windows : Symantec Ghost Application error 437

Getting this error while attempting to restore a Symantec Ghost image from DVD (or any optical media) under WinPE? Ghost Error Application error 437 cannot read from file The main causes are the following : – Image integrity check failed due to corrupted image and/or drive read error – Source image was created using compression… Read More »

Linux : Could not get shadow information for user

Having problems connecting to your server with SSH and get this error messages in the system logs? sshd[0000]: input_userauth_request: invalid user <user> sshd[0000]: error: Could not get shadow information for <user> sshd[0000]: Failed password for invalid user <user> from 0.0.0.0 port 00000 ssh2 This mean you are missing “UsePAM” directive and/or the directive is set… Read More »

Mac : MacPorts selfupdate failed on OSX Mavericks

Upgraded to Mac OSX Mavericks lately? Well, you’ll need to update MacPorts once you’re done to keep it working. To update MacPorts, just do the following command in Terminal : sudo port -v selfupdate The terminal will keep working running a bunch of scripts by itself, then you end up with the following output error… Read More »