Mateusz Kwiatkowski
Mateusz Kwiatkowski
Hi @cyphar, Thank you for response. There's no OCI runtime on FreeBSD yet. I'm running these images with a `jail(8)` utility which only needs rootfs from the image. In the...
Hi @cyphar, I have just learned about this project that provides runtime for FreeBSD: https://github.com/samuelkarp/runj Unfortunately `raw unpack` is not a solution because config.json is required to configure working container....
To move this forward for me I created trimmed-down config for FreeBSD: https://github.com/runhyve/umoci/commit/759dccf4cbbe47a54ca2ef3d44d9c3eb83d7a157 I'm not sure if this is something you might want to merge into umoci. What do you...
Hi @cyphar, There's now a #freebsd channel in [OCI's Slack](https://chat.opencontainers.org/).
I ran these tests on few more filesystems on FreeBSD CURRENT (d8819d88af52). Expand to see setup instructions for each FS: :x: UFS on zvol ```bash zfs create -V 16G zroot/test-ufs...
PR provided by @Skardian worked for me. Please merge. 👍
Looks good!
I see the same issue on Ubuntu 20.04 with Broadcom BCM20702A0. Here're outputs: ``` root@darkstar:/lib/firmware/brcm# uname -a Linux darkstar 5.4.0-29-generic #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020 x86_64 x86_64...
Hi @winterheart , Many thanks for quick response. I have Ubuntu 20.04. It turned out that my firmware was indeed corrupted - I accidentally downloaded HTML from GitHub. After I...
@winterheart after putting dongle into USB 2.0 port it started without errors in dmesg! Thank you very much!