]> www.opopop.net Git - reminder/blobdiff - Debian_Bookworm_with_Mate_and_the_shepherd_init_system.mdwn
attachment upload
[reminder] / Debian_Bookworm_with_Mate_and_the_shepherd_init_system.mdwn
index c547091010d0a7485807acabf214a7fd3d1b18c4..0e2c3f57193d5e677e381a5c664a0b25a8cfa042 100644 (file)
@@ -24,10 +24,12 @@ shepherd for Debian, to the point that shepherd runs now on my main hosts. Below
 
 ## Installing shepherd on Debian Bookworm
 
+The following instructions are safe, they won't delete your existing init system, just renaming some binaries like /sbin/{halt,reboot,poweroff}, see below. 
+
 ### Installing guile-3.0
 
-Bookworm packages guile-3.0.8. This may work, but my tests have been done with a more recent version, 
-guile-3.0.9. For your convenience, below are the corresponding Debian packages:
+Bookworm packages guile-3.0.8. This will work, but I offer more recent version, 
+guile-3.0.9. Below are the corresponding Debian packages:
 
 amd64:
 
@@ -57,6 +59,8 @@ Source:
 
 And you just have to run:
 
+    dpkg -i guile-3.0-libs_3.0.9-0bu1_amd64.deb guile-3.0-dev_3.0.9-0bu1_amd64.deb guile-3.0_3.0.9-0bu1_amd64.deb
+
 ### Installing guile-fibers-1.3.1
 
 This is a thread library for guile, not yet packaged for Debian. Here are the corresponding
@@ -88,8 +92,12 @@ Source:
 
 You install with:
 
+    dpkg -i guile-fibers_1.3.1-1bu_amd64.deb
+
 ### Installing shepherd-0.10.2
 
+This is the real init engine. Care has been taken with the Debian alternatives system to not clobber   your original /sbin/halt, /sbin/reboot and /sbin/poweroff by renaming them as /sbin/halt.orig-init, /sbin/reboot.orig-init and /sbin/poweroff.orig-init. 
 The packages are below:
 
 amd64:
@@ -116,6 +124,8 @@ Source:
 
 And you install with:
 
+    dpkg -i shepherd_0.10.2-0.1_amd64.deb
+
 ### Installing shepherd-debian-1.4
 
 This package installs a set of the equivalent of init scripts or systemd 
@@ -146,33 +156,37 @@ services for shepherd. The list of packages whose daemons are currently handled
 * uuid-runtime
 * zoneminder
 * bluetooth
+* dhcpcd
+* NetworkManager
 
 This should be enough for a basic server or desktop. List of packages:
 
 amd64:
 
-[[shepherd-debian_1.4-1_amd64.deb]]
+[[shepherd-debian_1.4-2_amd64.deb]]
 
-[[shepherd-debian_1.4-1_amd64.build]]
-[[shepherd-debian_1.4-1_amd64.changes]]
-[[shepherd-debian_1.4-1_amd64.buildinfo]]
+[[shepherd-debian_1.4-2_amd64.build]]
+[[shepherd-debian_1.4-2_amd64.changes]]
+[[shepherd-debian_1.4-2_amd64.buildinfo]]
 
 armhf:
 
-[[shepherd-debian_1.4-1_armhf.deb]]
+[[shepherd-debian_1.4-2_armhf.deb]]
 
-[[shepherd-debian_1.4-1_armhf.build]]
-[[shepherd-debian_1.4-1_armhf.changes]]
-[[shepherd-debian_1.4-1_armhf.buildinfo]]
+[[shepherd-debian_1.4-2_armhf.build]]
+[[shepherd-debian_1.4-2_armhf.changes]]
+[[shepherd-debian_1.4-2_armhf.buildinfo]]
 
 Source:
 
-[[shepherd-debian_1.4-1.dsc]]
-[[shepherd-debian_1.4-1.debian.tar.xz]]
+[[shepherd-debian_1.4-2.dsc]]
+[[shepherd-debian_1.4-2.debian.tar.xz]]
 [[shepherd-debian_1.4.orig.tar.gz]]
 
 You install with:
 
+    dpkg -i shepherd-debian_1.4-2_amd64.deb
+
 In case of errors, install the missing dependencies and retry. 
 
 ## Using shepherd
@@ -184,7 +198,7 @@ in package shepherd-debian for other useful information.
 
 ## Using shepherd with Mate
 
-If you use Mate, you may want to use these packages, see README.elogind.
+If you use Mate, you may want to use these packages, see in package shepherd-debian the file README.elogind and the patches: login1.patch and udisk2.patch.
 
 amd64:
 
@@ -202,3 +216,6 @@ Source:
 [[elogind_246.10-1debian2bu.debian.tar.xz]]
 [[elogind_246.10.orig.tar.gz]]
 
+All 3 packages have to be installed:
+
+    dpkg -i elogind_246.10-1debian2bu_amd64.deb libelogind0_246.10-1debian2bu_amd64.deb libpam-elogind_246.10-1debian2bu_amd64.deb