Ubuntu 12.04 64bit /sbin/insserv: No such file or directory

Posted on May 4, 2012

Small fix if You have an error when You try to turn on startup programs.

for example:

1
2
# chkconfig -s ssh on
/sbin/insserv: No such file or directory

Fix is simple, just to add symlink:

1
# ln -s /usr/lib/insserv/insserv /sbin/insserv

[paypal-donation]