Skip to content

Instantly share code, notes, and snippets.

@kbruner
Last active November 8, 2020 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbruner/d1f30737e228d7afe04440f114f8c586 to your computer and use it in GitHub Desktop.
Save kbruner/d1f30737e228d7afe04440f114f8c586 to your computer and use it in GitHub Desktop.
root@nucklehead:~ # cbsd bget jname=freebsd1 | grep vnc
vm_vnc_port: 0
bhyve_vnc_tcp_bind: 127.0.0.1
bhyve_vnc_resolution: 1024x768
cd_vnc_wait: 1
vnc_password: 0
bhyve_vnc_vgaconf: io
vnc_port: 5900
root@nucklehead:~ # cbsd bset jname=freebsd1 bhyve_vnc_tcp_bind=192.168.0.10
bhyve_vnc_tcp_bind: changed
root@nucklehead:~ # cbsd brestart jname=freebsd1
Send SIGTERM to freebsd1. Soft timeout is 30 sec. 16 seconds left [.............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 15 seconds left [.............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 14 seconds left [.............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 13 seconds left [.............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 12 seconds left [.............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 11 seconds left [.............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 10 seconds left [.............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 9 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 8 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 7 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 6 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 5 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 4 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 3 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 2 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 1 seconds left [..............Send SIGTERM to freebsd1. Soft timeout is 30 sec. 0 seconds left [..............................]
bstop done in 1 seconds
Looks like /usr/cbsd/vm/freebsd1/dsk1.vhd is empty.
Temporary boot device: cd
vm_iso_path: iso-FreeBSD-x64-12.1-RELEASE-amd64-disc1
media found: iso-FreeBSD-x64-12.1-RELEASE-amd64-disc1 --> /usr/cbsd/src/iso/cbsd-iso-FreeBSD-12.1-RELEASE-amd64-disc1.iso
VRDP is enabled. VNC bind/port: 192.168.0.10:5900
For attach VM console, use: vncviewer 192.168.0.10:5900
Resolution: 1024x768.
em0
bhyve renice: 1
Waiting for PID.
PID: 39774
Multiple bstart: done
root@nucklehead:~ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment