|
From: Udo L. <udo...@al...> - 2015-12-02 10:12:31
|
On 08.11.2015 21:39, Heiko Zuerker wrote: > All, > > I uploaded testing releases for 1.8 under: > ftp://ftp.devil-linux.org/pub/devel/testing > It seems already very stable, but need more help testing. > > Hi, do some more tests... devil-linux-1.8.0-2015-11-08-i686.tar.bz2 is "broken". 1.) During tests on a proxmox-ve host, there was no network device (I tried e1000 + virtio). lsmod shows only: ata_piix libata loop The same on devil-linux-1.8.0-2015-11-08-x86_64-server.tar.bz2 work. (lsmod shows also virtio_net/e1000). 2.) lvm don't work on devil-linux-1.8.0-2015-11-08-i686.tar.bz2 # vgcreate -s4M devil-linux /dev/hda2 Physical volume "/dev/hda2" successfully created Volume group "devil-linux" successfully created #lvcreate -n data -L 512M devil-linux /dev/mapper/control: open failed: No such device Failure to communicate with kernel device-mapper driver. Check that device-mapper is available in the kernel. Incompatible libdevmapper (unknown version) and kernel driver (unknown version). striped: Required device-mapper targest(s) not detected in your kernel. this is not an real wonder, because dm_mod is also not loaded... Udo |