Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Oct 2019 22:26:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240178] sysutils/vm-bhyve: No longer works with tmux on FreeBSD CURRENT
Message-ID:  <bug-240178-7788-hPyrU7FUE9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240178-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240178-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240178

--- Comment #6 from Sean Eric Fagan <sef@FreeBSD.org> ---
Right.  So this is the problem:


        # actually run bhyve!=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
        # we're already in the background so we just wait for it to exit=20=
=20=20=20=20=20=20=20
        bhyve ${_opts} \
              ${_devices} \
              ${_iso_dev} \
              ${_comstring} \
              ${_name} >>"${_logpath}" 2>&1


When using a non-graphical console, and tmux, _comstring is "-l com1,stdio".

But stdout and stderr have been redirected to _logpath.  This has no chance=
 of
working as intended.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240178-7788-hPyrU7FUE9>