Re: Fatal Error That is bricking my system. Importas, S6
Reply #7 –
Just hit ctrl+alt+f7. You can always switch ttys (ctrl+alt+f{1-7}).
Yup, there's your problem. Those are fatal errors so your s6-rc database is broken. I'm not sure what that "built" subdirectory is but I would recommend removing it completely because it's breaking your database compilation. After that, run this to manually create a new database.
sudo sh /usr/share/libalpm/scripts/s6-rc-db-update-hook
There should not be any more errors after that. In the future, if you want to make custom services, I would recommend placing them in /etc/s6/adminsv so that way the fallback compilation doesn't also break like it did in this case.