It's time for me to talk a little bit about what i do.
66 is actively developed, regardless of the opinion of certain users (hello Artix). If you go on dev branch you will see many commits from many months.

The new release is a really major release and will not be compatible with older version. No choice here because the heart of 66 has changed by the fact to the drop of s6-rc supports. The role of s6-rc is now handled internally by 66. So, the new version only depends on skalibs/s6/execline/oblibs package.

I will not talk about the changes here (not the moment, not the place). This post is to warn user about what i do and to ask for first beta-tester. But to tease you a little, I will mention a few changes.

- only one tools for all 66 command. This is the output of the 66 -h command
66 [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -T timeout ] [ -t tree ] start|stop|reload|restart|unsupervise|reconfigure|enable|disable|environ|status|resolve|state|remove|signal|tree|init|parse|scandir|boot|version [<command options>] service...|tree

main tool to init a system, control and manage services

options:
   -h: print this help
   -z: use color
   -v: increase/decrease verbosity
   -l: live directory
   -T: timeout
   -t: name of the tree to use

command:
   start: bring up service
   stop: bring down service
   reload: send a SIGHUP signal to service
   restart: bring down service then bring it up
   unsupervise: bring down service and remove it from scandir
   reconfigure: bring down, unsupervise, parse it again and bring up service
   enable: activate service for the next boot
   disable: deactivate service for the next boot
   environ: manage service environment variable
   status: display services informations
   resolve: display the resolve files contents of services
   state: display state files contents of services
   remove: remove services and cleanup all files belong to it from the system
   signal: send signal to service
   tree: manage/see tree information
   init: initiate to scandir all services marked enabled at tree
   parse: parse the service frontend file
   scandir: manage scandir
   boot: boot the system with 66
   version: display 66 version

Use '66 <command> -h' to see command options
- ability to start a service without the need to enable it.
- ability to define service dependencies even on different trees.
- requiredby service dependencies definition.
....

I have provided a simple dockerfile for users who want to make a very first test and reports feedback. As the documentation is not written for now, you can ask me any questions here or by the chat directly.

DO NOT TRY on real machine or even a VM. The module part for the boot is not ready (need to be revamp) and you will certainly find bugs (even if it work pretty well for now). Also, many many changes occur with this new version. Even the interface of the tools change.

So, this call is for beta-tester and only beta-tester. The code is now sufficiently stable for beta-tester but not for production.
14 days later
Hey Eric, life is busy as usual but thank you for the time you put into updates and maintenance. I tried to at least build according to the dockerfile and run into only one error below. Is there something I can do, or does it need an update?
exec gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -Wno-unused-value -Wno-parentheses  -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -fno-stack-protector   -c -o src/lib66/environ/env_append_version.lo src/lib66/environ/env_append_version.c
In file included from src/include/66/parse.h:26,
                 from src/include/66/environ.h:23,
                 from src/lib66/environ/env_append_version.c:23:
src/include/66/service.h:19:10: fatal error: oblibs/graph.h: No such file or directory
   19 | # include <oblibs/graph.h>
      |          ^~~~~~~~~~~~~~~~compilation terminated.
make: *** [Makefile:231: src/lib66/environ/env_append_version.lo] Error 1
hum, this is strange, i just took the dockerfile and ran
% docker build .
built successfully :/
8 days later
Hey Eric, just wanted to say thank you for all of the hard work you've put into 66 and Obarun it's been really fun and interesting since I started. Excited to see the new version of 66, very happy that the new version seems to be using a single executable.
5 months later

I am pleased to announce that I can boot a VM with the new code of 66. I should typically transition my own machine to the new code of 66 this week. Therefore, the release is very close to being finalized.

oblive@obarunS6 Desktop % 66 tree status -g
Name        : global
Current     : no
Enabled     : yes
Allowed     : oblive
Groups      : user
Depends     : \
              └─None
Required by : \
              └─None
Contents    : \
              ├─dbus-session@oblive-log (pid=844, state=Enabled, type=classic, tree=global)
              └─dbus-session@oblive (pid=848, state=Enabled, type=classic, tree=global)

