On 17/05/15 16:11, Jaret Cantu wrote:
>
> Oh my, are you using Wheezy? This is supposed to be for Jessie -- I
> have no clue what would happen if you tried installing this on an
> older version.
>
> eudev didn't even exist at udev version 175, so there should be no
> equivalent version to drop in. I would recommend just using what
> Wheezy already provides.
> If you upgrade to Jessie/Devuan, then this eudev is a good idea. I
> haven't even looked into Stretch? yet.
>
Hello Jaret,
I am not sure about the differences on your setup and mine. I have tried
to use Devuan merged repository and I get the same result, that the
installation of udev is still failed. It shows the exact same error as
when I am using Debian wheezy. Please have a look the detail below.
Or is it perhaps due to I blocked too many packages which causing that
failure?
But looking at the error, it shows that udevd cannot be not found.
Cheers,
Anto
----
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# dpkg --list | grep udev
ii libudev1:amd64 215-17 amd64 libudev
shared library
ii udev 215-17 amd64 /dev/ and hotplug
management daemon
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# ls -ln *udev*.deb
-rw-r--r-- 1 1000 1000 699482 May 17 17:41 eudev-dbg_1.9-1_amd64.deb
-rw-r--r-- 1 1000 1000 2810 May 17 17:41 gir1.2-gudev-1.0_1.9-1_amd64.deb
-rw-r--r-- 1 1000 1000 40080 May 17 17:41 libgudev-1.0-0_1.9-1_amd64.deb
-rw-r--r-- 1 1000 1000 33240 May 17 17:41 libgudev-1.0-dev_1.9-1_amd64.deb
-rw-r--r-- 1 1000 1000 81678 May 17 17:41 libudev1_1.9-1_amd64.deb
-rw-r--r-- 1 1000 1000 76110 May 17 17:41 libudev-dev_1.9-1_amd64.deb
-rw-r--r-- 1 1000 1000 777352 May 17 17:41 udev_1.9-1_amd64.deb
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# dpkg --install
libudev1_1.9-1_amd64.deb udev_1.9-1_amd64.deb
(Reading database ... 34302 files and directories currently installed.)
Preparing to unpack libudev1_1.9-1_amd64.deb ...
Unpacking libudev1:amd64 (215:1.9-1) over (215-17) ...
Preparing to unpack udev_1.9-1_amd64.deb ...
Unpacking udev (215:1.9-1) over (215-17) ...
Setting up libudev1:amd64 (215:1.9-1) ...
Setting up udev (215:1.9-1) ...
Installing new version of config file /etc/init.d/udev ...
Installing new version of config file /etc/init/udev.conf ...
[ ok ] Stopping the hotplug events dispatcher: udevd.
[....] Starting the hotplug events dispatcher: udevd/etc/init.d/udev:
244: /etc/init.d/udev: udevd: not found
failed!
invoke-rc.d: initscript udev, action "restart" failed.
dpkg: error processing package udev (--install):
subprocess installed post-installation script returned error exit
status 127
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for libc-bin (2.19-18) ...
Errors were encountered while processing:
udev
root@d945gclf:/home/anto/packages# dpkg --list | grep udev
ii libudev1:amd64 215:1.9-1 amd64 libudev
shared library
iF udev 215:1.9-1 amd64 /dev/ and hotplug
management daemon
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# cat /etc/apt/sources.list
deb http://packages.devuan.org/merged jessie main contrib non-free
deb-src http://packages.devuan.org/merged jessie main
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# cat
/etc/apt/preferences.d/00blocksystemd
Package: dh-systemd
Pin: origin ""
Pin-Priority: -1
Package: gnome-logs
Pin: origin ""
Pin-Priority: -1
Package: golang-coreos-log-dev
Pin: origin ""
Pin-Priority: -1
Package: golang-go-systemd-dev
Pin: origin ""
Pin-Priority: -1
Package: init-system-helpers
Pin: origin ""
Pin-Priority: -1
Package: libghc-libsystemd-journal-dev
Pin: origin ""
Pin-Priority: -1
Package: libghc-libsystemd-journal-doc
Pin: origin ""
Pin-Priority: -1
Package: libghc-libsystemd-journal-prof
Pin: origin ""
Pin-Priority: -1
Package: libpam-systemd
Pin: origin ""
Pin-Priority: -1
Package: libsystemd0
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-daemon0
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-daemon-dev
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-dev
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-id128-0
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-id128-dev
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-journal0
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-journal-dev
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-login0
Pin: origin ""
Pin-Priority: -1
Package: libsystemd-login-dev
Pin: origin ""
Pin-Priority: -1
Package: live-config-systemd
Pin: origin ""
Pin-Priority: -1
Package: python3-systemd
Pin: origin ""
Pin-Priority: -1
Package: systemd-cron
Pin: origin ""
Pin-Priority: -1
Package: systemd-dbg
Pin: origin ""
Pin-Priority: -1
Package: systemd-gui
Pin: origin ""
Pin-Priority: -1
Package: systemd-shim
Pin: origin ""
Pin-Priority: -1
Package: systemd
Pin: origin ""
Pin-Priority: -1
Package: systemd-sysv
Pin: origin ""
Pin-Priority: -1
Package: systemd-ui
Pin: origin ""
Pin-Priority: -1
# Package: startpar
# Pin: origin ""
# Pin-Priority: -1
root@d945gclf:/home/anto/packages#