s6-rc-bundle-update is now deprecated 30 January 2022, 15:50:10 Hello and thank you in advance.Quotes6-rc-bundle-update is now deprecated and may be removed in the future!Bundle contents should be updated by touching files in the contents.d directory and running s6-db-reload!==> Switched to a new database. Remove any old unwanted/unneeded database directories in /etc/s6/rc. Đ¢here is no contents.d directory, please help.
Re: s6-rc-bundle-update is now deprecated Reply #2 – 30 January 2022, 17:09:16 touch /etc/s6/adminsv/default/contents.d/firewalldcd /etc/s6/adminsv/default/contents.d/s6-db-reloads6-rc-bundle-update is now deprecated and may be removed in the future!Bundle contents should be updated by touching files in the contents.d directory and running s6-db-reload!
Re: s6-rc-bundle-update is now deprecated Reply #3 – 30 January 2022, 17:18:07 That just means you have other services that were added to a bundle (most likely the default one) by using s6-rc-bundle-update
Re: s6-rc-bundle-update is now deprecated Reply #4 – 30 January 2022, 23:04:26 Thank you. How to check which else do I need to add with touch ?
Re: s6-rc-bundle-update is now deprecated Reply #5 – 31 January 2022, 16:03:11 You can use s6-rc-db to check the contents of the bundle. If you see services in there that are not in the contents.d directory, then you know those are things you need to add with touch.
Re: s6-rc-bundle-update is now deprecated Reply #6 – 01 February 2022, 00:30:27 Quote from: Dudemanguy – on 31 January 2022, 16:03:11You can use s6-rc-db to check the contents of the bundle. If you see services in there that are not in the contents.d directory, then you know those are things you need to add with touch.Strangely, none of the contents of s6-rc-db are in adminsv/default/contents.d. All I see in there is `boot`
Re: s6-rc-bundle-update is now deprecated Reply #7 – 01 February 2022, 00:42:42 Quote from: strange – on 01 February 2022, 00:30:27Strangely, none of the contents of s6-rc-db are in adminsv/default/contents.d. All I see in there is `boot`This is normal, until you touch what you want to be enabled in that dir
Re: s6-rc-bundle-update is now deprecated Reply #8 – 01 February 2022, 12:56:11 Quote from: ndowens – on 01 February 2022, 00:42:42This is normal, until you touch what you want to be enabled in that dirI see.Is `boot` itself a service? Where can I find it?Edit: Never mind, I'm dumb. Just figuring this out now.