oblive@obarunS6 Desktop % sudo 66 tree status -g
[sudo] password for oblive: 
Name        : global
Current     : no
Enabled     : yes
Allowed     : root
Groups      : admin
Depends     : \
              └─None
Required by : \
              └─session (Enabled)
Contents    : \
              ├─dbus-log (pid=669, state=Enabled, type=classic, tree=global)
              ├─consolekit-log (pid=670, state=Enabled, type=classic, tree=global)
              ├─dbus (pid=674, state=Enabled, type=classic, tree=global)
              └─consolekit (pid=679, state=Enabled, type=classic, tree=global)

Name        : boot
Current     : no
Enabled     : no
Allowed     : root
Groups      : boot
Depends     : \
              └─None
Required by : \
              └─None
Contents    : \
              ├─boot@system:mount-proc (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:system-hostname (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-run (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-tmp (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:system-sysctl (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:udevd-log (pid=249, state=Enabled, type=classic, tree=boot)
              ├─boot@system:tty-earlier@tty12 (pid=163, state=Enabled, type=classic, tree=boot)
              ├─boot@system (pid=up, state=Enabled, type=module, tree=boot)
              ├─boot@system:mount-sys (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:populate-run (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:populate-tmp (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-dev (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:populate-sys (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-shm (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-cgroups (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-pts (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:populate-dev (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-end (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:system-hwclock (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:modules-kernel (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:system-random (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:modules-system (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:udevd (pid=423, state=Enabled, type=classic, tree=boot)
              ├─boot@system:udevadm (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:devices-end (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:system-fontnkey (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:system-fsck (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-fstab (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:system-end (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-rw (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:mount-netfs (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:local-loop (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:local-sethostname (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:local-time (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:local-tmpfiles (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:local-authfiles (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:local-dmesg (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:local-end (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:all-Runtime (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:all-end (pid=up, state=Enabled, type=oneshot, tree=boot)
              ├─boot@system:tty-rc@tty2 (pid=771, state=Enabled, type=classic, tree=boot)
              └─boot@system:tty-rc@tty1 (pid=785, state=Enabled, type=classic, tree=boot)

Name        : session
Current     : no
Enabled     : yes
Allowed     : root
Groups      : admin
Depends     : \
              └─global (Enabled)
Required by : \
              └─None
Contents    : \
              ├─scandir@oblive:setenv@oblive (pid=up, state=Enabled, type=oneshot, tree=session)
              ├─scandir@oblive:svscan@oblive-log (pid=723, state=Enabled, type=classic, tree=session)
              ├─scandir@oblive (pid=up, state=Enabled, type=module, tree=session)
              ├─boot-user@oblive:mount-run@oblive (pid=up, state=Enabled, type=oneshot, tree=session)
              ├─scandir@oblive:svscan@oblive (pid=745, state=Enabled, type=classic, tree=session)
              └─boot-user@oblive (pid=up, state=Enabled, type=module, tree=session)
13 days later

I'm a bit late to the party. I might have some time to test these on a non-critical machine near the end of this week. Do you have a general release date in mind or is this a "when it's ready" type thing?

I already use this release on my personnal machine 66, oblibs and 66-tools
I also use boot@-66serv
You can also use boot-user@-66serv and scandir@-66serv
You need to update the skarnet package to the lastest:

  • skalibs
  • execline
  • s6

s6-rc is no longer supported.
you can quickly get the thing using the following script to build the necessary, change the path variable value at the begin of the script

#!/bin/sh
set -e
path="/home/<user>/Documents/66/build" ## changeme
tag=1

if [ "$1" == "commit" ]; then
    tag=0
fi

skalibs_tag="v2.14.1.0"
execline_tag="v2.9.4.0"
s6_tag="v2.12.0.3"
s6_portable_utils_tag="v2.3.0.3"
s6_linux_utils_tag="v2.6.2.0"
oblibs_tag="0.2.0.2"
ss_tag="0.7.0.0-beta-3"
ss_tools_tag="0.1.0.0"
boot_66serv_tag="3.0.0"
boot_user_66serv_tag="0.5.0"
scandir_66serv_tag="0.4.1"

check_tag(){

    if ((tag)); then
        git checkout tags/"${1}"
    fi
}

## skalibs
build_skalibs(){

    oblog making skalibs

    cd $path

    if ! cd $path/skalibs; then
        git clone git://git.skarnet.org/skalibs
    fi

    cd $path/skalibs

    check_tag "${skalibs_tag}"

    ./configure \
        --prefix=/usr \
        --with-default-path=/usr/bin \
        --disable-shared

    make install || return 1
}

## execline
build_execline(){

    oblog making execline

    cd $path

    if ! cd $path/execline; then
        git clone git://git.skarnet.org/execline
    fi

    cd $path/execline

    check_tag "${execline_tag}"

    ./configure \
        --prefix=/usr \
        --libexecdir=/usr/libexec \
        --bindir=/usr/bin \
        --sbindir=/usr/bin \
        --shebangdir=/usr/bin \
        --with-lib=/usr/lib/skalibs \
        --disable-shared

    make install || return 1
}

## s6
build_s6(){

    oblog making s6

    cd $path

    if ! cd $path/s6; then
        git clone git://git.skarnet.org/s6
    fi

    cd $path/s6

   check_tag "${s6_tag}"

    ./configure \
        --prefix=/usr \
        --bindir=/usr/bin \
        --sbindir=/usr/bin \
        --with-lib=/usr/lib/skalibs \
        --with-lib=/usr/lib/execline \
        --disable-shared

    make install || return 1
}

## s6-portable-utils
build_s6_portable_utils(){

    oblog making s6-portable-utils

    cd $path

    if ! cd $path/s6-portable-utils; then
        git clone git://git.skarnet.org/s6-portable-utils
    fi

    cd $path/s6-portable-utils

    check_tag "${s6_portable_utils_tag}"

    ./configure \
        --prefix=/usr \
        --bindir=/usr/bin \
        --sbindir=/usr/bin \
        --with-lib=/usr/lib/skalibs \
        --disable-shared

    make install || return 1
}

## s6-linux-utils
build_s6_linux_utils(){

    oblog making s6-linux-utils

    cd $path

    if ! cd $path/s6-linux-utils; then
        git clone git://git.skarnet.org/s6-linux-utils
    fi

    cd $path/s6-linux-utils

    check_tag "${s6_linux_utils_tag}"

    ./configure \
        --prefix=/usr \
        --bindir=/usr/bin \
        --sbindir=/usr/bin \
        --with-lib=/usr/lib/skalibs \
        --disable-shared

    make install || return 1
}

## oblibs
build_oblibs(){

    oblog making oblibs

    cd $path

    if ! cd $path/oblibs; then
        git clone https://git.obarun.org/obarun/oblibs
    fi

    cd $path/oblibs

    check_tag "${oblibs_tag}"

    ./configure \
        --prefix=/usr \
        --with-lib=/usr/lib/skalibs \
        --with-lib=/usr/lib/execline \
        --disable-shared

    make install || return 1
}

## 66
build_66(){

    oblog making 66

    cd $path

    if ! cd $path/66; then
        git clone https://git.obarun.org/obarun/66
    fi

    cd $path/66

    # check_tag "${ss_tag}"

	git switch dev

    ./configure \
        --bindir=/usr/bin \
        --shebangdir=/usr/bin \
        --with-s6-log-timestamp=iso \
        --with-s6-log-user=s6log \
        --with-lib=/usr/lib/skalibs \
        --with-lib=/usr/lib/execline \
        --with-lib=/usr/lib/s6 \
        --with-lib=/usr/lib/oblibs \
        --disable-shared

    make install || return 1
}

## 66-tools
build_66_tools(){

    oblog making 66-tools

    cd $path

    if ! cd $path/66-tools; then
        git clone https://git.obarun.org/obarun/66-tools
    fi

    cd $path/66-tools

    check_tag "${ss_tools_tag}"

    ./configure \
        --bindir=/usr/bin \
        --with-lib=/usr/lib/skalibs \
        --with-lib=/usr/lib/execline \
        --with-lib=/usr/lib/oblibs \
        --disable-shared

    make install || return 1
}

# boot-66serv

build_boot_66serv(){

    oblog making boot-66serv

    cd $path

    if ! cd $path/boot-66serv; then
        git clone https://git.obarun.org/obmods/boot-66serv
    fi

    cd $path/boot-66serv

    check_tag "${boot_66serv_tag}"

    ./configure \
        --bindir=/usr/bin

    make install || return 1
}

build_boot_user_66serv(){

    oblog making boot-user-66serv

    cd $path

    if ! cd $path/boot-user-66serv; then
        git clone https://git.obarun.org/obmods/boot-user-66serv
    fi

    cd $path/boot-user-66serv

    check_tag "${boot_user_66serv_tag}"

    ./configure \
        --bindir=/usr/bin

    make install || return 1
}

build_scandir_66serv(){

    oblog making scandir-66serv

    cd $path

    if ! cd $path/scandir-66serv; then
        git clone https://git.obarun.org/obmods/scandir-66serv
    fi

    cd $path/scandir-66serv

    check_tag "${scandir_66serv_tag}"

    ./configure \
        --bindir=/usr/bin

    make install || return 1
}

_run() {

    if ! ${1} ; then
        printf "%s" "unable to build ${1#*_}"
        exit 1
    fi
}

_run build_skalibs
_run build_execline
_run build_s6
_run build_s6_linux_utils
_run build_s6_portable_utils
_run build_oblibs
_run build_66
_run build_66_tools
_run build_boot_66serv
_run build_boot_user_66serv
_run build_scandir_66serv

You also may want to take look at Rosetta Stone and upgrade pages not be confuse with the new interface. All docs are complete. Refers to it or just ask me 🙂.
Many thanks for your interest.
In short to get a bootable system, i assume that all packages are installed

# 66 enable boot@system
# 66 tree admin -o groups=boot boot
# 66 reboot ## if it's not working you can force it with 66 reboot -f. This will depends how to make the migration of the 66 program(fresh install, migrate from old tools, etc)

The 66 tree admin command can be avoid if you provide a seed file to configure the boot tree at its creation. You can find the file here. To do so, just create a file at /etc/66/seed/boot with the following:

allow = root
groups = boot

Then, with the seed file you just need to do

# 66 enable boot@system
# 66 reboot

You may want to configure your boot sequence

# 66 configure boot@system ## launch the editor 
# 66 reconfigure boot@system ## apply the changes
# 66 reboot
11 days later

Took longer than I expected, but here's the report.

What works:

  • boot@system
  • boot-user@
  • creating, removing, configuring trees

Obvious showstoppers:

  • 66 can't find any frontend service files outside of the boot modules, e.g. 66 enable cupsd fails.
  • can't easily revert the machine to it's previous state, this will discourage other beta testers. PKGBUILDS would help here, since with those we could at least pacman our way out of a non-functioning boot provided we still have the old packages in the cache and we don't mind rebuilding our previous trees manually.

Everything was built at the latest available tag, the following versions were changed from your script above.

skalibs_tag="v2.14.1.0"
s6_tag="v2.12.0.3"
oblibs_tag="0.2.0.1"
ss_tag="0.7.0.0-beta-3"

66 was failing to build with "stack_clean_string_g undeclared", I had to git checkout the oblibs tag for some reason. Once I got past that everything build fine though.

Do you know why 66 wouldn't be able to find service files provided by -66serv packages? Is there some extra configuration that needs to be done aside from the steps above?

  • eric replied to this.

    Depending of the flags passed to 66. If you built with the default, service is localized at /etc/66/service and /usr/share/66/service for root and $HOME/.66/service, /etc/66/service/user and /usr/share/66/service/user for regular user, in that order of precedence.
    So, actually -66serv package install the service at /usr/lib/66/service.

    Well, the beta-2 and obviously 3 changed the place for user service. User service must be set at user subdirectory,/etc/66/service/user or /usr/share/66/service/user or $HOME/.66/service.

    If you want to keep the old place meaning replacing /usr/share/66/service by /usr/lib/66/service you need to define the flag --with-system-service=/usr/lib

    cdop 66 was failing to build with "stack_clean_string_g undeclared", I had to git checkout the oblibs tag for some reason. Once I got past that everything build fine though.

    Found the bug, it's due to oblibs_tag="0.2.0.1" where it should be oblibs_tags="0.2.0.1" (note the s at the end of tags). I have corrected the script that i posted you.

      eric If you want to keep the old place meaning replacing /usr/share/66/service by /usr/lib/66/service you need to define the flag --with-system-service=/usr/lib

      I just copied the service files I needed from the old directory to the new one. After that I could enable/start the services as expected. But I needed to poke around quite a bit to get to the xfce desktop, because there are still some rough edges.

      Some field notes for other testers:

      • Make sure you have at least one spare TTY. You'll need it.
      • Change your system in steps. After installing the new packages, boot with only the boot tree and the boot@ module the first time, and work your way up to a working configuration by building the other trees gradually. That way it's easier to pinpoint sources of problems.
      • If you get one of your trees in a state where you can't remove services or modules anymore, just remove the entire tree and start over.
      • Most daemons work without changes after being enabled/started. You just need the service files in the correct location (see above).
      • You might want to disable X display managers (lxdm, sddm, etc.) while testing this. Use startx and .xinitrc instead. If you need console management/dbus to work you can just do the usual exec ck-launch-session dbus-launch --sh-syntax --exit-with-session startxfce4 or similar.
      • The boot-user@ module has options to auto-start console-kit or one of it's friends and a display manager. Keep these disabled until you can reliably start your DE from the command line with startx as described above. I currently don't have X automatic start working, and I haven't figured out why yet.
      • I don't know if it's already somewhere in the docs: Trees don't need to (and in fact can't) depend on the boot tree because the boot@ module handles starting enabled trees now and that would introduce a circular dependency.

      @eric the only thing that's a bit confusing to me is that some services started from one tree end up in another tree. Example: my boot-user@ module , started in the session tree, says it belongs in tree=root. Weirder, it appears in both trees when I do 66 tree status -g. Same thing with scandir@.

      TL;DR: Simpler setups should just work or require only minimal intervention. If you have more complicated tree graphs you might wan't to wait a bit until you have some time to kill. X display managers may cause some pain related to autostart, but no flakiness was detected on the boot sequence once tree setups are correct.

      It might be a few days until I have time to do a deeper dive on this, but I'll chime in once X autostart is working for me again.

      • eric replied to this.

        cdop @eric the only thing that's a bit confusing to me is that some services started from one tree end up in another tree. Example: my boot-user@ module , started in the session tree, says it belongs in tree=root. Weirder, it appears in both trees when I do 66 tree status -g. Same thing with scandir@.

        It seems normal, but can please you post the output of the 66 tree status -g command?

        It can be little confusing like you said, but it allow to get all depends/requiredby of a service whatever the tree used.

        cdop You might want to disable X display managers (lxdm, sddm, etc.) while testing this. Use startx and .xinitrc instead. If you need console management/dbus to work you can just do the usual exec ck-launch-session dbus-launch --sh-syntax --exit-with-session startxfce4 or similar.

        Take care of the issues. Some commits was made to fix bugs related to module as regular user.

        • cdop replied to this.
          19 days later
          • Edited

          Documentation for the upcoming release is online. It's strongly encouraged to read this documentation to familiarize yourself with the new 66 user interface. Also, take a look to these particular documentation pages:

          • the upgrade page to know the changes
          • the rosetta stone documentation to make comparison with the previous release.

          The necessaries packages will be soon provided on its corresponding testing repositories. An announce will be made about this. A migration (and rollback) instructions will also be provided at the same time. So, if you have already activated the testing repositories, be careful to not update without checking first the package concerned.

          13 days later

          eric It seems normal, but can please you post the output of the 66 tree status -g command?

          I don't know if this is still relevant, but here it is. I just compiled and installed the preprod version with all the updated tags:

          # 66 tree status -g
          Name        : global
          Current     : no
          Enabled     : yes
          Allowed     : root
          Groups      : admin
          Depends     : \
                        └─None
          Required by : \
                        └─None
          Contents    : \
                        └─None
          
          Name        : boot
          Current     : no
          Enabled     : no
          Allowed     : root
          Groups      : boot
          Depends     : \
                        └─None
          Required by : \
                        └─None
          Contents    : \
                        ├─boot@system:system-hostname (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-run (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-tmp (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-proc (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:system-sysctl (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:udevd-log (pid=278, state=Enabled, type=classic, tree=boot)
                        ├─boot@system:tty-earlier@tty12 (pid=196, state=Enabled, type=classic, tree=boot)
                        ├─boot@system (pid=up, state=Enabled, type=module, tree=boot)
                        ├─boot@system:populate-run (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:populate-tmp (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-sys (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:populate-sys (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-dev (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-pts (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-shm (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:populate-dev (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-cgroups (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-branch (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:system-hwclock (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:modules-kernel (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:system-random (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:modules-system (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:udevd (pid=451, state=Enabled, type=classic, tree=boot)
                        ├─boot@system:udevadm (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:system-fontnkey (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:system-fsck (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-fstab (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:system-branch (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-rw (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:local-loop (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:local-time (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:local-authfiles (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:local-sethostname (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:local-tmpfiles (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:mount-netfs (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:local-dmesg (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:local-branch (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:runtime-branch (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:canopy (pid=up, state=Enabled, type=oneshot, tree=boot)
                        ├─boot@system:tty-rc@tty1 (pid=983, state=Enabled, type=classic, tree=boot)
                        └─boot@system:tty-rc@tty2 (pid=985, state=Enabled, type=classic, tree=boot)
          
          Name        : root
          Current     : yes
          Enabled     : yes
          Allowed     : root
          Groups      : admin
          Depends     : \
                        └─None
          Required by : \
                        └─session (Enabled)
          Contents    : \
                        ├─cupsd-log (pid=917, state=Enabled, type=classic, tree=root)
                        ├─openntpd-log (pid=924, state=Enabled, type=classic, tree=root)
                        ├─wpa_supplicant-log (pid=919, state=Enabled, type=classic, tree=root)
                        ├─dbus-log (pid=923, state=Enabled, type=classic, tree=root)
                        ├─networkmanager-log (pid=926, state=Enabled, type=classic, tree=root)
                        ├─consolekit-log (pid=925, state=Enabled, type=classic, tree=root)
                        ├─boot-user@davide:mount-run@davide (pid=up, state=Enabled, type=oneshot, tree=root)
                        ├─scandir@davide (pid=up, state=Enabled, type=module, tree=session)
                        ├─cupsd (pid=930, state=Enabled, type=classic, tree=root)
                        ├─openntpd (pid=934, state=Enabled, type=classic, tree=root)
                        ├─wpa_supplicant (pid=1010, state=Enabled, type=classic, tree=root)
                        ├─dbus (pid=937, state=Enabled, type=classic, tree=root)
                        ├─networkmanager (pid=938, state=Enabled, type=classic, tree=root)
                        ├─consolekit (pid=1009, state=Enabled, type=classic, tree=root)
                        └─boot-user@davide (pid=up, state=Enabled, type=module, tree=root)
          
          Name        : session
          Current     : no
          Enabled     : yes
          Allowed     : root
          Groups      : admin
          Depends     : \
                        └─root (Enabled)
          Required by : \
                        └─None
          Contents    : \
                        ├─scandir@davide:setenv@davide (pid=up, state=Enabled, type=oneshot, tree=session)
                        ├─scandir@davide:svscan@davide-log (pid=912, state=Enabled, type=classic, tree=session)
                        ├─scandir@davide (pid=up, state=Enabled, type=module, tree=session)
                        ├─boot-user@davide:mount-run@davide (pid=up, state=Enabled, type=oneshot, tree=root)
                        ├─scandir@davide:svscan@davide (pid=946, state=Enabled, type=classic, tree=session)
                        └─boot-user@davide (pid=up, state=Enabled, type=module, tree=root)

          I haven't tested the X display managers again but I don't see issues with anything else.

          • eric replied to this.
            • Edited

            cdop Seems normal, but definitely confusing

            2 months later
            • Edited

            I new section was added to the migration process instructions. It describe how to get the exact same system before and after migration of the 66 program suite.

            Powered by Obarun