Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UART console on FreeBSD 12.1 and CURRENT. #337

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

cgull
Copy link
Contributor

@cgull cgull commented Nov 25, 2019

The fix for issue #332 turns out to be simple. Tested on 11.3 and 12.1.

bhyve was doing UART console emulation on fd 0 for both reads and
writes.  Commits r346550 and r352720 changed it to use fd 0 for input
and fd 1 for output on console.

Fix vm-bhyve to not redirect fd 1.

Fixes churchers#332.
@dch
Copy link
Contributor

dch commented Nov 27, 2019

lgtm!

@easye
Copy link

easye commented Nov 28, 2019

Works for me under 12.1-RELEASE-p1

@churchers
Copy link
Owner

Thank you!
I have just got back round to working on bhyve and this issue was affecting me as well.
Great to have a genuine fix for it 👍

@churchers churchers merged commit bc25f3f into churchers:master Jan 13, 2020
@anteract anteract mentioned this pull request Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants