Why `nproc` show less than `nproc –all`?
From the top of the nproc manual: Print the number of processing units available to the current process, which may be less than … Read more
From the top of the nproc manual: Print the number of processing units available to the current process, which may be less than … Read more
How can I debug a udev rule?
If you’re talking about x86 virtualization on an x86 host, be advised that kqemu (the old acceleration kernel module for qemu) is deprecated. … Read more
Adding the ‘-usbdevice tablet’ option to my qemu command fixed the problem for me.
#! /bin/bash xmlfiles=( $(find /etc/libvirt/qemu/autostart/ -name ‘*.xml’) ) for f in “${xmlfiles[@]}” ; do domain=$(xml2 < $f | awk -F= ‘$1 == “/domain/name” … Read more
The virt-manager window has a feature “shut down” -> “save”. Additional drivers are not required. I think the obvious bad thing happens with … Read more
The ppc970mp supports virtualization, and kvm on a ppc97mp uses it as such.
kvm killed by oomkiller
qemu-system-i386 -hda debian.img -cdrom kali-linux.iso -m 2048 -net nic -net user -soundhw all
It would be nice to see the output of ifconfig on your virtual machine too. According to http://en.wikibooks.org/wiki/QEMU/Networking with the options you’ve specified … Read more