----------------------------------------------------------- p r o b l e m i Linuxfromscratch versione svn systemd - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1) problema: il primo download errore perche' il file esiste gia' [soluzione] - for my builds I set: BUILDDIR = /mnt/lfs and I set SRC_ARCHIVE = /home/user/sources/lfs ------------------------------------- 2) problema step 128-systemd-208 /dev/urandom not such file or dir ricreato da: [soluzione] sudo cp -a /dev/urandom /buil_dir/dev -------------------------------------- 3) problema allo step 140 Building target 140-network Makefile:1651: recipe for target '140-network' failed make: *** [140-network] Error 1 make: *** [mk_BOOT] Errore 2 and in log I view: ... Failed to get D-Bus connection: No connection to service manager. [soluzione] commentare le righe: ###systemctl enable ifupdown@eth0 ###systemctl disable ifupdown@eth0 ###systemctl start ifupdown@eth0 nel file ./lfs-commands/chapter07/140-network ------------------------------------------------ 4) problema password root (se si usa un kenel non adeguato) Bad password: too short [soluzione] inserire in fstab: devtmpfs /dev devtmpfs 0 0 -------------------------------------- 5) problema non montato / root [soluzione] aggiunto /etc/os-release ... -----------------------------------------------------------------------------------