On 17/05/15 18:38, Jaret Cantu wrote:
>
> Thanks for being a guinea pig/validation intern,
> Jaret Cantu
>
>
You are welcome, Jaret.
In fact, I have prepared a dedicated test PC and offered myself to be
the "guinea pig" for testing any packages for Devuan. But so far, I have
only been using it to test vdev and your eudev. I am still not sure
which device manager will be used for the initial release of Devuan, as
there is no clear confirmation about that. I doubt that will be vdev if
Devuan would be released this year, as it needs more time to stabilise.
So what I have been doing is basically to show some options which I
thought might speed up Devuan development, as I wrote on the subject of
this thread.
Anyway, I have finally managed to install your eudev on my Debian wheezy
install without any tweaks as shown below, after you committed the
changes on debian/udev.init. My next step is to backport all packages on
Debian wheezy that depend on libudev0,from Debian jessie then purge
libudev0.
I have been "cleaning" some Debian wheezy packages from anything related
to systemd,recompiling and using them as I posted at the beginning of
this thread.I know that might sound unreasonable, but I am really
determined to have packages that are clean from anything related to
systemd. I believe that will be easier or possibly I don't need to do
that any more after I use Devuan.
Cheers,
Anto
----
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# ls -ltr *udev*.deb
-rw-r--r-- 1 anto anto 1046290 May 17 20:37 udev_1.9-1_amd64.deb
-rw-r--r-- 1 anto anto 92136 May 17 20:37 libudev1_1.9-1_amd64.deb
-rw-r--r-- 1 anto anto 95548 May 17 20:37 libudev-dev_1.9-1_amd64.deb
-rw-r--r-- 1 anto anto 44330 May 17 20:37 libgudev-1.0-dev_1.9-1_amd64.deb
-rw-r--r-- 1 anto anto 43866 May 17 20:37 libgudev-1.0-0_1.9-1_amd64.deb
-rw-r--r-- 1 anto anto 3076 May 17 20:37 gir1.2-gudev-1.0_1.9-1_amd64.deb
-rw-r--r-- 1 anto anto 996856 May 17 20:37 eudev-dbg_1.9-1_amd64.deb
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# dpkg --list | grep udev
ii libudev0:amd64 175-7.2 amd64 libudev
shared library
ii udev 175-7.2 amd64 /dev/ and hotplug
management daemon
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# dpkg --install
libudev1_1.9-1_amd64.deb udev_1.9-1_amd64.deb
Selecting previously unselected package libudev1:amd64.
(Reading database ... 50437 files and directories currently installed.)
Unpacking libudev1:amd64 (from libudev1_1.9-1_amd64.deb) ...
Preparing to replace udev 175-7.2 (using udev_1.9-1_amd64.deb) ...
Moving obsolete conffile /etc/init.d/udev-mtab out of the way...
Moving obsolete conffile /etc/udev/links.conf out of the way...
Unpacking replacement udev ...
Setting up libudev1:amd64 (215:1.9-1) ...
Setting up udev (215:1.9-1) ...
Installing new version of config file /etc/udev/udev.conf ...
Installing new version of config file
/etc/modprobe.d/fbdev-blacklist.conf ...
Installing new version of config file /etc/init/udev.conf ...
Installing new version of config file /etc/init/udev-finish.conf ...
Installing new version of config file /etc/init.d/udev ...
update-rc.d: using dependency based boot sequencing
[ ok ] Stopping the hotplug events dispatcher: udevd.
[ ok ] Starting the hotplug events dispatcher: udevd.
update-initramfs: deferring update (trigger activated)
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not
match udev Default-Start values (S)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not
match udev Default-Stop values (none)
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not
match udev-finish Default-Start values (S)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not
match udev-finish Default-Stop values (none)
Removing obsolete conffile /etc/init.d/udev-mtab ...
Removing obsolete conffile /etc/udev/links.conf ...
Processing triggers for man-db ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.16.0-0.bpo.4-amd64
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# dpkg --list | grep udev
ii libudev0:amd64 175-7.2 amd64 libudev
shared library
ii libudev1:amd64 215:1.9-1 amd64 libudev
shared library
ii udev 215:1.9-1 amd64 /dev/ and hotplug
management daemon
root@d945gclf:/home/anto/packages#
root@d945gclf:/home/anto/packages# apt-cache rdepends libudev0
libudev0
Reverse Depends:
xserver-xorg-core
vlc-nox
xserver-xorg-video-nouveau
xserver-xorg-video-modesetting
xserver-xorg-video-intel
xserver-xorg-video-radeon
xserver-xorg-core
xboxdrv
xbmc-bin
vlc-nox
urfkill
upstart
udisks
udev
udev
libudev-dev
libgudev-1.0-0
systemd
system-config-printer-udev
libqtsysteminfo1
python3-pyudev
python-pyudev
pulseaudio
pcscd
olpc-kbdshim
ofono
mountall
libgbm1
libegl1-mesa-drivers
libegl1-mesa
lvm2
liblvm2cmd2.02
liblvm2app2.2
libdevmapper1.02.1
dmsetup
clvm
libvirt-bin
libcec1
cec-utils
libatasmart4
libsolid4
gvfs-daemons
gvfs
guvcview
enna
chromium
bluez
root@d945gclf:/home/anto/packages#