-
-
Notifications
You must be signed in to change notification settings - Fork 181
Using tmux
Kamil Kieliszczyk edited this page Oct 2, 2022
·
5 revisions
By default, vm-bhyve
uses cu
/nmdm
as a console session management tool. If you prefer to run virtual machines on a tmux
session instead, this is now supported in v1.1+. All you need to do is to set console
option in $vm_dir/.config/system.conf
:
vm set console=tmux
Once set, any new guests started will have a tmux session associated with them. The session name is the same as the guest name, although you can also attach it to the tmux session using the standard vm console guest
command.
# vm list |grep fbsd
fbsd default bhyveload 2 256M - No Running (88761)
# tmux ls
fbsd: 1 windows (created Tue Jun 28 10:42:22 2016) [168x46]
Status
How-To / Examples
- Quickstart
- Full Example Template
- Using tmux
- Supported Guest Examples
- Disks
- Network Interfaces
- Datastores
- Virtual Switches
- NAT
- Grub Configuration
- Running Windows
- Running OmniOS
- Running Linux
- UEFI Graphics (VNC)
- Info Output Explained
- Serial Console Output with the UEFI
- VM migration
- Cloud Images
Development