This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo ovs-vsctl show | |
| ce811cee-69c8-4123-87a4-8132a5f77b28 | |
| Bridge "br0-loc" | |
| Controller "tcp:127.0.0.1" | |
| fail_mode: secure | |
| Port "a10" | |
| Interface "a10" | |
| type: internal | |
| Port "veth1" | |
| Interface "veth1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (lldb) bt | |
| * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP | |
| * frame #0: 0x00000001857b2710 libsystem_kernel.dylib`poll + 8 | |
| frame #1: 0x00000001001f3464 libssh.4.dylib`ssh_poll_ctx_dopoll + 144 | |
| frame #2: 0x00000001001f43fc libssh.4.dylib`ssh_handle_packets + 184 | |
| frame #3: 0x00000001001f4250 libssh.4.dylib`ssh_handle_packets_termination + 208 | |
| frame #4: 0x00000001001d9f14 libssh.4.dylib`ssh_channel_read_timeout + 168 | |
| frame #5: 0x000000010001fde0 zinc`netconf_ssh.SshChannel.read(self=0x0000000100260038, buffer=(ptr = "\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Quickstart: Running BEAM on Tyn | |
| Step-by-step guide to get the Erlang BEAM VM running on the Tyn microkernel with KVM/QEMU. | |
| ## Prerequisites | |
| - Rust nightly toolchain with `rust-src` component | |
| - QEMU with KVM support (`qemu-system-x86_64`) | |
| - `musl-tools` (`sudo apt install musl-tools`) | |
| - `autoconf`, `m4`, `gcc`, `make` |