Hello I am using Linux Ubuntu 14.04 LTS (Desktop) as a host. After fresh installation I install QEMU with this:
#sudo apt-get install qemu-kvm qemu virt-manager virt-viewer libvirt-bin and next i follow this paper for downloading QEBEK: https://www.honeynet.org/sites/default/files/files/KYT-Qebek-final_v1.pdf Now i am facing error on command #make pasted below: hackingnerd@ubuntu:~/qebek$ sudo make GEN i386-softmmu/config-devices.mak GEN config-all-devices.mak GEN qemu-options.texi GEN qemu-monitor.texi GEN qemu-img-cmds.texi GEN qemu-doc.html ./qemu-options.texi:1538: warning: @table should not appear in @end ./qemu-options.texi:1538: table requires an argument: the formatter for @item ./qemu-options.texi:1538: no matching `@end table' ./qemu-options.texi:1538: warning: @end missing argument qemu-doc.texi:276: @node seen before @end table make: *** [qemu-doc.html] Error 1 I would be greatly thankful for any kind of help.