
Tag(s)
Fix chkconfig command not found
It happened in one of the servers we maintain, chkconfig was installed but it couldn't be loaded. Below are the sequence of commands I used to find the cause and fix.
[[{"type":"media","view_mode":"media_large","fid":"104","attributes":{"alt":"","class":"media-image","typeof":"foaf:Image"}}]]
# It was needed to have tomcat start at boot time
$ sudo chkconfig --add tomcat
-bash: chkconfig: command not found
# I thought it was not installed but it is in place.