hello, I already have a virtualized machine with a cbsd. I want to move this virtual machine to freebsd installed on proxmox. I transfer the .img file to my freebsd machine in proxmox with the cbsd bexport and cbsd bimport commands. However, when I run the virtual machine I transferred, the virtual machine freezes completely. Proxmox gives an internal-error error for the machine.
My old freebsd machine has version 12.2. My new machine has version 13. But I don't think the problem is the version. Because I tried again by installing another machine with version 12.2 and got the same result.
The strange thing is, when I create a new machine with the cbsd bconstruct-tui command on my freebsd machine that I set up on proxmox, the machine runs smoothly. However, the virtual machine that I moved from a different data center does not work and gives an internal-error error in proxmox.
When I put the virtual machine in debug mode, it gives the following output and the machine suddenly freezes.
any help would be greatly appreciated.
My old freebsd machine has version 12.2. My new machine has version 13. But I don't think the problem is the version. Because I tried again by installing another machine with version 12.2 and got the same result.
The strange thing is, when I create a new machine with the cbsd bconstruct-tui command on my freebsd machine that I set up on proxmox, the machine runs smoothly. However, the virtual machine that I moved from a different data center does not work and gives an internal-error error in proxmox.
When I put the virtual machine in debug mode, it gives the following output and the machine suddenly freezes.
Code:
GNU gdb (GDB) 11.1 [GDB v11.1 for FreeBSD]
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-portbld-freebsd13.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from env...
(No debugging symbols found in env)
Starting program: /usr/bin/env LIB9P_LOGGING=/usr/jails/jails-system/dev-fbsd-120-2-ent-1/cbsd_lib9p.log /usr/sbin/bhyve -c 1 -m 1073741824 -H -A -s 0,hostbridge -s 7,virtio-blk,/usr/jails/jails-data/dev-fbsd-120-2-ent-1-data/dsk1.vhd,sectorsize=512/4096 -s 5,ahci-cd,/usr/jails/src/iso/cbsd-iso-FreeBSD-13.0-RELEASE-amd64-disc1.iso,ro -s 4,virtio-net,tap2,mtu=1500,mac=00:xxx:01:00:53 -s 8,virtio-rnd -s 9,fbuf,tcp=127.0.0.1:5900,w=1280,h=720,password=aaaa -s 30,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/cbsd/upgrade/patch/efi.fd dev-fbsd-120-2-ent-1
process 10040 is executing new program: /usr/sbin/bhyve
[New LWP 100269 of process 10040]
[New LWP 100270 of process 10040]
[New LWP 100271 of process 10040]
[New LWP 100272 of process 10040]
[New LWP 100273 of process 10040]
[New LWP 100274 of process 10040]
[New LWP 100275 of process 10040]
[New LWP 100276 of process 10040]
[New LWP 100277 of process 10040]
[New LWP 100278 of process 10040]
[New LWP 100279 of process 10040]
[New LWP 100280 of process 10040]
[New LWP 100281 of process 10040]
[New LWP 100282 of process 10040]
[New LWP 100283 of process 10040]
[New LWP 100284 of process 10040]
[New LWP 100285 of process 10040]
fbuf frame buffer base: 0x843800000 [sz 16777216]
[New LWP 100286 of process 10040]
[Detaching after vfork from child process 10047]
[Detaching after vfork from child process 10048]
[Detaching after vfork from child process 10049]
[Detaching after vfork from child process 10050]
[Detaching after vfork from child process 10051]
[Detaching after vfork from child process 10052]
[Detaching after vfork from child process 10053]
[Detaching after vfork from child process 10054]
[Detaching after vfork from child process 10055]
[New LWP 100287 of process 10040]
any help would be greatly appreciated.