vera 0.93

vera is an alternative init daemon supervisor (PID 1) that uses containers. Containers allow reliable, foolproof shutdown and termination of started services. vera was developed on Slackware 15.0. It is capable of booting and shutting down a stock installation of Slackware 15.

Tags init admin cgroups2 slackware
License GNU GPLv3
State beta

Recent Releases

0.9312 Apr 2024 11:46 major feature: As a proof of concept, this release adds an extra feature on top of the stock Slackware installation: an optional system/networkmanager-wait-online container for Slackware systems that use NetworkManager. This container runs /usr/bin/nm-online, from the NetworkManager package before starting rc.inet2 services. Other distributions have something similar, this implements it for Slackware.
0.9206 Apr 2024 22:28 major feature: Two new sysvinit interoperability features: 1) the "enable" and "disable" command for containers of /etc/rc.d scripts now maintains the scripts' executable permissions, synchronizing their status with sysvinit's rc.M script (vera now directly controls which rc.d scripts get started from rc.M) 2) switching back to init is no longer needed before updating vera to a future release, added support for simply installing future releases with upgradepkg.
0.9127 Mar 2024 02:03 major feature: Automatically log timestamps when changing runlevels, this includes system startup and shutdown. A log command generates a diagnostic report of how long each container took to start or stop.
0.9009 Mar 2024 22:50 major feature: Each service started from rc.inet2 now gets started in its own individual container. All services that now get started by rc.M are now running in their own individual containers. Reduced file descriptor usage: each container no longer needs to keep an additional open file descriptor for its cgroup.events, just a pair of pipes to capture its processes stdout and stderr that get redirected to syslog. A manual container's start/stop/reload/restart also mirrors the container's stdout and stderr to the terminal console, for the duration of the operation. This emulates running the rc script the "old-fashioned" way, when it's actually running in a container.
0.0201 Mar 2024 01:00 minor feature: Release 0.02 adds the ability to start each rc.M-launched rc service in its own container, instead of using a single container for all services.
0.0123 Feb 2024 13:18 minor feature: Initial github release