headermask image

header image

Monthly Archives: January 2008

Fiction inside a fiction

This is incredible. An idea that can spawn another and drive it all alone. I never thought about it before. This makes me wonder the vastness of creativity human mind that possess this incredible source of creativity, imagination and the intelligence. It’s infinity. Who earlier had thought about the Matrix? A movie which seems as […]

vsftpd dead but subsys locked

When you are usually running ftp daemon in the Linux, you may come across this error. You notice that your ftp site is not being served. At this point you start troubleshooting by looking at the service.
/etc/init.d/vsftpd status
vsftpd dead but subsys locked

The solution to this is first stop the xinetd by the following command,
/etc/rc.d/init.d/xinetd stop
Stopping […]