:: Re: [DNG] gvfs depends on libsystem…
Top Page
Delete this message
Reply to this message
Author: Arnt Karlsen
Date:  
To: dng
New-Topics: [DNG] ..vdev box recovery ideas?, was: gvfs depends on libsystemd0
Subject: Re: [DNG] gvfs depends on libsystemd0
On Tue, 11 Apr 2017 11:31:35 +0200, aitor_czr wrote in message
<cbf052d3-aa6d-87bb-8c94-eacb0445c4a8@???>:

> Hi Hendrik,
>
> On 04/11/2017 12:17 AM, Hendrik Boom <hendrik@???> wrote:
> > What is the status of vdev? Is it packages and inthe repositories
> > yet? Is it too much to hope it;s available in jessie?
> >
> > -- hendrik
>
> As fsmithred said in the irc, there are two sets of packages working
> for now:
>
> https://git.devuan.org/devuan-packages/vdev (by Ralph Ronquist)
>
> and:
>
> deb http://packages.gnuinos.org/unsystemd jessie main
> deb-src http://packages.gnuinos.org/unsystemd jessie main
>
> You have to run vdev-assistant in this second case. But be carefull
> with the "live" hook in the initramfs-tools, it needs some simple
> changes. Remove all the live-* packages from your system if they
> exist, before installing vdev.


..I forgot this bit, but fixed another assumption bug, the apt database
is not neccessarily working as it should, on a trashed systemd etc box:
root@trashed-systemd-etc-box:/var/cache/apt/archives# diff -U0 \
/usr/bin/vdev-assistant.org /usr/bin/vdev-assistant
--- /usr/bin/vdev-assistant.org 2016-12-29 14:24:21.000000000 +0100
+++ /usr/bin/vdev-assistant     2017-04-17 05:01:18.089053089 +0200 
@@ -35 +35,3 @@
-    apt --reinstall install libudev1-compat
+    #apt --reinstall install libudev1-compat
+    dpkg -P libudev1-compat
+    dpkg -Bi libudev1-compat*
@@ -37 +39,3 @@
-         apt --reinstall install libudev-dev
+        # apt --reinstall install libudev-dev
+        dpkg -P libudev-dev
+       dpkg -Bi libudev-dev*
@@ -39,2 +43,4 @@
-    mv /etc/insserv/overrides/vdev /etc/insserv/overrides/udev
-    apt --reinstall install vdev
+    mv -vf /etc/insserv/overrides/vdev /etc/insserv/overrides/udev
+    #apt --reinstall install vdev
+    dpkg -P vdev
+    dpkg -Bi vdev*
@@ -52 +58 @@
-       apt-get install libvdev1
+       dpkg -Bi libvdev1*
@@ -54 +60 @@
-       apt-get install libudev1-compat
+       dpkg -Bi libudev1-compat*
@@ -57 +63 @@
-         apt-get install libudev-compat-dev
+         dpkg -Bi libudev-compat-dev*
@@ -59 +65 @@
-       apt-get install libvdev-hwdb
+       dpkg -Bi libvdev-hwdb*
@@ -63,2 +69,2 @@
-       rm -f /usr/share/initramfs-tools/init
-       cp /usr/share/initramfs-tools/vdev-init/init 
/usr/share/initramfs-tools/
+       rm -vf /usr/share/initramfs-tools/init
+       cp -v /usr/share/initramfs-tools/vdev-init/init 
/usr/share/initramfs-tools/
@@ -66 +72 @@
-       apt-get install vdev
+       dpkg -Bi vdev*
@@ -78 +84 @@
-       dpkg --purge libvdev1
+       dpkg --purge libudev1
@@ -92 +98 @@
-       apt-get install libvdev1
+       dpkg -Bi libvdev1*
@@ -95 +101 @@
-       mv /etc/insserv/overrides/vdev /etc/insserv/overrides/udev
+       mv -v /etc/insserv/overrides/vdev /etc/insserv/overrides/udev
@@ -100 +106 @@
-         apt-get install libudev-dev
+         dpkg -Bi libudev-dev*
@@ -104 +110 @@
-       apt-get install libudev1
+       dpkg -Bi libudev1*
@@ -106,2 +112,2 @@
-       rm -f /usr/share/initramfs-tools/init
-       cp /usr/share/initramfs-tools/udev-init/init 
/usr/share/initramfs-tools/
+       rm -fv /usr/share/initramfs-tools/init
+       cp -v /usr/share/initramfs-tools/udev-init/init 
/usr/share/initramfs-tools/
@@ -109,2 +115,2 @@
-       rm -f /etc/insserv/overrides/udev
-       apt-get install udev
+       rm -fv /etc/insserv/overrides/udev
+       dpkg -Bi udev*


..those funny lines missing "+" and "-" starting "/", are long
and broken. ;o)


> Now, the priority are the manpages. You can read more here:
>
> https://dev1galaxy.org/viewtopic.php?id=43
>
> Recently i tried to run a devuan vanilla with vdev and a 4.x kernel,
> and it didn't work (in live mode) because the system searched for a
> cdrom_id binary, non existent in vdev. On the other hand, you will
> need to set your keyboard configuration at every reboot (minor issue)
> depending on your keymap. Beyond that,vdev works fine for me.
>
> Cheers,
>
>    Aitor.

>
>
>



--
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.