Re: Bhyve detaches my hard disk

2017-09-25 Thread Peter Grehan
Hi Roberto, Attached to this email is the script that I am using to launch the bhyve machine and the output from the console at the moment of the crash, the output of pciconf -lv and uname -a. The attachment didn't have the bhyve launch script. Would you be able to resend that, along with a

Re: Cross-compiling socat

2017-09-25 Thread Darius Mihai
Hello, Thank you for the advice. For socat I have downloaded the precompiled version available on pkg.freebsd.org, but I will use your method, should the need for another ported binary arise. Have a great day, Darius On Sep 26, 2017 8:37 AM, "John-Mark Gurney" wrote: > Darius Mihai wrote this

Re: Cross-compiling socat

2017-09-25 Thread John-Mark Gurney
Darius Mihai wrote this message on Mon, Sep 25, 2017 at 13:58 +0300: > I am currently implementing the VirtIO devices for bhyve on ARM, more > specifically the VirtIO-console device. > > However, I am stuck since I need to use 'socat' on the host, but > cross-compiling always fails (the ports do n

Cross-compiling socat

2017-09-25 Thread Darius Mihai
Hello all, I am currently implementing the VirtIO devices for bhyve on ARM, more specifically the VirtIO-console device. However, I am stuck since I need to use 'socat' on the host, but cross-compiling always fails (the ports do not seem to have a straight-forward make system for cross-compiling