00:02:10 ivy, I didn't know docker was a client-server application before. 00:02:25 scottpedia, but not vice versa 00:06:49 ant-x: yes. I prefer freebsd's simplicity. 00:07:15 linux is evolving fast, discarding a lot of the old utilities 00:07:30 that is truly I think an unnecessary act 00:48:57 Hmmm. I have installed Podman, but it fails because it tries to access /dev/zfs, which I have not. Does Podman require ZFS on FreeBSD? 00:57:28 OK, that can be fixed in storage.conf . 12:07:24 does freebsd support bridging a wifi client interface? I found wds mode, but it reads like this is only for APs 12:17:04 satanist: no, bridging requires WDS (this is a general limitation of wifi, not specific to freebsd). but you should be able to configure the wifi card to connect in WDS mode 12:19:00 I know the greneral wifi limitation (fuckup with 2-4 mac-addresses), I just don't find documentation on general support in freebsd and if my wifi-nic supports this and how to set up 12:22:02 a test with setting wifimode to wds and bridge it to a vm resulted in no network on the vm 12:22:09 you may find the "dwds" ifconfig(8) option useful, although i don't know what cards and/or APs support this off hand 12:24:29 will check thanks 18:20:06 Is there any way to issue UMAP (e.g. TRIM) on USB devices from FreeBSD? From what I understand, it is a part of the UAS (usb-attached scsi) protocol. 19:42:55 Ltning: freebsd doesn't support UAS, so if that's required, then no. otherwise i don't know 19:43:30 Yea that's what I thought. I tried virtualbox with usb pass-through, but the emulated controller doesn't support streaming mode so that was no go 19:43:39 Had to boot a linux stick 19:44:35 I have a framework 13" with one nvme stick and one usb storage module, which I'm zfs-mirroring (for redundancy, not performance obviously..). But I regularly need to trim the entire USB disk from some other OS to keep it performing acceptably. 19:45:07 Lately it has been giving me 20-30MB/s transfer speeds, or less. Now that it has been trimmed it is back at ~3-400MB/s peak. 19:58:36 i believe UAS requires changes to the USB stack itself (the xhci driver), so you might need to pass through the entire usb controller (the pci device) for that to work 20:03:56 UAS? 20:04:03 ah 20:04:29 Reinhilde: a really cool standard, murdered at birth by corporate rent seeking (patents) 20:04:35 oh no 20:04:37 although i guess some people are actually implementing it now 20:04:43 intefucktual propertate 20:24:27 How did the linux world implement it then, in kernel 2.6.37 or so? If licensing/patents is a problem? 22:49:19 i believe the issue is around hardware implementation, rather than the drivers