66 crashes erratically on antiX

Hi Eric

Its been a while I hope you are well We are preparing for the next release of antiX (based on Debian Trixie) which if everything goes well will feature 66 as one of the available inits out of the box.

At the moment I am facing a serious issue with 66 not being able to reliably & consistently load all enabled services in the global tree without crashing.

Link to the official beta testing thread (where you can find the iso) https://www.antixforum.com/forums/topic/antix-25-full-beta2-for-public-testing

The issue is evident on every boot either installed or booted live. Here is the way to clearly reproduce it:

While booted to 66 repeat the following sequence twice: 66 enable boot@system && for service in $(ls -1 -p /usr/share/66/service | grep -v /); do 66 enable $service; done;

I know I shouldn't be modifying 66 dirs without 66 commands - but in order to troubleshoot I have been temporarily fixing the issue with

sudo rm -rf /var/lib/66/* && 66 enable boot@system && for service in $(ls -1 -p /usr/share/66/service | grep -v /); do 66 enable $service; done; && 66 tree start

However on reboot I always still have issues with some services.

Any chance you can have a look & see if you can provide a fix?

Edit: A few example logs of runtime-branch after various reboots & troubleshooting

1305-1313-3128

1457-1465-2571

1295-1304

Edited by ProwlerGr