RSSCategory: LINUX TROUBLESHOOTING

Fix Grub Filesystem Type Unknown Error On Centos/Redhat

October 31, 2012 | By | Reply More
Fix Grub Filesystem Type Unknown Error On Centos/Redhat

LINUX TROUBLESHOOTING GRUB is GRand Unified Bootloader, the default bootloader for Linux kernel based Operating Systems. If you have a dual boot system, like Windows and Linux, then you may have some issues with GRUB. If you install Windows after Linux installation, then Windows puts its own bootloader on the MBR. So GRUB is no [...]

Read More

Fix Error – Locale: Cannot Set LC_ALL to default locale: No such file or directory

October 24, 2012 | By | Reply More
Fix Error – Locale: Cannot Set LC_ALL to default locale: No such file or directory

Question How to fix the error “locale: Cannot Set LC_ALL to default locale: No such file or directory”. Answer Locales are used in Linux to define which language the user uses. As the locales define the character sets being used as well, setting up the correct locale is especially important if the language contains non-ASCII [...]

Read More

Solution Linux Useradd Error – cannot lock /etc/passwd; try again later

October 12, 2012 | By | Reply More
Solution Linux Useradd Error – cannot lock /etc/passwd; try again later

Sometime in Linux when adding user using the useradd command it throws below error. #useradd test useradd: cannot lock /etc/passwd; try again later Answer The system files that are related to Linux user management are, /etc/passwd : Contains user account information /etc/shadow: Contains secured account information (encrypted password) /etc/group : Contains group account Information /etc/gshadow [...]

Read More

Linux Tcp Ports: How To Use Netstat and Iptables For Linux Troubleshooting

May 8, 2011 | By | Reply More
Linux Tcp Ports: How To Use Netstat and Iptables For Linux Troubleshooting

It is a well known fact that Linux/Unix systems are mostly used as server and are often in connection to the internet. In such platforms access is limited by ports used. The term port means a number access point that is used to access your system much similar like a telephone number. Ports are usually [...]

Read More