Skip to content

Commit

Permalink
NAS-130278 (#14111)
Browse files Browse the repository at this point in the history
Switch to tcp mode for bhyve VNC sessions with community provided
patch. Breaks some color pallet in the WebUI, but otherwise is
functional.
  • Loading branch information
kmoore134 authored Jul 30, 2024
1 parent 148e6e6 commit a1c894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ def bhyve_args(self, *args, **kwargs):
bool, [
'29',
'fbuf',
f'vncserver={attrs["vnc_bind"]}:{attrs["vnc_port"]}',
f'tcp={attrs["vnc_bind"]}:{attrs["vnc_port"]}',
f'w={width}',
f'h={height}',
f'password={attrs["vnc_password"]}' if attrs.get('vnc_password') else None,
Expand Down

0 comments on commit a1c894b

Please sign in to comment.