Re: s6-rc-bundle-update: fatal: unable to take lock on /run/s6-rc/compiled
Reply #1 –
Oh, I see you're following the wiki guide. The s6-rc example command is incorrect. Because you are chrooted into a system which is not actually running s6-rc (there is no /run directory in the chroot), s6-rc-bundle-update finds no lock and fails. What the command should actually be is.
s6-rc-bundle-update -c /etc/s6/rc/compiled add default chrony
The -c argument merely specifies a path to the actual database you want to modify. I'll update the wiki entry.