You are not logged in.
Pages: 1
Subject says it. eudev is now in the main ascii repo, and you will get it by default on upgrade or new install*. If you blink your eyes, you might not notice it.
*Right now a new install is only possible with debootstrap or live-sdk.
Offline
What about that version # in respect to the experimental/eudev, can it easily be upgraded?
Sorry for the dumb question but I am on Obarun now and ecstatic about it.
Through chroot I see eudev is already the newest version (220:3.2.2-devuan2.3)
So is it still the same package?
Offline
Currently the version #s are a bit muddled. Some pkgs in experimental need to be deleted. It's all explained here especially towards the end.
Offline
fungus, 220:whatever is not the newest version. I think it's the oldest version.
Something like this should work...
apt-get install eudev=3.2.2-9
and you'll probably be warned that you're downgrading. (It's not a downgrade. We changed the way it's numbered.)
Offline
I am getting eudev 3.2.2-devuan2.7 with or without experimental enabled. working fine.
*and yes I was warned of downgrade. I had a 220 version number previously.
Last edited by catprints (2017-12-08 13:34:57)
"The obstacle is the path."
Offline
Offline
I think that you need both eudev and libeudev1, this should then work.
# apt-get install eudev=3.2.2-9 libeudev1=3.2.2-9
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be DOWNGRADED:
eudev libeudev1
0 upgraded, 0 newly installed, 2 downgraded, 0 to remove and 0 not upgraded.
Need to get 1,068 kB of archives.
After this operation, 15.4 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 https://pkgmaster.devuan.org/merged ascii/main amd64 eudev amd64 3.2.2-9 [976 kB]
Get:2 https://pkgmaster.devuan.org/merged ascii/main amd64 libeudev1 amd64 3.2.2-9 [92.3 kB]
Fetched 1,068 kB in 0s (1,730 kB/s)
dpkg: warning: downgrading eudev from 3.2.2-devuan2.7 to 3.2.2-9
(Reading database ... 136018 files and directories currently installed.)
Preparing to unpack .../eudev_3.2.2-9_amd64.deb ...
Unpacking eudev (3.2.2-9) over (3.2.2-devuan2.7) ...
dpkg: warning: downgrading libeudev1:amd64 from 3.2.2-devuan2.7 to 3.2.2-9
Preparing to unpack .../libeudev1_3.2.2-9_amd64.deb ...
Unpacking libeudev1:amd64 (3.2.2-9) over (3.2.2-devuan2.7) ...
Setting up libeudev1:amd64 (3.2.2-9) ...
Setting up eudev (3.2.2-9) ...
Installing new version of config file /etc/init.d/eudev ...
*******************************************************
Warning: eudev will default to the older network
interface names, such as eth0 or wlan0. If you use
the new names, such as enp0s3, you will need to add
the following to the boot command:
net.ifnames=1
********************************************************
update-initramfs: deferring update (trigger activated)
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for initramfs-tools (0.130) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-4-amd64
Geoff
Offline
With eudev installed I am getting my wifi appearing as wlan0, but my ethernet is coming up as enx followed by the mac address. I am not sure where this is set. dmesg reports (with the mac address obscured)
[ 2.372782] r8152 2-2:1.0 eth0: v1.08.8
[ 2.375118] r8152 2-2:1.0 enx2a2a2a2a2a2a: renamed from eth0
Geoff
Offline
My ascii system updated to eudev and libeudev1 without incident in yesterday's updates - version is 3.2.2-9. Experimental not enabled. Everything seems good.
Offline
Catprints, you got the one that's in ascii-proposed. I think it's the same as the one in ascii main except for the version.
Geoff42 is right - I forgot about libeudev1.
# apt-get install eudev=3.2.2-9 libeudev1=3.2.2-9
To force old interface names, add 'net.ifnames=0' to the boot command. (edit /etc/default/grub and then run update-grub)
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"
Offline
Yes, thank you. The net.ifnames=0 does work. It took me a little while as I had to work out how to separate entries in that line. It appears that a space is used. I therefore have :-
GRUB_CMDLINE_LINUX_DEFAULT="earlyprintk=vga,keep net.ifnames=0"
Geoff
Offline
Thanks fsr and geoff 42. My repositories were messed up. I now have the 3.2.2-9 version.
"The obstacle is the path."
Offline
One at a time didn't work, they had to be installed together as a pair, but worked.
apt search eudev
Sorting... Done
Full Text Search... Done
eudev/testing,now 3.2.2-9 amd64 [installed]
/dev/ and hotplug management daemon
eudev-dbgsym/testing 3.2.2-9 amd64
Debug symbols for eudev
libeudev-dev/testing 3.2.2-9 amd64
libeudev development files
libeudev1/testing,now 3.2.2-9 amd64 [installed]
libeudev shared library
libeudev1-dbgsym/testing 3.2.2-9 amd64
Debug symbols for libeudev1
libudev-dev/testing 1:3.2.2+devuan2.10 amd64
Transitional package for libeudev-dev
libudev1/now 220:3.2.2-devuan2.3 amd64 [installed,local]
libudev shared library
udev/testing 1:3.2.2+devuan2.10 amd64 [residual-config]
Transitional package for eudev
apt search openrc
Sorting... Done
Full Text Search... Done
openrc/testing,now 0.23-1+b1 amd64 [installed]
dependency based service manager (runlevel change mechanism)
Last edited by fungus (2017-12-09 15:20:36)
Offline
Pages: 1