Bedrock Linux system report $ cat /bedrock/etc/bedrock-release Bedrock Linux 0.7.0beta5 Poki $ cat /bedrock/etc/bedrock.conf # # Bedrock Linux main configuration file # # After making changes here, run `brl reload` (as root) to apply them. # [locale] # # The Olson timezone. For example: # # timezone = America/New_York # # At least one stratum should provide an Olson database file at # # /usr/share/zoneinfo/ # # For example, for America/New_York there should be a file at # # /usr/share/zoneinfo/America/New_York # timezone = Factory # # The /etc/locale.gen language line. For example: # # localegen = en_US.UTF-8 UTF-8 # localegen = en_US.UTF-8 UTF-8 # # The POSIX $LANG variable # LANG = en_US.utf8 [init] # # Bedrock Linux provides its own init which sets up Bedrock subsystems then # hands control over to a user-selected init provided by some stratum. # # # Number of seconds to wait for an init to be input before automatically # selecting the default value (if a valid default value is set). # timeout = 30 # # Init to utilize by default if timeout expires. Format is # # default = : # # For example, to use void's /sbin/init, use: # # default = void:/sbin/init # default = clover:/sbin/init # # A comma separated list of local file paths which may provide an init. The # Bedrock init menu will list every available one from every (unignored) # stratum. # paths = /sbin/init, /sbin/fallback-init, /sbin/myinit, /sbin/ninit, /sbin/openrc-init, /sbin/runit-init, /sbin/simpleinit, /sbin/upstart, /lib/sysvinit/init, /lib/systemd/systemd, /usr/lib/systemd/systemd [global] # # Bedrock Linux categorizes every file path on the system as either: # # - Local to a given stratum. Multiple instances of such files are needed to # avoid conflicts between the strata. # - Global across all strata. There is only one instance of such a file # irrelevant of the number of strata. # # For example: both Debian and Ubuntu have package managers that read # /etc/apt/sources.list, and each needs to see something different there. # Thus, the /etc/apt/sources.list file path should be local to each stratum. # However, all processes should see the same contents in /home, and thus /home # is global. # # By default, all files are local. The following settings are used to indicate # which files should be global. Different contexts require different systems # for marking a file path as global. # # # A list of directories which should be global. If something is # mounted into one of these directories, that new mount point # is also global. # share = /boot, /dev, /home, /lib/modules, /media, /mnt, /proc, /root, /run, /sys, /tmp, /var/tmp # # Another list of directories which should be global. Anything mounted in them # is local by default. These are primarily used to avoid recursion in nested # cases. Given that nesting is expected, be careful with order. # bind = /bedrock, /bedrock/cross, /bedrock/run, /bedrock/strata/bedrock # # A list of files and directories within /etc which should be global. /etc # must be treated specially, as the techniques used for share and bind do not # work for files in it. # etc = adjtime, default/grub, fstab, group, group-, gshadow, gshadow-, hostname, hosts, login.defs, machine-id, modprobe.d/blacklist.conf, passwd, passwd-, rc.local, resolv.conf, shadow, shadow-, sudoers [symlinks] # # Enforce various symlinks are in place at local paths. This is applied at # stratum enable/repair time. # # Keys are local paths, values are symlink contents. # # The symlink contents must be absolute paths. # # # Some package managers attempt to update this. They become upset if it is # created between an unlink() and symlink(), making it unsuitable for # [etc-symlinks]. # /etc/mtab = /proc/self/mounts # # Some distros may expect a file at one path while others expect it at another. # Standardize the location of global files. # /var/lib/dbus/machine-id = /etc/machine-id /var/run = /run # # Various programs need to be configured to properly interact with Bedrock # subsystems. Point them to Bedrock configuration. # /etc/systemd/system/multi-user.target.wants/bedrock-fix-mounts.service = /bedrock/share/systemd/bedrock-fix-mounts.service /etc/systemd/system/multi-user.target.wants/bedrock-stop-fuse-filesystems.service = /bedrock/share/systemd/bedrock-stop-fuse-filesystems.service /etc/X11/xorg.conf.d/99-bedrock-fonts.conf = /bedrock/run/xorg-fonts /etc/fonts/conf.d/99-bedrock-fonts.conf = /bedrock/share/fonts/fontconf.conf /etc/X11/Xsession.d/99bedrock_env = /bedrock/run/profile /etc/X11/xinit/xinitrc.d/99bedrock_env = /bedrock/run/profile /etc/bash_completion.d/brl = /bedrock/share/bash/completion/brl /etc/bash_completion.d/strat = /bedrock/share/bash/completion/strat /etc/fish/conf.d/99bedrock.fish = /bedrock/run/fprofile /etc/fish/completions/brl.fish = /bedrock/share/fish/completion/brl.fish /etc/fish/completions/strat.fish = /bedrock/share/fish/completion/strat.fish # # In general, system software such as Bedrock should not manipulate /usr/local. # Bedrock should favor configuring /etc files instead. # # However, dbus's dbus-daemon-launch-helper seems to ignore /etc/dbus-1/ # configuration extending the search path. See # https://bugs.freedesktop.org/show_bug.cgi?id=92458 for a discussion on the # matter. For example: # # > Note that d-d-l-h only reads .service files from standard hard-coded paths, # > not from any additional paths that you might have configured # # Since /usr/local/share/dbus is included in the hard-coded paths, is not used # by most package managers, and is rarely used by end-users, it's the cleanest # option available to teach dbus about /bedrock/cross. # /usr/local/share/dbus-1/system-services = /bedrock/cross/dbus-system /usr/local/share/dbus-1/services = /bedrock/cross/dbus-session # # Some distros use a swap file and include reference to it in their fstab. # This must be global so that it is valid when using an init from another # stratum. However, it is not clear if it would work well with any of the # established techniques in [global]. Instead, symlink it into a known global # directory. # /swapfile = /bedrock/swapfile [etc-symlinks] # # Dynamically enforce various symlinks are in place at local paths. Any change # away from specified configuration is immediately undone. # # Keys are local paths relative to /etc, values are symlink contents. # # The symlink contents must be absolute paths. # # # Some init systems attempt to change these values at boot time, just after # being enabled. Thus, symlinks-general will not suffice. # localtime = /bedrock/run/localtime environment = /bedrock/run/environment [etc-inject] # # Not all programs can be adequately/reliably configured by creating new, # cleanly isolated configuration files. Instead, a configuration file must be # extended to include desired configuration without clobbering its stratum # local configuration. Typically these configuration files are in /etc. # # Bedrock ensures that, should certain files exist in /etc, they will include # content specified at another file path. If the desired content is not found # in the file it is automatically appended to the end. # # The keys are file paths relative to /etc, and the values are paths to files # whose content must be included if the key's file exists in /etc. # # If you alter either the key/values in this section, or the actual content of # the values, run `brl reload` to apply the change. Do this before rebooting # to ensure any old content is removed. # sudoers = /bedrock/share/sudo/include-bedrock shells = /bedrock/share/shells/cross-shells profile = /bedrock/share/shells/include-bedrock # # etc-inject only injects existing files and does create make files in order to # avoid creating a file a package manager does not expect. Different distro # zsh packages provide different files, requiring multiple zsh file injections. # zsh/zshenv = /bedrock/share/zsh/include-bedrock zsh/zprofile = /bedrock/share/zsh/include-bedrock [env-vars] # # Many programs search environment variables consisting of a colon-separated # list of directories. We can use these to teach these programs about # cross-stratum content. # # Generally, the fields fall into three categories, which should be in the # following order: # # - The file must come from a specific stratum. # - For example, `reboot` should be provided by the stratum providing the # current init. # - Typically, these are provided by `/bedrock/cross/pin/[...]`. # - The file must come from the local stratum. # - Bedrock Linux assumes strata are self-sufficient in terms of hard # dependencies. Thus, if something has a hard dependency on a given file # that file *must* be available locally. # - For example, if a given distro's `/bin/sh` is provided by bash, that # distro's scripts may use bash-isms, and thus another distro's `/bin/sh` # may be unsuitable. # - Typically these values are the traditional values of the given # environment variable. # - The file may come from any stratum. # - If the above two categories don't apply, we know the program isn't # picky about the specific version of the given file, and thus any distro # may provide it. # - Typically, these are provided by `/bedrock/cross/[...]`. # # # A list of directories searched by various programs to find executables. # PATH = /bedrock/cross/pin/sbin:/bedrock/cross/pin/bin:/bedrock/bin:/usr/local/sbin:/usr/local/bin:/opt/sbin:/opt/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bedrock/cross/sbin:/bedrock/cross/bin # # A list of directories searched by the man executable to find documentation. # MANPATH = /bedrock/share/man:/usr/local/share/man:/usr/share/man:/bedrock/cross/man # # A list of directories searched by the info executable to find documentation. # INFOPATH = /bedrock/share/info:/usr/local/share/info:/usr/share/info:/bedrock/cross/info # # A list of directories used by the freedesktop.org standard containing things # such as icons and application descriptions. # XDG_DATA_DIRS = /usr/local/share:/usr/share:/bedrock/cross/ # # Terminfo file locations # TERMINFO_DIRS = /usr/local/share/terminfo:/usr/share/terminfo:/bedrock/cross/terminfo [cross] # # Bedrock Linux mounts a virtual filesystem at # # /bedrock/cross # # which provides an alternative view of various files from the enabled strata. # This view is used for cross-stratum coordination. # # For the [cross-*] sections below, the keys represent file paths appended to # /bedrock/cross, and the values are a list of files or directories to be # searched for contents for the given file path. For example, # # man = /usr/local/share/man, /usr/share/man # # indicates that /bedrock/cross/man should be populated with the contents of # the /usr/local/share/man and /usr/share/man directories of all of the enabled # strata. # # The paths used for values may be prefixed by ":" indicating the # given file/directory should only be considered from a specific stratum. For # example, # # pin/bin/firefox = arch:/usr/bin/firefox, void:/usr/bin/firefox # # Indicates a file at /bedrock/cross/pin/bin/firefox should be provided by # arch if available, or if not then void; otherwise, the file should not exist. # # # If a value does not have a stratum prefixed, it may be provided by any # stratum that has the file. If multiple do, the values in "priority" below # indicate which should be given priority. Any enabled strata left unspecified # are implicitly appended at the end in an unspecified order. For example, # # priority = gentoo, debian # # indicates that for the `man` example above, if gentoo provides the given man # page, gentoo's version should be provided. Otherwise, if debian does, then # debian's should be provided. Otherwise, any stratum that provides the man # page may provide it. # priority = [cross-pass] # # Files accessed here are passed through from the stratum's version unaltered. # man = /bedrock/share/man, /usr/local/share/man, /usr/share/man info = /bedrock/share/info, /usr/local/share/info, /usr/share/info icons = /usr/local/share/icons, /usr/share/icons zoneinfo = /usr/share/zoneinfo terminfo = /usr/local/share/terminfo, /usr/share/terminfo bash-completion = /usr/share/bash-completion zsh-completion = /usr/share/zsh/site-functions, /usr/share/zsh/vendor-completion, /usr/share/zsh/functions/Completion/Debian, /usr/share/zsh/functions/Completion/Mandriva, /usr/share/zsh/functions/Completion/openSUSE, /usr/share/zsh/functions/Completion/Redhat [cross-bin] # # Files are executables. Executing these files should implicitly redirect # through `strat `. # bin = /usr/local/bin, /opt/bin, /usr/bin, /bin sbin = /usr/local/sbin, /opt/sbin, /usr/sbin, /sbin # # These programs are strongly related to the init system. If the stratum # providing init provides these commands, that version should take priority. # Typical Bedrock systems have /bedrock/pin/bin/ at the from of the $PATH. # pin/bin/systemctl = init:/usr/sbin/systemctl, init:/usr/bin/systemctl, init:/sbin/systemctl, init:/bin/systemctl pin/bin/rc-service = init:/usr/sbin/rc-service, init:/usr/bin/rc-service, init:/sbin/rc-service, init:/bin/rc-service pin/bin/rc-status = init:/usr/sbin/rc-status, init:/usr/bin/rc-status, init:/sbin/rc-status, init:/bin/rc-status pin/bin/rc-update = init:/usr/sbin/rc-update, init:/usr/bin/rc-update, init:/sbin/rc-update, init:/bin/rc-update pin/bin/rc-udevadm = init:/usr/sbin/rc-udevadm, init:/usr/bin/rc-udevadm, init:/sbin/rc-udevadm, init:/bin/rc-udevadm pin/bin/sv = init:/usr/sbin/sv, init:/usr/bin/sv, init:/sbin/sv, init:/bin/sv pin/bin/poweroff = init:/usr/sbin/poweroff, init:/sbin/poweroff, init:/usr/bin/poweroff, init:/bin/poweroff pin/bin/reboot = init:/usr/sbin/reboot, init:/sbin/reboot, init:/usr/bin/reboot, init:/bin/reboot pin/bin/shutdown = init:/usr/sbin/shutdown, init:/sbin/shutdown, init:/usr/bin/shutdown, init:/bin/shutdown pin/bin/halt = init:/usr/sbin/halt, init:/sbin/halt, init:/usr/bin/halt, init:/bin/halt [cross-ini] # # Files are in ini format. Any keys which match # "[Try]Exec[Start|Stop|Exec|Reload]" should have their values altered to # redirect through `strat `. # applications = /usr/local/share/applications, /usr/share/applications xsessions = init:/usr/local/share/xsessions, init:/usr/share/xsessions, /usr/local/share/xsessions, /usr/share/xsessions dbus-system = /usr/share/dbus-1/system-services dbus-session = /usr/share/dbus-1/services [cross-font] # # Values are font directories. Fonts are passed through, and font databases # are merged to list all fonts. # fonts = /usr/share/fonts [brl-fetch-mirrors] # # `brl fetch` fetches files from distros for use as Bedrock Linux strata. # # If a mirror is provided to the `brl fetch` command, it is used to fetch the # given distro. Otherwise, this configuration is checked to see if it # specifies a given mirror should be tried. If no working mirror is found # here, `brl fetch` will attempt to select a mirror from those it finds for the # given distribution. # # # Some mirrors support multiple Linux distributions and use the same prefix # path for all of them. For example, at the time of writing, there is an Arch # mirror at # # http://mirrors.edge.kernel.org/archlinux # # and a CentOS mirror at # # http://mirrors.edge.kernel.org/centos # # and a Debian mirror at: # # http://mirrors.edge.kernel.org/debian # # and a Fedora mirror at # # http://mirrors.edge.kernel.org/fedora # # Rather than configuring each of these separately, the base URL can be added # to mirror-prefix to tell `brl fetch` to check it as a possible mirror. For # the above kernel.org example, one may set: # # mirror-prefix = http://mirrors.edge.kernel.org # # This is a comma separated list which is checked in order. # mirror-prefix = # # You may set mirrors per distro by setting the distro name as spelled by ` # # brl fetch --list # # as the key and the mirror as the value. For example, to indicate that Void # Linux should be fetched with the mirror # # http://mirrors.servercentral.com/voidlinux # # One may set # # void = http://mirrors.servercentral.com/voidlinux # [miscellaneous] mirrors = https://raw.githubusercontent.com/bedrocklinux/bedrocklinux-userland/0.7/releases # Set to false to disable color in brl output color = true $ /bedrock/bin/brl list -aAr enabled disabled aliases ERROR: Unrecognized argument: enabled $ /bedrock/bin/brl status $(/bedrock/bin/brl list -v) alpine: enabled ERROR: No stratum or alias called "->". bedrock: enabled clover: enabled devuan: enabled gentoo: enabled hijacked: enabled $ echo $PATH /bedrock/cross/pin/sbin:/bedrock/cross/pin/bin:/bedrock/bin:/usr/local/sbin:/usr/local/bin:/opt/sbin:/opt/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bedrock/cross/sbin:/bedrock/cross/bin $ echo $MANPATH /bedrock/share/man:/usr/local/share/man:/usr/share/man:/bedrock/cross/man $ echo $INFOPATH /bedrock/share/info:/usr/local/share/info:/usr/share/info:/bedrock/cross/info $ echo $XDG_DATA_DIRS /usr/local/share:/usr/share:/bedrock/cross/ $ echo $SHELL /bin/bash $ ls -la /bedrock/strata/ total 56 drwxr-xr-x 8 root root 4096 Nov 21 15:40 . drwxr-xr-x 12 root root 4096 Nov 21 09:30 .. drwxr-xr-x 20 root root 4096 Nov 27 22:45 alpine drwxr-xr-x 19 root root 4096 Nov 21 09:30 bedrock drwxr-xr-x 22 root root 4096 Nov 29 2018 clover drwxr-xr-x 19 root root 4096 Nov 27 22:57 devuan drwxr-xr-x 21 root root 4096 Nov 27 23:06 gentoo lrwxrwxrwx 1 root root 6 Nov 21 09:29 hijacked -> clover lrwxrwxrwx 1 root root 23 Nov 19 12:54 init -> /bedrock/run/init-alias drwxr-xr-x 17 root root 4096 Nov 27 23:08 void-musl $ ls -Rl /bedrock/run/ /bedrock/run/: total 24 drwxr-xr-x 2 root root 160 Nov 28 16:51 enabled_strata -rw-r--r-- 1 root root 530 Nov 28 16:51 environment -rw-r--r-- 1 root root 558 Nov 28 16:51 fprofile lrwxrwxrwx 1 root root 25 Nov 28 16:51 init-alias -> /bedrock/strata/void-musl lrwxrwxrwx 1 root root 31 Nov 28 16:51 localtime -> /bedrock/cross/zoneinfo/Factory -rw-r--r-- 1 root root 579 Nov 28 16:51 profile -rw-r--r-- 1 root root 202 Nov 28 16:51 sudoers -rw-r--r-- 1 root root 1127 Nov 28 16:51 xorg-fonts -rw-r--r-- 1 root root 107 Nov 28 16:51 zprofile /bedrock/run/enabled_strata: total 0 -rw-r--r-- 1 root root 0 Nov 28 16:51 alpine -rw-r--r-- 1 root root 0 Nov 28 16:51 bedrock -rw-r--r-- 1 root root 0 Nov 28 16:51 clover -rw-r--r-- 1 root root 0 Nov 28 16:51 devuan -rw-r--r-- 1 root root 0 Nov 28 16:51 gentoo -rw-r--r-- 1 root root 0 Nov 28 16:51 void-musl $ grep secure_path /etc/sudoers grep: /etc/sudoers: Permission denied $ grep "^$(whoami):" /etc/passwd ggg:x:1001:1001::/home/ggg:/bin/bash $ grep "^root:" /etc/passwd root:x:0:0:root:/root:/bin/bash $ cat /etc/hostname bedrock $ cat /etc/os-release NAME="void" ID="void" DISTRIB_ID="void" PRETTY_NAME="void" $ cat /etc/lsb-release cat: can't open '/etc/lsb-release': No such file or directory $ cat /etc/fstab # /etc/fstab: static file system information. # # noatime turns off atimes for increased performance (atimes normally aren't # needed); notail increases performance of ReiserFS (at the expense of storage # efficiency). It's safe to drop the noatime options if you want and to # switch between notail / tail freely. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # See the manpage fstab(5) for more information. # # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3 # filesystems. This just tells the kernel to use the ext4 driver. # # NOTE: You can use full paths to devices like /dev/sda3, but it is often # more reliable to use filesystem labels or UUIDs. See your filesystem # documentation for details on setting a label. To obtain the UUID, use # the blkid(8) command. #LABEL=boot /boot ext4 noauto,noatime 1 2 #UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 noatime 0 1 #LABEL=swap none swap sw 0 0 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 $ cat /proc/1/mountinfo 19 23 0:4 / /bedrock/strata/bedrock/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 20 23 0:6 / /bedrock/strata/bedrock/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 21 20 0:19 / /bedrock/strata/bedrock/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 22 23 0:20 / /bedrock/strata/bedrock/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 23 25 8:1 / /bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 24 0 8:1 /bedrock/strata/void-musl / rw,relatime - ext4 /dev/sda1 rw 25 24 8:1 /bedrock /bedrock rw,relatime - ext4 /dev/sda1 rw 26 24 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 27 24 0:6 / /dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 28 27 0:19 / /dev/pts rw,relatime - devpts devpts rw,gid=5,mode=620,ptmxmode=000 29 24 0:20 / /sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 30 23 0:21 / /bedrock/strata/bedrock/bedrock/run rw,relatime - tmpfs bedrock_run rw 31 25 0:21 / /bedrock/run rw,relatime - tmpfs bedrock_run rw 32 23 0:22 / /bedrock/strata/bedrock/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 33 23 8:1 / /bedrock/strata/bedrock/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 34 23 0:23 / /bedrock/strata/bedrock/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 35 24 8:1 /boot /boot rw,relatime shared:4 - ext4 /dev/sda1 rw 36 24 8:1 /home /home rw,relatime shared:5 - ext4 /dev/sda1 rw 37 24 8:1 /lib/modules /usr/lib/modules rw,relatime shared:6 - ext4 /dev/sda1 rw 38 24 8:1 /media /media rw,relatime shared:7 - ext4 /dev/sda1 rw 39 24 8:1 /mnt /mnt rw,relatime shared:8 - ext4 /dev/sda1 rw 40 24 8:1 /root /root rw,relatime shared:9 - ext4 /dev/sda1 rw 41 24 8:1 /run /run rw,relatime shared:10 - ext4 /dev/sda1 rw 42 24 8:1 /tmp /tmp rw,relatime shared:11 - ext4 /dev/sda1 rw 43 24 8:1 /var/tmp /var/tmp rw,relatime shared:12 - ext4 /dev/sda1 rw 44 25 0:23 / /bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 45 24 0:24 / /etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 46 25 8:1 /bedrock/strata/alpine /bedrock/strata/alpine rw,relatime - ext4 /dev/sda1 rw 47 46 8:1 /boot /bedrock/strata/alpine/boot rw,relatime shared:13 - ext4 /dev/sda1 rw 48 46 0:6 / /bedrock/strata/alpine/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 49 48 0:19 / /bedrock/strata/alpine/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 50 46 8:1 /home /bedrock/strata/alpine/home rw,relatime shared:15 - ext4 /dev/sda1 rw 51 46 8:1 /lib/modules /bedrock/strata/alpine/lib/modules rw,relatime shared:16 - ext4 /dev/sda1 rw 52 46 8:1 /media /bedrock/strata/alpine/media rw,relatime shared:17 - ext4 /dev/sda1 rw 53 46 8:1 /mnt /bedrock/strata/alpine/mnt rw,relatime shared:18 - ext4 /dev/sda1 rw 54 46 0:4 / /bedrock/strata/alpine/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 55 46 8:1 /root /bedrock/strata/alpine/root rw,relatime shared:19 - ext4 /dev/sda1 rw 56 46 8:1 /run /bedrock/strata/alpine/run rw,relatime shared:20 - ext4 /dev/sda1 rw 57 46 0:20 / /bedrock/strata/alpine/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 58 46 8:1 /tmp /bedrock/strata/alpine/tmp rw,relatime shared:21 - ext4 /dev/sda1 rw 59 46 8:1 /var/tmp /bedrock/strata/alpine/var/tmp rw,relatime shared:22 - ext4 /dev/sda1 rw 60 46 8:1 /bedrock /bedrock/strata/alpine/bedrock rw,relatime - ext4 /dev/sda1 rw 61 60 0:23 / /bedrock/strata/alpine/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 62 60 0:21 / /bedrock/strata/alpine/bedrock/run rw,relatime - tmpfs bedrock_run rw 63 60 8:1 / /bedrock/strata/alpine/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 64 46 0:25 / /bedrock/strata/alpine/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 65 25 8:1 /bedrock/strata/gentoo /bedrock/strata/gentoo rw,relatime - ext4 /dev/sda1 rw 66 65 8:1 /boot /bedrock/strata/gentoo/boot rw,relatime shared:23 - ext4 /dev/sda1 rw 67 65 0:6 / /bedrock/strata/gentoo/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 68 67 0:19 / /bedrock/strata/gentoo/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 69 65 8:1 /home /bedrock/strata/gentoo/home rw,relatime shared:24 - ext4 /dev/sda1 rw 70 65 8:1 /lib/modules /bedrock/strata/gentoo/lib64/modules rw,relatime shared:25 - ext4 /dev/sda1 rw 71 65 8:1 /media /bedrock/strata/gentoo/media rw,relatime shared:26 - ext4 /dev/sda1 rw 72 65 8:1 /mnt /bedrock/strata/gentoo/mnt rw,relatime shared:27 - ext4 /dev/sda1 rw 73 65 0:4 / /bedrock/strata/gentoo/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 74 65 8:1 /root /bedrock/strata/gentoo/root rw,relatime shared:28 - ext4 /dev/sda1 rw 75 65 8:1 /run /bedrock/strata/gentoo/run rw,relatime shared:29 - ext4 /dev/sda1 rw 76 65 0:20 / /bedrock/strata/gentoo/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 77 65 8:1 /tmp /bedrock/strata/gentoo/tmp rw,relatime shared:30 - ext4 /dev/sda1 rw 78 65 8:1 /var/tmp /bedrock/strata/gentoo/var/tmp rw,relatime shared:31 - ext4 /dev/sda1 rw 79 65 8:1 /bedrock /bedrock/strata/gentoo/bedrock rw,relatime - ext4 /dev/sda1 rw 80 79 0:23 / /bedrock/strata/gentoo/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 81 79 0:21 / /bedrock/strata/gentoo/bedrock/run rw,relatime - tmpfs bedrock_run rw 82 79 8:1 / /bedrock/strata/gentoo/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 83 65 0:26 / /bedrock/strata/gentoo/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 84 25 8:1 /bedrock/strata/clover /bedrock/strata/clover rw,relatime - ext4 /dev/sda1 rw 85 84 8:1 /boot /bedrock/strata/clover/boot rw,relatime shared:32 - ext4 /dev/sda1 rw 86 84 0:6 / /bedrock/strata/clover/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 87 86 0:19 / /bedrock/strata/clover/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 88 84 8:1 /home /bedrock/strata/clover/home rw,relatime shared:33 - ext4 /dev/sda1 rw 89 84 8:1 /lib/modules /bedrock/strata/clover/lib64/modules rw,relatime shared:34 - ext4 /dev/sda1 rw 90 84 8:1 /media /bedrock/strata/clover/media rw,relatime shared:35 - ext4 /dev/sda1 rw 91 84 8:1 /mnt /bedrock/strata/clover/mnt rw,relatime shared:36 - ext4 /dev/sda1 rw 92 84 0:4 / /bedrock/strata/clover/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 93 84 8:1 /root /bedrock/strata/clover/root rw,relatime shared:37 - ext4 /dev/sda1 rw 94 84 8:1 /run /bedrock/strata/clover/run rw,relatime shared:38 - ext4 /dev/sda1 rw 95 84 0:20 / /bedrock/strata/clover/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 96 84 8:1 /tmp /bedrock/strata/clover/tmp rw,relatime shared:39 - ext4 /dev/sda1 rw 97 84 8:1 /var/tmp /bedrock/strata/clover/var/tmp rw,relatime shared:40 - ext4 /dev/sda1 rw 98 84 8:1 /bedrock /bedrock/strata/clover/bedrock rw,relatime - ext4 /dev/sda1 rw 99 98 0:23 / /bedrock/strata/clover/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 100 98 0:21 / /bedrock/strata/clover/bedrock/run rw,relatime - tmpfs bedrock_run rw 101 98 8:1 / /bedrock/strata/clover/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 102 84 0:27 / /bedrock/strata/clover/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 103 25 8:1 /bedrock/strata/devuan /bedrock/strata/devuan rw,relatime - ext4 /dev/sda1 rw 104 103 8:1 /boot /bedrock/strata/devuan/boot rw,relatime shared:41 - ext4 /dev/sda1 rw 105 103 0:6 / /bedrock/strata/devuan/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 106 105 0:19 / /bedrock/strata/devuan/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 107 103 8:1 /home /bedrock/strata/devuan/home rw,relatime shared:42 - ext4 /dev/sda1 rw 108 103 8:1 /lib/modules /bedrock/strata/devuan/usr/lib/modules rw,relatime shared:43 - ext4 /dev/sda1 rw 109 103 8:1 /media /bedrock/strata/devuan/media rw,relatime shared:44 - ext4 /dev/sda1 rw 110 103 8:1 /mnt /bedrock/strata/devuan/mnt rw,relatime shared:45 - ext4 /dev/sda1 rw 111 103 0:4 / /bedrock/strata/devuan/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 112 103 8:1 /root /bedrock/strata/devuan/root rw,relatime shared:46 - ext4 /dev/sda1 rw 113 103 8:1 /run /bedrock/strata/devuan/run rw,relatime shared:47 - ext4 /dev/sda1 rw 114 103 0:20 / /bedrock/strata/devuan/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 115 103 8:1 /tmp /bedrock/strata/devuan/tmp rw,relatime shared:48 - ext4 /dev/sda1 rw 116 103 8:1 /var/tmp /bedrock/strata/devuan/var/tmp rw,relatime shared:49 - ext4 /dev/sda1 rw 117 103 8:1 /bedrock /bedrock/strata/devuan/bedrock rw,relatime - ext4 /dev/sda1 rw 118 117 0:23 / /bedrock/strata/devuan/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 119 117 0:21 / /bedrock/strata/devuan/bedrock/run rw,relatime - tmpfs bedrock_run rw 120 117 8:1 / /bedrock/strata/devuan/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 121 103 0:28 / /bedrock/strata/devuan/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 122 27 0:29 / /dev/shm rw,nosuid,nodev,relatime shared:50 - tmpfs shm rw 127 48 0:29 / /bedrock/strata/alpine/dev/shm rw,nosuid,nodev,relatime shared:50 - tmpfs shm rw 126 67 0:29 / /bedrock/strata/gentoo/dev/shm rw,nosuid,nodev,relatime shared:50 - tmpfs shm rw 125 86 0:29 / /bedrock/strata/clover/dev/shm rw,nosuid,nodev,relatime shared:50 - tmpfs shm rw 124 105 0:29 / /bedrock/strata/devuan/dev/shm rw,nosuid,nodev,relatime shared:50 - tmpfs shm rw 123 20 0:29 / /bedrock/strata/bedrock/dev/shm rw,nosuid,nodev,relatime shared:50 - tmpfs shm rw 128 29 0:7 / /sys/kernel/security rw,relatime shared:51 - securityfs securityfs rw 133 57 0:7 / /bedrock/strata/alpine/sys/kernel/security rw,relatime shared:51 - securityfs securityfs rw 132 76 0:7 / /bedrock/strata/gentoo/sys/kernel/security rw,relatime shared:51 - securityfs securityfs rw 131 95 0:7 / /bedrock/strata/clover/sys/kernel/security rw,relatime shared:51 - securityfs securityfs rw 130 114 0:7 / /bedrock/strata/devuan/sys/kernel/security rw,relatime shared:51 - securityfs securityfs rw 129 22 0:7 / /bedrock/strata/bedrock/sys/kernel/security rw,relatime shared:51 - securityfs securityfs rw 134 29 0:30 / /sys/fs/cgroup rw,relatime shared:52 - tmpfs cgroup rw,mode=755 139 57 0:30 / /bedrock/strata/alpine/sys/fs/cgroup rw,relatime shared:52 - tmpfs cgroup rw,mode=755 138 76 0:30 / /bedrock/strata/gentoo/sys/fs/cgroup rw,relatime shared:52 - tmpfs cgroup rw,mode=755 137 95 0:30 / /bedrock/strata/clover/sys/fs/cgroup rw,relatime shared:52 - tmpfs cgroup rw,mode=755 136 114 0:30 / /bedrock/strata/devuan/sys/fs/cgroup rw,relatime shared:52 - tmpfs cgroup rw,mode=755 135 22 0:30 / /bedrock/strata/bedrock/sys/fs/cgroup rw,relatime shared:52 - tmpfs cgroup rw,mode=755 140 134 0:31 / /sys/fs/cgroup/cpuset rw,relatime shared:53 - cgroup cgroup rw,cpuset 145 139 0:31 / /bedrock/strata/alpine/sys/fs/cgroup/cpuset rw,relatime shared:53 - cgroup cgroup rw,cpuset 144 138 0:31 / /bedrock/strata/gentoo/sys/fs/cgroup/cpuset rw,relatime shared:53 - cgroup cgroup rw,cpuset 143 137 0:31 / /bedrock/strata/clover/sys/fs/cgroup/cpuset rw,relatime shared:53 - cgroup cgroup rw,cpuset 142 136 0:31 / /bedrock/strata/devuan/sys/fs/cgroup/cpuset rw,relatime shared:53 - cgroup cgroup rw,cpuset 141 135 0:31 / /bedrock/strata/bedrock/sys/fs/cgroup/cpuset rw,relatime shared:53 - cgroup cgroup rw,cpuset 146 134 0:32 / /sys/fs/cgroup/cpu rw,relatime shared:54 - cgroup cgroup rw,cpu 151 139 0:32 / /bedrock/strata/alpine/sys/fs/cgroup/cpu rw,relatime shared:54 - cgroup cgroup rw,cpu 150 138 0:32 / /bedrock/strata/gentoo/sys/fs/cgroup/cpu rw,relatime shared:54 - cgroup cgroup rw,cpu 149 137 0:32 / /bedrock/strata/clover/sys/fs/cgroup/cpu rw,relatime shared:54 - cgroup cgroup rw,cpu 148 136 0:32 / /bedrock/strata/devuan/sys/fs/cgroup/cpu rw,relatime shared:54 - cgroup cgroup rw,cpu 147 135 0:32 / /bedrock/strata/bedrock/sys/fs/cgroup/cpu rw,relatime shared:54 - cgroup cgroup rw,cpu 152 134 0:33 / /sys/fs/cgroup/blkio rw,relatime shared:55 - cgroup cgroup rw,blkio 157 139 0:33 / /bedrock/strata/alpine/sys/fs/cgroup/blkio rw,relatime shared:55 - cgroup cgroup rw,blkio 156 138 0:33 / /bedrock/strata/gentoo/sys/fs/cgroup/blkio rw,relatime shared:55 - cgroup cgroup rw,blkio 155 137 0:33 / /bedrock/strata/clover/sys/fs/cgroup/blkio rw,relatime shared:55 - cgroup cgroup rw,blkio 154 136 0:33 / /bedrock/strata/devuan/sys/fs/cgroup/blkio rw,relatime shared:55 - cgroup cgroup rw,blkio 153 135 0:33 / /bedrock/strata/bedrock/sys/fs/cgroup/blkio rw,relatime shared:55 - cgroup cgroup rw,blkio 158 134 0:34 / /sys/fs/cgroup/memory rw,relatime shared:56 - cgroup cgroup rw,memory 163 139 0:34 / /bedrock/strata/alpine/sys/fs/cgroup/memory rw,relatime shared:56 - cgroup cgroup rw,memory 162 138 0:34 / /bedrock/strata/gentoo/sys/fs/cgroup/memory rw,relatime shared:56 - cgroup cgroup rw,memory 161 137 0:34 / /bedrock/strata/clover/sys/fs/cgroup/memory rw,relatime shared:56 - cgroup cgroup rw,memory 160 136 0:34 / /bedrock/strata/devuan/sys/fs/cgroup/memory rw,relatime shared:56 - cgroup cgroup rw,memory 159 135 0:34 / /bedrock/strata/bedrock/sys/fs/cgroup/memory rw,relatime shared:56 - cgroup cgroup rw,memory 164 134 0:35 / /sys/fs/cgroup/devices rw,relatime shared:57 - cgroup cgroup rw,devices 169 139 0:35 / /bedrock/strata/alpine/sys/fs/cgroup/devices rw,relatime shared:57 - cgroup cgroup rw,devices 168 138 0:35 / /bedrock/strata/gentoo/sys/fs/cgroup/devices rw,relatime shared:57 - cgroup cgroup rw,devices 167 137 0:35 / /bedrock/strata/clover/sys/fs/cgroup/devices rw,relatime shared:57 - cgroup cgroup rw,devices 166 136 0:35 / /bedrock/strata/devuan/sys/fs/cgroup/devices rw,relatime shared:57 - cgroup cgroup rw,devices 165 135 0:35 / /bedrock/strata/bedrock/sys/fs/cgroup/devices rw,relatime shared:57 - cgroup cgroup rw,devices 170 134 0:36 / /sys/fs/cgroup/freezer rw,relatime shared:58 - cgroup cgroup rw,freezer 175 139 0:36 / /bedrock/strata/alpine/sys/fs/cgroup/freezer rw,relatime shared:58 - cgroup cgroup rw,freezer 174 138 0:36 / /bedrock/strata/gentoo/sys/fs/cgroup/freezer rw,relatime shared:58 - cgroup cgroup rw,freezer 173 137 0:36 / /bedrock/strata/clover/sys/fs/cgroup/freezer rw,relatime shared:58 - cgroup cgroup rw,freezer 172 136 0:36 / /bedrock/strata/devuan/sys/fs/cgroup/freezer rw,relatime shared:58 - cgroup cgroup rw,freezer 171 135 0:36 / /bedrock/strata/bedrock/sys/fs/cgroup/freezer rw,relatime shared:58 - cgroup cgroup rw,freezer 176 134 0:37 / /sys/fs/cgroup/net_cls rw,relatime shared:59 - cgroup cgroup rw,net_cls 181 139 0:37 / /bedrock/strata/alpine/sys/fs/cgroup/net_cls rw,relatime shared:59 - cgroup cgroup rw,net_cls 180 138 0:37 / /bedrock/strata/gentoo/sys/fs/cgroup/net_cls rw,relatime shared:59 - cgroup cgroup rw,net_cls 179 137 0:37 / /bedrock/strata/clover/sys/fs/cgroup/net_cls rw,relatime shared:59 - cgroup cgroup rw,net_cls 178 136 0:37 / /bedrock/strata/devuan/sys/fs/cgroup/net_cls rw,relatime shared:59 - cgroup cgroup rw,net_cls 177 135 0:37 / /bedrock/strata/bedrock/sys/fs/cgroup/net_cls rw,relatime shared:59 - cgroup cgroup rw,net_cls 182 134 0:38 / /sys/fs/cgroup/perf_event rw,relatime shared:60 - cgroup cgroup rw,perf_event 187 139 0:38 / /bedrock/strata/alpine/sys/fs/cgroup/perf_event rw,relatime shared:60 - cgroup cgroup rw,perf_event 186 138 0:38 / /bedrock/strata/gentoo/sys/fs/cgroup/perf_event rw,relatime shared:60 - cgroup cgroup rw,perf_event 185 137 0:38 / /bedrock/strata/clover/sys/fs/cgroup/perf_event rw,relatime shared:60 - cgroup cgroup rw,perf_event 184 136 0:38 / /bedrock/strata/devuan/sys/fs/cgroup/perf_event rw,relatime shared:60 - cgroup cgroup rw,perf_event 183 135 0:38 / /bedrock/strata/bedrock/sys/fs/cgroup/perf_event rw,relatime shared:60 - cgroup cgroup rw,perf_event 188 134 0:39 / /sys/fs/cgroup/net_prio rw,relatime shared:61 - cgroup cgroup rw,net_prio 193 139 0:39 / /bedrock/strata/alpine/sys/fs/cgroup/net_prio rw,relatime shared:61 - cgroup cgroup rw,net_prio 192 138 0:39 / /bedrock/strata/gentoo/sys/fs/cgroup/net_prio rw,relatime shared:61 - cgroup cgroup rw,net_prio 191 137 0:39 / /bedrock/strata/clover/sys/fs/cgroup/net_prio rw,relatime shared:61 - cgroup cgroup rw,net_prio 190 136 0:39 / /bedrock/strata/devuan/sys/fs/cgroup/net_prio rw,relatime shared:61 - cgroup cgroup rw,net_prio 189 135 0:39 / /bedrock/strata/bedrock/sys/fs/cgroup/net_prio rw,relatime shared:61 - cgroup cgroup rw,net_prio 194 134 0:40 / /sys/fs/cgroup/hugetlb rw,relatime shared:62 - cgroup cgroup rw,hugetlb 199 139 0:40 / /bedrock/strata/alpine/sys/fs/cgroup/hugetlb rw,relatime shared:62 - cgroup cgroup rw,hugetlb 198 138 0:40 / /bedrock/strata/gentoo/sys/fs/cgroup/hugetlb rw,relatime shared:62 - cgroup cgroup rw,hugetlb 197 137 0:40 / /bedrock/strata/clover/sys/fs/cgroup/hugetlb rw,relatime shared:62 - cgroup cgroup rw,hugetlb 196 136 0:40 / /bedrock/strata/devuan/sys/fs/cgroup/hugetlb rw,relatime shared:62 - cgroup cgroup rw,hugetlb 195 135 0:40 / /bedrock/strata/bedrock/sys/fs/cgroup/hugetlb rw,relatime shared:62 - cgroup cgroup rw,hugetlb $ ps PID USER TIME COMMAND 1 root 0:01 runit 2 root 0:00 [kthreadd] 3 root 0:00 [rcu_gp] 4 root 0:00 [rcu_par_gp] 5 root 0:00 [kworker/0:0-rcu] 6 root 0:00 [kworker/0:0H-kb] 7 root 0:00 [kworker/u2:0-ev] 8 root 0:00 [mm_percpu_wq] 9 root 0:00 [ksoftirqd/0] 10 root 0:00 [rcu_preempt] 11 root 0:00 [rcu_sched] 12 root 0:00 [rcu_bh] 13 root 0:00 [rcuc/0] 14 root 0:00 [rcub/0] 15 root 0:00 [migration/0] 16 root 0:00 [cpuhp/0] 18 root 0:00 [kdevtmpfs] 19 root 0:00 [netns] 20 root 0:00 [rcu_tasks_kthre] 21 root 0:00 [kworker/0:1-eve] 22 root 0:00 [kworker/0:2-eve] 23 root 0:00 [oom_reaper] 24 root 0:00 [writeback] 25 root 0:00 [kcompactd0] 26 root 0:00 [khugepaged] 27 root 0:00 [crypto] 28 root 0:00 [kintegrityd] 29 root 0:00 [kblockd] 30 root 0:00 [edac-poller] 31 root 0:00 [devfreq_wq] 32 root 0:00 [watchdogd] 33 root 0:00 [kworker/u2:1-ev] 35 root 0:00 [kswapd0] 72 root 0:00 [nvme-wq] 73 root 0:00 [nvme-reset-wq] 74 root 0:00 [nvme-delete-wq] 75 root 0:00 [qat_device_rese] 76 root 0:00 [qat_pf2vf_resp_] 77 root 0:00 [adf_vf_stop_wq] 83 root 0:00 [kstrp] 96 root 0:00 [charger_manager] 754 root 0:00 [ipv6_addrconf] 765 root 0:00 [ib-comp-wq] 768 root 0:00 [ib_mcast] 769 root 0:00 [ib_nl_sa_wq] 774 root 0:00 [rdma_cm] 795 root 0:00 [ata_sff] 1121 root 0:00 [scsi_eh_0] 1122 root 0:00 [scsi_tmf_0] 1126 root 0:00 [kworker/u2:2-ev] 1150 root 0:00 [scsi_eh_1] 1151 root 0:00 [scsi_tmf_1] 1154 root 0:00 [scsi_eh_2] 1155 root 0:00 [scsi_tmf_2] 1158 root 0:00 [kworker/u2:3-ev] 1802 root 0:00 [firewire] 1834 root 0:00 [dm_bufio_cache] 1902 root 0:00 [md] 1906 root 0:00 [raid5wq] 2152 root 0:00 [kworker/u3:0] 2196 root 0:00 [jfsIO] 2197 root 0:00 [jfsCommit] 2198 root 0:00 [jfsSync] 2206 root 0:00 [rpciod] 2207 root 0:00 [xprtiod] 2212 root 0:00 [nfsiod] 2230 root 0:00 [xfsalloc] 2231 root 0:00 [xfs_mru_cache] 2410 root 0:00 [bond0] 2612 root 0:00 [kworker/0:1H-kb] 2613 root 0:00 [jbd2/sda1-8] 2614 root 0:00 [ext4-rsv-conver] 3759 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 3860 root 0:00 /bedrock/libexec/crossfs -o allow_other /bedrock/cross 4650 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 5984 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 7320 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 8669 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 10037 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 11584 root 0:00 [ttm_swap] 11627 root 0:00 runsvdir -P /run/runit/runsvdir/current log: supervise: warning: unable to stat control/u: not a directory runsv supervise: fatal: unable to start ./run: file does not exist runsv current: fatal: unable to start ./run: file does not exist runsv supervise: warning: unable to stat control/u: not a directory runsv current: fatal: unable to start ./run: file does not exist runsv supervise: fatal: unable to start ./run: file does not exist 11632 root 0:00 runsv udevd 11633 root 0:00 runsv current 11634 root 0:00 runsv agetty-tty3 11635 root 0:00 runsv agetty-tty5 11636 root 0:00 runsv agetty-tty2 11637 root 0:00 runsv agetty-tty4 11638 root 0:00 runsv agetty-tty1 11639 root 0:00 runsv supervise 11640 root 0:00 runsv agetty-tty6 11643 root 0:00 login -- ggg 11644 root 0:00 agetty tty4 38400 linux 11645 root 0:00 agetty tty5 38400 linux 11646 root 0:00 agetty tty2 38400 linux 11648 root 0:00 agetty tty3 38400 linux 11649 root 0:00 agetty tty6 38400 linux 11658 root 0:00 udevd 11675 ggg 0:00 -bash 12678 ggg 0:00 /bedrock/libexec/busybox sh /bedrock/libexec/brl-report log1 18239 ggg 0:00 /bedrock/libexec/busybox sh /bedrock/libexec/brl-report log1 18241 ggg 0:00 /bedrock/libexec/busybox sh /bedrock/libexec/brl-report log1 18242 ggg 0:00 sed s/^/ / 18243 ggg 0:00 {ps} /bedrock/libexec/busybox sh /bedrock/libexec/brl-report log1 $ cd /proc && for x in *; do echo "$x" | grep -q "^[0-9]*$" && echo "$x: $(/bedrock/bin/brl which -p "$x" 2>/dev/null)"; done | sort -n 1: void-musl 2: void-musl 3: void-musl 4: void-musl 5: void-musl 6: void-musl 7: void-musl 8: void-musl 9: void-musl 10: void-musl 11: void-musl 12: void-musl 13: void-musl 14: void-musl 15: void-musl 16: void-musl 18: 19: void-musl 20: void-musl 21: void-musl 22: void-musl 23: void-musl 24: void-musl 25: void-musl 26: void-musl 27: void-musl 28: void-musl 29: void-musl 30: void-musl 31: void-musl 32: void-musl 33: void-musl 35: void-musl 72: void-musl 73: void-musl 74: void-musl 75: void-musl 76: void-musl 77: void-musl 83: void-musl 96: void-musl 754: void-musl 765: void-musl 768: void-musl 769: void-musl 774: void-musl 795: void-musl 1121: void-musl 1122: void-musl 1126: void-musl 1150: void-musl 1151: void-musl 1154: void-musl 1155: void-musl 1158: void-musl 1802: void-musl 1834: void-musl 1902: void-musl 1906: void-musl 2152: void-musl 2196: void-musl 2197: void-musl 2198: void-musl 2206: void-musl 2207: void-musl 2212: void-musl 2230: void-musl 2231: void-musl 2410: void-musl 2612: void-musl 2613: void-musl 2614: void-musl 3759: bedrock 3860: 4650: void-musl 5984: alpine 7320: gentoo 8669: clover 10037: devuan 11584: void-musl 11627: void-musl 11632: void-musl 11633: void-musl 11634: void-musl 11635: void-musl 11636: void-musl 11637: void-musl 11638: void-musl 11639: void-musl 11640: void-musl 11643: void-musl 11644: void-musl 11645: void-musl 11646: void-musl 11648: void-musl 11649: void-musl 11658: void-musl 11675: void-musl 12678: void-musl 18245: void-musl 18247: void-musl 18248: void-musl 18249: void-musl 18250: void-musl $ cat /bedrock/cross/.bedrock-config-filesystem cat: can't open '/bedrock/cross/.bedrock-config-filesystem': Permission denied $ cat /proc/1/root/etc/.bedrock-config-filesystem cat: can't open '/proc/1/root/etc/.bedrock-config-filesystem': Permission denied