Code:
root@sidbox:/backstube/pyfll# time ./fll -c ../fll.conf -v -p kde-lite -a amd64 -b ../build/ -o ../output/
...
Calling hook cryptkeyctl
Calling hook cryptgnupg
Calling hook ntfs_3g
Adding binary /bin/ntfs-3g
Adding library /lib/x86_64-linux-gnu/libntfs-3g.so.851
Calling hook dmsetup
Building cpio /boot/initrd.img-3.14-2-amd64.new initramfs
2014-08-23 21:44:09,490 INFO - purging unwanted content from amd64 chroot...
(Reading database ... 92281 files and directories currently installed.)
Removing fll-live-initramfs (2.7.15) ...
2014-08-23 21:44:09,746 INFO - creating ext4 filesystem of amd64 chroot...
1+0 records in
1+0 records out
1024 bytes (1.0 kB) copied, 3.4192e-05 s, 29.9 MB/s
losetup: Could not find any loop device. Maybe this kernel does not know
about the loop device? (If so, recompile or `modprobe loop'.): No such file or directory
2014-08-23 21:44:09,795 CRITICAL - command failed with return value: 1
2014-08-23 21:44:09,795 INFO - cleaning up...
.. githup pyfll allows no issues for me. So you get it here!
Quote:
Host/Kernel/OS "sidbox" running Linux 3.16-0.slh.2-aptosid-amd64 x86_64 UEFI [ aptosid 2013-01 Ἑσπερίδες - kde-full - (201305050307) ]
CPU Info 4x Intel Core i5-4440 @ clocked at [ 3100.484 MHz ]
Videocard Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [ ]
Processes 213 | Uptime 2:59 | Memory 1291.8/3831.7MB | HDD Size 1128GB (21%used) | Client Shell | Infobash v3.47
Looks like loop is not loaded by default:
Quote:
root@sidbox:/home/tom# modprobe loop
root@sidbox:/home/tom#
root@sidbox:/home/tom# lsmod | grep loop
loop 18933 0
root@sidbox:/home/tom#
root@sidbox:/home/tom# modinfo loop
filename: /lib/modules/3.16-0.slh.2-aptosid-amd64/kernel/drivers/block/loop.ko
alias: devname:loop-control
alias: char-major-10-237
alias: block-major-7-*
license: GPL
srcversion: E65AAE2588D5779FE93192F
depends:
intree: Y
vermagic: 3.16-0.slh.2-aptosid-amd64 SMP preempt mod_unload modversions
parm: max_loop:Maximum number of loop devices (int)
parm: max_part:Maximum number of partitions per loop device (int)
|