___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"freebsd-virtualization-unsubscr...@freebsd.org"
John / Peter
I'm running an application in a Linux guest under bhyve that is core
dumping because of an Illegal instruction. Running a simplified case in gdb
shows:
$ gdb -q rdtscp
Reading symbols from rdtscp...done.
(gdb) run
Starting program: /home/tuffli/rdtscp
Program received signal SIGILL,
On 04/03/2014 2:18 pm, Andre Goree wrote:
Hello list. I wanted to ask if anyone has been able to make
filesystem mounting work under a FreeBSD guest? For example, I've
added the following to the guest's xml config using 'virsh edit':
However, I don't know how to mount the above from with
I started some ports to compile inside a bhyve instance:
root@vm:~ # uname -a
FreeBSD vm.mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0
r259250: Thu Dec 12 14:17:32 EET 2013
r...@vm.mkushnir.zapto.org:/
usr/obj/usr/src.svnup/sys/MAREK amd64
and left it running unattended. Approx. 2 hours