Public bug reported: After upgrading to 18.06 LTS, chef (specifically chef-solo) breaks when trying to enable services.
The "-n" flag was removed from "update-rc.d" upstream here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856415 However chef (12.14.60-3ubuntu1) still uses it, which breaks configs. Example chef error: ``` * service[xinetd] action enable * /usr/sbin/update-rc.d -n -f xinetd failed - #<Process::Status: pid 23972 exit 1> ``` ** Affects: chef (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766786 Title: chef is calling update-rc.d with the deprecated "-n" flag To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chef/+bug/1766786/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
