S6 init system with s6-66 service manager in Antix-init-diversity spin

@obarun
I have downloaded compiled & installed the boot-user & scandir-0.4.1 service modules

demo@init-diversity:~
$ sudo 66 start boot-user@demo
start: info: Initialized successfully: boot-user@demo
start: info: Initialized successfully: scandir@demo
signal: info: Successfully started service: slimski-log
signal: info: Successfully started service: slimski
signal: info: Initialized successfully: scandir@demo:setenv@demo
signal: info: Successfully started service: seatd
signal: info: Successfully started service: seatd-log
signal: info: Successfully started service: scandir@demo:svscan@demo-log
signal: warning: unable to start service: scandir@demo:setenv@demo -- exited with signal: 111
signal: warning: unable to start service: scandir@demo -- exited with signal: 111
demo@init-diversity:~
$ sudo 66 reconfigure boot-user@demo
signal: info: Successfully stopped service: boot-user@demo
stop: info: Unsupervised successfully: boot-user@demo
stop: fatal: unable to find hash id of: boot-user@demo:mount-run@demo -- please make a bug reports

I obviously did a configure & a reconfigure of the modules before trying to start them, contents of how they were configured below:

demo@init-diversity:~
$ sudo 66 configure -e nano boot-user@demo
## Uncomment it to use a display manager.
## Can be any display manager as long as the
## corresponding frontend file exist on your system
## e.g sddm,lightdm,...
## It also prepare the .xsession file.
DISPLAY_MANAGER=slimski
## Uncomment it to use a console tracker.
## Can be any console tracker as long as the
## corresponding frontend file exist on your system
## e.g consolekit,seatd,turnstile,...
CONSOLE_TRACKER=seatd
## Create and mount the XDG_RUNTIME directory
## at /run/user/demo [yes|no]
XDG_RUNTIME=!yes
## Command to use in your .xinitrc
## to launch your desktop e.g.: openbox-session.
## If commented the .xinitrc file is not configured.
DESKTOP_CMDLINE=!icewm
sudo 66 configure -e nano scandir@demo
## Run the scandir at LIVE_DIRECTORY.
## Need to be an absolute path.
## If commented the default is /run/66
#LIVE_DIRECTORY=/run/66
## Create an associated logger [yes|no]
LOGGER=!yes
## Launch the scandir with a environment [yes|no].
## The environment directory is: $HOME/.66/conf/svscan@demo
USE_ENVIRONMENT=!yes
## Use notification [yes|no]
NOTIFY=!yes
## Level of verbosity [0-5]
VERBOSITY_LEVEL=!3
2 Likes