chkconfig is fedora or Red hat linux only command. It will not work under Ubuntu Linux.
Under debian and Ubuntu Linux use update-rc.d command to install and remove System-V style init script links.
Turn on or start service called mysql on boot
Code:
sudo update-rc.d mysql defaults
Remove service called mysql on boot:
Code:
sudo update-rc.d mysql remove
OR
Code:
sudo update-rc.d -f mysql remove
Replace mysql name with actual service name. You can also use GUI tool called rcconf or sysv-rc-conf.
Code:
sysv-rc-conf
rcconf
See following url for more info about these two commands.
http://blogs.cyberciti.biz/hm/index....s-or-services/
__________________
Vivek Gite
Linux Evangelist

Be proud
RHEL user, and let the world know about your enterprise choices!
Join RedHat user group.

Always use
CODE tags for posting system output and commands!

Do you run a Linux? Let's face it,
you need help