Re: FreeBSD guest on Linux KVM, some vtnet(4) packets don't arrive
Michael Tuexen <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]> |
> On 9. Apr 2026, at 20:34, Lexi Winter <[email protected]> wrote: > > Michael Tuexen wrote in <[email protected]>: >>> On 9. Apr 2026, at 20:09, Lexi Winter <[email protected]> wrote: >>> i was able to netcat over a copy of src.tar.gz (2.2GB), which decompressed >>> fine, suggesting the basic networking functionality is okay. >> I agree. >> >> Since you can do something on the PPC machine: When on the machine, can you ssh into it over loopback? >> You to test if the ssh code works locally? > > yes, local ssh seems to work fine: > > root@ppc64-main:/src/main # ssh-keygen > [...] > root@ppc64-main:/src/main # cat /root/.ssh/id_ed25519.pub >>/root/.ssh/authorized_keys > root@ppc64-main:/src/main # ssh localhost > Last login: Thu Apr 9 11:39:11 2026 > FreeBSD 16.0-CURRENT (GENERIC64) #0 main-n284768-e6eba5076929: Mon Mar 30 16:07:28 UTC 2026 > root@ppc64-main:~ # OK. I am now setting up a QEMU VM for PPC on a Raspberry Pi (arm64) running the latest Rasbian. I am using the snapshot from March 30th. Since I am not using the package based install, the installer fetched tarballs over the Internet. That worked. Will report once the installation is done. Will take a while, I guess. Best regards Michael